Software Engineer applicants have rated the interview process at CDK Global with 2.4 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 58% positive. To compare, the company-average is 56.8% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Engineer roles take an average of 16 days to get hired, when considering 42 user submitted interviews for this role. To compare, the hiring process at CDK Global overall takes an average of 26 days.
Common stages of the interview process at CDK Global as a Software Engineer according to 42 Glassdoor interviews include:
Phone interview: 24%
One on one interview: 21%
Group panel interview: 13%
Skills test: 12%
Drug test: 11%
Background check: 8%
Personality test: 5%
Presentation: 4%
IQ intelligence test: 2%
Other: 1%
Here are the most commonly searched roles for interview reports -
I applied through a staffing agency. The process took 1 day. I interviewed at CDK Global (Pune) in Apr 2016
Interview
1. Core Java mcq test 20 questions need to solve there was no time limit
e.g. question fun (int n){
if (n==2){
return 0;
}else {
return fun (n-1)+fun (n-2)
}
main (){
fun (7);
}
2. Face to face interview technical
Asked to desing parking lot system
Pillars of oops
Abstraction and encapsulatiom what it is
What is the use of inheritance
How encapsulatiom achieved
What is the difference between abstraction and encapsulatiom
In design of a class what is preferred inheritance or composition. why
What is dependancy injection
What is SOLID
}
The interview process was smooth, well-organized, and professional. It began with an initial online screening, followed by a technical round focused on coding, data structures, and problem-solving. Finally, the HR round assessed communication skills, cultural fit, and overall enthusiasm for the role. Each stage was clearly explained, and the interviewers were supportive throughout the process.
Interview questions [1]
Question 1
They asked me to explain the core principles of object-oriented programming with real-world examples and how I’ve applied them in my previous projects.
I applied online. The process took 2 weeks. I interviewed at CDK Global (Portland, OR)
Interview
There was one recruiter screening, two technical rounds, and one managerial round. Leet code 2 easy and 1 medium question. The recruiter explained the process in detail, and the interview process was smooth overall.
I applied through college or university. The process took 2 weeks. I interviewed at CDK Global
Interview
In this interview process, CDK global prioritized a comfortable atmosphere. They focused on a well-balanced approach with 20% behavioral questions and 80% technical questions to test candidates knowledge and ability to work in teams.
Interview questions [1]
Question 1
Describe the difference between a normalized database and a normalized database. Given example of a normalized database.
What is an API. Give an example of how you can use one?
Sorting algorithms, and their time complexities.