Upload Button Icon Add office photos
Engaged Employer

i

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

Nagarro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nagarro CSD Interview Questions, Process, and Tips

Updated 27 May 2022

Nagarro CSD Interview Experiences

1 interview found

CSD Interview Questions & Answers

user image Anonymous

posted on 27 May 2022

I appeared for an interview in Jan 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

It was early morning online test on mettle platform

  • Q1. 

    Swap Kth Elements in an Array

    Given an array ARR of size N, perform the operation to swap the Kth element from the beginning with the Kth element from the end of the array.

    Example:

    Input:
    N = 5, K = 2
    ...
  • Ans. 

    Swap Kth elements from the beginning and end of an array.

    • Create a temporary variable to store the Kth element from the beginning

    • Swap the Kth element from the beginning with the Kth element from the end

    • Return the modified array

  • Answered by AI
  • Q2. 

    Count Derangements

    Determine the number of derangements possible for a set of 'N' elements. A derangement is a permutation where no element appears in its original position.

    Input:

    An integer 'T' repres...
  • Ans. 

    Count the number of derangements possible for a set of 'N' elements.

    • Use dynamic programming to calculate the number of derangements for each test case

    • The formula for derangements is D(n) = (n-1)*(D(n-1) + D(n-2)), with base cases D(1) = 0 and D(2) = 1

    • Calculate derangements modulo (10^9 + 7) to avoid overflow issues

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was in afternoon. For 1 hour. It was on Google meet. Interview was cool.

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical by returning -1.

    • Consider edge cases like empty array or array with less than 2 elements.

  • Answered by AI
  • Q2. What is normalization in the context of database management systems?
  • Ans. 

    Normalization in database management systems is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • Normalization ensures data integrity by minimizing data anomalies.

    • There are different normal forms such as 1NF, 2NF, 3NF...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as CSD in DelhiEligibility criteriaAbove 7 CGPANagarro interview preparation:Topics to prepare for the interview - Array, Linked List , Operating System, Algorithms, Computer NetworksTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : study data structures thoroughly
Tip 2 : study algorithms thoroughly

Application resume tips for other job seekers

Tip 1 : have good projects in resume
Tip 2 : make complete resume in one page. Basically keep it short. So that it helps to go through easily

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

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

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I appeared for an interview before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. Tell me something about yourself
  • Ans. 

    I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.

    • 5 years of experience in web development

    • Strong background in computer science

    • Passionate about software development

  • Answered by AI
  • Q2. Questions related to project I have worked on during college days
  • Q3. Core Java concepts
  • Q4. Why do you use two mobile numbers
  • Ans. 

    To separate personal and professional calls, and to ensure availability and accessibility.

    • Separate personal and professional calls

    • Ensure availability and accessibility

    • Maintain work-life balance

    • Avoid mixing personal and work-related contacts

  • Answered by AI

Interview Preparation Tips

Round: Test
Total Questions: 60

College Name: Watumull Institute Of Electronics Engineering And Computer Technology ( WIEECT )

Software Engineer Interview Questions & Answers

Capgemini user image Neelima Vakkantula

posted on 29 Jun 2017

I appeared for an interview before Jun 2016.

Interview Questionnaire 

4 Questions

  • Q1. About the project i did
  • Q2. Some questions on digital electronics
  • Q3. Introduce yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Heroku

  • Answered by AI
  • Q4. About my family

Interview Preparation Tips

Round: Test
Total Questions: 40

Round: Technical Interview
Experience: He asked me to explain the project that i have done in detail. As iam from electronics background he asked more from my electronics subjects.

Round: Technical Interview
Experience: He asked me to explain the project that i have done in detail. As iam from electronics background he asked more from my electronics subjects.
Tips: be confident

Skills: Technical Skills, Communication
College Name: Lovely Professional University, Phagwara [ LPU ]

I appeared for an interview before Jul 2016.

Interview Preparation Tips

Round: Test
Experience: It was an MCQ exam on an OMR sheet (beneficial for people who are not comfortable with online exams like me). The exam went good. They set the cut-off at 45 (varies from college to college). I managed to get through this. The standard of the paper was quiet easy.
Tips: Aptitude preparation should be good. And solve the problems fast. If you are weak in a particular section (like I was in quantitative), you should keep it for the last. Do the ones which you are strong at.
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: I was from ECE, so they didn't expect much answers from us in subjects related to IT & Computer Science. In technical interview always prepare a particular topic you love (ofcourse from any of your engineering subjects). I went with my favourite (sattelite communication 7 GPS naviagtion system). I explained it in detail and he got impressed. Then they aske some questions (withing my comfort zone) from JAVA. it was a simple interview.
Tips: Only thing you should keep in my mind before entering the interview room is "I don't need this job; I am just here to make an experience of how a job interview looks like". If you are successfull in keeing the mindset, then you are sure to crack the interview. Moto is JUST RELAX and enjoy the interview. Don't try to over active or over smart in an interview.

Round: HR Interview
Experience: General questions from current affairs, your hobbies, etc. Its kind of time pass interview. Your spoken skills and confidence level matters the most.
Tips: Be what you are. Don' try to exaggerate.

College Name: JIS College Of Engineering

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
View all
Associate Staff Engineer
3k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.9k salaries
unlock blur

₹15 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Senior Software Engineer
1.2k salaries
unlock blur

₹5.6 L/yr - ₹28 L/yr

Engineer
972 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.7
Compare

TCS

3.7
Compare

Accenture

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