Upload Button Icon Add office photos

Filter interviews by

Turtlemint Sdet Automation Test Engineer Interview Questions and Answers

Updated 19 Sep 2024

Turtlemint Sdet Automation Test Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Roles and responsibilities
  • Q2. Explain framework
  • Ans. 

    A framework is a structured set of guidelines, libraries, and tools that help in developing and maintaining automation test scripts.

    • Framework provides a structure for organizing code and resources.

    • It includes reusable components like libraries, utilities, and templates.

    • Frameworks can be data-driven, keyword-driven, or hybrid.

    • Examples: Selenium WebDriver, TestNG, JUnit.

  • Answered by AI
  • Q3. Driver.close() and driver.quit()
Round 2 - Technical 

(2 Questions)

  • Q1. Write java program to reverse the string/word
  • Ans. 

    Java program to reverse a string using StringBuilder

    • Create a StringBuilder object with the input string

    • Use the reverse() method of StringBuilder to reverse the string

    • Convert the StringBuilder object back to a string using toString() method

  • Answered by AI
  • Q2. Explain authorization and authentication
  • Ans. 

    Authentication verifies a user's identity, while authorization determines what actions they are allowed to perform.

    • Authentication confirms the user's identity through credentials like passwords or biometrics.

    • Authorization controls the access rights of authenticated users to specific resources or actions.

    • Examples include logging into a website with a username and password (authentication) and being able to view/edit cer

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Turtlemint Sdet Automation Test Engineer interview:
  • java oops concepts, API testing
  • rest assured
  • java programs
  • selenium xpath

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is clousers
  • Q2. What is promises
Round 2 - Technical 

(2 Questions)

  • Q1. Explain javascript architecture
  • Q2. What is mvvm architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given a string remove the vowels and make the first letter of each word of the string in capital letter/ uppercase.
Round 2 - HR 

(1 Question)

  • Q1. Usual HR questions and salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java 2 coding questions
  • Q2. Testing related scenario based questions
Round 2 - Technical 

(4 Questions)

  • Q1. 1 easy java question
  • Q2. Work experience and project related questions.
  • Q3. Frameworks related questions
  • Q4. Scenario based Question
Round 3 - Behavioral 

(3 Questions)

  • Q1. Everything related to your resume
  • Q2. Projects you've worked on in detail
  • Q3. Behavioural Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your resume skills well
Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. Java and scenario based testing questions
Round 3 - Technical 

(1 Question)

  • Q1. Framework questions

Sdet Interview Questions & Answers

Zepto user image Anonymous

posted on 11 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Portal

Round 1 - Coding Test 

First round was DSA and Projects you worked on.

Round 2 - Coding Test 

Second round was DSA, Java and projects worked on

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join us?
  • Q2. Why you are leaving your current org?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different technologies and industries

    • Seeking a better work-life balance

    • Want to work in a more collaborative team environment

  • Answered by AI

Sde1 Interview Questions & Answers

Blinkit user image Anonymous

posted on 14 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Hackerrank - 3 questions 2 hrs

Sde1 Interview Questions & Answers

Meesho user image Anonymous

posted on 2 Jul 2024

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

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

Round 1 - Coding Test 

Hackerrank test with medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Machine coding round to design a shopping cart

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Related to arrays and string

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for dsa and any cloud platform for mobile automation

Sdet-I Interview Questions & Answers

Dunzo user image Anonymous

posted on 15 Dec 2022

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
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 - Coding Test 

They said to automate booking website.

Round 3 - Technical 

(1 Question)

  • Q1. They give me two matrix to slove
Round 4 - Technical 

(1 Question)

  • Q1. I don't know what he was expecting as job description shows one and they are aiming for another.
Round 5 - Technical 

(1 Question)

  • Q1. They are aiming to reject.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't give an interview with DUNZO as SDET . They simply waste our time with multiple rounds.

Turtlemint Interview FAQs

How many rounds are there in Turtlemint Sdet Automation Test Engineer interview?
Turtlemint interview process usually has 2 rounds. The most common rounds in the Turtlemint interview process are Technical.
What are the top questions asked in Turtlemint Sdet Automation Test Engineer interview?

Some of the top questions asked at the Turtlemint Sdet Automation Test Engineer interview -

  1. write java program to reverse the string/w...read more
  2. explain authorization and authenticat...read more
  3. explain framew...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Turtlemint interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 423 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 326 Interviews
PolicyBazaar Interview Questions
3.6
 • 308 Interviews
Square Yards Interview Questions
4.1
 • 195 Interviews
Zepto Interview Questions
3.6
 • 184 Interviews
Blinkit Interview Questions
3.7
 • 173 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Tata 1mg Interview Questions
3.7
 • 141 Interviews
Paisabazaar.com Interview Questions
3.5
 • 137 Interviews
View all
Operations Executive
131 salaries
unlock blur

₹1.9 L/yr - ₹4.2 L/yr

Unit Manager
122 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Software Engineer
92 salaries
unlock blur

₹7.2 L/yr - ₹24 L/yr

Relationship Manager
78 salaries
unlock blur

₹1.8 L/yr - ₹5.8 L/yr

Key Account Manager
67 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Explore more salaries
Compare Turtlemint with

PolicyBazaar

3.6
Compare

Coverfox

4.3
Compare

ACKO

3.8
Compare

Digit Insurance

4.0
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