Premium Employer

i

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

Yubi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Yubi Senior Software Engineer Interview Questions, Process, and Tips

Updated 6 Jan 2025

Top Yubi Senior Software Engineer Interview Questions and Answers

  • Q1. Minimum energy required to cross all the hurdles without loosing life. If any point energy becomes 0 game over. Input: [-2,-3,3,1,5]
  • Q2. Find edge score of the nodes in a directed graph
  • Q3. Minimum number of platforms required for train station
View all 8 questions

Yubi Senior Software Engineer Interview Experiences

5 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. GCD of 2 strings
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DP questions 1D DP and Array question

Round 2 - Technical 

(1 Question)

  • Q1. Java questions and technical questions from previous experience
Round 3 - HR 

(2 Questions)

  • Q1. Behavioural questions and standard HR questions
  • Q2. Why looking for job switch
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Looking for new challenges and opportunities to learn and grow

    • Interested in working with new technologies or industries

    • Seeking a better work-life balance or company culture

    • Want to expand my skill set and experience

  • Answered by AI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

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

Round 1 - Technical 

(1 Question)

  • Q1. Find edge score of the nodes in a directed graph
  • Ans. 

    Edge score of nodes in a directed graph

    • Edge score is a measure of the importance of a node in a graph

    • It is calculated by counting the number of edges that point to or from a node

    • Nodes with higher edge scores are considered more important

    • Edge score can be calculated using algorithms like PageRank or HITS

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Rotten oranges after every second in 2D matrix
  • Ans. 

    Simulate rotting of oranges in a 2D matrix every second.

    • Create a queue to store the coordinates of fresh oranges

    • Iterate through the matrix and add the coordinates of fresh oranges to the queue

    • Simulate the rotting process by iterating through the queue and rotting adjacent fresh oranges

    • Keep track of the time taken for all oranges to rot

    • Return -1 if there are any fresh oranges left after the simulation

  • Answered by AI
  • Q2. Java and Spring concepts, HTTP, HTTPS, OSI layers
  • Q3. DB design for air ticket booking system
  • Ans. 

    DB design for air ticket booking system

    • Create tables for flights, passengers, bookings, and payments

    • Use foreign keys to establish relationships between tables

    • Include fields for flight details, passenger information, and payment details

    • Consider implementing a caching mechanism for frequently accessed data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interviews to Yubi. They just do time pass with the interviewees. After a long interview for 100 minutes they rejected me. Not because of this long session I was upset, I was able to answer everything correctly and the interviewer too applauded me.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Minimum number of platforms required for train station
  • Ans. 

    Minimum of two platforms are required for a train station.

    • At least two platforms are needed for trains to arrive and depart simultaneously.

    • Additional platforms may be required depending on the frequency of trains and passenger traffic.

    • Platforms should be long enough to accommodate the longest trains that will use the station.

  • Answered by AI
  • Q2. Longest Palindromic substring
  • Ans. 

    The problem is to find the longest substring that is a palindrome in a given string.

    • A palindrome is a string that reads the same backward as forward.

    • We can use dynamic programming to solve this problem.

    • We can start by considering each character as the center of a palindrome and expand outwards to find the longest palindrome.

    • We can also optimize the solution by using Manacher's algorithm which reduces the time complexit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare Data structures and Algorithm well. Experience level 6-8 years

Skills evaluated in this interview

Yubi interview questions for designations

 Software Engineer

 (5)

 Software Engineer Intern

 (1)

 Software Development Engineer II

 (1)

 Software Developer

 (2)

 Senior Software Development Test Engineer

 (1)

 Data Engineer

 (1)

 Devops Engineer

 (1)

 Senior Associate

 (1)

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Sort the elements of an unsorted array
  • Ans. 

    Use any sorting algorithm to sort the elements of an unsorted array.

    • Choose an appropriate sorting algorithm based on the size of the array and the type of elements.

    • Common sorting algorithms include bubble sort, insertion sort, selection sort, merge sort, quick sort, and heap sort.

    • Implement the chosen algorithm in the programming language of your choice.

    • Test the sorting function with various input arrays to ensure corre

  • Answered by AI
  • Q2. Minimum energy required to cross all the hurdles without loosing life. If any point energy becomes 0 game over. Input: [-2,-3,3,1,5]
  • Ans. 

    Find minimum energy required to cross all hurdles without losing life.

    • Calculate cumulative sum of energy required to cross each hurdle.

    • Find the minimum cumulative sum and add 1 to it.

    • If the minimum cumulative sum is negative, return its absolute value + 1.

    • This is the minimum energy required to cross all hurdles without losing life.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DS and algorithm. It is kind of easy to crack.

Skills evaluated in this interview

Get interview-ready with Top Yubi Interview Questions

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Deep dive into java concepts. Max diameter of a tree in java.
Round 2 - One-on-one 

(1 Question)

  • Q1. Lld of loan and borrower design. Design dbs schema. About connection pool, db isolation.
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round, more about previous experience and some hypothetical questions.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the last technically challenging topic that you have worked on. The engineering manager is only interested in self boasting. Without even trying to understand the entire problem statement, they try...

Interview Preparation Tips

Interview preparation tips for other job seekers - To pass engineering manager round, you will always have to agree to the hiring manager. Even if technically it doesn't make sense, just nod. The entire interview is to boost his ego. The comments that they pass without even understanding the entire picture is generally astonishing.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Aks about the few questions of dsa
  • Q2. Ask about the design system
Round 2 - Technical 

(1 Question)

  • Q1. Ask about the design system
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current company architecture and what was your role

Yubi Interview FAQs

How many rounds are there in Yubi Senior Software Engineer interview?
Yubi interview process usually has 2 rounds. The most common rounds in the Yubi interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Yubi Senior Software Engineer 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 Yubi. The most common topics and skills that interviewers at Yubi expect are Front End, Software Design, Computer science, Python and Data Structures.
What are the top questions asked in Yubi Senior Software Engineer interview?

Some of the top questions asked at the Yubi Senior Software Engineer interview -

  1. Minimum energy required to cross all the hurdles without loosing life. If any p...read more
  2. Find edge score of the nodes in a directed gr...read more
  3. Minimum number of platforms required for train stat...read more

Tell us how to improve this page.

Yubi Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Join Yubi Go get great

Fast track your campus placements

View all
Yubi Senior Software Engineer Salary
based on 83 salaries
₹14.5 L/yr - ₹37 L/yr
72% more than the average Senior Software Engineer Salary in India
View more details

Yubi Senior Software Engineer Reviews and Ratings

based on 18 reviews

3.7/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.9

Salary

3.6

Job security

3.6

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 18 Reviews and Ratings
Senior Software Engineer

Chennai,

Bangalore / Bengaluru

3-6 Yrs

₹ 18-27.5 LPA

Explore more jobs
Software Engineer
83 salaries
unlock blur

₹11.2 L/yr - ₹34 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹14.5 L/yr - ₹37 L/yr

Associate
73 salaries
unlock blur

₹6.6 L/yr - ₹24.4 L/yr

Senior Associate
70 salaries
unlock blur

₹7.5 L/yr - ₹32.3 L/yr

Associate Vice President
30 salaries
unlock blur

₹18 L/yr - ₹42 L/yr

Explore more salaries
Compare Yubi with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

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