
Amazon


Amazon Sdet Automation Test Engineer Interview Questions and Answers
Q1. what is java and cpp and dbms sql etc
Java is a popular programming language, C++ is another programming language, and DBMS SQL is a language used for managing databases.
Java is an object-oriented programming language commonly used for building web applications and software.
C++ is a high-level programming language often used for system programming and game development.
DBMS SQL is a language used to interact with relational databases, allowing users to retrieve, update, and manage data.
Examples: Java - used in And...read more
Q2. what is python, oops and inheritance
Python is a high-level programming language known for its simplicity and readability. OOPs (Object-Oriented Programming) is a programming paradigm that uses objects and classes. Inheritance is a feature of OOPs that allows a class to inherit properties and behavior from another class.
Python is a versatile, interpreted language used for web development, data analysis, artificial intelligence, and more.
OOPs focuses on creating objects that contain both data and methods to manip...read more
Q3. Recursion to memoization DP problem and follow ups.
Recursion to memoization DP problem involves optimizing recursive solutions by storing intermediate results.
Recursion involves solving a problem by breaking it down into smaller subproblems and calling the function recursively.
Memoization involves storing the results of expensive function calls and reusing them when the same inputs occur again.
Dynamic Programming (DP) involves solving problems by breaking them down into simpler subproblems and storing the results to avoid red...read more
Q4. what is test scenario,test case.
Test scenario is a high-level description of the functionality to be tested, while test case is a detailed step-by-step procedure to validate the functionality.
Test scenario is a broad description of what needs to be tested, while test case is a detailed set of steps to verify a specific aspect of the scenario.
Test scenario is usually written in a more general and abstract way, while test case is more specific and concrete.
Test scenario helps in understanding the scope of tes...read more
Q5. Prefix Sum and left sum of binary tree.
Prefix Sum and left sum of binary tree involves calculating the sum of all nodes in a binary tree and the sum of nodes on the left side of each node.
Calculate prefix sum of binary tree by traversing in a pre-order manner and keeping track of the running sum.
To calculate left sum of binary tree, traverse the tree in a pre-order manner and keep track of the sum of nodes on the left side of each node.
Example: For a binary tree with nodes 1, 2, 3, 4, 5, the prefix sum would be 15...read more
Q6. Tell me abiut yourself
I am an experienced SDET Automation Test Engineer with a strong background in software testing and test automation.
I have a Bachelor's degree in Computer Science and have been working in the field for over 5 years.
I have expertise in designing and implementing test automation frameworks using tools like Selenium and Cucumber.
I have experience in writing test scripts, executing test cases, and analyzing test results.
I am proficient in programming languages like Java and Python...read more
Q7. Design URL shorterner
Design a URL shortener service to generate short URLs for long URLs.
Use a hashing algorithm to generate unique short codes for long URLs.
Store the mapping of short codes to long URLs in a database.
Redirect users from short URLs to the corresponding long URLs.
Implement analytics to track usage and performance of the service.
More about working at Amazon










Interview Process at Amazon Sdet Automation Test Engineer



Reviews
Interviews
Salaries
Users/Month

