Upload Button Icon Add office photos

Filter interviews by

Amazon Development Centre India Manual Test Engineer Interview Questions, Process, and Tips

Updated 29 May 2024

Top Amazon Development Centre India Manual Test Engineer Interview Questions and Answers

Amazon Development Centre India Manual Test Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics of aptitude like profit loss,LCm will be asked

Round 2 - Technical 

(4 Questions)

  • Q1. Basics of manual testing concepts
  • Q2. And logical questions like when we won't receive the mails in the mail box
  • Q3. What is STLC? What are the negative testing scenario
  • Ans. 

    STLC stands for Software Testing Life Cycle. Negative testing scenarios involve testing the system with invalid inputs or unexpected conditions.

    • STLC is a systematic approach to testing software throughout its development life cycle.

    • It includes phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Negative testing scenarios involve testing the system with invalid inputs, unexpect...

  • Answered by AI
  • Q4. What is waterfall model
  • Ans. 

    Waterfall model is a linear sequential software development process in which progress flows in one direction like a waterfall.

    • It is a traditional approach to software development where each phase must be completed before the next phase begins.

    • The phases in waterfall model include requirements, design, implementation, testing, and maintenance.

    • It is easy to understand and use, but lacks flexibility for changes during the...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About yourself projects
  • Q2. About the courses completed

Interview Preparation Tips

Topics to prepare for Amazon Development Centre India Manual Test Engineer interview:
  • Manual Testing
Interview preparation tips for other job seekers - Basics of aptitude and manual testing is enough to Crack the interview

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1)Tell about yourself
  • Q2. 2)what is testing?diff between manual and automation testing
  • Ans. 

    Testing is the process of evaluating a system or component to determine if it meets specified requirements.

    • Testing is done to identify defects or errors in software.

    • Manual testing is performed by human testers, while automation testing is done using tools and scripts.

    • Manual testing requires human intervention and is time-consuming, while automation testing is faster and more efficient.

    • Manual testing is suitable for sma...

  • Answered by AI
  • Q3. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to an application to ensure that existing functionalities are not affected.

    • It is performed after making changes to the software to ensure that the existing functionalities are not impacted.

    • It helps to identify any defects or issues that may have been introduced due to the changes made.

    • It is usually automated to save time and effort.

    • It is an important part of the...

  • Answered by AI
  • Q4. What is test case?
  • Ans. 

    A test case is a set of instructions or conditions used to determine if a software application is working correctly.

    • Test cases are designed to verify specific functionality or features of the software.

    • They can be written in a variety of formats, including manual or automated scripts.

    • Test cases should be repeatable and cover all possible scenarios.

    • They are used to identify defects or bugs in the software and ensure that...

  • Answered by AI
  • Q5. They might give an example and ask us to write test case.for example-write test case for swiggy app

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic knowledge on testing,regression testing,test cases.attend with confidence and show them you can learn new things and u have potential for that.

Skills evaluated in this interview

Manual Test Engineer Interview Questions Asked at Other Companies

Q1. Why choose testing field What is manual testing What is tradition ... read more
Q2. What is the Software Testing Why Testing is Important Smoke and S ... read more
Q3. 2)what is testing?diff between manual and automation testing
Q4. Why you switching to IT field from Mechanical ?
Q5. Can you make it possible to utilise the bug for any other applica ... read more

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2022. There were 3 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 tips
Round 2 - Aptitude Test 

About manual testing nd core java

Round 3 - Technical 

