Upload Button Icon Add office photos
Engaged Employer

i

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

Odessa Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 353 Reviews

Filter interviews by

Odessa Software Engineer Interview Questions and Answers

Updated 8 Oct 2024

Odessa Software Engineer Interview Experiences

9 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Detect loop in a Linked list
  • Ans. 

    Use Floyd's Cycle Detection Algorithm to detect loop in a Linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q2. Find the middle of a linked list
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one step and the fast pointer by two steps until the fast pointer reaches the end of the list.

    • The position of the slow pointer will be the middle of the linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study linked list

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Aptitude Test 

20 questions in Aptitude and 20 questions in coding

Round 2 - Coding Test 

Short coding round containing 4 questions

Round 3 - Group Discussion 

They are asked for machine learning as the topic filtered 15 out of 30 peoples

Round 4 - Case Study 

They shared some topic related to current affairs

Round 5 - Technical 

(4 Questions)

  • Q1. One hour duration Dsa oops SQL They asked questions related to what we have mentioned in our resume Projects
  • Q2. Linear and non linear data structure
  • Q3. Real time examples using oops concept
  • Ans. 

    Real-time examples of OOP concepts include inheritance in vehicle classes, encapsulation in banking systems, and polymorphism in shape classes.

    • Inheritance: Car and Bike classes inheriting from Vehicle class

    • Encapsulation: BankAccount class with private variables and public methods

    • Polymorphism: Circle and Square classes both inheriting from Shape class

  • Answered by AI
  • Q4. Multithreading , interface and abstract class
Round 6 - HR 

(1 Question)

  • Q1. Certification intership they asked questions from resume about our experience

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image Deepak Dubey IT-A. 30

posted on 5 Apr 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

Basic aptitude questions involved basic mathematics,reasoning and English.
It was quite simple but Little bit tricky.

Round 3 - Coding Test 

There were physical round of coding they give one coding question and give 20 min. to solve that question

Round 4 - Technical 

(1 Question)

  • Q1. In technical interview they ask about data structures, algorithms,database, oops concepts and programming language that want that you have to be strong with logic building
Round 5 - HR 

(1 Question)

  • Q1. In hr round they just want to see your presence of mind and about your communication skill and they just ask about me. If your communication is ok then it is easy to clear

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your programming skills, logic building and be honest with yourself.

Software Engineer Interview Questions & Answers

user image Geetha palanisamy

posted on 8 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The first round is a online test

Round 2 - Coding Test 

1 question is given to solve , easy one

Odessa interview questions for designations

 Senior Software Engineer

 (3)

 Software Engineer Intern

 (2)

 Software Engineer Trainee

 (1)

 Software Developer

 (2)

 Senior Software Engineer 1

 (1)

 Software Engineer Intern Trainee

 (1)

 Test Engineer

 (1)

 Associate Business Analyst

 (5)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 3 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 

(4 Questions)

  • Q1. Out vs ref etc basic c# questions, then moved on to sql temp table vs CTE performance comparison etc. Then we moved to SOLID principles and Design patterns.( also what i have worked on before which is stan...
  • Q2. SQL temp table etc
  • Q3. SOLID principles
  • Q4. Design patterns
Round 3 - Technical 

(1 Question)

  • Q1. Mostly wanted to know about my previous organization database architecture followed. Garbage collection in OOPS etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep SOLID principles with examples prepared and as many design patterns basic knowledge. And some basic c# theories. I gave this interview 2.5yrs back. Things might be little different.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consisted of two programming questions hosted on a platform

Round 2 - One-on-one 

(2 Questions)

  • Q1. I was asked about various OOP concepts
  • Q2. Questions related to LinkedList and Stack
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Aptitude Test is not so much hard and no so much simple. It is of medium difficulty and Includes vast variety of Questions,

Round 3 - Coding Test 

In Coding they ask 3 Questions along with 30 MCQ related to Engineer topics. Coding question is from Simple -> Hard

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to give Interview with having all knowledge of Engineer CS/IT topics.

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Sep 2021. There were 5 interview rounds.

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 

1 hours, Easy to medium Level Questions

Round 3 - Coding Test 

2 hours, easy Level Question on tree, Arrays and Binary Search

Round 4 - Technical 

(1 Question)

  • Q1. Question on basic of OOPs, SQL and a pen paper coding test
Round 5 - Technical 

(1 Question)

  • Q1. Moderate level of question on same topic in previous round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay Positive, Be Confident, talk with Interviewer while solving the Questions.

I applied via Naukri.com and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Js questions, mostly basic but some advance also from asynchronous javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - It's not that much hard. You have to be strong in your basic and confident.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy array problem
  • Q2. Easy tree traversal problem
  • Ans. 

    Implement tree traversal algorithm to visit each node in a tree structure

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the tree

    • DFS can be implemented using recursion or a stack data structure

    • BFS can be implemented using a queue data structure

    • Example: Inorder traversal of a binary tree - left, root, right

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Trapping rain water
  • Q2. Path of longest sum
  • Ans. 

    Find the path in a matrix with the longest sum of elements

    • Start from the top-left corner of the matrix

    • Move only right or down in the matrix

    • Keep track of the sum of elements in each path

    • Return the path with the longest sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode medium problem + some LLD + some HLD

Odessa Interview FAQs

How many rounds are there in Odessa Software Engineer interview?
Odessa interview process usually has 3-4 rounds. The most common rounds in the Odessa interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Odessa Software Engineer interview?
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 Odessa. The most common topics and skills that interviewers at Odessa expect are Entity Framework, LINQ, SQL Server, C# and Design Patterns.
What are the top questions asked in Odessa Software Engineer interview?

Some of the top questions asked at the Odessa Software Engineer interview -

  1. Real time examples using oops conc...read more
  2. Find the middle of a linked l...read more
  3. Detect loop in a Linked l...read more

Tell us how to improve this page.

Odessa Software Engineer Interview Process

based on 8 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Coding Test Round
View more
Odessa Software Engineer Salary
based on 219 salaries
₹4 L/yr - ₹10.5 L/yr
12% less than the average Software Engineer Salary in India
View more details

Odessa Software Engineer Reviews and Ratings

based on 38 reviews

3.2/5

Rating in categories

2.6

Skill development

3.2

Work-life balance

3.2

Salary

3.0

Job security

3.8

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 38 Reviews and Ratings
Business Analyst
293 salaries
unlock blur

₹8.2 L/yr - ₹15.2 L/yr

Senior Software Engineer
220 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Software Engineer
219 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Senior Business Analyst
133 salaries
unlock blur

₹10 L/yr - ₹23.1 L/yr

Associate Business Analyst
108 salaries
unlock blur

₹8 L/yr - ₹11 L/yr

Explore more salaries
Compare Odessa with

Nucleus Software Exports

3.5
Compare

Newgen Software Technologies

3.7
Compare

TCS

3.7
Compare

Infosys

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