Upload Button Icon Add office photos

Odoo

Compare button icon Compare button icon Compare

Filter interviews by

Odoo Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top Odoo Interview Questions and Answers

View all 12 questions

Odoo Interview Experiences

Popular Designations

26 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)
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.
  • 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.
  • Q4. Write a code to Reverse Digits.
  • 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.
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 Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
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

Odoo interview questions for popular designations

 Software Developer Intern

 (6)

 Software Developer

 (4)

 Full Stack Software Developer

 (2)

 Implementation Consultant

 (2)

 Business Advisor

 (1)

 Business Analyst

 (1)

 Customer Support Analyst

 (1)

 Full Stack Developer

 (1)

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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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 (190)
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 (41)
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 (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Coding Test 

4 coding questions 3 DSA 1 SQL

Round 2 - Aptitude Test 

30 min aptitude
Second test
1 writer a mail to the customer
2. Correct the mail which contains error
3 why want join us

Round 3 - Coding Test 

Asking graph question related to dfs
Which come in test in first round

Software Test Engineer Intern Interview Questions asked at other Companies

Q1. Explain the number of bits transferred for a given baud rate
View answer (1)

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.

Tell us how to improve this page.

Odoo Interview Process

based on 30 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 902 Interviews
Google Interview Questions
4.4
 • 870 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Salesforce Interview Questions
4.0
 • 272 Interviews
Adobe Interview Questions
3.9
 • 251 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

₹5 L/yr - ₹9 L/yr

Business Analyst
25 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Business Advisor
11 salaries
unlock blur

₹5 L/yr - ₹8.8 L/yr

Functional Consultant
10 salaries
unlock blur

₹4 L/yr - ₹10.2 L/yr

Odoo Developer
8 salaries
unlock blur

₹5 L/yr - ₹5 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