Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CDW Team. If you also belong to the team, you can get access from here

CDW Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CDW Software Engineer Interview Questions and Answers

Updated 18 Apr 2023

CDW Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude round had the topics of train and distance and time , OOPS , Core Java , JavaScript questions , Operating System questions and DBMS questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Had some data structures and algorithm questions and graph , dynamic programming questions
  • Q2. Questions in the datastructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best guys it is a multinational company.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Fair and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dsa questions related to project
  • Q2. Project based q and a
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

5 sections in the aptitude

Round 2 - Coding Test 

Live coding test about sql and python

Round 3 - Technical 

(1 Question)

  • Q1. Advance coding round
Round 4 - HR 

(1 Question)

  • Q1. Proper HR discussions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java OOPS
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

How to remove duplicates from an array

Round 2 - Technical 

(2 Questions)

  • Q1. Some basic questions on java
  • Q2. One coding question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not use mobile phone for interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. You have a list of numbers, now using stream api calculate the sum of all integers in a list ?
  • Ans. 

    Use stream api to calculate sum of integers in a list.

    • Use stream() method on the list to create a stream of elements.

    • Use mapToInt() method to convert each element to an integer.

    • Use sum() method to calculate the sum of all integers.

  • Answered by AI
  • Q2. Given two arrays of integers, find the one extra element in second array ? Eg. int[] arr1 = [1,3,7,8]; int[] arr2 = [3,8,7,9,1];
  • Ans. 

    Loop through both arrays and use a hashmap to store frequency of elements, then find the extra element.

    • Loop through both arrays and store frequency of elements in a hashmap

    • Compare the frequency of elements in both arrays to find the extra element

    • Return the extra element found in the second array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more coding questions from HackerRank and memorize methods from stream api since you will be asked to solve questions on notepad.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write code of palindrome
  • Ans. 

    Code to check if a given string is a palindrome or not.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the original string with its reverse to check for palindrome

  • Answered by AI
  • Q2. How to pass data in angular from component to component
  • Ans. 

    Data can be passed in Angular from component to component using input properties, output properties, services, and state management libraries like NgRx.

    • Use @Input decorator to pass data from parent to child component

    • Use @Output decorator to emit events from child to parent component

    • Use services to share data between components

    • Use state management libraries like NgRx for complex data sharing scenarios

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program Binary Search?
  • Ans. 

    Binary search is a divide and conquer algorithm that efficiently finds the target value within a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the middle index and compare the target value with the middle element.

    • If the target value is less than the middle element, search the left subarray. If greater, search the right subarray.

    • Repeat the process until the target value is found or the s

  • Answered by AI
  • Q2. What isCICD flow?
  • Ans. 

    CI/CD flow stands for Continuous Integration/Continuous Deployment flow, which is a software development practice where code changes are automatically built, tested, and deployed.

    • CI/CD flow involves automating the process of integrating code changes into a shared repository, running automated tests, and deploying the changes to production.

    • Continuous Integration (CI) focuses on automating the build and testing of code c...

  • Answered by AI
  • Q3. How to handle Enum feature?
  • Ans. 

    Enums are a feature in programming languages that allow you to define a set of named constants.

    • Enums can be used to improve code readability by giving meaningful names to values

    • Enums can be used in switch statements to handle different cases

    • Enums can have associated values or raw values for more flexibility

  • Answered by AI
  • Q4. Singleton handles the Syncronized ?
  • Ans. 

    Yes, Singleton handles synchronization by ensuring only one instance of a class is created and providing global access to that instance.

    • Singleton pattern restricts the instantiation of a class to one object.

    • It provides a global point of access to the instance.

    • Synchronization can be implemented in the Singleton pattern to ensure thread safety.

    • Example: Singleton pattern is commonly used in database connections to ensure

  • Answered by AI
  • Q5. What are external Libraries are used in project?
  • Ans. 

    External libraries are pre-written code that can be imported and used in a project to provide additional functionality.

    • External libraries help in reducing development time by providing ready-made solutions for common tasks.

    • Examples include React for front-end development, NumPy for scientific computing in Python, and Retrofit for making network calls in Android apps.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Lamda experience

CDW Interview FAQs

How many rounds are there in CDW Software Engineer interview?
CDW interview process usually has 3 rounds. The most common rounds in the CDW interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in CDW Software Engineer interview?

Some of the top questions asked at the CDW Software Engineer interview -

  1. Had some data structures and algorithm questions and graph , dynamic programmin...read more
  2. Questions in the datastructu...read more

Tell us how to improve this page.

CDW Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
CDW Software Engineer Salary
based on 4 salaries
₹7.8 L/yr - ₹14 L/yr
21% more than the average Software Engineer Salary in India
View more details
Consultant
87 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Senior System Administrator
54 salaries
unlock blur

₹6.3 L/yr - ₹11 L/yr

Associate Consultant
49 salaries
unlock blur

₹4 L/yr - ₹9.2 L/yr

System Administrator
33 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Senior Consultant
27 salaries
unlock blur

₹6.2 L/yr - ₹19.5 L/yr

Explore more salaries
Compare CDW with

Tech Data Corporation

4.6
Compare

Ingram Micro

3.9
Compare

Redington

4.0
Compare

HCL Infosystems

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