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 Senior Team Leader Interview Questions and Answers for Experienced

Updated 29 Sep 2022

Nagarro Senior Team Leader Interview Experiences for Experienced

1 interview found

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

(2 Questions)

  • Q1. Basic information base. About your work experience.
  • Q2. About your journey and Exp. CTC
Round 3 - Aptitude Test 

Logical questions and aptitude base question.

Round 4 - Coding Test 

They provide a link for online coding test. The test have 3question :-
1. Core PHP question
2. MySQL base question
3. jQuery base question

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply from website and wait the HR call. Then HR will suggest the process and help.

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Total Experience asking about feasible interview date and time slot fixing
  • Ans. Explaining to HR about my over all experience and years of experince..
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Asking questions from core experience
  • Ans. Answering them about Logistics,Reverse Logistics, Indirect Sourcing,Asset Management,3PL,Vendor and Supplier Management as i am from Supply chain Mangement Vertical
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. Asking questions on real time scenario basis
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asking questions from Management aspect
  • Q2. Answering all the answers promptly keeping positivity,logical thinking,
Round 5 - HR 

(1 Question)

  • Q1. HR related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on real time based scenarios
Basic concept must be strong and prompt answer required.possitive thinking &flexibility is must.

I applied via Company Website and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

They had ask the simple question during my interview process, here is the list if all questions:
1) what is df.copy()
2)why we choose inplace = True
3) Tfidf
4) confusion Matrix
5) can we use continuous variables for logistic regression
6)list and tuple diff
7)N grams, bag of words
8)access a column
9)lambda fn
10)method and object oops concepts
11) how to tackle Nan values
12) what is index in SQL
13)what is gini coefficient
14)when will you use linear regression and when you will use Decision Tres.
15) Random forest
16)Oops concepts
17)how to calculate the coefficient
18)PCA
19)SL/USL
20) classification/Regression
21)SVM
22)DT, RF, Hyper parameters in RF
23)how neural network works
24)NlP

Round 2 - Technical 

(1 Question)

  • Q1. Power bi and Tableau tools- 1) cross filter

Interview Preparation Tips

Topics to prepare for Genpact Business Analyst interview:
  • Statistics
  • Oops
  • Pandas
  • Lambda
  • Memory error
Interview preparation tips for other job seekers - Be confident about what you had done in your previous organization, they will ask any questions if you did a very little work on anything. Whatever the thing that you have on your CV make sure that you were involved from end to end on that project.

I applied via Naukri.com and was interviewed in Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Cobol, DB2 main practical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended the interview with 1 year experience. Question was answerable and basic preparation and understanding of job description is much enough. Some realistic questions also be asked. Once we have strong preparation and good learning in our subject, we can get it. Sometimes people may take long time to call the selected candidates.. sometimes very late to inform the selection also.

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About self introduction, project that I have done.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview included both technical and hr questions. This almost lasted for 40 minutes. Mainly about self introduction, certifications, project and all questions are based on the resume I uploaded. I answered all the questions as I know well about the resume I uploaded. Those questions are about languages that I am good at, Which certifications I have done in this pandemic, What is the difference between a group and a team, What the difficulties faced in your project completion, how u overcame.

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic peopletools questions on AE, CI, Peoplecode, File Layout.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great interview experience, Interviewer was very good at his skills and he asked simple but tricky questions.

Interview Questionnaire 

2 Questions

  • Q1. How can we remove duplicate objects from array of multiple objects.
  • Ans. 

    Remove duplicate objects from an array of multiple objects.

    • Create a new array to store unique objects

    • Loop through the original array and check if the object already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. How to maintain state if code if repeated one.
  • Ans. 

    Maintain state by using a global variable or a state management system.

    • Use a global variable to store the state and access it whenever needed.

    • Use a state management system like Redux or MobX to manage the state.

    • Avoid using local variables or closures to store state as they will be lost when the code is repeated.

    • Consider using object-oriented programming principles to encapsulate state within objects.

    • Use functional prog...

  • Answered by AI

Interview Questionnaire 

3 Questions

  • Q1. Basic questions on OOP, Android system
  • Q2. Design patterns in android system
  • Ans. 

    Design patterns are reusable solutions to common software problems. Android system uses various design patterns.

    • MVC (Model-View-Controller) pattern is used in Android to separate UI logic from business logic.

    • Singleton pattern is used to ensure only one instance of a class is created.

    • Observer pattern is used to notify changes in data to multiple components.

    • Builder pattern is used to simplify complex object creation.

    • Adap...

  • Answered by AI
  • Q3. Dependency injection, SOLID

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Javascript ,sql, HTML

Nagarro Interview FAQs

How many rounds are there in Nagarro Senior Team Leader interview for experienced candidates?
Nagarro interview process for experienced candidates usually has 4 rounds. The most common rounds in the Nagarro interview process for experienced candidates are Resume Shortlist, HR and Aptitude Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

Genpact Interview Questions
3.8
 • 3.2k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
NTT Data Interview Questions
3.8
 • 631 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 600 Interviews
UST Interview Questions
3.8
 • 523 Interviews
CGI Group Interview Questions
4.0
 • 497 Interviews
View all
Nagarro Senior Team Leader Salary
based on 4 salaries
₹29 L/yr - ₹38 L/yr
231% more than the average Senior Team Leader Salary in India
View more details
Associate Staff Engineer
3.3k salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Staff Engineer
2.9k salaries
unlock blur

₹15 L/yr - ₹43.2 L/yr

Senior Engineer
2.4k salaries
unlock blur

₹6.2 L/yr - ₹23.8 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹5.4 L/yr - ₹28 L/yr

Engineer
925 salaries
unlock blur

₹3.5 L/yr - ₹11.4 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