Premium Employer

i

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

o9 Solutions Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

o9 Solutions Interview Questions and Answers

Updated 3 Apr 2025
Popular Designations

16 Interview questions

A Senior Product Manager was asked 5mo ago
Q. What are the differences between monolith architecture and microservices?
Ans. 

Monolith architecture is a single, unified system, while microservices architecture breaks down the system into smaller, independent services.

  • Monolith architecture is a single, unified system where all components are interconnected and interdependent.

  • Microservices architecture breaks down the system into smaller, independent services that communicate through APIs.

  • Monoliths are easier to develop and deploy initiall...

View all Senior Product Manager interview questions
A Data Engineer was asked 8mo ago
Q. How do you find duplicate values in a list?
Ans. 

Use a hashmap to track duplicates in a list of values

  • Iterate through the list and store each value in a hashmap with its count

  • Identify values with count greater than 1 as duplicates

  • Return the list of values that have duplicates

View all Data Engineer interview questions
A Presales Consultant was asked 8mo ago
Q. Why o9 Solutions?
Ans. 

o9 solutions offers cutting-edge technology and expertise in supply chain planning and digital transformation.

  • o9 solutions provides advanced AI and machine learning capabilities for optimized decision-making.

  • Their platform enables real-time visibility and collaboration across the supply chain.

  • o9 solutions has a proven track record of successful implementations with global companies like Walmart and Nestle.

View all Presales Consultant interview questions
A Consultant was asked 9mo ago
Q. For what purpose is the TRIM function used in SQL?
Ans. 

Trim is used in SQL to remove leading and trailing spaces from a string.

  • Trim function is used to remove leading and trailing spaces from a string

  • It is commonly used to clean up data before performing comparisons or concatenations

  • Syntax: TRIM([LEADING | TRAILING | BOTH] [characters] FROM [string])

  • Example: SELECT TRIM(' hello ') as trimmed_string

View all Consultant interview questions
A Consultant was asked
Q. What is Supply Chain from your point of view?
Ans. 

Supply Chain is the process of managing the flow of goods and services from the point of origin to the point of consumption.

  • Involves planning, sourcing, producing, delivering, and returning goods and services

  • Focuses on efficiency, cost-effectiveness, and customer satisfaction

  • Examples include inventory management, transportation logistics, and supplier relationships

View all Consultant interview questions
A Senior Functional Consultant was asked
Q. What is cannibalization?
Ans. 

Cannibalization is the negative impact on sales of a company's own products due to the introduction of a new product.

  • Occurs when a new product reduces sales of an existing product within the same company

  • Can lead to decreased overall revenue and market share

  • Companies must carefully manage product launches to minimize cannibalization

  • Example: Apple releasing a new iPhone model that causes a decrease in sales of older...

View all Senior Functional Consultant interview questions
A Consultant was asked
Q. Write down SQL commands.
Ans. 

SQL commands are used to interact with databases and perform various operations.

  • SELECT: retrieves data from a database

  • INSERT: inserts new data into a database

  • UPDATE: modifies existing data in a database

  • DELETE: deletes data from a database

  • CREATE: creates a new database, table, or view

  • ALTER: modifies the structure of a database object

  • DROP: deletes a database object

  • JOIN: combines rows from two or more tables based on...

View all Consultant interview questions
Are these interview questions helpful?
A Consultant was asked
Q. What is the angle between the hour and minute hands at 3:15?
Ans. 

The angle between the hour hand and minute hand at 3:15 is 7.5 degrees.

  • At 3:00, the hour hand is at the 3 o'clock position, which is 90 degrees.

  • In 15 minutes, the minute hand moves 90 degrees (360 degrees divided by 4).

  • The hour hand also moves slightly in 15 minutes, covering 7.5 degrees (30 degrees divided by 4).

  • Therefore, the angle between the hour hand and minute hand at 3:15 is 7.5 degrees.

View all Consultant interview questions
A Presales Consultant was asked 6mo ago
Q. Supply chain and use of deep learning instead of ml in it
Ans. 

