Filter interviews by
Session handling in Dot Net Core involves configuring session middleware and using session variables to store user-specific data.
Configure session middleware in Startup.cs using services.AddSession() and app.UseSession()
Access session variables using HttpContext.Session
Store and retrieve data in session variables using key-value pairs
Set session expiration and cookie options for security and performance
Example: service...
List is an ordered collection of items, while Dictionary is a collection of key-value pairs.
List maintains the order of elements, while Dictionary does not guarantee any specific order.
In List, elements are accessed by their index, while in Dictionary, elements are accessed by their keys.
Example: List - [1, 2, 3], Dictionary - {'a': 1, 'b': 2, 'c': 3}
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
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
CDK Global interview questions for popular designations
Use two pointers approach to sort 0's to end of array of strings.
Initialize two pointers, one for iterating through the array and one for placing 0's at the end.
If current element is '0', swap it with the element at the second pointer and move the second pointer forward.
Hibernate many to many mapping allows for a relationship where multiple instances of one entity are related to multiple instances of another entity.
Use @ManyToMany annotation in Hibernate to establish many to many relationship between entities
Create a join table to store the relationship between the two entities
Specify the mapping details such as cascade type, fetch type, and join column details
Get interview-ready with Top CDK Global Interview Questions
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 ...
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
I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.
I would prioritize the features based on their impact and feasibility.
Assess the importance and urgency of the feature
Collaborate with the engineering team to understand their capacity and constraints
Identify any potential trade-offs or compromises that can be made
Consider alternative solutions or workarounds
Communicate with stakeholders about the situation and manage expectations
Re-prioritize the roadmap if necessary
I applied via campus placement at Chitkara Institute of Engineering & Technology, Rajpura and was interviewed before Jun 2023. There were 2 interview rounds.
It contained 3 coding questions.
Top trending discussions
Some of the top questions asked at the CDK Global interview -
The duration of CDK Global interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 23 interviews
Interview experience
based on 474 reviews
Rating in categories
Senior Member Technical
216
salaries
| ₹6 L/yr - ₹20.7 L/yr |
Software Engineer
191
salaries
| ₹6 L/yr - ₹25.6 L/yr |
Consultant
179
salaries
| ₹11 L/yr - ₹30 L/yr |
Senior Software Engineer
176
salaries
| ₹13 L/yr - ₹39 L/yr |
Associate Software Engineer
125
salaries
| ₹4.8 L/yr - ₹12 L/yr |
TCS
Infosys
Wipro
HCLTech