Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Flexsin Technologies Team. If you also belong to the team, you can get access from here

Flexsin Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Flexsin Technologies Odoo Python Developer Interview Questions and Answers

Updated 14 Apr 2023

Flexsin Technologies Odoo Python Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Type of ORM in odoo like create, write
  • Ans. 

    Odoo uses ORM (Object Relational Mapping) to interact with the database. It provides methods like create, write, unlink, etc.

    • ORM stands for Object Relational Mapping

    • Odoo uses ORM to interact with the database

    • ORM provides methods like create, write, unlink, etc.

    • create method is used to create a new record in the database

    • write method is used to update an existing record in the database

    • unlink method is used to delete a re...

  • Answered by AI
  • Q2. What is @api.onchange
  • Ans. 

    @api.onchange is a decorator in Odoo that triggers a function when a field value is changed.

    • Used to update other fields or perform some action when a field value is changed

    • Can be used to validate input or compute values

    • Can be used in combination with @api.depends to trigger a function when dependent fields are changed

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Flexsin Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to implement Sqlite database in React Native?
  • Q2. What are generator functions?
  • Ans. 

    Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generator functions use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • They are memory efficient as they only generate values when needed.

    • Example: function* myGenerator() { yield 1; yield 2; yield 3; }

    • Example: const infiniteGenerator = function*() { ...

  • Answered by AI
  • Q3. How to implement push notifications in Android and iOS?
  • Ans. 

    Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.

    • For Android, integrate FCM SDK in the app and use FCM console to send notifications.

    • For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.

    • Both platforms require handling of notification payload in the app to di...

  • Answered by AI
  • Q4. How do you use in your last app?
  • Ans. 

    I used React Native for my last app.

    • Developed UI components using React Native

    • Integrated APIs to fetch and display data

    • Implemented Redux for state management

    • Used Firebase for authentication and database

    • Optimized app performance using React Native Debugger

  • Answered by AI
  • Q5. What is the difference between functional components and non functional components?
  • Ans. 

    Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.

    • Functional components are simpler and easier to test than non-functional components.

    • Non-functional components can have state and lifecycle methods, while functional components cannot.

    • Examples of functional components include buttons, labels, and icons, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Hard and requires deep knowledge of your technical skills.

Skills evaluated in this interview

Odoo Python Developer Interview Questions Asked at Other Companies

Q1. Lists are mutable, allowing modification after creation, while tu ... read more
Q2. In a complex inventory management project, you faced issues with ... read more
asked in e-Zest
Q3. If you have a tuple with data, how can you add more data to the e ... read more
Q4. Which tag is used to display the text exactly as written in HTML?
Q5. How can we add an element to a tuple, given that tuples are immut ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 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 

Basic coding excercise , linux platform.file handling

Round 3 - HR 

(2 Questions)

  • Q1. Simpe question , family baground,
  • Q2. Strength , weakness,

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident

I applied via Campus Placement and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Why public static use
  • Ans. 

    public static use for accessing methods and variables without creating an object

    • Allows access to methods and variables without creating an object

    • Useful for utility classes where objects are not needed

    • Can be used to create global variables or constants

    • Example: Math class in Java has only static methods and constants

  • Answered by AI
  • Q2. Why static is use.Pattern question,hshshdhdhxhxhxhxhdhhxjdjdjdjdjnjsjs

Interview Preparation Tips

Topics to prepare for 360 Degree Cloud Technologies Software Developer interview:
  • Java
Interview preparation tips for other job seekers - Learn Java in depth.Also prepare more in communication skills.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Regrading Self join query
  • Ans. 

    A self join query is used to join a table to itself in a SQL query.

    • Self join is used when a table needs to be joined with itself to compare rows within the same table.

    • It requires aliasing the table with different names to distinguish between the two instances of the same table.

    • Commonly used in hierarchical data structures or when comparing related rows in a table.

  • Answered by AI
  • Q2. Group by query per catagory
  • Ans. 

    Group by query is used to group data based on a specific category.

    • Use the GROUP BY clause in SQL to group data based on a specific column

    • Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to perform calculations on grouped data

    • Example: SELECT category, COUNT(*) FROM products GROUP BY category

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium level questions from all sectors

Round 2 - Coding Test 

Technical MCQ and easy coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. According to resume
Round 4 - Group Discussion 

Artificial intelligence

Round 5 - HR 

(1 Question)

  • Q1. Family background
  • Ans. 

    I come from a close-knit family that values education and creativity, with diverse backgrounds in engineering and the arts.

    • My father is an engineer, which inspired my interest in technology and problem-solving.

    • My mother is an artist, encouraging my creativity and appreciation for design.

    • I have a younger sister who is studying computer science, following in my footsteps.

    • Family gatherings often involve discussions about ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidentiality
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 4 interview rounds.

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

Intermediate aptitude questions .
No negative marking .
Written test held at JMR infotech

Round 3 - Technical 

(1 Question)

  • Q1. Mcq and coding questions . Mostly from Java and spring . Coding question is from Array and String (Find frequency )
Round 4 - One-on-one 

(1 Question)

  • Q1. After the written test, face to face interview on technical and hr will be there .
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 Apr 2025, where I was asked the following questions.

  • Q1. What is Optional chaining ?
  • Ans. 

    Optional chaining allows safe access to deeply nested object properties without causing runtime errors if a property is undefined or null.

    • Prevents runtime errors when accessing properties of an object that may not exist.

    • Syntax: Use the '?' operator before accessing a property, e.g., obj?.property.

    • Example: const name = user?.profile?.name; // returns undefined if user or profile is null.

    • Can be used with function calls: ...

  • Answered by AI
  • Q2. What is Debouncing?

Interview Questionnaire 

2 Questions

  • Q1. Java related questions
  • Q2. Map and exception handling

Interview Preparation Tips

Round: Test
Experience: 5 Java programs

I applied via Approached by Company and was interviewed in Dec 2018. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why do you want to change?

Interview Preparation Tips

Round: Test
Experience: A simple application in reactjs using react router.

General Tips: If you are reading this, all you need to do is buy a course from udemy of reactjs(by Maximilian shwarzmuller) nodejs.
And update your profile on naukari.com . And job is yours.
Skills: Communication
Duration: 1-4 weeks

Flexsin Technologies Interview FAQs

How many rounds are there in Flexsin Technologies Odoo Python Developer interview?
Flexsin Technologies interview process usually has 2 rounds. The most common rounds in the Flexsin Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Flexsin Technologies Odoo Python Developer interview?

Some of the top questions asked at the Flexsin Technologies Odoo Python Developer interview -

  1. Type of ORM in odoo like create, wr...read more
  2. What is @api.oncha...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
JMR Infotech Interview Questions
4.2
 • 33 Interviews
PC Solutions Interview Questions
3.7
 • 18 Interviews
Bankai Infotech Interview Questions
3.4
 • 14 Interviews
View all
Software Developer
31 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Programmer
31 salaries
unlock blur

₹3.4 L/yr - ₹6.3 L/yr

Software Engineer
28 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Senior Programmer
21 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹7 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Flexsin Technologies with

PC Solutions

3.7
Compare

JMR Infotech

4.2
Compare

RNF Technologies

3.2
Compare

Ahana Systems & Solutions

3.7
Compare
write
Share an Interview