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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Yubi Interview Questions and Answers

Updated 11 Jun 2025
Popular Designations

31 Interview questions

A Senior Software Engineer was asked 2mo ago
Q. Given an array nums which consists of non-negative integers and an integer k, you need to divide this array into k non-empty continuous subarrays. Design an algorithm to minimize the largest sum among these...
Ans. 

Split an array into 'm' subarrays to minimize the largest sum among them.

  • Use binary search to find the minimum largest sum possible.

  • Define a helper function to check if a target sum can be achieved with 'm' splits.

  • Example: For array [7, 2, 5, 10, 8] and m=2, the optimal split is [7, 2, 5] and [10, 8] with largest sum 15.

View all Senior Software Engineer interview questions
An Engineering Manager was asked 4mo ago
Q. Describe a time you had to work with a difficult client or teammate.
Ans. 

Dealing with a difficult client or team member requires patience and effective communication.

  • Listen actively to understand their concerns and perspective.

  • Maintain professionalism and remain calm in challenging situations.

  • Find common ground and work towards a mutually beneficial solution.

  • Seek feedback from others to gain different perspectives on the situation.

View all Engineering Manager interview questions
An Engineering Manager was asked 4mo ago
Q. Design a Typeahead System at Internet scale.
Ans. 

Designing a Typeahead System for Internet scale

  • Use a distributed system architecture to handle high traffic and large datasets

  • Implement caching mechanisms to improve response time

  • Utilize machine learning algorithms for personalized suggestions

  • Optimize search queries for efficiency

  • Consider user behavior and preferences for better results

View all Engineering Manager interview questions
A Senior Software Engineer was asked 6mo ago
Q. For two given strings, find the greatest common divisor (GCD).
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.

View all Senior Software Engineer interview questions
A Software Engineer was asked 10mo ago
Q. Given two unsorted arrays, find the pair of values (one value from each array) that has the smallest (non-negative) difference. Return this difference.
Ans. 

Find the smallest difference pair of values between two unsorted arrays.

  • Sort both arrays and compare elements to find the smallest difference.

  • Use two pointers approach to iterate through both arrays simultaneously.

  • Consider edge cases like empty arrays or arrays with only one element.

View all Software Engineer interview questions
A Software Engineer was asked 10mo ago
Q. What process do you follow to switch to a new technology?
Ans. 

I follow a structured approach to evaluate the new technology, learn it through online resources or courses, practice with small projects, and gradually incorporate it into larger projects.

  • Research the new technology to understand its features, benefits, and use cases

  • Take online courses or tutorials to learn the basics of the technology

  • Practice by working on small projects or side projects to gain hands-on experie...

View all Software Engineer interview questions
A Software Engineer was asked 10mo ago
Q. What is the difference between SQL and NoSQL?
Ans. 

SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

  • SQL is table-based, with a predefined schema, while NoSQL is document, key-value, wide-column, or graph-based, with dynamic schema.

  • SQL is suitable for complex queries and transactions, while NoSQL is better for hierarchical data storage and real-time applications.

  • SQL is ACID-compliant (Atomicity, Consistency...

View all Software Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked 10mo ago
Q. What is normalization in DBMS?
Ans. 

Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

  • Normalization involves breaking down a table into smaller tables and defining relationships between them.

  • It helps in reducing data redundancy by storing data in a structured and organized manner.

  • There are different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF, each with specific rules to follo...

View all Software Engineer interview questions
A Software Engineer was asked 10mo ago
Q. Design a high-level architecture for the Dream11 application.
Ans. 

Dream 11 is a fantasy sports platform where users can create their own teams and compete in various sports leagues.

  • User registration and login functionality

  • Ability to create and join contests

  • Player selection and team creation feature

  • Real-time scoring and leaderboard updates

  • Integration with payment gateway for transactions

View all Software Engineer interview questions
A Quality Engineer was asked 10mo ago
Q. What are the differences between StringBuffer and StringBuilder?
Ans. 

StringBuffer is synchronized and thread-safe, while StringBuilder is not synchronized.

  • StringBuffer is slower due to synchronization, while StringBuilder is faster.

  • StringBuffer is preferred in multithreaded environments, while StringBuilder is preferred in single-threaded environments.

  • StringBuilder is more efficient for most use cases, but StringBuffer is safer for concurrent access.

View all Quality Engineer interview questions

Yubi Interview Experiences

41 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question regarding my resume .It is technical interview
Round 2 - Case Study 

Case study-this is about loan default prediction assignment

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(7 Questions)

  • Q1. Introduction & Behaviour Questions
  • Q2. Design a Typeahead System in Internet scale
  • Ans. 

    Designing a Typeahead System for Internet scale

    • Use a distributed system architecture to handle high traffic and large datasets

    • Implement caching mechanisms to improve response time

    • Utilize machine learning algorithms for personalized suggestions

    • Optimize search queries for efficiency

    • Consider user behavior and preferences for better results

  • Answered by AI
  • Q3. Explain Your previous Projects & Major achievements
  • Ans. 

    Led multiple cross-functional engineering projects resulting in cost savings and improved efficiency.

    • Managed a team of engineers to develop a new product line, reducing production costs by 15%.

    • Implemented a new software system that streamlined workflow processes, resulting in a 20% increase in productivity.

    • Led a project to upgrade manufacturing equipment, reducing downtime by 25% and increasing output by 30%.

    • Collaborat...

  • Answered by AI
  • Q4. Why Yubi ??
  • Ans. 

    Yubi is a leading provider of hardware-based authentication solutions.

    • YubiKey is a popular hardware security key used for two-factor authentication.

    • YubiHSM is a hardware security module used for protecting cryptographic keys.

    • YubiEnterprise Subscription provides centralized management for YubiKeys.

  • Answered by AI
  • Q5. Your Day-to-day activities
  • Ans. 

    As an Engineering Manager, my day-to-day activities involve overseeing project timelines, managing team members, collaborating with stakeholders, and providing technical guidance.

    • Leading and managing a team of engineers

    • Setting project goals and timelines

    • Collaborating with cross-functional teams

    • Providing technical guidance and support to team members

    • Conducting performance reviews and feedback sessions

  • Answered by AI
  • Q6. One Instance of tough client/Team mate .
  • Ans. 

    Dealing with a difficult client or team member requires patience and effective communication.

    • Listen actively to understand their concerns and perspective.

    • Maintain professionalism and remain calm in challenging situations.

    • Find common ground and work towards a mutually beneficial solution.

    • Seek feedback from others to gain different perspectives on the situation.

  • Answered by AI
  • Q7. What has been your major Impact
  • Ans. 

    I have significantly improved team efficiency and productivity through implementing new processes and technologies.

    • Implemented Agile methodologies which resulted in a 20% increase in team productivity

    • Introduced automated testing processes which reduced bug count by 30%

    • Led the migration to a new cloud infrastructure, resulting in 50% cost savings

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Detailed explanation on automation framework which you worked on, Automation related questions
  • Q2. Framework understanding questions
Round 2 - Technical 

(2 Questions)

  • Q1. 1, Testcase related questions
  • Q2. Scenario based questions
Round 3 - Coding Test 

1. Two sum
2. longest uniq substring in a string
3. API status codes

Interview Preparation Tips

Interview preparation tips for other job seekers - All the interview panel members in round was good they taught me if i don't know something, but
Please clearly mention your expectation with your recruiting HR, they will ghost you if they find a low expectation candidate. They will always say that they will try the best but at the end they will low ball you.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Smallest difference pair of values between two unsorted arrays
  • Ans. 

    Find the smallest difference pair of values between two unsorted arrays.

    • Sort both arrays and compare elements to find the smallest difference.

    • Use two pointers approach to iterate through both arrays simultaneously.

    • Consider edge cases like empty arrays or arrays with only one element.

  • Answered by AI
  • Q2. 2D matrix iteration based question
  • Q3. What is normalisation in DBMS?
  • Q4. What is the difference between SQL and NoSQL?
Round 2 - Technical 

(1 Question)

  • Q1. Design Dream 11 application in high level.
  • Ans. 

    Dream 11 is a fantasy sports platform where users can create their own teams and compete in various sports leagues.

    • User registration and login functionality

    • Ability to create and join contests

    • Player selection and team creation feature

    • Real-time scoring and leaderboard updates

    • Integration with payment gateway for transactions

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

(1 Question)

  • Q1. Explain your recent project in your current company.
Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to join Yubi and leave Tavant?
  • Ans. 

    I am excited about the innovative projects at Yubi and believe it aligns better with my career goals.

    • Yubi offers more opportunities for growth and learning in cutting-edge technologies.

    • I am drawn to Yubi's company culture and values, which resonate with my own.

    • I see Yubi as a better fit for my long-term career aspirations compared to Tavant.

  • Answered by AI
  • Q2. What process do you follow to switch to a new technology?
  • Ans. 

    I follow a structured approach to evaluate the new technology, learn it through online resources or courses, practice with small projects, and gradually incorporate it into larger projects.

    • Research the new technology to understand its features, benefits, and use cases

    • Take online courses or tutorials to learn the basics of the technology

    • Practice by working on small projects or side projects to gain hands-on experience

    • Gr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Yubi Software Engineer interview:
  • System Design
  • Data Structures
  • Algorithms
  • DBMS

Skills evaluated in this interview

Senior Associate Interview Questions & Answers

user image Sudhakar Shukla

posted on 3 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Product Knowledge
  • Q2. Aptitude for fintech
Round 2 - One-on-one 

(2 Questions)

  • Q1. Past experience
  • Q2. Knowledge of products
Round 3 - HR 

(2 Questions)

  • Q1. Cultural fit of the candidate
  • Q2. Vision for next 2-3 years
  • Ans. 

    To lead the team in achieving strategic goals, driving innovation, and fostering a culture of collaboration and growth.

    • Develop and implement strategic plans to drive business growth

    • Lead and mentor team members to enhance their skills and performance

    • Identify and capitalize on emerging trends and technologies in the industry

    • Foster a culture of collaboration, innovation, and continuous learning

    • Build strong relationships w...

  • Answered by AI

SDE Interview Questions & Answers

user image Satheeshkumar Venkatesan

posted on 30 Aug 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Frontend Microservices
  • Q2. System Designing
  • Q3. Project A,B and Project C will use Project C in both Project A and B without rewriting the code
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. LC 410: Split Array Largest Sum
  • Ans. 

    Split an array into 'm' subarrays to minimize the largest sum among them.

    • Use binary search to find the minimum largest sum possible.

    • Define a helper function to check if a target sum can be achieved with 'm' splits.

    • Example: For array [7, 2, 5, 10, 8] and m=2, the optimal split is [7, 2, 5] and [10, 8] with largest sum 15.

  • Answered by AI
  • Q2. Intro was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - solve similar problems on LC and you would be good.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql and pandas problems along mcqs on ML

Round 2 - Technical 

(2 Questions)

  • Q1. Linear Regression
  • Q2. Basic Neural Network Implementation
Round 3 - Technical 

(2 Questions)

  • Q1. Question about working of BERT
  • Ans. 

    BERT is a transformer-based model that understands context in language by using bidirectional training.

    • BERT stands for Bidirectional Encoder Representations from Transformers.

    • It uses a transformer architecture, which allows it to consider the context of a word based on all surrounding words.

    • BERT is pre-trained on a large corpus of text and fine-tuned for specific tasks like sentiment analysis or question answering.

    • For ...

  • Answered by AI
  • Q2. Word2vec explanation
  • Ans. 

    Word2vec is a technique used to create word embeddings by training a neural network on a large corpus of text.

    • Word2vec is a shallow neural network model that learns to represent words as vectors in a continuous vector space.

    • It captures semantic relationships between words by placing similar words close together in the vector space.

    • There are two main architectures for Word2vec: Continuous Bag of Words (CBOW) and Skip-gr...

  • Answered by AI

Skills evaluated in this interview

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

Basic java question opps and For automation selenium tool

Round 2 - Technical 

(1 Question)

  • Q1. Different between Stringbuffer vs string builder
  • Ans. 

    StringBuffer is synchronized and thread-safe, while StringBuilder is not synchronized.

    • StringBuffer is slower due to synchronization, while StringBuilder is faster.

    • StringBuffer is preferred in multithreaded environments, while StringBuilder is preferred in single-threaded environments.

    • StringBuilder is more efficient for most use cases, but StringBuffer is safer for concurrent access.

  • Answered by AI

Skills evaluated in this interview

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

20 MCQs + 2 Coding Question

Round 2 - One-on-one 

(1 Question)

  • Q1. Trapping Rain Water
Round 3 - Technical 

(1 Question)

  • Q1. Questions on time and space complexity
Round 4 - HR 

(1 Question)

  • Q1. General Discussion
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

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Yubi?
Ask anonymously on communities.

Yubi Interview FAQs

How many rounds are there in Yubi interview?
Yubi interview process usually has 2-3 rounds. The most common rounds in the Yubi interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Yubi 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 Financial Services, Health Insurance, Supply Chain, Loans and Healthcare.
What are the top questions asked in Yubi interview?

Some of the top questions asked at the Yubi interview -

  1. What process do you follow to switch to a new technolo...read more
  2. What is the difference between SQL and NoS...read more
  3. Smallest difference pair of values between two unsorted arr...read more
How long is the Yubi interview process?

The duration of Yubi interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 41 interview experiences

Difficulty level

Easy 22%
Moderate 70%
Hard 7%

Duration

Less than 2 weeks 54%
2-4 weeks 38%
6-8 weeks 4%
More than 8 weeks 4%
View more
Join Yubi Go get great

Interview Questions from Similar Companies

Razorpay Interview Questions
3.5
 • 161 Interviews
KFintech Interview Questions
3.5
 • 153 Interviews
Angel One Interview Questions
3.8
 • 149 Interviews
Visa Interview Questions
3.5
 • 146 Interviews
Revolut Interview Questions
2.6
 • 103 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
Rupeek Interview Questions
3.7
 • 65 Interviews
PayU Payments Interview Questions
3.5
 • 57 Interviews
ACKO Interview Questions
3.7
 • 55 Interviews
View all

Yubi Reviews and Ratings

based on 198 reviews

3.4/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

3.7

Salary

3.2

Job security

3.2

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 198 Reviews and Ratings
Data Engineer 2

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Business Development Manager

Jaipur

3-6 Yrs

Not Disclosed

Business Development Manager

Bhopal

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
112 salaries
unlock blur

₹20.7 L/yr - ₹35 L/yr

Software Engineer
99 salaries
unlock blur

₹13.1 L/yr - ₹25 L/yr

Senior Associate
88 salaries
unlock blur

₹11.3 L/yr - ₹20 L/yr

Associate
68 salaries
unlock blur

₹7.4 L/yr - ₹24.4 L/yr

Associate Vice President
33 salaries
unlock blur

₹18 L/yr - ₹45 L/yr

Explore more salaries
Compare Yubi with

KFintech

3.5
Compare

Angel One

3.8
Compare

AGS Transact Technologies

2.9
Compare

Hitachi Payment Services

3.7
Compare
write
Share an Interview