Upload Button Icon Add office photos

Filter interviews by

Reflektive Sdet Automation Test Engineer Interview Questions and Answers

Updated 7 Apr 2024

Reflektive Sdet Automation Test Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Salary discussion
  • Q2. Choice of Company

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 

(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

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

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
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

They provide array related problem
find max number

Round 2 - Technical 

(1 Question)

  • Q1. In this round interviewer ask me to solve one problem pattern printing problem
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    I am an experienced Automation Engineer with a strong background in developing and implementing automated solutions.

    • Experienced Automation Engineer

    • Develop and implement automated solutions

    • Strong background in automation technologies

    • Proficient in programming languages like Python and Java

    • Familiar with testing frameworks like Selenium and Appium

  • Answered by AI

SDE-2 Interview Questions & Answers

Blinkit user image CodingNinjas

posted on 20 May 2022

I was interviewed in May 2022.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Timing was around 11 am
Environment was great, it intrigued me to join Blinkit.

  • Q1. Pair Sum

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to return the list of all pairs of elements such that each sum of elements of each pair eq...

  • Ans. 

    First approach : Loop inside Loop to figure out the sum of two numbers are equal to a constant number. But the complexity is N2 

    Second approach : i used Map to store numbers. Before storing we just check rhta constant number - current number exist in map or not.

    Second solution is approved

  • Answered by CodingNinjas
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Timing 11 am
Interviewer had good knowledge

  • Q1. Technical Question

    Activity lifecycle

  • Ans. 

    Tip 1 : Remember important methods and what is the used of every method

  • Answered by CodingNinjas
  • Q2. Technical Question

    Fragment lifecycle

  • Ans. 

    Tip 1 : Remember important methods and what is the used of every method

  • Answered by CodingNinjas
  • Q3. System Design Question

    Explain MVVM pattern

  • Ans. 

    Tip 1 : must have knowledge about MVC, mvp,mvi,mvvm patterns.

  • Answered by CodingNinjas
Round 3 - Face to Face 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This round is cultural fit round

  • Q1. Basic HR Questions

    1. Why Blinkit?

    2. Salary discussion

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 2 in BangaloreEligibility criteriaNoGrofers interview preparation:Topics to prepare for the interview - Data structures, Threading and synchronisation, Kotlin vs Java, Activities lifecycle, Fragment lifecycle, Android services, Reduce APK size, Create analytics libraryTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Prepare easy/medium level data structures questions in leetcode. Solve atleast 50 questions of multiple types like strings, arrays, tree, linked list, graph
Tip 2 : Go through Android basic questions like lifecycle, live data, MVC/mvp/ mvvm pattern, retrofit, data binding
Tip 3 : Atleast solve 5 design questions like how to build Instagram, analytics library, crashlytics

Application resume tips for other job seekers

Tip 1 : be concise 
Tip 2 : write only those keywords which you have in depth knowledge

Final outcome of the interviewSelected

Skills evaluated in this interview

Reflektive Interview FAQs

How many rounds are there in Reflektive Sdet Automation Test Engineer interview?
Reflektive interview process usually has 1 rounds. The most common rounds in the Reflektive interview process are HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 420 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 322 Interviews
CARS24 Interview Questions
3.6
 • 315 Interviews
Zepto Interview Questions
3.6
 • 179 Interviews
BlackBuck Interview Questions
3.8
 • 171 Interviews
Blinkit Interview Questions
3.7
 • 169 Interviews
Tata 1mg Interview Questions
3.7
 • 140 Interviews
Paisabazaar.com Interview Questions
3.5
 • 136 Interviews
Urban Company Interview Questions
3.5
 • 132 Interviews
View all
Reflektive Sdet Automation Test Engineer Salary
based on 4 salaries
₹6.9 L/yr - ₹8.9 L/yr
44% less than the average Sdet Automation Test Engineer Salary in India
View more details
Devops Engineer
8 salaries
unlock blur

₹12.5 L/yr - ₹20 L/yr

Software Developer
7 salaries
unlock blur

₹13.5 L/yr - ₹15.6 L/yr

Software Development Engineer
6 salaries
unlock blur

₹15 L/yr - ₹17 L/yr

Software Development Engineer II
5 salaries
unlock blur

₹16 L/yr - ₹28.8 L/yr

Software Engineer
4 salaries
unlock blur

₹5.5 L/yr - ₹27 L/yr

Explore more salaries
Compare Reflektive with

Udaan

4.0
Compare

Swiggy

3.8
Compare

CARS24

3.6
Compare

BlackBuck

3.8
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