Upload Button Icon Add office photos

Filter interviews by

Quorum Interview Questions and Answers

Updated 3 Nov 2022

Quorum Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and technical(OOPS, sql, networking, c) based question.

Round 2 - Group Discussion 

Covid impact on education, work from home or work from office which is best etc.

Round 3 - Technical 

(4 Questions)

  • Q1. Basic question of OOPS, HTML,CSS, basic which mention on your resume
  • Q2. Explain do-while loop. reverse a string logic,
  • Ans. 

    A do-while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block of code as long as the specified condition is true.

    • The do-while loop is similar to the while loop, but the condition is checked at the end of the loop instead of the beginning.

    • The code inside the loop will always execute at least once, even if the condition is false.

    • Syntax: do { // code block ...

  • Answered by AI
  • Q3. Sql query for max salary
  • Ans. 

    SQL query to retrieve the maximum salary.

    • Use the MAX() function to retrieve the maximum salary.

    • Specify the column name for salary in the SELECT statement.

    • Specify the table name in the FROM clause.

    • Use the WHERE clause to filter the results if necessary.

  • Answered by AI
  • Q4. Difference between delete and truncate command
  • Ans. 

    Delete command removes specific rows from a table while truncate command removes all rows from a table.

    • Delete command is a DML operation while truncate command is a DDL operation.

    • Delete command can be rolled back while truncate command cannot be rolled back.

    • Delete command activates triggers while truncate command does not activate triggers.

    • Delete command is slower than truncate command for large tables.

    • Delete command f...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Quorum Software Developer interview:
  • SQL
  • OOPS
  • HTML
Interview preparation tips for other job seekers - Do all basic concept and be confident.
be honest
try to give all answers.
basic code.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is you profession
  • Ans. 

    I am a Senior Associate in the field of finance, specializing in investment management.

    • I have expertise in analyzing financial data and making investment recommendations.

    • I work closely with clients to understand their financial goals and risk tolerance.

    • I monitor market trends and economic indicators to make informed investment decisions.

    • I have experience in portfolio management and asset allocation.

    • I may hold certifica...

  • Answered by AI
  • Q2. What is your ambition
  • Ans. 

    My ambition is to become a respected leader in my field, making a positive impact through innovative solutions and mentorship.

    • To continuously learn and grow in my role

    • To lead and inspire a team towards success

    • To contribute to the advancement of the organization and industry

    • To mentor and guide junior colleagues in their professional development

  • Answered by AI

I was interviewed before Dec 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.

  • Q1. 

    Binary Tree Traversals Problem Statement

    Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...

  • Ans. 

    Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.

    • Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.

    • Use level-order input to construct the Binary Tree.

    • Traverse the Binary Tree recursively to generate the required traversals.

    • Ensure proper handling of null nodes represented by -1 in the input.

    • Return the three traversals as

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round basically tested some concepts from Data Structures and File Manipulation .

  • Q1. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem involves finding the intersection of two sorted arrays efficiently.

    • Use two pointers to iterate through both arrays simultaneously.

    • Compare elements at the pointers and move the pointers accordingly.

    • Handle cases where elements are equal and update the intersection array.

    • Return the intersection array as the result.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABig Basket interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions were asked regarding my previous employment regarding roles and responsibilities and general discussion on hobbies, family background and other general questions.

I applied via Naukri.com and was interviewed before Feb 2021. 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 - Case Study 

It was very learning interview, you can find your ability

Interview Preparation Tips

Interview preparation tips for other job seekers - All good just be confident and tell about what you are and what is your expertise

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Your Personal Details, Your Qualifications?
  • Ans. This answer must be basied on you resume.
  • Answered Anonymously
  • Q2. Why IndiaMart?
  • Ans. This type of question are based on you knowledge and your experiences
  • Answered Anonymously
  • Q3. What are you skills and how you would implement them while working with us?
  • Ans. For this you need to know you Positive Point and Negative Point which are totally based on your behavior and Personality
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Natural and Original while interviewing

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

Interview Questionnaire 

1 Question

  • Q1. The interview consisted a appitude test and second round was english speaking assessment test online , if you clear both the test, they will share the documentation link

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was easy.

I applied via Recruitment Consultant and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal intro

Interview Preparation Tips

Interview preparation tips for other job seekers - wear formal

I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fibonacci series, Prime function, linked lisk value access, query

Interview Preparation Tips

Interview preparation tips for other job seekers - First a test based on amcat. Followed by two technical interview. First Tech Interview basis and overview of you concept of ds and algo will ne asked. In second Tech interview indepth concept of topics such as arrays, linked list, os,algo, etc will be asked. Prepare ds and algo concept, dbms query & concept, internet basis such as protocols, methods,etc.

Best of luck

I applied via Campus Placement and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. How to sell pen
  • Ans. 

    To sell a pen, highlight its unique features and benefits, and show how it can solve a customer's problem.

    • Ask the customer about their needs and how they use pens

    • Highlight the pen's unique features, such as a comfortable grip or smooth ink flow

    • Explain how the pen can solve the customer's problem, such as helping them write more neatly or quickly

    • Offer a demonstration of the pen's features and benefits

    • Create a sense of u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and don't be nervous. And listen the questions carefully. And then answer in your way.

Quorum Interview FAQs

How many rounds are there in Quorum interview?
Quorum interview process usually has 4 rounds. The most common rounds in the Quorum interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in Quorum interview?

Some of the top questions asked at the Quorum interview -

  1. explain do-while loop. reverse a string log...read more
  2. difference between delete and truncate comm...read more
  3. sql query for max sal...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
PolicyBazaar Interview Questions
3.6
 • 348 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
View all
Compare Quorum with

Amazon

4.1
Compare

Flipkart

4.0
Compare

Amazon Development Centre India

4.1
Compare

Udaan

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