Upload Button Icon Add office photos

Filter interviews by

Quinbay Intern Interview Questions and Answers

Updated 23 Apr 2024

Quinbay Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

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

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java & OOPs basics in depth
  • Q2. Database question
Round 2 - One-on-one 

(2 Questions)

  • Q1. Linked list and puzzle
  • Q2. About the projects you have worked on

Interview questions from similar companies

Intern Interview Questions & Answers

Revature user image Ajay Kumar

posted on 20 Jan 2025

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

20 minuets 20 mcq questions

Round 2 - Aptitude Test 

Need to prepare aptitude

Round 3 - Coding Test 

Asking java sql questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

English amplitude question asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basic question on HTML css
  • Q2. Basic of HTML code
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Introduction and CV based
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple Aptitude test 1 hr

Round 2 - Group Discussion 

An aptitude test to filter out some more people

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

It was just after the first round in the morning

  • Q1. 

    Huffman Coding Challenge

    Given an array ARR of integers containing 'N' elements where each element denotes the frequency of a character in a message composed of 'N' alphabets of an alien language, your ta...

  • Ans. Optimized Solution

    We will be dividing our solution into three parts for better understanding. We will use a Min-Heap to build a binary tree and then traverse the binary tree to assign Huffman codes to each element.

     

     

    1. Understanding the need of using a Min-Heap 

    A basic idea would be to sort the frequency array and repeatedly give the smallest not used code to the character having maximum frequency. This ide...

  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

1 hr after the second round got over and results were announced in the morning.

  • Q1. 

    Ways To Make Coin Change

    Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...

  • Ans. Recursion

     

    1. The idea is to use recursion.
    2. For a particular coin, we have two options either include it or exclude it.
    3. If we include that coin, then calculate the remaining number that we have to generate so recur for that remaining number.
    4. If we exclude that coin, then recur for the same amount that we have to make.
    5. Our final answer would be the total number of ways either by including or excluding.
    6. There will be two edg...
  • Answered Anonymously
Round 3 - Face to Face 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

10 A.M in the morning.
The interviewers were very knowledgeable and humble

  • Q1. 

    Unique Element In Sorted Array

    Nobita wants to impress Shizuka by correctly guessing her lucky number. Shizuka provides a sorted list where every number appears twice, except for her lucky number, which a...

  • Ans. 

    Step 1 : I told them brute force approach.
    Step 2 : Told about bitmasking approach.
    Step 3 : I them them Binary Search approach(the most optiimsed one)
    Step 4 : They told me to code it and run test cases.

  • Answered Anonymously
  • Q2. 

    Find Nodes at Distance K in a Binary Tree

    Your task is to find all nodes that are exactly a distance K from a given node in an arbitrary binary tree. The distance is defined as the number of edges between ...

  • Ans. 

    Step 1 : I told them brute force approach.
    Step 2 : Told them about Binary tree approach
    Step 3 : They told me to code it and dry run and run test cases.

  • Answered Anonymously
Round 4 - Face to Face 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was after the first technical interview round.
Got a mail for the second interview round .
Timings approx 12 AM

  • Q1. 

    Remove BST Keys Outside Given Range

    Given a Binary Search Tree (BST) and a specified range [min, max], your task is to remove all keys from the BST that fall outside this range. The BST should remain vali...

  • Ans. 

    Step 1 : Brute force array conversion approach.
    Step 2 : Delete a node in a tree approach.
    Step 3 : Optimised the above approach to delete only specified nodes to achieve the answer
    Step 4 : Coded the approach and ran the test cases provided

  • Answered Anonymously
  • Q2. 

    Inorder Successor in a Binary Tree

    Given an arbitrary binary tree and a specific node within that tree, determine the inorder successor of this node.

    Explanation:

    The inorder successor of a node in a bi...

  • Ans. Inorder Traversal
    • The fact that all the data values are unique makes the solution look very intuitive.
    • We can simply store the inorder traversal of the given tree in some data structure, most probably arrays, and find the element present after the given node in the array.
    • For inorder traversal, we can write a simple recursion code, where for every node, its left subtree is visited recursively, and then the node is visited...
  • Answered Anonymously
Round 5 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

Got a call from Hr after clearance of the first 2 rounds.
Timing were 5:30 P.M

Interview Preparation Tips

