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 Interview Questions and Answers

Updated 26 Mar 2024

Yugabyte 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 at Kalinga Institute of Industrial Technology, Khurda 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

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

Jobs at Yugabyte

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Sharing my Interview experience "Amol Ruikar" was the interviewer for me I was his LinkedIn Profile and I was Surprised, this kind of senior person gave wrong comments about my interview to HR. My Inte...

Software Technologies Interview Questions & Answers

Signzy Technologies user image Anonymous

posted on 3 Jan 2025

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. ACID Properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliable and consistent transactions in a database system.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that the concurrent execution of transactions results in a system state that would be obtai...

  • Answered by AI
  • Q2. What are Idempotent HTTP Requests?
  • Ans. 

    Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.

    • Idempotent requests have the same outcome no matter how many times they are executed.

    • GET, PUT, and DELETE HTTP methods are typically idempotent.

    • POST requests are not idempotent as they can create new resources with each execution.

  • Answered by AI
  • Q3. Questions regarding your project, and how did you learn from the projects and tasks assigned to you?
  • Q4. System Design

Interview Preparation Tips

Topics to prepare for Signzy Technologies Software Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are your future goals and how do they align with the services offered by the company?
  • Q2. What is Software as a Service (SaaS)?
Round 2 - HR 

(1 Question)

  • Q1. How did your previous round of interviews go?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was very good and I suggest to the person who want to join the company then It's a good opportunity to grow yourself with company..

Sde1 Interview Questions & Answers

GoKwik user image Anonymous

posted on 9 Oct 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Javascript based round
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion with lead engineer
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion with EM
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with EM
Round 5 - One-on-one 

(1 Question)

  • Q1. HR Discussion & final round

Interview Preparation Tips

Interview preparation tips for other job seekers - After enduring 5 rounds of interviews , the company decided to ghost me . The talent acquisition team was unprofessional and showed no respect for my time. Throughout the process there were multiple reschedules & lack of feedback . The interviews dragged for over a month & despite clearing all techinal , didn't receive offer or even a update. Their treatment of candidates is not only frustrating but deeply unprofessional.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What technologies did you use?
Round 2 - Assignment 

I have been assigned to create the data model and API design for policy management for SCO2.

Round 3 - Technical 

(1 Question)

  • Q1. Discussion on the programing and the also discussion on the data modal i prepared

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for what you have entered in your resume and the assignment assigned to you.
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

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

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find element whose count is more than n/2
  • Ans. 

    Use Boyer-Moore Majority Vote Algorithm to find element with count more than n/2.

    • Initialize candidate element and count

    • Iterate through array, updating count if same as candidate or decrementing if different

    • If count becomes 0, update candidate element

    • Iterate again to confirm candidate element count is more than n/2

  • Answered by AI
  • Q2. One puzzle based on distance and banana

Skills evaluated in this interview

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

I was interviewed in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. Resume screening
Round 2 - Technical 

(1 Question)

  • Q1. Basic to advanced python with django
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the inter relation between a sales and marketing funnel
  • Ans. 

    Sales and marketing funnels are interconnected processes that guide potential customers from awareness to purchase.

    • Sales funnel focuses on converting leads into customers through direct sales tactics.

    • Marketing funnel focuses on generating awareness and interest in a product or service.

    • Marketing activities feed into the top of the sales funnel by attracting potential customers.

    • Sales activities further qualify and nurtur...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DONOT JOIN THIS COMPANY NO MATTER HOW MUCH MONEY THEY PAY OR EVEN IF YOU ARE IN DESPERATE NEEDS. The only word I have for the CEO is a psycho. He would randonmly arrange meetings for later hours and night without prior notice and bash the team left right centre without any reason. Once in a meeting, he asked my teammate a question. He said, I want to see the report. R E P O R T. Do you know how to read and write? This was happening at 12:30 am with two of the female teammates still at office and nobody cared about how they will reach hoke so late. They have no vision, no work culture, the CEO will wake up one day ajd hire 50 people and the other day fire 80 people. Why? Just because he can. I was still fortunate enough to work with a good team of lesser people but I never slept peacefully knowing that they can fire me anyday. Tye gujju owner favors his zero skills gujju close knit team members and nobody gives any credit for your hardwork or anything at all. It is just an utter waste of time. Just don’t join!

Yugabyte Interview FAQs

How many rounds are there in Yugabyte interview?
Yugabyte interview process usually has 3 rounds. The most common rounds in the Yugabyte interview process are Coding Test and Case Study.
How to prepare for Yugabyte interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Yugabyte. The most common topics and skills that interviewers at Yugabyte expect are Open Source, Python, Recruitment, Agile and Oracle.

Tell us how to improve this page.

Yugabyte Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

MongoDB Interview Questions
3.8
 • 14 Interviews
Cloudera Interview Questions
4.2
 • 13 Interviews
Confluent Interview Questions
3.7
 • 12 Interviews
Databricks Interview Questions
2.7
 • 12 Interviews
Snowflake Interview Questions
3.9
 • 9 Interviews
Couchbase Interview Questions
4.4
 • 3 Interviews
Redis Labs Interview Questions
3.0
 • 1 Interview
Hortonworks Interview Questions
2.3
 • 1 Interview
View all

Yugabyte Reviews and Ratings

based on 17 reviews

3.4/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

4.0

Salary

2.6

Job security

3.8

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 17 Reviews and Ratings
Office Manager, India

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Lead Software Engineer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
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

MongoDB

3.8
Compare

Couchbase

4.4
Compare

DataStax

4.7
Compare

Redis Labs

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