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

    GCD of 2 strings is not a common concept in software engineering.

    • GCD of 2 strings is not a standard problem in software engineering.

    • It is more common to find GCD of integers or numbers.

    • If the strings represent numbers, you can convert them to integers and find the GCD.

  • Answered by AI
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 DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k 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)

 Senior Software Development Test Engineer

 (1)

 Software Developer

 (2)

 Devops Engineer

 (2)

 Data Engineer

 (1)

 Senior Associate

 (1)

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 

(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

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of sql
  • Q2. Basics of BA
  • Q3. Daily day routine

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with the interviewer. Explain 100% what you know and in which you have experience.

Interview Preparation Tips

Round: Technical Interview
Tips: Have a good grasp of DS algo, java, etc.(Here CGPA doesn't matter)

General Tips: Do’s and Don’ts :
1. Be confident and to be confident prepare well.
2. Set the priority of your companies 
3. Don't start preparation at end. Don't ignore the content of resume.

Be confident and start preparation as soon as possible.
College Name: IIT Kanpur
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Implement thread safe load balancer.
focus on input validations and cover all corner cases in tests

Interview experience
5
Excellent
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 - Coding Test 

Search in Rotated sorted array

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

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Deep dive into java concepts. Max diameter of a tree in java.
  • Ans. 

    Max diameter of a tree in Java is the longest path between any two nodes in a tree.

    • The diameter of a tree can be calculated by finding the longest path between any two nodes in the tree.

    • This can be done by finding the longest path from the root to a leaf node, and then finding the longest path from another leaf node to the root.

    • The sum of these two paths gives the diameter of the tree.

  • Answered by AI
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.

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 87 salaries
₹14.5 L/yr - ₹36 L/yr
68% more than the average Senior Software Engineer Salary in India
View more details

Yubi Senior Software Engineer Reviews and Ratings

based on 12 reviews

2.9/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

3.2

Salary

2.8

Job security

2.8

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer (Backend)

Chennai

3-6 Yrs

₹ 20-34.9866 LPA

Senior Software Engineer (Backend)

Mumbai

3-6 Yrs

Not Disclosed

Senior Software Engineer-Frontend

Chennai

4-5 Yrs

₹ 18-32.86 LPA

Explore more jobs
Senior Software Engineer
87 salaries
unlock blur

₹14.5 L/yr - ₹36 L/yr

Associate
76 salaries
unlock blur

₹6.7 L/yr - ₹24.4 L/yr

Software Engineer
75 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Associate
64 salaries
unlock blur

₹7.5 L/yr - ₹30.6 L/yr

Associate Vice President
30 salaries
unlock blur

₹18 L/yr - ₹42 L/yr

Explore more salaries
Compare Yubi with

KFintech

3.5
Compare

Angel One

4.0
Compare

HighRadius

2.9
Compare

AGS Transact Technologies

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