Eligibility criteria7+ CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - DBMS, OS, OOPS, Data Structure, Array, String, Bit manipulation, BInary Search, Sorting, Number Theory Linked List, Trees, Graph, DPTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : Focus the most on Data Structure topics and practice atleast 300 medium level ques (min 2 approaches for each qs)
Tip 2 : Have a strong grip on Core Subjects i.e OS, DBMS, OOPS, CN, System Design(for big mnc's)
Tip 3 : Learn any good development framework and make min 2 good projects with that and try to do any 1 or 2 min intern to put it in your resume.

Application resume tips for other job seekers

Tip 1 : Keep it short and to the point
Tip 2 : Have good knowledge of every single thing you mentioned there.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is OO?
  • Ans. 

    OO stands for Object-Oriented. It is a programming paradigm that focuses on objects and their interactions.

    • OO is based on the concept of classes and objects.

    • It emphasizes encapsulation, inheritance, and polymorphism.

    • OO languages include Java, C++, Python, and Ruby.

    • OO design patterns are used to solve common problems in software development.

  • Answered by AI
  • Q2. Explain Bug/defect life cycle.
  • Ans. 

    Bug/defect life cycle is a process of identifying, reporting, prioritizing, fixing, and verifying software defects.

    • Defect identification

    • Defect reporting

    • Defect prioritization

    • Defect fixing

    • Defect verification

  • Answered by AI
  • Q3. Explan your previous project/work
  • Q4. What is the difference between smoke & sanity testing?
  • Ans. 

    Smoke testing is a quick and shallow test to check basic functionality, while sanity testing is a more thorough test to ensure system stability.

    • Smoke testing is done to check if the critical functionalities of the system are working or not.

    • Sanity testing is done to check if the system is stable enough to proceed with further testing.

    • Smoke testing is usually done after a build is deployed, while sanity testing is done a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the basics of testing & Java concepts.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction of yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very worst company, everything is favoritism and do not respect others work. They pretend as if they are a good company but they are not what they speak.

I applied via campus placement at Arya Institute of Engineering & Technology, Jaipur and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Different task were given during the time of interview: 1. An audio was sent during the time of interview. Audio was based on a marketing executive who was marketing his online course and his language was...
  • Q2. 2. As their was corona time so and we know New Zealand was the only country which was doing much better then other state during the time of pandemic so question was based on this Topic only that "how New Z...
  • Q3. 3. This question was related to the personality. So basically they asked me to take any one product which perfectly suits on my personality and explain it why is it so ?

Interview Preparation Tips

Interview preparation tips for other job seekers - So basically it was the first time I faced the interview in my life. I was successfully cleared this interview round but i failed to clear the last HR round, and the reason was very common that i was unable to communicate more clearly and more precisely with the HR of the company. But i will give a very simple advice companies are literally least interested in your skills and your project u have done in your college time rather than they are more interested in communicating with u personally they wanted to know u more apart from your qualifications of education. They need those students who can easily communicate themself to others and should have a interest in current scenario based on latest technologies, current knowledge, they don't want book worms they want smart students so try to grab current required skills, grab knowledge of latest technologies in different sectors and just keep improving your communication skills.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(4 Questions)

Round duration - 90 minutes
Round difficulty - Medium

They share doc file link which consist of 5 programming questions

  • Q1. 

    Reverse Words in a String: Problem Statement

    You are given a string of length N. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...

  • Ans. Brute force
    • Create a String ans to store the reversed string.
    • Initialize a variable i to 0 and iterate the whole string through a while loop.
    • Skip initial spaces by just incrementing i.
    • Create a String that will store the current word.
    • Add the currentword and space at the beginning of ans.
    • After traversing the whole string, check if the length of ans is greater than 0 then return ans after removing the last space otherwise r...
  • Answered Anonymously
  • Q2. 

    Fibonacci Membership Check

    Given an integer N, determine if it is a member of the Fibonacci series. Return true if the number is a member of the Fibonacci series, otherwise return false.

    Fibonacci Series...

  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously
  • Q3. 

    Maximum Difference Problem Statement

    Given an array ARR of N elements, your task is to find the maximum difference between any two elements in ARR.

    If the maximum difference is even, print EVEN; if it is...

  • Ans. Find Max And Min

    We will iterate over ARR and find the MAX and MIN of the ARR. And if the MAX - MIN is odd the return “ODD” else return "EVEN". 

    The algorithm will be-

    1. MAX = -1, MIN= 10 ^ 9 + 1
    2. For VAL in ARR.
      1. If MAX < VAL
        1. MAX = VAL
      2. If MIN > VAL
        1. MIN = VAL
    3. IF (MAX-MIN) % 2
      1. Return ODD
    4. ELSE
      1. Return EVEN
    Space Complexity: O(1)Explanation:

    O(1).

     

    Since constant space is used.

    Time Complexity: O(n)Explanation:

    O(N), where N ...

  • Answered Anonymously
  • Q4. 

    Remainder When Divided By 11 Problem Statement

    Determine the remainder when a given number, 'N' in the form of a string, is divided by 11.

    Input:

    The first line contains an integer 'T' denoting the numb...
  • Ans. Using Modulo Property
    1. Since the number is very large we can not simply calculate N % 11.
    2. Now, any number say 256 % 11 can be calculated as (25*10 + 6)%11. Which in turn can be calculated as (( 25*10)%11+ 6)%11 or ( (25%11)*10 + 6)%11. Similarly 25%11 can be calculated as (2*10+5)%11. Therefore , 256 %11 can be finally calculated as ( ( (2*10 + 5)%11 )*10 + 6)%11.
    3. So, the idea is to store the number N in string Str.
    4. Take a ...
  • Answered Anonymously
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

In this round interviewer asked me to solve 3 programming questions.

  • Q1. 

    Selection Sort Algorithm

    Selection sort is a sorting technique that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and placing it at the beginning of ...

  • Ans. Selection Sort Approach

    Selection sort is a standard sorting algorithm that uses nested loops to find all the minimum elements in the array in each iteration and swap them with the starting element of the unsorted region of the array.

     

    Steps :

    • Use a minValue variable to find the index of the minimum element of the array.
    • Use a loop to iterate over all the elements of the array.
    • Use a nested loop to find the minimum ele...
  • Answered Anonymously
  • Q2. 

    String Palindrome Verification

    Given a string, your task is to determine if it is a palindrome considering only alphanumeric characters.

    Input:

    The input is a single string without any leading or trailing...
  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously
  • Q3. 

    Star Pattern Problem Statement

    Display the star pattern for a given positive integer N.

    Example:

    Input:
    N = 4
    Output:
       *
    ***
    *****
    *******
    Explanation:

    The dots in the image represent spaces. Al...

  • Ans. Space Complexity: Explanation: Time Complexity: Explanation:
  • Answered Anonymously
Round 3 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was the HR round. They asked me simple HR questions and 1 coding question.

  • Q1. 

    Character Counting Challenge

    Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...

  • Ans. Space Complexity: O(1)Explanation: Time Complexity: O(1)Explanation:
  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in PuneEligibility criteriaabove 6 CGPARaja Software Labs interview preparation:Topics to prepare for the interview - Language - Java, Basic Coding questions like (star patterns, factorial of no, prime number or not, etc), Data Structure, Object Oriented Programming conceptsTime required to prepare for the interview - 1 MonthsInterview preparation tips for other job seekers

Tip 1 : Learn how to optimize the program. This will really help you during RSL interview. 
Tip 2 : Study all previously asked question by this company and try to find out best solution for it.
Tip 3 : Keep resume simple and authenticated.
Tip 4 : Practice how to handrun the program.

Application resume tips for other job seekers

Tip 1 : Resume should be authenticated. You should be able to answer all things on resume.
Tip 2 : Keep it simple.
Tip 3 : Having internship experience will help.

Final outcome of the interviewSelected

Skills evaluated in this interview

Quinbay Interview FAQs

How many rounds are there in Quinbay Intern interview?
Quinbay interview process usually has 2 rounds. The most common rounds in the Quinbay interview process are One-on-one Round.
How to prepare for Quinbay Intern 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 Quinbay. The most common topics and skills that interviewers at Quinbay expect are Analytical, Android, Computer Languages, Core Java and Hibernate.
What are the top questions asked in Quinbay Intern interview?

Some of the top questions asked at the Quinbay Intern interview -

  1. Java & OOPs basics in de...read more
  2. Linked list and puz...read more
  3. Database quest...read more

Tell us how to improve this page.

Quinbay Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.7
 • 35 Interviews
Infosys Intern Interview Questions
3.7
 • 22 Interviews
Wipro Intern Interview Questions
3.7
 • 11 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
Mphasis Intern Interview Questions
3.4
 • 2 Interviews
View all
Quinbay Intern Salary
based on 5 salaries
₹3.6 L/yr - ₹10.3 L/yr
78% more than the average Intern Salary in India
View more details

Quinbay Intern Reviews and Ratings

based on 3 reviews

2.8/5

Rating in categories

4.1

Skill development

3.1

Work-life balance

2.7

Salary

1.3

Job security

2.8

Company culture

1.3

Promotions

2.5

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
93 salaries
unlock blur

₹8 L/yr - ₹21 L/yr

Senior Software Engineer
92 salaries
unlock blur

₹10.8 L/yr - ₹28 L/yr

Software Developer
41 salaries
unlock blur

₹7.5 L/yr - ₹16.5 L/yr

Sdet Automation Test Engineer
19 salaries
unlock blur

₹7 L/yr - ₹10.1 L/yr

Sdet
18 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Explore more salaries
Compare Quinbay with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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