Premium Employer

i

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

AmbitionBox Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

AmbitionBox Sdet Lead Interview Questions and Answers

Updated 15 Sep 2023

AmbitionBox Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2023

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

I applied via LinkedIn and was interviewed in Aug 2023. 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 - Coding Test 

2 medium level and 1 hard question from dsa

Round 3 - HR 

(1 Question)

  • Q1. Asked about myself and managerial questions

What people are saying about AmbitionBox

View All
saumyasingh
Verified Icon
2w
works at
AmbitionBox
Cool new thing on AmbitionBox Communities!
Heads up! Now, while you’re scrolling through the community, you'll spot a top comment highlighted on every second post! Why, you ask? Because so many of you drop super helpful, funny, and smart comments, and we want to make sure they get the spotlight they deserve. Think of it as a shoutout to the best replies! What do you think about this new feature? Let us know in the comments! We’re building this place together with your help ❤️ P.S. Dark mode is still on our minds 😅 P.P.S. And no, we’re not about to start charging for anything 😜 #AmbitionBox #NewFeature #TellUsWhatYouThink
FeedCard Image
Got a question about AmbitionBox?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

Sdet Lead Interview Questions Asked at Other Companies

asked in Ascendion
Q1. write a palindrome program without using any in-build method. if ... read more
asked in Ascendion
Q2. (1) FluentWait Syntax (2) How to scroll to the bottom of the page ... read more
asked in Netomi
Q3. Reverse the order of words in a string, while keeping the spaces ... read more
asked in Glassdoor
Q4. How does the work-life balance relate to the payment package?
asked in Motadata
Q5. What is a shallow clone in version control systems?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 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 

A Google Form-based Aptitude Test with Basic Questions

Round 3 - Technical 

(1 Question)

  • Q1. Asked Basic Time Complexity and DSA Questions like Time Complexity Of quick sort use of stack Data Structure etc
Round 4 - Coding Test 

It was the final round asked to do a medium-level coding Question to convert a number such as 244 to word i.e Two Hundred and Forty four

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

I appeared for an interview before Feb 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 - One-on-one 

(2 Questions)

  • Q1. Why would you like to join us
  • Q2. Why would u like to join us
  • Ans. 

    I admire your company's commitment to innovation and employee development, making it an ideal place for my career growth.

    • Your company's reputation for excellence in customer service aligns with my passion for delivering high-quality support.

    • I am impressed by your recent initiatives in sustainability, which resonate with my values and desire to contribute positively to the community.

    • The opportunity for professional deve...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If your looking for your carrier and future then a company to work for
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Assignment 

It was an assignment where we were instructed to create a screen that fetches data from the backend and renders it with the functionality of bookmarking.

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Round one: Guesstimates, Technical domain questions
  • Q2. Round 1: Mix of situational+ technical questions relevant to the role.( for me it was related to meta metrics)

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to learn. The culture is honestly amazing.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Sofware Testing Questions
  • Q2. Domain related Questions
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Agile process , test case writing
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Negotiation, company policies and benefits , about the company
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics on manual testing
  • Ans. 

    Manual testing involves verifying software functionality through human observation and interaction without automated tools.

    • Understanding requirements: Review specifications to ensure clarity on what needs to be tested.

    • Test case creation: Develop detailed test cases that outline the steps to execute and expected results.

    • Exploratory testing: Perform unscripted testing to discover defects not covered by formal test cases.

    • ...

  • Answered by AI
  • Q2. Basics on automation testing
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join our company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Machine Coding of Google Calendar

Round 2 - Coding Test 

Machine Coding of MP3 Player

Round 3 - One-on-one 

(1 Question)

  • Q1. Find Duplicates problem
  • Ans. 

    Find duplicates in an array of strings

    • Iterate through the array and store each element in a hash set

    • If an element is already in the hash set, it is a duplicate

    • Return a list of all duplicates found

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why Simpl? and compensation
  • Ans. 

    Simpl offers a collaborative and innovative work environment with competitive compensation.

    • Simpl values teamwork and creativity in software development

    • Competitive compensation package offered to attract top talent

    • Opportunities for growth and learning through challenging projects

  • 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. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question

AmbitionBox Interview FAQs

How many rounds are there in AmbitionBox Sdet Lead interview?
AmbitionBox interview process usually has 3 rounds. The most common rounds in the AmbitionBox interview process are Resume Shortlist, Coding Test and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

3.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join AmbitionBox India’s No.1 Platform for Company Reviews & Salary Insights

Interview Questions from Similar Companies

Cogoport Interview Questions
3.1
 • 54 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
Lokal App Interview Questions
3.7
 • 16 Interviews
TripFactory Interview Questions
2.2
 • 15 Interviews
EazyDiner Interview Questions
3.0
 • 15 Interviews
Cashkaro.com Interview Questions
3.6
 • 14 Interviews
Spyne Interview Questions
3.5
 • 13 Interviews
View all
Software Engineer
14 salaries
unlock blur

₹12.6 L/yr - ₹26.2 L/yr

Operations Executive
11 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹22 L/yr - ₹38 L/yr

Senior Executive
7 salaries
unlock blur

₹2.8 L/yr - ₹6.9 L/yr

Executive
6 salaries
unlock blur

₹2.8 L/yr - ₹3.3 L/yr

Explore more salaries
Compare AmbitionBox with

Cogoport

3.1
Compare

Treebo Hotels

3.2
Compare

KrazyBee

3.7
Compare

Woodenstreet.com

3.1
Compare
write
Share an Interview