Upload Button Icon Add office photos

Odoo

Compare button icon Compare button icon Compare

Filter interviews by

Odoo Interview Questions, Process, and Tips

Updated 4 Mar 2025

Top Odoo Interview Questions and Answers

View all 12 questions

Odoo Interview Experiences

Popular Designations

27 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Coding Test 

It was a Coderbyte coding challenge consisting of questions at an average level of difficulty.

Round 2 - English and Logical Test 

(2 Questions)

  • Q1. English test consist of 3 questions, 1. write a reply mail 2. correct the casual mail 3. why you are fit for this role. The test duration was 30 mins and during the test, The screen will be shared and v...
  • Q2. Logical test consist of 28 questions in 30 mins, All questions were based on general maths, aptitude and basic general knowledge.
Round 3 - Technical 

(1 Question)

  • Q1. This round was 2 hr long, They started with a basic introduction and gave me a react component based question that I had to implement from stratch by screen sharing, they will also discuss your code later.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Practice the implementation of react components from stratch.
- Practice CURD operations
- Api Calling and handling
- Implementation of Redux Store

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview Questions & Answers

user image Anonymous

posted on 4 Mar 2025

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

I was interviewed before Mar 2024.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Assignment 

Email writing and cases

Round 3 - Technical 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Accounting questions
  • Q3. Explain graphs draw
  • Q4. Documents during the sales process
Odoo Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions in the first round

Round 2 - Aptitude Test 

30 MCQ questions based on Math, reasoning and English and also email writing

Round 3 - Technical 

(1 Question)

  • Q1. I'm on it my interview scheduled on 14 oct

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and English

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Odoo interview questions for popular designations

 Software Developer Intern

 (6)

 Software Developer

 (4)

 Full Stack Software Developer

 (2)

 Implementation Consultant

 (2)

 Internship Trainee

 (1)

 Software Engineer

 (1)

 Business Advisor

 (1)

 Business Analyst

 (1)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Aptitudes from you and how can you relate
Round 2 - Assignment 

Software usage on daily basis in companies

Round 3 - Case Study 

How companies work day to day

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

I applied via Company Website

Round 1 - Coding Test 

Basic dsa question for checking logic

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of oops and SQL
  • Q2. Projects done in college
  • Ans. 

    I completed several projects in college related to web development and database management.

    • Developed a website for a local business using HTML, CSS, and JavaScript

    • Created a database management system for a school project using SQL

    • Collaborated with classmates on a group project to build a mobile app using React Native

  • Answered by AI

Odoo Developer Interview Questions asked at other Companies

Q1. what is the fieldsview get function
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Give you 5 problem in maths , string, sql etc

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 experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Write a code for HTML DOM

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was online test with 3 coding questions and 18 mcqs

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 experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 4 coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer give coding problems which we have to solved face to face
Round 3 - Technical 

(1 Question)

  • Q1. Then question answer regarding coding language and you knowledge regarding programming

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Contribute & help others!
anonymous
You can choose to be anonymous

Odoo Interview FAQs

How many rounds are there in Odoo interview?
Odoo interview process usually has 2-3 rounds. The most common rounds in the Odoo interview process are Coding Test, Aptitude Test and Technical.
How to prepare for Odoo 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 Odoo. The most common topics and skills that interviewers at Odoo expect are Team Building, Javascript, Python, HTML and Linux.
What are the top questions asked in Odoo interview?

Some of the top questions asked at the Odoo interview -

  1. Which ERPs do you have experience in implementi...read more
  2. Supply Chain action on inter location trans...read more
  3. Programm to remove duplicate value from ar...read more
How long is the Odoo interview process?

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

Recently Viewed

SALARIES

Corizo

SALARIES

HALODOC

REVIEWS

Avanti Fellows

No Reviews

COMPANY BENEFITS

AdaniConneX

No Benefits

LIST OF COMPANIES

AdaniConneX

Overview

SALARIES

AdaniConneX

No Salaries

SALARIES

Corizo

JOBS

Avanti Fellows

No Jobs

REVIEWS

AdaniConneX

No Reviews

SALARIES

HALODOC

No Salaries

Tell us how to improve this page.

Odoo Interview Process

based on 31 interviews

Interview experience

4.1
  
Good
View more

Tesco

Secure your future with a company that values your job stability.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Google Interview Questions
4.4
 • 823 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 221 Interviews
Tally Solutions Interview Questions
4.2
 • 39 Interviews
View all

Odoo Reviews and Ratings

based on 50 reviews

3.3/5

Rating in categories

2.8

Skill development

3.7

Work-life balance

3.0

Salary

2.9

Job security

3.3

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 50 Reviews and Ratings
Software Developer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Advisor
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Odoo Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Odoo with

Zoho

4.3
Compare

Tally Solutions

4.2
Compare

SAP

4.2
Compare

Microsoft Corporation

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