Filter interviews by
Clear (1)
I was interviewed in Feb 2025.
It was a Coderbyte coding challenge consisting of questions at an average level of difficulty.
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
Happened on coderbyte
Top trending discussions
posted on 11 Oct 2020
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
OOPs is based on the four main concepts: Encapsulation, Inheritance, Polymorphism, and Abstraction.
Encapsulation is the process of hiding the implementation details from the user.
Inheritance is the process of creating a new class from an existing class.
Polymorphism is the ability of an object to take on many forms.
...
It was easy
6 coding rounds
System design tesr
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Asked me to write code on paper for count inversions
I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.
So basically the questions were from strings, arrays, bitwise operators and some mathematical logic based questions. There were 10 questions and they will provide you a laptop and you have to complete all of them in 3 hours (java, c++)
Just be prepared on the above mentioned topics the questions were of easy level if your concept is clear you can crack it easily then there will one more round there they will ask theoretical questions once these both technical rounds are clear you're all set to go for HR round. So this is for 1-2yrs exp guys for freshers they also have to go through aptitude round and question pattern is similar
posted on 16 Jun 2024
I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.
It was an 1 and half hour test basics of aptitude were asked
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
Program to return list of .tst files in given directory and subdirectories
Use recursion to traverse through all directories and subdirectories
Check if each file has .tst extension and add to list if true
Use built-in functions like os.listdir() and os.path.splitext() in Python
The '==' operator is used for comparing values of primitive data types, while the 'equals' method is used for comparing objects in Java.
Use '==' to compare primitive data types like int, char, boolean, etc.
Use 'equals' method to compare objects like Strings, Lists, etc.
Example: int a = 5; int b = 5; if(a == b) { // true }
Example: String str1 = 'hello'; String str2 = 'hello'; if(str1.equals(str2)) { // true }
Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract for classes to implement.
Abstract classes can contain both abstract and concrete methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, while interfaces cannot.
Interfaces allow for multiple inheritance, while classes can only inherit from one abstract class.
Abstract class...
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Ensure a private static instance variable in the class.
Provide a public static method to access the instance, creating it if necessary.
Use synchronized keyword or double-checked locking to make it thread-safe.
Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.
Divide the array into two halves
Recursively sort each half
Merge the sorted halves back together
I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.
Main command on JAVA script and python
What assignments and projects you had done before share that experience
Your theories on what topics you had done your best
Lack of relevant experience and skills
Limited experience in full stack development
Lack of proficiency in required programming languages and frameworks
Inadequate knowledge of database management systems
Weak problem-solving and analytical skills
Poor communication and collaboration abilities
Some of the top questions asked at the Odoo Full Stack Software Developer interview -
based on 2 interviews
Interview experience
Software Developer
49
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
25
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Advisor
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Functional Consultant
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Odoo Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Zoho
Tally Solutions
SAP
Microsoft Corporation