Upload Button Icon Add office photos

Filter interviews by

Engati Sdet Interview Questions and Answers

Updated 27 Oct 2023

Engati Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Karpagam College of Engineering, Coimbatore and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Program = Binary Search Treee

Round 2 - Coding Test 

Logical question to think of different aspects of possibilities

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Explain framework used for selenium
  • Ans. 

    Selenium is an open-source automation testing framework used for web applications.

    • Selenium supports multiple programming languages like Java, Python, C#, etc.

    • It consists of Selenium WebDriver, Selenium IDE, and Selenium Grid.

    • Selenium WebDriver is used for automating web applications by interacting with the web elements.

    • Selenium IDE is a record and playback tool for creating test cases.

    • Selenium Grid is used for parallel...

  • Answered by AI
  • Q2. Checked and unchecked exceptions.
  • Ans. 

    Checked exceptions are checked at compile time, while unchecked exceptions are not.

    • Checked exceptions must be either caught or declared in the method signature using 'throws' keyword.

    • Unchecked exceptions do not need to be explicitly handled.

    • Examples of checked exceptions include IOException, ClassNotFoundException.

    • Examples of unchecked exceptions include NullPointerException, ArrayIndexOutOfBoundsException.

  • Answered by AI
  • Q3. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.

    • Selenium WebDriver throws exceptions when it encounters errors during test execution.

    • Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and WebDriverException.

    • Handling exceptions in Selenium can be done using try-catch blo...

  • Answered by AI
  • Q4. Waits in selenium
  • Ans. 

    Waits in Selenium are used to synchronize tests with the browser's state.

    • Waits help to handle synchronization issues in Selenium tests

    • There are two types of waits in Selenium - Implicit Wait and Explicit Wait

    • Implicit Wait sets a default waiting time for the entire test script

    • Explicit Wait allows the test to wait for a certain condition to be met before proceeding

  • Answered by AI
  • Q5. Frames handling

Skills evaluated in this interview

Sdet Interview Questions & Answers

Amazon user image Anonymous

posted on 18 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. First and last occurrence of an element in an array
  • Ans. 

    Find the first and last occurrence of a specific element in an array of strings.

    • Iterate through the array and keep track of the index of the first and last occurrence of the element.

    • Return the index of the first and last occurrence of the element.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Spring Boot, Microservices and Java

Sdet Interview Questions & Answers

TCS user image Anonymous

posted on 9 May 2024

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

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, Selenium, core java

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on core java concepts

Sdet Interview Questions & Answers

Jio user image Anonymous

posted on 11 Jul 2024

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

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

Round 1 - Coding Test 

Java, selenium, appium, accessibility

Sdet Interview Questions & Answers

Infosys user image Anonymous

posted on 11 May 2022

Round 1 - Technical 

(1 Question)

  • Q1. Project related questions only and basic question
Round 2 - HR 

(1 Question)

  • Q1. Ctc discussion, expected ctc and doj

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well before interview round and be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse String without using loop
  • Ans. 

    Reverse string without using loop

    • Use recursion to reverse the string

    • Base case: if string length is 0 or 1, return the string

    • Recursive case: return the last character + reverse(rest of the string)

  • Answered by AI
  • Q2. Parenthesis Balancing using stack
  • Ans. 

    Implement a parenthesis balancing algorithm using a stack

    • Use a stack to keep track of opening parentheses

    • When encountering a closing parenthesis, pop from stack and check if it matches the closing parenthesis

    • If stack is empty or mismatched parentheses, return false

    • If all parentheses are balanced, return true

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions & Answers

Amazon user image Anonymous

posted on 26 Nov 2021

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were total 6 rounds: 3 were Technical Coding rounds(Data Structure Based), Expect questions at least LeetCode medium level. 4th round was a Manager Round, he asked mostly managerial questions with so...

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete experience was good. Interviewers were helpful. Be prepared for Bar Raiser round, this was the round where I faced difficulty to answer questions. And don't expect much questions related to automation. Amazon consider there SDETs equivalent to SDEs.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Tell me about your previous job
  • Ans. 

    I worked as a software developer at a tech company, focusing on test automation and quality assurance.

    • Developed automated test scripts using Selenium for web applications

    • Collaborated with developers to identify and fix bugs in the code

    • Participated in daily stand-up meetings to discuss project progress

    • Conducted regression testing to ensure software quality

    • Utilized Jira for tracking and managing testing tasks

  • Answered by AI
  • Q2. What is expected ctc
  • Ans. 

    Expected CTC is the anticipated salary package for the position.

    • Research industry standards for SDET roles

    • Consider your experience, skills, and location when negotiating CTC

    • Be prepared to discuss salary expectations during the interview process

  • Answered by AI
  • Q3. Tell me tools on which you worked on?
  • Ans. 

    I have worked on tools such as Selenium, JUnit, TestNG, Postman, and Jenkins.

    • Selenium

    • JUnit

    • TestNG

    • Postman

    • Jenkins

  • Answered by AI
  • Q4. How many year of experience do you have in total
  • Ans. 

    I have 5 years of experience in total.

    • 5 years of experience in software development and testing

    • 2 years as a QA engineer and 3 years as an SDET

    • Experience with automation testing tools like Selenium and JUnit

  • Answered by AI

Engati Interview FAQs

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

Tell us how to improve this page.

People are getting interviews through

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

Sdet Interview Questions from Similar Companies

Amazon Sdet Interview Questions
4.1
 • 5 Interviews
TCS Sdet Interview Questions
3.7
 • 2 Interviews
Accenture Sdet Interview Questions
3.9
 • 2 Interviews
Infosys Sdet Interview Questions
3.7
 • 2 Interviews
Jio Sdet Interview Questions
3.9
 • 1 Interview
View all
Software Engineer
17 salaries
unlock blur

₹8 L/yr - ₹13 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹14 L/yr - ₹23 L/yr

Software Developer
10 salaries
unlock blur

₹6 L/yr - ₹12.4 L/yr

Product Manager
6 salaries
unlock blur

₹15 L/yr - ₹21 L/yr

Customer Success Associate
5 salaries
unlock blur

₹3.1 L/yr - ₹6 L/yr

Explore more salaries
Compare Engati with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Jio Haptik

3.4
Compare

yellow.ai

3.1
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