Upload Button Icon Add office photos

Filter interviews by

CDK Global Senior Software Engineer Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top CDK Global Senior Software Engineer Interview Questions and Answers

CDK Global Senior Software Engineer Interview Experiences

5 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is the program using Stream API to find odd numbers, square those odd numbers, and then calculate their sum?
  • Ans. 

    Using Stream API to find odd numbers, square them, and calculate their sum.

    • Use Stream API filter to find odd numbers

    • Use map to square the odd numbers

    • Use reduce to calculate the sum

  • Answered by AI

Senior Software Engineer Interview Questions & Answers

user image Gouthami Surakala

posted on 19 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Asked about linkedist insert delete operations
  • Q2. Microservices related questions
Round 2 - Technical 

(1 Question)

  • Q1. Java deep diving about hashmap implementation.Spring related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Some sql basics and logical questions which are pretty easy

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between async await and task
  • Ans. 

    Async await is a syntactic sugar for working with asynchronous code in a synchronous manner, while Task is a class that represents an asynchronous operation.

    • Async await allows you to write asynchronous code that looks like synchronous code, making it easier to read and maintain.

    • Tasks are objects that represent asynchronous operations and can be used to manage and monitor the progress of those operations.

    • Async await is ...

  • Answered by AI
  • Q2. Write unit test cases
  • Ans. 

    Unit test cases are written to test individual units or components of a software application.

    • Identify the unit to be tested

    • Write test cases to cover different scenarios such as positive, negative, and edge cases

    • Use testing frameworks like JUnit or NUnit to write and execute the test cases

    • Ensure the test cases are independent, isolated, and repeatable

    • Include assertions to verify the expected behavior of the unit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core Java Questions related to String, detail Collection questions, Java8 questions
Round 3 - Technical 

(1 Question)

  • Q1. About recent projects, what you have done Microservice related questions
Round 4 - HR 

(1 Question)

  • Q1. Simple talk related to compensation and all

CDK Global interview questions for designations

 Software Engineer

 (2)

 Devops Engineer

 (1)

 QA Engineer

 (1)

 Senior Member Technical

 (3)

 Implementation Support Engineer

 (1)

 Senior Associate

 (1)

 Senior Analyst

 (1)

 Senior Product Manager

 (1)

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Java spring microservices aws
  • Q2. Program on thread concepts
  • Ans. 

    Thread concepts involve concurrent execution of multiple parts of a program.

    • Threads allow for parallelism and can improve performance.

    • Threads can communicate with each other through shared memory or message passing.

    • Thread synchronization is important to prevent race conditions and deadlocks.

    • Examples of thread concepts include multithreading, thread pools, and futures.

    • Thread safety is important to ensure correct behavio

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Looks easy and professional

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

They will ask you simple programs to check your logical abilities.

Round 3 - HR 

(2 Questions)

  • Q1. Normal Salary discussion round
  • Q2. Questions about family and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well whatever you have mentioned in your resume and be confident about it.

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Its a simple hackathon MCQ questions based on your skills.

Round 3 - Technical 

(3 Questions)

  • Q1. Technical round from Xoriant was easy but tricky, question based on Agile Methodology, All the technologies and projects you mentioned in resume, random questions on development/testing experience and othe...
  • Q2. Tell me about your team you worked previously, team size, team contribution, roles of the team, modules worked in team or independently.
  • Q3. Tell me about any different technical challeng/issue/problems you faced in last project.
Round 4 - Technical 

(1 Question)

  • Q1. Project Technical Interview
Round 5 - HR 

(2 Questions)

  • Q1. What is your preferred location
  • Q2. Are you able to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Take time to prepare your resume carefully.
Prepare each and everything written in resume.
Work on Leet codes or on DSA, algorithms.
Be confident 😊

I appeared for an interview in Aug 2020.

Interview Questionnaire 

8 Questions

  • Q1. Position was for UI - Fundamentals of JavaScript (Closure, Promises, Event Loop, filter vs map, Event delegation)
  • Q2. Lifecycle of React Component, State vs Props, Optimization techniques, Redux vs Context
  • Q3. Coding challenge (JS) - remove duplicate entries from array
  • Ans. 

    Remove duplicate entries from array of strings using JavaScript

    • Use Set to remove duplicates

    • Convert Set back to array

    • Use spread operator to convert Set to array

  • Answered by AI
  • Q4. Coding Challenge (JS) - determine if words in given array are anagram or not
  • Ans. 

    Determines if words in given array are anagram or not using JS

    • Create a function that takes an array of strings as input

    • Loop through the array and sort each string alphabetically

    • Compare the sorted strings to check if they are equal

    • Return true if all strings are anagrams, else false

  • Answered by AI
  • Q5. Client Round (1) - Questions on design system, coding challenge - Let's try to create a modal component in React JS from scratch
  • Q6. Client Round (2) - Questions based on scenarios to test your thinking ability and problem solving approach
  • Q7. Client Round (3) - Questions on all the technologies that you have mentioned in your CV. Additional questions on Agile, DevOps and your understanding of CI-CD.
  • Q8. Client Round (4) - Coding challenge - implement/rewrite any inbuilt method provided by JS (e.g. Array.map, Array.filter, function.bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for fundamentals of JS.
Answering questions of React would be easy if you already work on it.
Try to solve at least 5 problems on Hacker Rank or Hacker Earth, before appearing for interview.
That would help you prepare mentally and logically to bare with the process and develop an attitude of keep trying.

Good luck!

Skills evaluated in this interview

CDK Global Interview FAQs

How many rounds are there in CDK Global Senior Software Engineer interview?
CDK Global interview process usually has 2-3 rounds. The most common rounds in the CDK Global interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for CDK Global Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CDK Global. The most common topics and skills that interviewers at CDK Global expect are Java, AWS, Software Engineering, Computer science and SQL.
What are the top questions asked in CDK Global Senior Software Engineer interview?

Some of the top questions asked at the CDK Global Senior Software Engineer interview -

  1. What is the program using Stream API to find odd numbers, square those odd numb...read more
  2. Difference between async await and t...read more
  3. Program on thread concep...read more

Tell us how to improve this page.

CDK Global Senior Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
CDK Global Senior Software Engineer Salary
based on 194 salaries
₹13 L/yr - ₹42 L/yr
82% more than the average Senior Software Engineer Salary in India
View more details

CDK Global Senior Software Engineer Reviews and Ratings

based on 28 reviews

3.2/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

3.2

Salary

2.6

Job security

2.9

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 28 Reviews and Ratings
Senior Member Technical
216 salaries
unlock blur

₹6 L/yr - ₹20.7 L/yr

Software Engineer
211 salaries
unlock blur

₹8 L/yr - ₹26.2 L/yr

Senior Software Engineer
194 salaries
unlock blur

₹13 L/yr - ₹42 L/yr

Consultant
152 salaries
unlock blur

₹11 L/yr - ₹30 L/yr

Associate Software Engineer
124 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Explore more salaries
Compare CDK Global with

ITC Infotech

3.6
Compare

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

HTC Global Services

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview