Upload Button Icon Add office photos
Engaged Employer

i

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

Yugabyte Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Yugabyte Sdet Automation Test Engineer Interview Questions and Answers

Updated 26 Mar 2024

Yugabyte 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 Campus Placement and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy to medium level(leetcode) coding questions, but 5 questions to be solved by 70 min, and few questions are easy but lengthy

Round 2 - Coding Test 

Coding interview test they asked me 2 questions to be solved by 60 min medium to medium-hard level leetcode problems one from binary search over answer and the second one from dp

Round 3 - Case Study 

This round was a test case round where they gave me 2 features and I need to build test cases for the features

Interview Preparation Tips

Interview preparation tips for other job seekers - OA round gave easy to easy-medium questions but there was limited time, the second round was a interview round which ask medium to medium hard level question but 2 in 60 min, focusing on DSA should be good enough for getting an offer

Interview questions from similar companies

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

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

  • Q1. Basic Testing questions
  • Q2. Selenium xpath from amazon website

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Aug 2021. 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 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

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

It was time based task and was very well instructed it consisted questions for all in one like apti related to sales and excel all in one go.

Round 2 - HR 

(2 Questions)

  • Q1. My first question after my introduction was about b2b and b2c marketing
  • Q2. It was about what i understand by lead genration
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via AngelList and was interviewed in Feb 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 - HR 

(2 Questions)

  • Q1. Case study and projects discussion
  • Q2. Overall contributions till now
  • Ans. 

    I have contributed significantly to the development of various software applications and systems.

    • Developed and maintained multiple web applications using Java, Spring, and AngularJS

    • Designed and implemented RESTful APIs for mobile applications

    • Contributed to the development of a real-time data processing system using Apache Kafka and Spark

    • Implemented automated testing using JUnit and Selenium

    • Mentored junior developers an

  • Answered by AI
Round 3 - Case Study 

Database diagrams for sprinto model

Interview Preparation Tips

Interview preparation tips for other job seekers - Applied using well found and got an exercise after the screening round. The exercise explains to make a database diagram for sprinto work. I made and submitted the same in one day.
A call was arranged the next day to evaluate the same.
The two evaluators had a bit of a job security issue with the new hiring going on. Everything was explained well in advance by email and they did not even bother to check the same.
A simple suggestion to you is not to waste anyone's efforts and time. Your internal management is super poor. If you just want your friends to be a part of this organization do not conduct any such rounds.
Poor Approach!

Yugabyte Interview FAQs

How many rounds are there in Yugabyte Sdet Automation Test Engineer interview?
Yugabyte interview process usually has 3 rounds. The most common rounds in the Yugabyte interview process are Coding Test and Case Study.

Tell us how to improve this page.

Yugabyte Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

MyOperator Interview Questions
3.6
 • 21 Interviews
Ichhapurti.com Interview Questions
2.3
 • 19 Interviews
Sprinto Interview Questions
3.9
 • 14 Interviews
HALODOC Interview Questions
2.6
 • 13 Interviews
Pagarbook Interview Questions
3.6
 • 11 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
View all
Software Engineer
9 salaries
unlock blur

₹27 L/yr - ₹45.3 L/yr

Software Developer
4 salaries
unlock blur

₹29 L/yr - ₹30 L/yr

SDE (Software Development Engineer)
4 salaries
unlock blur

₹30 L/yr - ₹52 L/yr

Software Development Engineer Test
4 salaries
unlock blur

₹22 L/yr - ₹53 L/yr

Sdet (Software Development Engineer in Test)
3 salaries
unlock blur

₹27 L/yr - ₹53 L/yr

Explore more salaries
Compare Yugabyte with

Ichhapurti.com

2.3
Compare

Pagarbook

3.6
Compare

Signzy Technologies

2.9
Compare

Cresce Technology Private Limited

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