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
3.8

based on 236 Reviews

Filter interviews by

Yubi Software Engineer Intern Interview Questions and Answers

Updated 14 Jul 2023

Yubi Software Engineer Intern Interview Experiences

1 interview found

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

I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jun 2023. There were 4 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 

Hackerrank Test including 4 coding and few mcq questions

Round 3 - Technical 

(2 Questions)

  • Q1. Frontend and Javascript related question.
  • Q2. Coding Question in Javascript
Round 4 - HR 

(2 Questions)

  • Q1. Asked about myself and my interest
  • Q2. Asked about project that I did in college

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest.
Focus on your strength.
Practice good coding
Have some good project on your CV

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q2. Check if paranthesis are balanced or not
  • Ans. 

    To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.

    • Use a stack to push opening parentheses and pop when encountering a closing parenthesis

    • If stack is empty when encountering a closing parenthesis, return false

    • After iterating through all parentheses, if stack is empty, return true

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

(2 Questions)

  • Q1. Right view of a Binary Search tree
  • Ans. 

    The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.

    • The right view of a Binary Search Tree includes the rightmost node at each level.

    • Nodes at each level that are not visible from the right side are not included in the right view.

    • Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.

  • Answered by AI
  • Q2. Few javascript questions on how to parse a json object without using inbuilt libraries.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa easy-medium and your projecs in depth.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD/Machine coding - Design a social media application with users, posts, comments, likes, etc. There is also an admin who needs to approve post creation and can delete any post they want. Create appropria...
Round 2 - Technical 

(1 Question)

  • Q1. High-level design - Design a chat-based application like WhatsApp with only user-to-user chat feature (no group chats). Explain and draw out the E2E design by mentioning all the components and design decis...
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring Manager - basic questions like why Razorpay, what are your career goals, what does career growth look like for you, etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write code for advance surrying in js

Round 2 - Coding Test 

Implement custom hook for api call

Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic questions arounf my previous work
  • Q2. Technical questions around performance and code optimization
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hour, the coding test was based on a project given to us

Round 2 - One-on-one 

(2 Questions)

  • Q1. Detailed questionnaire on React
  • Q2. Problem solving based on array manipulations
Interview experience
3
Average
Difficulty level
Easy
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 - One-on-one 

(1 Question)

  • Q1. Binary search algo quetion

Interview Preparation Tips

Interview preparation tips for other job seekers - na
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe projects
  • Ans. 

    I have worked on various projects including developing web applications, creating mobile apps, and implementing machine learning algorithms.

    • Developed a web application for a retail company to manage inventory and sales data

    • Created a mobile app for a fitness tracking platform to track user's exercise routines

    • Implemented machine learning algorithms for a recommendation system in an e-commerce website

  • Answered by AI
  • Q2. Knowledge testing on ML frameworks
Round 2 - Aptitude Test 

Had a overall personality, technical & problem solving test with AVP

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

MVVM was asked and swift questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare swift concepts well and design pattern

Yubi Interview FAQs

How many rounds are there in Yubi Software Engineer Intern interview?
Yubi interview process usually has 4 rounds. The most common rounds in the Yubi interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Yubi Software Engineer Intern interview?

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

  1. Frontend and Javascript related questi...read more
  2. Coding Question in Javascr...read more

Tell us how to improve this page.

Yubi Software Engineer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join Yubi Go get great

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Shriram Finance Interview Questions
4.1
 • 327 Interviews
Bajaj Finance Interview Questions
4.0
 • 295 Interviews
Better.com Interview Questions
3.0
 • 53 Interviews
View all

Fast track your campus placements

View all
Yubi Software Engineer Intern Salary
based on 4 salaries
₹1 L/yr - ₹9.2 L/yr
27% less than the average Software Engineer Intern Salary in India
View more details

Yubi Software Engineer Intern Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

4.0

Work-life balance

4.0

Salary

1.0

Job security

3.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
87 salaries
unlock blur

₹14.5 L/yr - ₹40 L/yr

Software Engineer
81 salaries
unlock blur

₹11.1 L/yr - ₹34 L/yr

Associate
73 salaries
unlock blur

₹6.1 L/yr - ₹24.4 L/yr

Senior Associate
68 salaries
unlock blur

₹7.4 L/yr - ₹32.4 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