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

Clear (1)

CDW Full Stack Developer Interview Questions and Answers

Updated 25 Jun 2023

CDW Full Stack Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2023. 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 Resume tips
Round 2 - Aptitude Test 

The aptitude round consists of quantitative, technical questions mainly from java ,oops, ds concepts , some from os . Negative marking was there with 0.25 mark deduction.

Round 3 - Coding Test 

It consists of three coding questions and that was pretty much easy . 1st qn is easy and so is the 2nd question . Third question is kind of medium level (but not so tough ) . It was a question related to doubly linked list . 1st and 2nd were array and string questions. We had this in pen and paper format , not in ids .

Round 4 - Technical 

(1 Question)

  • Q1. This is a technical hr one on one interview. It only depends based on your resume and in depth technical questions related to that. Hr would be well versed in those fields. There would be 3-4 Hrs and any o...
Round 5 - Technical 

(1 Question)

  • Q1. It is a in depth technical hr round . There will be panel of 4 technical hr . They will ask questions based on your resume and according to their knowledge in that field. Each will have a storng knowledge ...

Interview Preparation Tips

Topics to prepare for CDW Full Stack Developer interview:
  • Backend
  • Data Structures
  • Java
  • DBMS
  • Frontend
Interview preparation tips for other job seekers - Be strong in whatever you have mentioned in the resume and see to that it fits the role of the job you are applying. Though questions would be in depth in your field but they won't be expecting answers in that level , so think and answer them the best you could.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy Aptitude questions that covers all sections.

Round 2 - Coding Test 

It was a pen and paper based coding test where we have to write 2 codes in 1hr. 1st one is easy and second one is medium level.

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Interview with 3 panel members which lasted for 1hr.
  • Q2. DSA, DBMS concepts and a SQL query, 2 Puzzles
Round 4 - Technical 

(2 Questions)

  • Q1. This is basically a Technical+Hr round(final round) where all the 6 panel members will test you with different questions. It lasted for more than 1hr 20 mins.
  • Q2. A coding question, DBMS questions, puzzles and mainly on Resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - The Process is a bit Hard. But be genuine with them and answer confidently.

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
asked in MakeMyTrip
Q3. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q4. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q5. LCA of Binary Tree Problem Statement You are given a binary tree ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Self introduction
  • Q2. Questions on c,java,sql
  • Q3. Questions on coding algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident on what you speak
show your sincerity

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About springboot ,and architecture of your current project, design patterns . 1st round would be on Angular7 and basic questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice , they will guide you whenever I was stuck on any problems.Believe in yourself ,you are the best!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Project, Oops Concept, Java , which technology u have used ? Framework
  • Q2. Framework, Explain Long Polling ,
  • Ans. 

    Long polling is a web technique where the client sends a request to the server and the server holds the connection open until new data is available.

    • Long polling is a variation of the traditional polling technique where the client sends a request to the server and the server keeps the connection open until new data is available.

    • It is often used in web applications to simulate real-time updates without the need for const...

  • Answered by AI
  • Q3. GraphQL Vs Rest
  • Ans. 

    GraphQL is a query language for APIs that allows clients to request only the data they need, while REST is an architectural style for designing networked applications.

    • GraphQL allows clients to request specific data in a single request, reducing over-fetching and under-fetching of data.

    • REST uses multiple endpoints for different resources, leading to multiple requests for related data.

    • GraphQL provides a strongly typed sc...

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Jul 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

How can you traverse the DOM with JavaScript?

What is the box model?

What are NoSQL databases? What are the different types of NoSQL databases?

Also there was 2 coding questions. 

  • Q1. 

    Maximum Difference Problem Statement

    Given an array ARR of N elements, your task is to find the maximum difference between any two elements in ARR.

    If the maximum difference is even, print EVEN; if it is...

  • Ans. 

    Find the maximum difference between any two elements in an array and determine if it is even or odd.

    • Iterate through the array to find the maximum and minimum elements

    • Calculate the difference between the maximum and minimum elements

    • Check if the difference is even or odd and return the result

  • Answered by AI
  • Q2. 

    Distinct Strings With Odd and Even Swapping Allowed Problem Statement

    You are provided with an array of strings, and your objective is to determine the number of unique strings within it.

    A string is deeme...

  • Ans. 

    Determine the number of unique strings in an array by applying swapping operations on odd and even indices.

    • Iterate through each string in the array and check if it can be transformed into another string by swapping characters at odd and even indices.

    • Keep track of unique strings by comparing them with all other strings in the array.

    • Return the count of unique strings found in the array.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth's College of Engineering. Eligibility criteriaResume shortlistingTech Mahindra interview preparation:Topics to prepare for the interview - Strings, Arrays, Sorting algorithms, Linked List, Loops, Sliding windows, Graphs, Trees, OOPS, DSA, DBMSTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 2 projects
Tip 2 : Complete competitive programming
Tip 3 : Practice more interview Questions particular to the company applying to

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Try to wrap resume in one page

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Html, css, java

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete my interview with in two days
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions about current projects
  • Q2. Questions about AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Master your skills and good karma on it's way.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numeric ability,
logical reasoning
verbal ability
abstract reasoning

Round 2 - Coding Test 

Data structures
algorithms
system design
time and space complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - tailor your resume
networking
skill development

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Why should I hire you
  • Q2. I am interested in learned new things. I learn thing theoretically. But i am waiting for an opportunity to implement them in a practical way. If you will hire you, I will do my best.
  • Q3. Can you work under pressure
  • Q4. Working under pressure is nothing but a challenge in my view. If we are open to learn new things it is easy to work under pressure.
  • Q5. Why do you want to work at our company
  • Ans. Because i know this company will help me to enhance my skills and gain more knowledge in the company. I am looking to job for an experience.An experience where I can improve myself better for the future.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Eye contact important
Boldly speaking
Do your best
Contribute & help others!
anonymous
You can choose to be anonymous

CDW Interview FAQs

How many rounds are there in CDW Full Stack Developer interview?
CDW interview process usually has 5 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 Full Stack Developer interview?

Some of the top questions asked at the CDW Full Stack Developer interview -

  1. This is basically a Technical+Hr round(final round) where all the 6 panel membe...read more
  2. Technical Interview with 3 panel members which lasted for 1...read more
  3. A coding question, DBMS questions, puzzles and mainly on Resu...read more

Recently Viewed

INTERVIEWS

Hitachi

No Interviews

INTERVIEWS

Hitachi

No Interviews

INTERVIEWS

Hitachi

No Interviews

INTERVIEWS

Hitachi

No Interviews

INTERVIEWS

AVEVA

No Interviews

SALARIES

ANB Systems

INTERVIEWS

Hitachi

No Interviews

INTERVIEWS

ZingHR

No Interviews

SALARIES

Baker Hughes

DESIGNATION

Tell us how to improve this page.

CDW Full Stack Developer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
CDW Full Stack Developer Salary
based on 8 salaries
₹7 L/yr - ₹7.4 L/yr
19% less than the average Full Stack Developer Salary in India
View more details
Consultant
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior System Administrator
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CDW with

Tech Data Corporation

4.6
Compare

Ingram Micro

3.8
Compare

Redington

4.0
Compare

HCL Infosystems

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