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
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
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 Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

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
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 Analyst

 (1)

 Senior Associate

 (1)

 Senior Team Leader

 (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

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

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Prepare well with basic and advanced JavaScript concepts and logical questions. They will ask you to implement all the topics using code.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your previous project and work experience.
  • Q2. Provided a use case to demonstrate your front-end skills and system design knowledge.
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to domain related.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the core concepts and basic DSA questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is sql ? Deff between my sql and oracle sql
  • Q2. What is join ? Types of joins

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join slk, if you don't have job then join
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The profile I was interviewed for was Senior Software Engineer- Cloud/Golang.
1st round had questions related to Golang and its paradigms. Questions were relevant to the role.

Round 2 - Coding Test 

2nd roud had questions related to problem solving with Golang.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Discussion about the architecture of previous project.
  • Q2. Improvements on project and architecture.
  • Q3. Quiz from GFG

Interview Preparation Tips

Interview preparation tips for other job seekers - This is my personal experience with Netcracker Gurgaon.

In the face to face round with their so called Gurgaon head Ankit Jain who himself told hadn't had a hands on in 8 years, he tried a lot to prove his superiority rather then showing interest in what I know. He specifically told me that na offer from South India should be a problem for me as I belong to northern part of India.

After clearing all rounds with the organization, the HRs continued the discussion of offer letter for 20 days.

To them a guy from north because of the location can be low-balled and will settle for lower offer, ignoring its competency level.

An organisation that has no regard for their probable employee, will definately disregard the one they have.

My two cents, don't join the organization.

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 AWS, Computer science, Java, Software Engineering and Testing.
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 178 salaries
₹13 L/yr - ₹38 L/yr
94% more than the average Senior Software Engineer Salary in India
View more details

CDK Global Senior Software Engineer Reviews and Ratings

based on 27 reviews

3.4/5

Rating in categories

3.2

Skill development

4.1

Work-life balance

3.4

Salary

2.7

Job security

3.0

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 27 Reviews and Ratings
Senior Software Engineer ( Java )

Hyderabad / Secunderabad

0-2 Yrs

Not Disclosed

Explore more jobs
Senior Member Technical
216 salaries
unlock blur

₹6 L/yr - ₹20.7 L/yr

Software Engineer
187 salaries
unlock blur

₹8 L/yr - ₹28 L/yr

Consultant
179 salaries
unlock blur

₹11 L/yr - ₹30 L/yr

Senior Software Engineer
178 salaries
unlock blur

₹13 L/yr - ₹38 L/yr

Analyst
123 salaries
unlock blur

₹4 L/yr - ₹10.2 L/yr

Explore more salaries
Compare CDK Global with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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