Deep learning in supply chain can optimize operations, improve forecasting accuracy, and enhance decision-making.

  • Deep learning can be used in supply chain for demand forecasting, inventory optimization, and route optimization.

  • It can help in identifying patterns and trends in data to make more accurate predictions.

  • Deep learning models can analyze large volumes of data quickly and efficiently, leading to better deci...

View all Presales Consultant interview questions
A Presales Consultant was asked 6mo ago
Q. Machine learning algos used in sales prediction
Ans. 

Machine learning algorithms commonly used in sales prediction include linear regression, decision trees, random forests, and neural networks.

  • Linear regression: used to establish a relationship between independent and dependent variables

  • Decision trees: used to make decisions based on a series of questions and answers

  • Random forests: ensemble method combining multiple decision trees for improved accuracy

  • Neural networ...

View all Presales Consultant interview questions

o9 Solutions Interview Experiences

46 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude followed by sql based technical test

Round 2 - Technical 

(2 Questions)

  • Q1. Machine learning algos used in sales prediction
  • Ans. 

    Machine learning algorithms commonly used in sales prediction include linear regression, decision trees, random forests, and neural networks.

    • Linear regression: used to establish a relationship between independent and dependent variables

    • Decision trees: used to make decisions based on a series of questions and answers

    • Random forests: ensemble method combining multiple decision trees for improved accuracy

    • Neural networks: d...

  • Answered by AI
  • Q2. Supply chain and use of deep learning instead of ml in it
  • Ans. 

    Deep learning in supply chain can optimize operations, improve forecasting accuracy, and enhance decision-making.

    • Deep learning can be used in supply chain for demand forecasting, inventory optimization, and route optimization.

    • It can help in identifying patterns and trends in data to make more accurate predictions.

    • Deep learning models can analyze large volumes of data quickly and efficiently, leading to better decision-...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Resume projects
  • Q2. Basic hr questions

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is normalisation
  • Q2. About the project done in final year
  • Q3. Demand planning process
  • Q4. Supply planning process

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql, demand planning and supply planning process

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple Python and SQL questions coding questions. 50 MCQs

Round 2 - Technical 

(3 Questions)

  • Q1. Spark Architecture and all basics of Spark
  • Q2. Find the the values in a list that have duplicates
  • Ans. 

    Use a hashmap to track duplicates in a list of values

    • Iterate through the list and store each value in a hashmap with its count

    • Identify values with count greater than 1 as duplicates

    • Return the list of values that have duplicates

  • Answered by AI
  • Q3. PySpark Questions on Aggregations

Skills evaluated in this interview

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 Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

40 apptitide and 10 Sql questions to be solved in 55 min

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Behavioral questions
Round 3 - HR 

(1 Question)

  • Q1. Why o9 solutions ?
  • Ans. 

    o9 solutions offers cutting-edge technology and expertise in supply chain planning and digital transformation.

    • o9 solutions provides advanced AI and machine learning capabilities for optimized decision-making.

    • Their platform enables real-time visibility and collaboration across the supply chain.

    • o9 solutions has a proven track record of successful implementations with global companies like Walmart and Nestle.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume very well
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. There was some dsa question, based on string. I can’t rembeber it but it was easy to medium
  • Q2. SQL easy to medium
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Monolith architecture vs microservices?
  • Ans. 

    Monolith architecture is a single, unified system, while microservices architecture breaks down the system into smaller, independent services.

    • Monolith architecture is a single, unified system where all components are interconnected and interdependent.

    • Microservices architecture breaks down the system into smaller, independent services that communicate through APIs.

    • Monoliths are easier to develop and deploy initially, bu...

  • Answered by AI

Consultant Interview Questions & Answers

user image Siddhant Priyadarshi

posted on 9 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1.5hr SQL, verbal reasoning, statistics and probability

Round 2 - HR 

(1 Question)

  • Q1. For what purpose trim used in sql?
  • Ans. 

    Trim is used in SQL to remove leading and trailing spaces from a string.

    • Trim function is used to remove leading and trailing spaces from a string

    • It is commonly used to clean up data before performing comparisons or concatenations

    • Syntax: TRIM([LEADING | TRAILING | BOTH] [characters] FROM [string])

    • Example: SELECT TRIM(' hello ') as trimmed_string

  • Answered by AI

