Upload Button Icon Add office photos

Filter interviews by

Amazon Web Services Sdet Lead Interview Questions and Answers

Updated 27 Aug 2023

Amazon Web Services Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Add very long numbers integers.

Round 3 - Technical 

(3 Questions)

  • Q1. System Design. Design central logging system.
  • Ans. 

    Design a central logging system for efficient monitoring and troubleshooting.

    • Use a centralized server to collect logs from all systems

    • Implement log aggregation tools like ELK stack or Splunk

    • Set up alerts for critical errors or anomalies

    • Ensure secure access controls for log data

    • Consider scalability and storage requirements

  • Answered by AI
  • Q2. Central logging system
  • Q3. Ratelimit apis not system design
  • Ans. 

    Ratelimiting APIs is a crucial aspect of ensuring system stability and preventing abuse.

    • Implement rate limiting to restrict the number of API calls a user can make within a specific time frame.

    • Use tokens or counters to track and enforce rate limits.

    • Consider using a distributed cache or database to store rate limit data for scalability.

    • Monitor and adjust rate limits based on usage patterns and system performance.

    • Provide...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for leadership principles questions

Skills evaluated in this interview

Interview questions from similar companies

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

Java programs, selenium webdriver, testng, cucumber

Sdet Lead Interview Questions & Answers

Accenture user image RaGhAv Rohilla

posted on 23 Apr 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2022. There were 4 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 - Coding Test 

Java testing selenium groovy rest assured jenkins

Round 3 - Technical 

(1 Question)

  • Q1. Java Selenium Groovy Rest Assured
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via Naukri.com and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 3 coding question hackerrank

Interview Preparation Tips

Interview preparation tips for other job seekers - dsa java ci cd ai ml data structure and algorithm
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a code to split a string to one by one letter in each line?
  • Q2. Write Xpath of an element from amazon.in page manually, without copying.

Interview Preparation Tips

Topics to prepare for Capgemini Senior Sdet Engineer interview:
  • Selenium
  • Java
Interview preparation tips for other job seekers - Get proper understanding of the current tool version of the tools you are using. Basic Java programming

Sdet Manager Interview Questions & Answers

LTIMindtree user image Sankeerthana Vanjari

posted on 21 Nov 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 Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Cognitive,quatitative,logical

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yor self
  • Q2. About your project
Round 3 - Technical 

(2 Questions)

  • Q1. Based on the python
  • Q2. Html which is used for web page
  • Ans. 

    HTML is a markup language used for creating web pages.

    • HTML stands for HyperText Markup Language

    • It is used to structure content on the web

    • HTML tags are used to define elements like headings, paragraphs, images, links, etc.

    • Example:

      This is a heading

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Behaviroul questions
  • Q2. Communication skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Hard assert
  • Ans. 

    Hard assert is a type of assertion in test automation that stops the test execution immediately when a failure occurs.

    • Hard assert is used to validate the expected outcome of a test case

    • If the assertion fails, the test execution is halted and marked as failed

    • It is commonly used in automated test scripts to ensure the correctness of the application under test

  • Answered by AI
  • Q2. What is soft assert
  • Ans. 

    Soft assert is a way to continue the execution of a test case even after an assertion failure.

    • Soft assert does not stop the execution of the test case when an assertion fails.

    • It is useful when you want to log the failure but continue with the remaining test steps.

    • Soft assert is commonly used in test automation frameworks like TestNG in Java.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What are the methods of select
  • Ans. 

    Methods of selecting elements in automation testing include using locators, XPath, CSS selectors, and various other strategies.

    • Using locators such as ID, class name, name, tag name, link text, and partial link text

    • Using XPath to navigate through elements in the HTML structure

    • Using CSS selectors to target elements based on their styles

    • Using various strategies like text matching, attribute values, and sibling/child relat...

  • Answered by AI
  • Q2. Background keyword of cucumber
  • Ans. 

    Cucumber is a keyword used in BDD (Behavior Driven Development) testing framework to define test scenarios in a human-readable format.

    • Cucumber is used to write test scenarios in Gherkin language

    • It helps in bridging the communication gap between technical and non-technical team members

    • Cucumber allows for easy collaboration and understanding of test cases

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is overriding
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Inheritance allows a subclass to inherit methods from its superclass.

    • Overriding allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • The method in the subclass must have the same name, return type, and pa...

  • Answered by AI
  • Q2. Basic java programs
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication abilities.

    • Attention to detail - I have a keen eye for spotting errors and ensuring accuracy in my work.

    • Problem-solving skills - I am able to analyze complex problems and come up with effective solutions.

    • Strong communication abilities - I can effectively communicate with team members and stakeholders to ensure clarity and collabor

  • Answered by AI
  • Q2. Explain agile process and environment
  • Ans. 

    Agile process is a software development methodology that promotes adaptive planning, evolutionary development, early delivery, and continuous improvement.

    • Agile process involves breaking down the project into small increments called sprints

    • It emphasizes collaboration between cross-functional teams

    • Feedback is gathered regularly from stakeholders to make necessary adjustments

    • Scrum, Kanban, and XP are common frameworks use

  • Answered by AI

Skills evaluated in this interview

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

Good and easy, guesstimate and puzzles

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

(1 Question)

  • Q1. Tell me about yourself

Amazon Web Services Interview FAQs

How many rounds are there in Amazon Web Services Sdet Lead interview?
Amazon Web Services interview process usually has 3 rounds. The most common rounds in the Amazon Web Services interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Amazon Web Services Sdet Lead interview?

Some of the top questions asked at the Amazon Web Services Sdet Lead interview -

  1. System Design. Design central logging syst...read more
  2. Ratelimit apis not system des...read more
  3. Central logging sys...read more

Tell us how to improve this page.

Sdet Lead Interview Questions from Similar Companies

IBM Sdet Lead Interview Questions
4.1
 • 2 Interviews
UST Sdet Lead Interview Questions
3.8
 • 2 Interviews
View all
Amazon Web Services Sdet Lead Salary
based on 4 salaries
₹18.3 L/yr - ₹45.9 L/yr
10% more than the average Sdet Lead Salary in India
View more details
Cloud Support Engineer
265 salaries
unlock blur

₹10 L/yr - ₹33.3 L/yr

Digital Associate
261 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Cloud Support Associate
130 salaries
unlock blur

₹6 L/yr - ₹22.5 L/yr

Cloud Engineer
114 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Solution Architect
84 salaries
unlock blur

₹25 L/yr - ₹87.4 L/yr

Explore more salaries
Compare Amazon Web Services with

Amazon

4.1
Compare

Microsoft Azure

4.5
Compare

IBM

4.1
Compare

Oracle

3.7
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