Upload Button Icon Add office photos
Engaged Employer

i

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

e-Zest Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

e-Zest Odoo Python Developer Interview Questions, Process, and Tips

Updated 9 Oct 2024

e-Zest Odoo Python Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(15 Questions)

  • Q1. How many types of inheritance in odoo
  • Ans. 

    There are three types of inheritance in Odoo: model inheritance, view inheritance, and functional inheritance.

    • Model inheritance allows a new model to inherit fields and methods from an existing model.

    • View inheritance allows modifying existing views by adding or removing elements.

    • Functional inheritance involves extending the behavior of a method without modifying the original code.

    • Example: In model inheritance, a new mo...

  • Answered by AI
  • Q2. What is odoo.sh
  • Ans. 

    Odoo.sh is a cloud platform for hosting and managing Odoo applications.

    • Odoo.sh allows developers to easily deploy, test, and manage Odoo instances in the cloud.

    • It provides features like automated testing, staging environments, and easy collaboration.

    • Developers can use Odoo.sh to streamline their development process and ensure smooth deployment of Odoo applications.

  • Answered by AI
  • Q3. Write a SQL query to fetch second highest salary of the employee from the employee table there have employee name and salary column.
  • Ans. 

    SQL query to fetch second highest salary from employee table

    • Use ORDER BY clause to sort salaries in descending order

    • Use LIMIT to fetch only the second row

    • Consider handling cases where there may be ties for the highest salary

  • Answered by AI
  • Q4. If i have a tuple there have some data inside the tuple how we can add some other data to the existing tuple?
  • Q5. What is the difference between list and Array
  • Ans. 

    Arrays are fixed in size and contain elements of the same data type, while lists are dynamic and can hold elements of different data types.

    • Arrays are fixed in size, while lists are dynamic and can grow/shrink as needed.

    • Arrays can only hold elements of the same data type, while lists can hold elements of different data types.

    • Arrays are more memory efficient compared to lists.

    • In Python, arrays are implemented using the '...

  • Answered by AI
  • Q6. What is depends and onchange
  • Q7. How we can trigger compute method every time
  • Ans. 

    You can trigger a compute method every time by setting the 'compute' attribute in the field definition.

    • Set the 'compute' attribute in the field definition to trigger the compute method every time the field is accessed.

    • Ensure that the compute method is properly defined to perform the desired computation.

    • Use the '@api.depends' decorator to specify the dependencies for the compute method.

    • Avoid using the 'store' attribute ...

  • Answered by AI
  • Q8. How we can create new branch in git
  • Ans. 

    To create a new branch in git, use the 'git checkout -b' command.

    • Use 'git checkout -b ' to create and switch to a new branch

    • Alternatively, use 'git branch ' to create a new branch and then 'git checkout ' to switch to it

    • Make sure to commit any changes before creating a new branch