(31 Questions)

  • Q1. About manual testing
  • Q2. Core java questions and manual testing
  • Q3. Manual testing and core javva
  • Q4. About manual testing and core Java
  • Q5. About manual testing and about stlc
  • Q6. About sdlc process in manual testing
  • Q7. About types of test cases
  • Q8. About error deffect in manual testing
  • Q9. Testing methods nd techniques
  • Q10. About software development process or methodologies
  • Q11. About agile model in software development process
  • Q12. About big life cycle manual testing
  • Q13. About Test stratagy in manual testing
  • Q14. About test planning in manual testing
  • Q15. About priority and seviority in manual testing
  • Q16. Resource planning in manual testing
  • Ans. 

    Resource planning in manual testing

    • Identify the scope of testing

    • Determine the number of resources required

    • Allocate resources based on their skills and experience

    • Create a schedule and timeline for testing

    • Monitor progress and adjust resources as needed

  • Answered by AI
  • Q17. About test summary report
  • Q18. About staffing and planning
  • Q19. Test development in manual testing
  • Ans. 

    Test development in manual testing involves creating test cases and executing them manually.

    • Identify test scenarios and create test cases

    • Execute test cases manually and record results

    • Report defects and retest after fixes

    • Continuously improve test cases based on feedback and results

    • Collaborate with team members to ensure comprehensive testing

  • Answered by AI
  • Q20. About QA and about QC
  • Q21. Manual testing terminologies
  • Q22. About Spiral modal in manual testing
  • Q23. About prototype model
  • Q24. About evaluationary model
  • Q25. About Integration test
  • Q26. About regression test
  • Q27. About alpha testing and beta testing
  • Q28. About white box testing
  • Q29. About black box testing
  • Q30. About grey box testing
  • Q31. Detailed about manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you give to me a chance i will prove my self.doing something is better than doing nothing.

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 Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Check if the given number is Armstrong's number or not?
  • Ans. 

    An Armstrong number is a number that is equal to the sum of its own digits raised to the power of the number of digits.

    • Calculate the number of digits in the given number

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number

  • Answered by AI
  • Q2. Print all the Armstrong's number in the given range
  • Ans. 

    Armstrong numbers are numbers that are equal to the sum of their own digits raised to the power of the number of digits.

    • Iterate through the given range of numbers

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number, if yes then it is an Armstrong number

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Type of API responses and status codes?
  • Ans. 

    API responses can include success, error, informational, and redirection status codes.

    • Success responses typically have status code 2xx (e.g. 200 OK)

    • Error responses typically have status code 4xx or 5xx (e.g. 404 Not Found)

    • Informational responses have status code 1xx (e.g. 100 Continue)

    • Redirection responses have status code 3xx (e.g. 301 Moved Permanently)

  • Answered by AI
  • Q2. Detailed discussions on my current project and roles smand responsibilities

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Which version of Java is best

I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good thinker and Adaptive thinking about organization and working team

Round 2 - Technical 

(1 Question)

  • Q1. Related my knowledge and skills

Interview Preparation Tips

Topics to prepare for CARS24 Senior Test Engineer interview:
  • Communication Skills
Interview preparation tips for other job seekers - Keep sharing your jobs related articles and accessibility

Interview Questionnaire 

3 Questions

  • Q1. 1. Find mistakes in the Json
  • Ans. 

    Identify mistakes in the given JSON.

    • The keys should be enclosed in double quotes.

    • The value of 'age' should be a number, not a string.

    • The value of 'isActive' should be a boolean, not a string.

    • The last item in the array should not have a comma after it.

  • Answered by AI
  • Q2. 2. Scenarios on a pen
  • Q3. 3. Database queries, sql

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

About manual testing nd core java

Round 3 - Technical 