Skills evaluated in this interview

Consultant Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

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

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

Round 1 - Aptitude Test 

Easy to medium level aptitude and basic SQL questions.

Round 2 - Technical 

(5 Questions)

  • Q1. SQL basic questions
  • Q2. DDL,DCl commands
  • Q3. Write down SQL commands
  • Q4. OOPS concepts and applications
  • Ans. 

    OOPS concepts and applications

    • OOPS stands for Object-Oriented Programming System

    • It is a programming paradigm that uses objects to represent and manipulate data

    • Key concepts include encapsulation, inheritance, and polymorphism

    • OOPS allows for modular and reusable code

    • Examples of OOPS languages include Java, C++, and Python

  • Answered by AI
  • Q5. About project and explain in detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Manage your time efficiently while solving aptitude questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Based on sql and general aptitude for campus recruitment

Round 2 - Coding Test 

It was based on mostly SQL and database

Consultant Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The round consisted of 2 sections.
The first section was on Aptitude and the second round was on SQL queries.
Someone with good practice on both of this topic can easily crack the 1st round.
Bt u need to have a good cgpa atleast 8.5 to sit for the exam

Round 2 - One-on-one 

(1 Question)

  • Q1. 1.Various questions on supply chain 2.Then some case studies 3.Some technical questions on my projects (basic to moderate) 4.Moderate level of data analytics knowledge 5.The hard part of the interview was ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Prepare your projects very well ins and outs especially.
2.Good communication and confidence
3.practice SQL queries as much as u can

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about o9 Solutions?
Ask anonymously on communities.

o9 Solutions Interview FAQs

How many rounds are there in o9 Solutions interview?
o9 Solutions interview process usually has 2-3 rounds. The most common rounds in the o9 Solutions interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for o9 Solutions 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 o9 Solutions. The most common topics and skills that interviewers at o9 Solutions expect are Python, SQL, Operations, Supply Chain Management and Clinical SAS Programming.
What are the top questions asked in o9 Solutions interview?

Some of the top questions asked at the o9 Solutions interview -

  1. Angle between hour hand and minute hand at 3...read more
  2. Factorial code using recursi...read more
  3. supply chain and use of deep learning instead of ml in...read more
What are the most common questions asked in o9 Solutions HR round?

The most common HR questions asked in o9 Solutions interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. What are your salary expectatio...read more
How long is the o9 Solutions interview process?

The duration of o9 Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 30 interview experiences

Difficulty level

Easy 20%
Moderate 73%
Hard 7%

Duration

Less than 2 weeks 88%
2-4 weeks 13%
View more
Join o9 Solutions A place to feel empowered, every day, every step

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 194 Interviews
AVASOFT Interview Questions
2.9
 • 173 Interviews
Oracle Cerner Interview Questions
3.7
 • 161 Interviews
Thomson Reuters Interview Questions
4.1
 • 124 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 111 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR Interview Questions
3.0
 • 105 Interviews
View all

o9 Solutions Reviews and Ratings

based on 261 reviews

3.6/5

Rating in categories

3.5

Skill development

3.2

Work-life balance

3.6

Salary

3.7

Job security

3.7

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 261 Reviews and Ratings
Senior Technical Consultant

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Senior Functional Consultant

Bangalore / Bengaluru

2-5 Yrs

₹ 11.5-23.5 LPA

Intern

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
308 salaries
unlock blur

₹11.5 L/yr - ₹20 L/yr

Consultant
220 salaries
unlock blur

₹7.7 L/yr - ₹14.2 L/yr

Senior Functional Consultant
126 salaries
unlock blur

₹11.5 L/yr - ₹23.5 L/yr

Senior Technical Consultant
94 salaries
unlock blur

₹10.1 L/yr - ₹16.9 L/yr

Solution Architect
89 salaries
unlock blur

₹19 L/yr - ₹44 L/yr

Explore more salaries
Compare o9 Solutions with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Chetu

3.3
Compare

R Systems International

3.3
Compare
write
Share an Interview