Answered by AI
  • Q9. What is the function and method
  • Ans. 

    Functions and methods are both blocks of code that can be called to perform a specific task, but methods are functions that are associated with an object.

    • Functions are standalone blocks of code that can be called independently.

    • Methods are functions that are associated with a specific object or class.

    • Functions can be defined using the 'def' keyword, while methods are defined within a class.

    • Example: 'def my_function():' ...

  • Answered by AI
  • Q10. What is property field in odoo
  • Ans. 

    Property fields in Odoo are fields that are computed based on other fields or methods.

    • Property fields are not stored in the database but are computed on the fly when accessed.

    • They are defined using the @property decorator in Python.

    • Property fields are useful for displaying calculated values without storing them in the database.

    • Example: calculating the total price of a sale order based on the unit price and quantity.

  • Answered by AI
  • Q11. What is context and domain
  • Ans. 

    Context and domain are used in Odoo to filter records in views and models respectively.

    • Context is used to pass additional information to the server when performing actions like creating, updating, or deleting records.

    • Domain is used to filter records in models based on certain conditions.

    • Example: context={'lang': 'en_US'} will set the language to English for the current session.

    • Example: domain=[('field_name', '=', 'valu...

  • Answered by AI
  • Q12. How we can manage security in odoo.
  • Ans. 

    Security in Odoo can be managed through user roles, access rights, and authentication mechanisms.

    • Define user roles with specific access rights to restrict permissions.

    • Set up strong authentication mechanisms like two-factor authentication.

    • Implement secure coding practices to prevent common vulnerabilities like SQL injection or cross-site scripting.

    • Regularly update Odoo to patch security vulnerabilities and stay protecte...

  • Answered by AI
  • Q13. Onchange field value is stored in database or not?
  • Ans. 

    No, onchange field value is not stored in the database.

    • Onchange field value is only temporarily stored in memory during the current session.

    • The value is not saved to the database until the record is saved.

    • Onchange methods are used to update the UI based on user input without saving to the database.

  • Answered by AI
  • Q14. What is server action and schedule action in odoo
  • Ans. 

    Server action and schedule action are tools in Odoo for automating tasks and actions within the system.

    • Server action is a predefined sequence of actions that can be triggered manually or automatically based on certain conditions.

    • Schedule action is a way to automate the execution of server actions at specific times or intervals.

    • Server actions can be used to perform tasks like sending emails, updating records, or generat...

  • Answered by AI
  • Q15. What is lambda function
  • Ans. 

    Lambda function is an anonymous function in Python that can have any number of arguments, but can only have one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used for small, one-time operations.

    • Lambda functions can be used as arguments to higher-order functions like map, filter, and reduce.

    • Example: lambda x: x*2 defines a lambda function that doubles the input x.

  • Answered by AI

    Skills evaluated in this interview

    Interview questions from similar companies

    Interview Questionnaire 

    1 Question

    • Q1. Runtime pollymorphism

    Interview Preparation Tips

    Round: Test
    Experience: I scored good.
    Tips: Core java good knowledge.
    Duration: 30 minutes
    Total Questions: 25

    Round: Technical Interview
    Experience: like this many ques from core java and hibernate and sql also and I scored good.
    Tips: Command over core java and sql also.

    I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 4 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Method overloading, method overriding, life cycle of thread,oops concepts

    Interview Preparation Tips

    Interview preparation tips for other job seekers - There were 4 rounds. 1. Technical written test, here, pattern, string, array questions were asked. 2.Face to face .
    3. Manager round, here scenario based questions on jdbc,hybernate and other family background details.
    4. HR round.

    I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

    Interview Questionnaire 

    5 Questions

    • Q1. Based on core java Advanced java
    • Q2.  I have completed software developer course from Jspiders
    • Q3. Please gives the interviews based on Core Java and advanced Java
    • Q4. I am very happy to work with your organization si can you please give me a one chance ?
    • Q5. I have good knowledge on Oops language so

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I have good understanding about core java.
    I have good knowledge on oops Concept.
    Advanced java and stream APIs and stream framworks etc.

    I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
    Stick with your resume
    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Basic apps question plus java c mcq

    Round 2 - Group Discussion 

    Group gd about group activity and perform in group not single

    Round 3 - Technical 

    (1 Question)

    • Q1. Java html sql basic java question like oops concept login form

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Learn daily and consistent is very important
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    -

    I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Ages, Blood Relations, Data Structures

    Round 2 - Technical 

    (1 Question)

    • Q1. From resume and about your course domain
    Round 3 - HR 

    (1 Question)

    • Q1. From resume and about relocation

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Good
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    My first round was an aptitude round that included topics from the aptitude syllabus (Quantitative, Reasoning, Verbal) along with some programming questions.

    Round 2 - Technical 

    (4 Questions)

    • Q1. Questions related to Python, DBMS, SQL, and some projects which were mentioned on my resume
    • Q2. He asked me some coding questions one of them to make a pattern related prime number triangle and give me query to write in SQL
    • Q3. He asked about technology which i used in my last year projects.
    • Q4. Some questions of data structure like linked list and so .
    Round 3 - HR 

    (2 Questions)

    • Q1. About myself and my hobbies .
    • Q2. Some questions related by mentioned projects which were mentioned on my resume
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - Aptitude Test 

    Arithmetic and reasoning

    Round 2 - HR 

    (2 Questions)

    • Q1. Tell about your self ?
    • Q2. Why you choose this one?

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Friendly
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    I applied via Campus Placement

    Round 1 - Aptitude Test 

    Since it came through college I was a fresher and it was aptitude + English

    Round 2 - Technical 

    (2 Questions)

    • Q1. Project questions based on resume
    • Q2. Then some HR questions also based

    e-Zest Interview FAQs

    How many rounds are there in e-Zest Odoo Python Developer interview?
    e-Zest interview process usually has 1 rounds. The most common rounds in the e-Zest interview process are Technical.
    What are the top questions asked in e-Zest Odoo Python Developer interview?

    Some of the top questions asked at the e-Zest Odoo Python Developer interview -

    1. write a SQL query to fetch second highest salary of the employee from the emplo...read more
    2. What is the difference between list and Ar...read more
    3. how we can trigger compute method every t...read more

    Tell us how to improve this page.

    e-Zest Odoo Python Developer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more

    Interview Questions from Similar Companies

    ITC Infotech Interview Questions
    3.6
     • 341 Interviews
    NeoSOFT Interview Questions
    3.6
     • 268 Interviews
    3i Infotech Interview Questions
    3.5
     • 145 Interviews
    Microland Interview Questions
    3.4
     • 132 Interviews
    Sify Technologies Interview Questions
    3.8
     • 123 Interviews
    Mastek Interview Questions
    3.5
     • 120 Interviews
    Maveric Systems Interview Questions
    3.5
     • 118 Interviews
    View all
    Softwaretest Engineer
    556 salaries
    unlock blur

    ₹2.5 L/yr - ₹6 L/yr

    Software Engineer
    293 salaries
    unlock blur

    ₹2.7 L/yr - ₹17 L/yr

    Senior Software Engineer
    221 salaries
    unlock blur

    ₹8.8 L/yr - ₹31.7 L/yr

    Software Quality Analyst
    139 salaries
    unlock blur

    ₹3.4 L/yr - ₹5.8 L/yr

    Software Developer
    114 salaries
    unlock blur

    ₹3.8 L/yr - ₹21.7 L/yr

    Explore more salaries
    Compare e-Zest with

    ITC Infotech

    3.6
    Compare

    3i Infotech

    3.5
    Compare

    Sify Technologies

    3.8
    Compare

    Microland

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