Upload Button Icon Add office photos

Odoo

Compare button icon Compare button icon Compare

Filter interviews by

Odoo Software Developer Intern Interview Questions and Answers for Freshers

Updated 5 Oct 2024

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.
  • Ans. 

    This question involves crafting a SQL query to solve a specific problem.

    • Understand the problem statement clearly before writing the query.

    • Identify the tables involved and their relationships.

    • Use SELECT to specify the columns you need.

    • Utilize WHERE clause for filtering data based on conditions.

    • Consider JOINs if data from multiple tables is required.

    • Use GROUP BY for aggregating data and HAVING for filtering groups.

  • Answered by AI

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

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Odoo?
Ask anonymously on communities.

Interview questions from similar companies

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
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What can you tell me about the current SMS lab language?
  • Ans. 

    SMS Lab Language is a programming language used for developing SMS applications and services.

    • Designed for SMS-based applications, enabling easy integration with mobile networks.

    • Supports features like message formatting, scheduling, and delivery tracking.

    • Example: Sending automated alerts or notifications via SMS using SMS Lab Language.

    • Often used in conjunction with APIs for enhanced functionality.

  • Answered by AI
  • Q2. What services does Bhash Software Lab offer?
  • Ans. 

    Bhash Software Lab specializes in language technology solutions, including translation, localization, and linguistic tools.

    • Translation Services: Providing accurate translations for various languages, such as English to Hindi.

    • Localization: Adapting software and content to meet the cultural and linguistic needs of specific regions.

    • Linguistic Tools: Developing tools for language processing, such as spell checkers and gram...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What value can you bring to our organization ?
  • Ans. 

    I bring a blend of technical expertise, problem-solving skills, and a collaborative mindset to drive innovation and efficiency.

    • Proven experience in developing scalable applications, such as a recent project where I improved system performance by 30%.

    • Strong problem-solving skills demonstrated by successfully debugging complex issues in a high-pressure environment.

    • Ability to work collaboratively in teams, as shown in my ...

  • Answered by AI
  • Q2. Why do you want to work with us ?
  • Ans. 

    I admire your innovative projects and commitment to growth, and I believe my skills align perfectly with your team's goals.

    • Your company's focus on cutting-edge technology aligns with my passion for continuous learning and innovation.

    • I am impressed by your recent project on [specific project], which showcases your commitment to solving real-world problems.

    • The collaborative culture at your company is something I value, a...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

  • Q1. What is Bhash SMS, and what services does it offer?
  • Ans. 

    Bhash SMS is a messaging service that enables communication in multiple Indian languages, enhancing accessibility and user engagement.

    • Supports SMS in various Indian languages like Hindi, Bengali, and Tamil.

    • Facilitates bulk messaging for businesses to reach a wider audience.

    • Offers API integration for developers to incorporate SMS services into applications.

    • Provides features like message scheduling and delivery reports.

    • U...

  • Answered by AI
  • Q2. What reasons influenced your decision to choose this job?
  • Ans. 

    I chose this job for its innovative projects, collaborative culture, and opportunities for growth in the tech industry.

    • Passion for technology: I've always been fascinated by how software can solve real-world problems, like developing an app that improves healthcare access.

    • Career growth: This role offers a clear path for advancement, allowing me to learn new technologies and take on leadership responsibilities.

    • Collabora...

  • Answered by AI

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. A problem question for solving a SQL Que...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more
Odoo Software Developer Intern Salary
based on 6 salaries
₹1.8 L/yr - ₹5 L/yr
26% 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
63 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Business Analyst
25 salaries
unlock blur

₹5 L/yr - ₹9.2 L/yr

Business Advisor
24 salaries
unlock blur

₹4.9 L/yr - ₹10 L/yr

Functional Consultant
15 salaries
unlock blur

₹5.1 L/yr - ₹11.6 L/yr

Implementation Consultant
12 salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Explore more salaries
Compare Odoo with

Bhash Software Labs

4.3
Compare

Apptunix

4.2
Compare

HirePro Consulting

3.7
Compare

Prometric Testing

3.3
Compare
write
Share an Interview