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

Updated 25 Aug 2024

Yubi Quality Engineer Interview Experiences

2 interviews found

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
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected
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 - One-on-one 

(2 Questions)

  • Q1. Code review based questions
  • Q2. Quality processes we know about
  • Ans. 

    Quality processes are systematic activities implemented to ensure that products or services meet specified requirements and standards.

    • Quality planning: Developing a quality management plan to define quality standards and processes.

    • Quality control: Monitoring and verifying that products or services meet quality standards.

    • Quality assurance: Implementing processes to prevent defects and ensure continuous improvement.

    • Root ...

  • Answered by AI
Round 3 - Coding Test 

Code review skill and team handling skill

Round 4 - HR 

(1 Question)

  • Q1. Wfo/wfh , priorities, salary, previous org related queries

Quality Engineer Interview Questions Asked at Other Companies

asked in MM AUTO
Q1. What is MSA and addition of msa version, type of msa ,what differ ... read more
asked in MM AUTO
Q2. What is 7 QC tool,parito analysis,xchart and r chart explain ,why ... read more
asked in S&P Global
Q3. If you have a very short time to release a product, but a team me ... read more
Q4. A monkey eats 6 more apples each day than the previous day and fi ... read more
Q5. What are the physical and chemical tests for steel reinforcement?

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Yubi?
Ask anonymously on communities.

Interview questions from similar companies

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

Round 1 - Coding Test 

LeetCode

Round 2 - Technical 

(1 Question)

  • Q1. Job profile related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Prepare well on programming skills
2. Prepare for job related topic
3. Keep your self updated with latest technology
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 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 - Aptitude Test 

Easy to Average question on quant and logical

Round 3 - Coding Test 

Easy pattern and string medium question

Round 4 - Technical 

(1 Question)

  • Q1. OOPS and DBMS SQL
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic for Core java
  • Q2. Basics of selenium
  • Ans. 

    Selenium is a powerful tool for automating web applications for testing purposes, supporting multiple browsers and programming languages.

    • Selenium supports multiple programming languages like Java, Python, C#, and Ruby.

    • It can automate browsers like Chrome, Firefox, and Safari.

    • Selenium WebDriver is the core component that interacts with the browser.

    • Example: Using WebDriver in Python to open a webpage: 'from selenium impo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More on framework side
  • Q2. Few question on Manual testing
Round 3 - HR 

(2 Questions)

  • Q1. Intro about yourself
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in software development, specializing in backend systems and cloud technologies.

    • 10+ years of experience in software development

    • Specialize in backend systems and cloud technologies

    • Strong problem-solving skills

    • Experience with large-scale systems

    • Proficient in programming languages like Java, Python, and SQL

  • Answered by AI
  • Q2. Discussion on Job role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Pattern programming, javascriptt based questions

Round 2 - Technical 

(1 Question)

  • Q1. Browser specific questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Level 2 IT support Engineer questions
  • Q2. Brief explanation about L2 level of work
  • Ans. 

    L2 level of work involves intermediate level tasks and responsibilities in a specific field or domain.

    • L2 work requires a deeper understanding and expertise compared to L1 work.

    • It involves troubleshooting and resolving complex issues.

    • L2 engineers often provide support and guidance to L1 engineers.

    • They may be responsible for implementing and maintaining systems or processes.

    • L2 work requires strong problem-solving and ana...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. L2 practical questions
  • Q2. Brief explanation about experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company starts your career
Are these interview questions helpful?

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

Nice environment

  • Q1. 

    Zigzag Traversal of Binary Tree

    Given a binary tree with integer values in its nodes, your task is to print the zigzag traversal of the tree.

    Note:

    In zigzag order, level 1 is printed from left to right...
  • Ans. 

    Implement a function to print the zigzag traversal of a binary tree.

    • Traverse the tree level by level, alternating the direction of traversal for each level.

    • Use a queue to keep track of nodes at each level.

    • Print the nodes in zigzag order as per the given pattern.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Nice Environment

  • Q1. 

    Prime Numbers Identification

    Given a positive integer N, your task is to identify all prime numbers less than or equal to N.

    Explanation:

    A prime number is a natural number greater than 1 that has no po...

  • Ans. 

    Identify all prime numbers less than or equal to a given positive integer N.

    • Iterate from 2 to N and check if each number is prime

    • Use the Sieve of Eratosthenes algorithm for better efficiency

    • Optimize by only checking up to the square root of N for divisors

  • Answered by AI
  • Q2. What was the use of DBMS in your project, and how did you handle the problems that arose?
  • Ans. 

    DBMS was used to store and manage data in the project, handled problems by optimizing queries and database design.

    • Used DBMS to store and manage project data efficiently

    • Optimized queries for better performance

    • Designed database schema to handle data effectively

    • Resolved concurrency issues by implementing proper locking mechanisms

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPayU interview preparation:Topics to prepare for the interview - Array ,DP ,Graph ,Recursion, Tree ,Queue,BSTTime required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 1 good projects
Tip 2 : Practice Atleast 300 Questions
Tip 3 : Should be able to explain your project

Application resume tips for other job seekers

Tip 1 : Always be true with the resume
Tip 2 : Do not put false things on resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why you want to switch in same Industry.

Interview Preparation Tips

Interview preparation tips for other job seekers - For growth opportunity which I assume that PayU would provide me.
I want to grow in the same Industry and still explore myself.

Interview Preparation Tips

Round: Technical Interview
Experience: Finally, I got the offer from PayU. I was very Happy. Thanks AmbitionBox for helping me in my preparation

Skills: Algorithm, data structures
College Name: Na

Yubi Interview FAQs

How many rounds are there in Yubi Quality Engineer interview?
Yubi interview process usually has 3 rounds. The most common rounds in the Yubi interview process are Coding Test, Resume Shortlist and One-on-one Round.
What are the top questions asked in Yubi Quality Engineer interview?

Some of the top questions asked at the Yubi Quality Engineer interview -

  1. Different between Stringbuffer vs string buil...read more
  2. Quality processes we know ab...read more
  3. Code review based questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2.5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

More than 8 weeks 100%
View more
Join Yubi Go get great

Interview Questions from Similar Companies

Razorpay Interview Questions
3.5
 • 161 Interviews
KFintech Interview Questions
3.5
 • 154 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 Quality Engineer Salary
based on 4 salaries
₹7 L/yr - ₹11.4 L/yr
151% more than the average Quality Engineer Salary in India
View more details
Senior Software Engineer
112 salaries
unlock blur

₹17.8 L/yr - ₹40 L/yr

Software Engineer
99 salaries
unlock blur

₹13.5 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