(31 Questions)

  • Q1. About manual testing
  • Q2. Core java questions and manual testing
  • Q3. Manual testing and core javva
  • Q4. About manual testing and core Java
  • Q5. About manual testing and about stlc
  • Q6. About sdlc process in manual testing
  • Q7. About types of test cases
  • Q8. About error deffect in manual testing
  • Q9. Testing methods nd techniques
  • Q10. About software development process or methodologies
  • Q11. About agile model in software development process
  • Q12. About big life cycle manual testing
  • Q13. About Test stratagy in manual testing
  • Q14. About test planning in manual testing
  • Q15. About priority and seviority in manual testing
  • Q16. Resource planning in manual testing
  • Ans. 

    Resource planning in manual testing

    • Identify the scope of testing

    • Determine the number of resources required

    • Allocate resources based on their skills and experience

    • Create a schedule and timeline for testing

    • Monitor progress and adjust resources as needed

  • Answered by AI
  • Q17. About test summary report
  • Q18. About staffing and planning
  • Q19. Test development in manual testing
  • Ans. 

    Test development in manual testing involves creating test cases and executing them manually.

    • Identify test scenarios and create test cases

    • Execute test cases manually and record results

    • Report defects and retest after fixes

    • Continuously improve test cases based on feedback and results

    • Collaborate with team members to ensure comprehensive testing

  • Answered by AI
  • Q20. About QA and about QC
  • Q21. Manual testing terminologies
  • Q22. About Spiral modal in manual testing
  • Q23. About prototype model
  • Q24. About evaluationary model
  • Q25. About Integration test
  • Q26. About regression test
  • Q27. About alpha testing and beta testing
  • Q28. About white box testing
  • Q29. About black box testing
  • Q30. About grey box testing
  • Q31. Detailed about manual testing

Interview Preparation Tips

Interview preparation tips for other job seekers - If you give to me a chance i will prove my self.doing something is better than doing nothing.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Puzzle questions
  • Q2. Java selenium questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Networking
It configuration
Roger
WAN Technologies
Auto cad
DHCP&HSRP

Round 2 - Networking 

(2 Questions)

  • Q1. What is ip address
  • Ans. 

    An IP address is a unique numerical label assigned to each device connected to a computer network.

    • IP addresses are used to identify and locate devices on a network.

    • There are two types of IP addresses: IPv4 (e.g. 192.168.1.1) and IPv6 (e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

    • IP addresses can be static (manually assigned) or dynamic (assigned by a DHCP server).

  • Answered by AI
  • Q2. What Is networking
  • Ans. 

    Networking is the practice of connecting computers and other devices together to share resources and information.

    • Networking involves setting up connections between devices using cables or wireless technology.

    • It allows devices to communicate with each other and share resources such as files, printers, and internet access.

    • Networking can be done locally within a home or office (LAN) or over a larger geographical area (WAN...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cyber security

Skills evaluated in this interview

Amazon Development Centre India Interview FAQs

How many rounds are there in Amazon Development Centre India Manual Test Engineer interview?
Amazon Development Centre India interview process usually has 3 rounds. The most common rounds in the Amazon Development Centre India interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Amazon Development Centre India Manual Test Engineer interview?

Some of the top questions asked at the Amazon Development Centre India Manual Test Engineer interview -

  1. 2)what is testing?diff between manual and automation test...read more
  2. What is STLC? What are the negative testing scena...read more
  3. What is regression testi...read more

Tell us how to improve this page.

Amazon Development Centre India Manual Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Amazon Development Centre India Manual Test Engineer Salary
based on 22 salaries
₹2.1 L/yr - ₹4.2 L/yr
37% less than the average Manual Test Engineer Salary in India
View more details

Amazon Development Centre India Manual Test Engineer Reviews and Ratings

based on 2 reviews

4.9/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

4.9

Company culture

3.0

Promotions

4.9

Work satisfaction

Explore 2 Reviews and Ratings
Customer Service Associate
2.9k salaries
unlock blur

₹1.1 L/yr - ₹5.6 L/yr

Transaction Risk Investigator
1.4k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Customer Service Executive
878 salaries
unlock blur

₹1.2 L/yr - ₹6.2 L/yr

Senior Associate
817 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Quality Specialist
647 salaries
unlock blur

₹3 L/yr - ₹7.1 L/yr

Explore more salaries
Compare Amazon Development Centre India with

Microsoft Corporation

4.0
Compare

Google

4.4
Compare

IBM

4.0
Compare

Oracle

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