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
4.0

based on 4k Reviews

Filter interviews by

Nagarro Manual Test Engineer Interview Questions and Answers

Updated 24 Jun 2021

Nagarro Manual Test Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Agile testing,
  • Q2. Cycle in software testing
  • Ans. 

    Cycle in software testing refers to the process of repeating testing activities in a systematic manner.

    • The cycle includes planning, designing, executing, and reporting.

    • It helps to identify defects early and ensure the quality of the software.

    • Common cycles include the Waterfall model, Agile model, and V-model.

    • Each cycle may have different phases and activities depending on the methodology used.

    • The cycle may also involve...

  • Answered by AI
  • Q3. STLC, SDLC,
  • Q4. Regression testing
  • Q5. Basic understanding of the engineering subject concepts,
  • Q6. DBMS, your proficiency in the programming language
  • Q7. Etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Tests your basic understanding of the subjects and programming languages,

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is system testing
  • Ans. 

    System testing is a type of testing that verifies the behavior of a complete and fully integrated software system.

    • It is performed on a complete system, not individual components

    • It tests the system's compliance with functional and non-functional requirements

    • It includes testing of system performance, security, reliability, and scalability

    • It can be manual or automated

    • Examples include end-to-end testing, regression testing

  • Answered by AI
  • Q2. Difference between rest and soap
  • Ans. 

    REST is an architectural style for web services while SOAP is a protocol for exchanging structured information.

    • REST uses HTTP protocol while SOAP can use any protocol

    • REST is lightweight and easy to implement while SOAP is more complex

    • REST supports multiple data formats like JSON, XML, etc. while SOAP only supports XML

    • REST is stateless while SOAP can maintain state between requests

    • REST is preferred for mobile and web ap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, answer the questions clearly, ask if you don't get it and do your best

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain sdlc and regression testing
  • Ans. 

    SDLC is a process followed for software development. Regression testing is a type of testing done to ensure that changes made to the software do not affect the existing functionality.

    • SDLC stands for Software Development Life Cycle

    • It consists of phases like planning, analysis, design, implementation, testing, and maintenance

    • Regression testing is done to ensure that changes made to the software do not affect the existing...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn throughly to prepare interviews

Skills evaluated in this interview

I was interviewed in Mar 2022.

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 - Aptitude Test 
Round 3 - Aptitude Test 
Round 4 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for GlobalLogic Manual Test Engineer interview:
  • SDLC
  • Types of testing
  • Regression Testing
  • Levels of testing
  • Exetra
Interview preparation tips for other job seekers - I will share try my level best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Explain selenium framework
  • Ans. 

    Selenium framework is a test automation tool used for web applications.

    • Selenium framework allows for automated testing of web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is a key component for interacting with web elements.

    • Test scripts can be written using Selenium IDE, WebDriver, or Grid.

    • Selenium framework can be integrated with tools like TestNG, JUnit, etc.,

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your Self introduce
  • Q2. Tell me project structure
  • Ans. 

    Project structure refers to the organization of files, folders, and resources within a software project.

    • Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)

    • Subfolders for specific modules or components

    • Configuration files like pom.xml, package.json, etc.

    • Build scripts like Jenkinsfile, Dockerfile

    • Version control files like .gitignore, .gitattributes

    • README.md file for project overvi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill preparation

Test Lead Interview Questions & Answers

_VOIS user image Chetan Chute

posted on 29 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sanity vs smoke
  • Ans. 

    Sanity tests are focused on specific functionalities to ensure basic requirements are met, while smoke tests are broader tests to check if the build is stable enough for further testing.

    • Sanity tests are narrow in scope and focus on specific functionalities or areas of the application.

    • Smoke tests are broader in scope and are used to quickly determine if the build is stable enough for further testing.

    • Sanity tests are usu...

  • Answered by AI
  • Q2. Regression testing
Round 2 - Technical 

(2 Questions)

  • Q1. Core java concepts
  • Q2. Oops concepts explain
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming such as inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex impleme...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about yourself
  • Q2. What is exploratory testing and adhoc testing and how you used these in your project?
  • Ans. 

    Exploratory testing is a simultaneous learning, test design, and test execution approach. Adhoc testing is an informal testing approach without any predefined test cases.

    • Exploratory testing involves exploring the software, learning about it, and designing and executing tests on the fly.

    • Adhoc testing is unplanned and unstructured testing where testers randomly test the application without any specific test cases.

    • In my p...

  • Answered by AI
  • Q3. Roles and responsibilities in your previous projects
  • Q4. Difference between mobile and web testing?
  • Ans. 

    Mobile testing focuses on apps for smartphones and tablets, while web testing focuses on websites accessed through browsers.

    • Mobile testing involves testing apps on different devices and operating systems.

    • Web testing involves testing websites on different browsers and screen sizes.

    • Mobile testing includes testing for touch gestures and device-specific features.

    • Web testing includes testing for cross-browser compatibility ...

  • Answered by AI
  • Q5. Challenges faced in your last project?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the framework structure
  • Ans. 

    Framework structure refers to the organization of test automation code, including folders, files, libraries, and configurations.

    • Framework structure typically includes folders for test scripts, test data, page objects, utilities, and configurations.

    • It may involve separation of concerns, such as using Page Object Model for better maintainability.

    • Frameworks like TestNG or JUnit provide annotations to structure test cases ...

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.

    • Experienced in creating automated test scripts using tools like Selenium and Appium

    • Proficient in identifying bugs and issues in software applications

    • Skilled in writing test plans and test cases to ensure comprehensive test coverage

    • Strong knowledge of programming languages such as Java and ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

Skills evaluated in this interview

Nagarro Interview FAQs

How to prepare for Nagarro Manual Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nagarro. The most common topics and skills that interviewers at Nagarro expect are Bug Life Cycle, Bug Tracking, Functional Testing, Integration Testing and Manual Testing.
What are the top questions asked in Nagarro Manual Test Engineer interview?

Some of the top questions asked at the Nagarro Manual Test Engineer interview -

  1. Cycle in software test...read more
  2. Basic understanding of the engineering subject concept...read more
  3. DBMS, your proficiency in the programming langua...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Nagarro interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Nagarro Manual Test Engineer Salary
based on 5 salaries
₹3.3 L/yr - ₹8 L/yr
20% more than the average Manual Test Engineer Salary in India
View more details
Associate Staff Engineer
2.9k salaries
unlock blur

₹10 L/yr - ₹35.2 L/yr

Staff Engineer
2.8k salaries
unlock blur

₹14.6 L/yr - ₹43.2 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹6.3 L/yr - ₹25 L/yr

Senior Software Engineer
1.1k salaries
unlock blur

₹7.5 L/yr - ₹31 L/yr

Software Engineer
938 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Nagarro with

Deloitte

3.8
Compare

Cognizant

3.8
Compare

TCS

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview