Upload Button Icon Add office photos

Odoo

Compare button icon Compare button icon Compare

Filter interviews by

Odoo Internship Trainee Interview Questions and Answers

Updated 24 Dec 2021

Odoo Internship Trainee Interview Experiences

1 interview found

Interview Questionnaire 

5 Questions

  • Q1. Java oops program like polymorphism and method overriding
  • Q2. Dbms concepts
  • Q3. Basic of html and css
  • Q4. Do you know javascript
  • Ans. 

    Yes, I know javascript.

    • I have experience in building web applications using javascript.

    • I am familiar with popular javascript frameworks like React and Angular.

    • I have worked on projects that involve using javascript for front-end and back-end development.

  • Answered by AI
  • Q5. Programm to remove duplicate value from array
  • Ans. 

    Program to remove duplicate values from array of strings

    • Create a new empty array

    • Loop through the original array

    • Check if value already exists in new array

    • If not, add it to new array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare one language java will be advantage bcoz it contains oops,prepare mysql

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.

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 

(1 Question)

  • Q1. All C# basics and advanced questions
Round 3 - Technical 

(1 Question)

  • Q1. Second Technical round was with US CEO
Round 4 - Technical 

(1 Question)

  • Q1. C# basics and Database related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - All questions will be based on the profile you will be giving an interview. Basics to advanced questions will be there. Confidence is must while giving an interview which will help you to get consider.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical interview was taken by Rahul Maheshwari who live in the us, normal c# question they asked
  • Q2. Oops concept, difference between asp.net vs .net core,dependency injection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - basic knowledge of c# and framework question they asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your certifications on Cloud
  • Ans. 

    I am certified in AWS Certified Solutions Architect - Associate and Google Cloud Certified - Professional Cloud Architect.

    • Certified in AWS Certified Solutions Architect - Associate

    • Certified in Google Cloud Certified - Professional Cloud Architect

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Desing API endpoints
  • Q2. SQL queries test
  • Q3. Basic and intermediate level questions on C#
Round 3 - Group Discussion 

Questions about projects, DI in ASP.NET Core, React Element Tree

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

C language basic questions like structure and all
Then linux device driver

Round 3 - HR 

(1 Question)

  • Q1. Normal intro questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Few basic question on python
  • Q2. Some coding questions
Round 2 - Coding Test 

Based on your CV and basic python questions and coding test and few HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to work

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 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 - Coding Test 

Coding on python programming, any language is used in in coding.

Round 3 - Technical 

(2 Questions)

  • Q1. Good ask simple question and simple program
  • Q2. Python programming string reverse the string
  • Ans. 

    Python provides a simple way to reverse a string using slicing.

    • Use slicing to reverse the string: string[::-1]

    • Assign the reversed string to a new variable or print it directly

    • Alternatively, use the reversed() function to create a reversed iterator and join it back into a string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study oops concepts, algorithm , logical questions , -----

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

Odoo Interview FAQs

What are the top questions asked in Odoo Internship Trainee interview?

Some of the top questions asked at the Odoo Internship Trainee interview -

  1. Programm to remove duplicate value from ar...read more
  2. Do you know javascr...read more
  3. Java oops program like polymorphism and method overridin...read more

Tell us how to improve this page.

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
Software Developer
53 salaries
unlock blur

₹4 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