Upload Button Icon Add office photos

Filter interviews by

Stack Sdet Engineer Interview Questions and Answers

Updated 15 Jan 2025

Stack Sdet Engineer Interview Experiences

1 interview found

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

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

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

Round 1 - Coding Test 

Basic oops questions

Round 2 - Technical 

(1 Question)

  • Q1. New technologies
Round 3 - HR 

(1 Question)

  • Q1. Expected and actual ctc

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 question of DSA (easy, medium) in 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Playlist Shuffle
  • Q2. Deletion in min heap
  • Ans. 

    Deletion in min heap involves removing the root node and rearranging the heap to maintain the min heap property.

    • To delete the root node in a min heap, swap it with the last node in the heap.

    • Remove the last node and then heapify the heap starting from the root to maintain the min heap property.

    • Example: If the min heap is [10, 20, 30, 25, 40], after deletion the heap becomes [20, 25, 30, 40].

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Severity, Priority and criticality?
  • Ans. 

    Severity, Priority, and Criticality are different aspects of issue management in software testing.

    • Severity refers to the impact of a defect on the system's functionality.

    • Priority indicates the order in which defects should be fixed based on business needs.

    • Criticality combines severity and priority to determine the overall importance of a defect.

    • For example, a defect causing a system crash would have high severity, high...

  • Answered by AI
  • Q2. What id Equivalence partitioning?
  • Ans. 

    Equivalence partitioning is a software testing technique where input data is divided into partitions and only one value from each partition is tested.

    • Input data is divided into groups or partitions based on similar characteristics

    • One value from each partition is selected as a representative for testing

    • Helps in reducing the number of test cases while ensuring maximum coverage

    • Example: Testing a login form with valid, inv

  • Answered by AI
  • Q3. What id BackWord Compatibility?
  • Ans. 

    Backward compatibility refers to the ability of a system to accept input intended for an older version of the system.

    • Allows newer versions of software to work with data or systems from older versions

    • Ensures that changes in the software do not break compatibility with existing data or systems

    • Helps in smooth transition and adoption of new versions without disrupting existing processes

  • Answered by AI
  • Q4. What is Paradox in testing ?
  • Ans. 

    A paradox in testing refers to a situation where a test case both passes and fails at the same time.

    • Paradox in testing can occur when a test case has conflicting requirements or conditions.

    • It can also happen when there are errors in the test setup or execution that lead to unexpected results.

    • For example, a test case may pass when run individually but fail when run as part of a test suite due to dependencies.

    • Identifying...

  • Answered by AI
  • Q5. What id post put and patch?
  • Ans. 

    PUT and PATCH are HTTP methods used for updating resources in RESTful APIs.

    • PUT is used to update or replace an existing resource entirely

    • PATCH is used to partially update an existing resource

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

    • PATCH is not idempotent, meaning multiple identical requests may have different effects

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

(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 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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was a leetcode medium, related BFS,

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of android like fragment activity communication
  • Q2. Why ViewModel is necessary, how does it save state
  • Ans. 

    ViewModel is necessary in Android development to save and manage UI-related data during configuration changes.

    • ViewModel helps in retaining data during configuration changes like screen rotations

    • It separates UI-related data from UI controller (Activity/Fragment)

    • ViewModel survives configuration changes and can be shared between fragments

    • It helps in maintaining data consistency and prevents memory leaks

    • ViewModel is lifecy...

  • Answered by AI

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 question of DSA (easy, medium) in 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Playlist Shuffle
  • Q2. Deletion in min heap
  • Ans. 

    Deletion in min heap involves removing the root node and rearranging the heap to maintain the min heap property.

    • To delete the root node in a min heap, swap it with the last node in the heap.

    • Remove the last node and then heapify the heap starting from the root to maintain the min heap property.

    • Example: If the min heap is [10, 20, 30, 25, 40], after deletion the heap becomes [20, 25, 30, 40].

  • Answered by AI

Skills evaluated in this interview

Stack Interview FAQs

How many rounds are there in Stack Sdet Engineer interview?
Stack interview process usually has 3 rounds. The most common rounds in the Stack interview process are HR, Coding Test and Technical.
What are the top questions asked in Stack Sdet Engineer interview?

Some of the top questions asked at the Stack Sdet Engineer interview -

  1. Expected and actual ...read more
  2. New technolog...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 760 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
BigBasket Interview Questions
3.9
 • 346 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
CARS24 Interview Questions
3.6
 • 319 Interviews
Myntra Interview Questions
4.0
 • 212 Interviews
Zepto Interview Questions
3.5
 • 189 Interviews
View all
Software Engineer
4 salaries
unlock blur

₹7.8 L/yr - ₹60 L/yr

Product Manager
4 salaries
unlock blur

₹9 L/yr - ₹9 L/yr

Explore more salaries
Compare Stack with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.9
Compare

Paytm

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