Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Quantum Business Advisory Team. If you also belong to the team, you can get access from here

Quantum Business Advisory Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 36 Reviews

Filter interviews by

Quantum Business Advisory Interview Questions and Answers

Updated 23 Jan 2024

Quantum Business Advisory Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. O2C process to explain?
  • Ans. 

    O2C process refers to Order to Cash process which involves receiving customer orders, processing them, and receiving payment.

    • Customer places an order for a product or service

    • Order is processed and confirmed by the company

    • Product or service is delivered to the customer

    • Invoice is generated and sent to the customer

    • Payment is received from the customer

  • Answered by AI
  • Q2. Third party and Ipo?

SAP SD Consultant Interview Questions asked at other Companies

Q1. How to achieve to different pricing procedure for sales order and billing document , which controls will enable thia
View answer (6)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. You have to explain good about your learnings and hands on experience in your past projects.
Round 2 - Case Study 

You may be asked to create presentations and showcase to management depending for what position you are applying for. But yes presentation round is a valid round where you may be asked to present before management.

Round 3 - HR 

(1 Question)

  • Q1. Eg. Your attitude and contribution for the growth of Organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, be confident and you will be able to make it 😊

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

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 - Assignment 

Power Bi, learn a topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your strength and encash it. Share your previous experience.

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

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

Interview Questionnaire 

2 Questions

  • Q1. What excites you join our Organization?
  • Q2. Do you believe in teamwork or Leadership?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and also believe in what u say

Associate SAP SD Consultant Interview Questions asked at other Companies

Q1. 5. Suppose you want to give a discount of 10% to a customer for a total order value of more than 10 lac. How to configure this.
View answer (1)

Quantum Business Advisory interview questions for popular designations

 Assistant Manager

 (1)

 Associate SAP SD Consultant

 (1)

 SAP SD Consultant

 (1)

 Senior Consultant

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

A question that is both tricky and simple.

Round 2 - Technical 

(1 Question)

  • Q1. Questions about biochemistry
Round 3 - Aptitude Test 

Questions based on both numerical data and case studies.

Round 4 - One-on-one 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What interests you in working for this company?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Where are you from tell me something about yourself ?
  • Q2. Speak on the city you grew up in ?
Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between switch, hub and router?
  • Q2. What does modem and router stand for ?
  • Q3. What is DORA process ?
  • Q4. How would you check slowness on a workstation what measures will you take ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamentals strong that's it . Only answer those question which you are confident about don't make stuff up.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Ans. 

    To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.

    • Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.

    • Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.

    • Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.

  • Answered by AI
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI

QA Enginner I2 Interview Questions & Answers

Talentica Software user image Mohd Aatif Khan

posted on 17 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the Java code for reversing a linked list?
  • Ans. 

    Reversing a linked list in Java using iterative approach.

    • Create three pointers: prev, current, and next.

    • Iterate through the list, updating pointers to reverse the links.

    • Return the new head of the reversed list.

  • Answered by AI
  • Q2. How do you handle the StaleElementReferenceException in your code?
  • Ans. 

    Handle StaleElementReferenceException by re-locating the element before interacting with it.

    • Use try-catch block to catch StaleElementReferenceException

    • Re-locate the element using findElement method before interacting with it

    • Use WebDriverWait to wait for the element to become stale

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

(2 Questions)

  • Q1. Can you describe your project experiences?
  • Ans. 

    I have worked on various projects involving test automation, performance testing, and quality assurance processes.

    • Developed automated test scripts using Selenium WebDriver for web applications

    • Conducted performance testing using JMeter to identify bottlenecks and optimize system performance

    • Implemented quality assurance processes to ensure software meets requirements and standards

    • Collaborated with cross-functional teams ...

  • Answered by AI
  • Q2. What is your strategy for designing an automation framework?
  • Ans. 

    My strategy for designing an automation framework involves identifying key functionalities, selecting appropriate tools, creating reusable components, implementing robust error handling, and integrating with CI/CD pipelines.

    • Identify key functionalities to be automated based on priority and impact on testing.

    • Select appropriate tools and technologies based on the application under test and team expertise.

    • Create reusable ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.

Quantum Business Advisory Interview FAQs

How many rounds are there in Quantum Business Advisory interview?
Quantum Business Advisory interview process usually has 2-3 rounds. The most common rounds in the Quantum Business Advisory interview process are Resume Shortlist, Assignment and One-on-one Round.
How to prepare for Quantum Business Advisory 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 Quantum Business Advisory. The most common topics and skills that interviewers at Quantum Business Advisory expect are Javascript, XML, Ajax, Coding and HTML.
What are the top questions asked in Quantum Business Advisory interview?

Some of the top questions asked at the Quantum Business Advisory interview -

  1. O2C process to expla...read more
  2. Third party and I...read more

Tell us how to improve this page.

Quantum Business Advisory Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 792 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
RSM India Interview Questions
3.3
 • 52 Interviews
BDO Interview Questions
3.3
 • 45 Interviews
Crowe Horwath Interview Questions
4.1
 • 27 Interviews
Mazars Interview Questions
3.1
 • 21 Interviews
View all

Quantum Business Advisory Reviews and Ratings

based on 36 reviews

3.7/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.9

Salary

3.8

Job security

3.7

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 36 Reviews and Ratings
Senior Consultant
11 salaries
unlock blur

₹11.8 L/yr - ₹26.3 L/yr

Consultant
10 salaries
unlock blur

₹3.6 L/yr - ₹14.7 L/yr

SAP Abap Consultant
8 salaries
unlock blur

₹2.4 L/yr - ₹9.1 L/yr

Associate Consultant
7 salaries
unlock blur

₹3.3 L/yr - ₹6.2 L/yr

SAP PP QM Consultant
6 salaries
unlock blur

₹7.2 L/yr - ₹25 L/yr

Explore more salaries
Compare Quantum Business Advisory with

KPMG India

3.5
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare

Ernst & Young

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