Upload Button Icon Add office photos
Premium Employer

i

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

10405090xyzabc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

10405090xyzabc Sdet Automation Test Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

(1 Question)

  • Q1. What is differences between smoke and sanity
  • Ans. 

    Smoke testing is a quick test to check if the build is stable, while sanity testing is a more thorough test to check if the specific functionalities are working as expected.

    • Smoke testing is done to ensure the stability of the build before further testing, while sanity testing is done to ensure the specific functionalities are working correctly.

    • Smoke testing is a subset of regression testing, while sanity testing is a s...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I appeared for an interview in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. All about selenium
  • Q2. Easy java based dsa problem
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Maths
reasoning
comprehension

Round 2 - Coding Test 

Dsa
sql
system design

Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Manual testing concepts
  • Q2. Test scenarios and execution
Round 2 - Technical 

(2 Questions)

  • Q1. Core java and code
  • Q2. Oops concepts and implementation
  • Ans. 

    Oops concepts refer to object-oriented programming principles like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Polymorphism: Ability of an object to take on multiple forms. Example: Method overloading and overriding.

    • Encapsulation: Bundling data and methods that operate on...

  • Answered by AI

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions & Answers

Amazon user image Madireddy Jagadeeswarreddy

posted on 16 Feb 2024

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It consisted of 2 dsa questions

Round 2 - HR 

(2 Questions)

  • Q1. Tell me abiut yourself
  • Ans. 

    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 a...

  • Answered by AI
  • Q2. Your weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

First was round based on Quality engineering concepts and aptitude combob

Round 2 - Technical 

(2 Questions)

  • Q1. Question on How proxy configured for device
  • Q2. What is test scenario,test case.
  • Ans. 

    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 conc...

  • Answered by AI

Skills evaluated in this interview

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

3 hour test. 20 MCQs and 2 Coding problems

Round 2 - Technical 

(1 Question)

  • Q1. Prefix Sum and left sum of binary tree.
  • Ans. 

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

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Recursion to memoization DP problem and follow ups.
  • Ans. 

    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 int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Accepted. Prepare DSA.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. The hiring manager asked me to code the right view of the tree.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked me that he is not keen on checking the proper syntax. He is okay with syntax issue. He was being too nice and showing everything is going fine and then later within 30 mins send rejection mail.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was very good 60 questions

Round 2 - Coding Test 

3 coding question everhthing was hard

Round 3 - Technical 

(2 Questions)

  • Q1. What is java and cpp and dbms sql etc
  • Ans. 

    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 retr...

  • Answered by AI
  • Q2. What is python, oops and inheritance
  • Ans. 

    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 cr...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design URL shorterner
  • Ans. 

    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.

  • Answered by AI

Tell us how to improve this page.

10405090xyzabc Sdet Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.1k Interviews
Delhivery Interview Questions
3.8
 • 477 Interviews
Siemens Interview Questions
4.1
 • 427 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
TVS Motor Interview Questions
4.0
 • 321 Interviews
ElasticRun Interview Questions
3.5
 • 254 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
Ather Energy Interview Questions
4.0
 • 56 Interviews
View all

10405090xyzabc Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
16k salaries
unlock blur

₹1.2 L/yr - ₹8.4 L/yr

Software Engineer
10k salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Sales Officer
748 salaries
unlock blur

₹5.3 L/yr - ₹5.7 L/yr

Softwaretest Engineer
25 salaries
unlock blur

₹1 L/yr - ₹1.9 L/yr

Test Engineer
12 salaries
unlock blur

₹1.8 L/yr - ₹7.3 L/yr

Explore more salaries
Compare 10405090xyzabc with

Amazon

4.0
Compare

Mahindra & Mahindra

4.1
Compare

Delhivery

3.8
Compare

Siemens

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