Upload Button Icon Add office photos

Odoo

Compare button icon Compare button icon Compare

Filter interviews by

Odoo Software Developer Intern Interview Questions, Process, and Tips for Freshers

Updated 5 Oct 2024

Top Odoo Software Developer Intern Interview Questions and Answers for Freshers

Odoo Software Developer Intern Interview Experiences for Freshers

6 interviews found

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

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 for Fresher

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Amazon
Q2. Fish Eater Problem Statement In a river where water flows from le ... read more
asked in Apple
Q3. Kevin and his Fruits Problem Statement Kevin has 'N' buckets, eac ... read more
asked in CommVault
Q4. Sliding Maximum Problem Statement Given an array of integers ARR ... read more
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more
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
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 Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There are 4 questions. Time duration is 1 hour 40 minutes.

Round 2 - Aptitude Test 

Basic aptitude questions.

Interview Preparation Tips

Topics to prepare for Odoo Software Developer Intern interview:
  • RDBMS
  • Python
Interview preparation tips for other job seekers - Prepared well.

Odoo interview questions for designations

 Software Developer

 (4)

 Software Developer Trainee

 (1)

 Full Stack Software Developer

 (2)

 Software Test Engineer Intern

 (1)

 Software Engineer

 (1)

 Odoo Developer

 (2)

 Full Stack Developer

 (1)

 Odoo Python Developer

 (1)

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It includes 4 questions in which 3 are DSA based and 1 is based on SQL query. The difficulty level is intermediary.

Round 2 - Aptitude Test 

It includes 28 questions with negative marking to solve in 30 minutes.

Round 3 - English  

(2 Questions)

  • Q1. Email writing and rectification
  • Q2. Why should we hire you?
Round 4 - Technical 

(3 Questions)

  • Q1. A set of 2 questions one is DSA and other is ERP diagram
  • Q2. Changes in code and logic checking
  • Ans. 

    Changes in code and logic checking

    • Code changes involve modifying the existing codebase to add new features or fix bugs

    • Logic checking ensures that the code follows the intended logic and produces the expected results

    • Code reviews and testing are important for identifying and rectifying code and logic issues

    • Automated testing tools can help in detecting logic errors and ensuring code correctness

  • Answered by AI
  • Q3. Project showing

Interview Preparation Tips

Topics to prepare for Odoo Software Developer Intern interview:
  • DSA
  • SQL
  • ERP
  • English
  • Communication
Interview preparation tips for other job seekers - Do not lose hopes since the last question. And avoid showing the projects to the interviewer which is not done by you !!

Skills evaluated in this interview

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

DS and Algo based 4 questions

Round 2 - Technical 

(1 Question)

  • Q1. DS and algo coding question solve in live interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is struct keyword
  • Ans. 

    The struct keyword is used in programming languages to define a user-defined data type that contains multiple variables of different types.

    • Structs are used to group related data together.

    • They can have different types of variables, including other structs.

    • Structs can be used to create complex data structures.

    • They are commonly used in object-oriented programming languages.

  • Answered by AI
  • Q2. What is Class keyword
  • Ans. 

    The class keyword is used in object-oriented programming to define a blueprint for creating objects.

    • The class keyword is used in languages like Java, C++, and Python.

    • It allows the programmer to define the properties and behaviors of an object.

    • Objects created from a class are called instances.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit properties and behaviors fr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - this is a test message to test platform. Best of luck.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Aug 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

180 mins test calculatogn

Round 3 - One-on-one 

(2 Questions)

  • Q1. OOPS questions
  • Q2. Design Pattern test
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. 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 - Technical 

(2 Questions)

  • Q1. They asked about OPS, Data design and coding pattern
  • Q2. About my coding pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Best place to learn something
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Frontend development with react

Odoo Interview FAQs

How many rounds are there in Odoo Software Developer Intern interview for freshers?
Odoo interview process for freshers usually has 2-3 rounds. The most common rounds in the Odoo interview process for freshers are Technical, Coding Test and Aptitude Test.
How to prepare for Odoo Software Developer Intern interview for freshers?
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 Front End, Infrastructure Management, Internship, Javascript and Linux.
What are the top questions asked in Odoo Software Developer Intern interview for freshers?

Some of the top questions asked at the Odoo Software Developer Intern interview for freshers -

  1. Explain 1st Problem Solved in Coding Test. Optimize ...read more
  2. Changes in code and logic check...read more
  3. Write a code to Reverse Digi...read more

Tell us how to improve this page.

Odoo Software Developer Intern Interview Process for Freshers

based on 6 interviews

3 Interview rounds

  • Coding Test Round
  • Aptitude Test Round
  • Technical Round
View more

Interview Questions from Similar Companies

Anywhere Interview Questions
4.5
 • 14 Interviews
Acviss Interview Questions
4.3
 • 8 Interviews
Proficed Interview Questions
5.0
 • 7 Interviews
Reveation Labs Interview Questions
4.3
 • 7 Interviews
Apptunix Interview Questions
3.4
 • 7 Interviews
View all
Odoo Software Developer Intern Salary
based on 4 salaries
₹1.9 L/yr - ₹5 L/yr
31% less than the average Software Developer Intern Salary in India
View more details

Odoo Software Developer Intern Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

2.2

Skill development

4.2

Work-life balance

2.1

Salary

2.2

Job security

3.5

Company culture

2.3

Promotions

2.9

Work satisfaction

Explore 5 Reviews and Ratings
Software Developer
53 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Business Analyst
23 salaries
unlock blur

₹5 L/yr - ₹9.2 L/yr

Business Advisor
13 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Functional Consultant
11 salaries
unlock blur

₹4 L/yr - ₹7.8 L/yr

Odoo Developer
10 salaries
unlock blur

₹5 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Odoo with

ABM Techno-Matrix Private Limited

4.6
Compare

Anywhere

4.5
Compare

Infobell IT Solutions

3.2
Compare

Acviss

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