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

Filter interviews by

Odessa Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Odessa Interview Questions and Answers

View all 22 questions

Odessa Interview Experiences

Popular Designations

44 interviews found

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

(2 Questions)

  • Q1. .net collections
  • Q2. Sql related concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not appear for this organization if you want technical work, here it is more around Business Analyst. You will end up just writing xaml definitions and long hour calls. During interview you will be asked so many technical concepts, architecture etc. But believe me only 5% of people may be using it, rest all do configuration.

Senior Technical Lead Interview Questions asked at other Companies

Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
View answer (1)

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:
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 Resume 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 asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Odessa Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What was your previous role
  • Q2. Gave a detailed understanding of my role

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2023. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What were your achievements?
  • Q2. Please mention about a complex problem you faced and how you overcame it?
Round 3 - Group Discussion 

Deliver new features in agile environment in Asset Finance product.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on the company and highlight your achievements.

Delivery Manager Interview Questions asked at other Companies

Q1. how do you handle team? explain architecture of your application? Agile team management? how do you ensure performance of application and how do you maintain security of application? Explain architecture of Angular application.
View answer (1)

Odessa interview questions for popular designations

 Software Engineer

 (9)

 Business Analyst

 (8)

 Associate Business Analyst

 (5)

 Technical Lead

 (3)

 Senior Software Engineer

 (3)

 Software Developer

 (2)

 Software Engineer Intern

 (2)

 Software Engineer Trainee

 (1)

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. 2 tech rounds followed by HR
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Get interview-ready with Top Odessa Interview Questions

I applied via Campus Placement and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical MCQ and Programing

Round 2 - Coding Test 

Only one question was asked but it was written test
question:
coin denomination program

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself?
  • Q2. Best sorting algorithm and why and explain the logic
  • Ans. 

    The best sorting algorithm is QuickSort due to its average case time complexity of O(nlogn) and low memory usage.

    • QuickSort is a divide and conquer algorithm that recursively partitions the array into smaller subarrays and sorts them.

    • It has an average case time complexity of O(nlogn) and a worst case time complexity of O(n^2).

    • QuickSort has low memory usage as it sorts the array in place, without requiring additional mem...

  • Answered by AI
  • Q3. OOPS,DBMS,DS basic concepts
  • Q4. Real life example of stack and queue
  • Ans. 

    Stack and queue are data structures used to store and retrieve data in a specific order.

    • Stack: undo/redo functionality in text editors, back button in web browsers

    • Queue: printing jobs in a printer, waiting list for a ride at an amusement park

  • Answered by AI
  • Q5. Basic sql query and normalisation techniques

Interview Preparation Tips

Topics to prepare for Odessa Software Engineer Intern interview:
  • DBMS
  • OOPS
  • DSA
Interview preparation tips for other job seekers - Round 4 was HR interview
Be strong in your resume

Skills evaluated in this interview

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Jobs at Odessa

View all

Interview Questions & Answers

user image SanathKumar N S

posted on 12 Feb 2024

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops, Multithreading,Design Pattern, Project Management
  • Q2. MS Sql Querries
Interview experience
3
Average
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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - One-on-one 

(1 Question)

  • Q1. Why do you want to be BA

Interview Preparation Tips

Interview preparation tips for other job seekers - All finance based questions
Prepare well for accounting and banking related questions

Associate Business Analyst Interview Questions asked at other Companies

Q1. problem identification - how to reduce per delivery cost from Rs. 75 (hypothetical value).
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Previous Roles
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to accounting, Lending and Leasing
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Business Architect Interview Questions asked at other Companies

Q1. What is next big thing in e- commerce?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Describe architecture of your current project along with tech stack?
  • Q2. Explain the Authentication process?
  • Ans. 

    Authentication process is the verification of a user's identity before granting access to a system.

    • User provides credentials (username, password, etc.)

    • Credentials are verified by the system

    • If credentials are valid, user is granted access

    • Common authentication methods include username/password, biometrics, tokens, etc.

  • Answered by AI
  • Q3. Practical Steps involved in designing API?
  • Ans. 

    Designing API involves defining endpoints, data formats, authentication, and documentation.

    • Identify the purpose and functionality of the API

    • Define the endpoints and methods (GET, POST, PUT, DELETE)

    • Choose data formats (JSON, XML) and parameters

    • Implement authentication and authorization mechanisms

    • Document the API including usage examples and error codes

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Current roles and responsibilities?
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations?
  • Q2. Reason for job change?

Interview Preparation Tips

Topics to prepare for Odessa Technical Lead interview:
  • Webapi
  • C#.Net

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Contribute & help others!
anonymous
You can choose to be anonymous

Odessa Interview FAQs

How many rounds are there in Odessa interview?
Odessa interview process usually has 2-3 rounds. The most common rounds in the Odessa interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Odessa 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 Healthcare, Agile, Financial Services, CRM and ERP.
What are the top questions asked in Odessa interview?

Some of the top questions asked at the Odessa interview -

  1. Best sorting algorithm and why and explain the lo...read more
  2. Can you explain your C program of Programming te...read more
  3. As a product manager for g pay how would you test...read more
How long is the Odessa interview process?

The duration of Odessa interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Liontree HR Consultants

No Jobs

INTERVIEWS

CGI Group

No Interviews

INTERVIEWS

Xsilica Software Solutions

No Interviews

INTERVIEWS

Icertis

No Interviews

INTERVIEWS

Suma Soft

10 top interview questions

COMPANY BENEFITS

Nowfloats Technologies

No Benefits

INTERVIEWS

Wipro

No Interviews

INTERVIEWS

BigBasket

No Interviews

JOBS

Nityo Infotech

No Jobs

JOBS

builder.ai

No Jobs

Tell us how to improve this page.

Odessa Interview Process

based on 38 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Chetu Interview Questions
3.3
 • 173 Interviews
View all

Odessa Reviews and Ratings

based on 367 reviews

3.8/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.8

Salary

3.7

Job security

3.9

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 367 Reviews and Ratings
Senior Lead,Cloud Engineering & Operations

Bangalore / Bengaluru

8-13 Yrs

₹ 25-35 LPA

Project Manager

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Director, Engineering

Bangalore / Bengaluru

9-14 Yrs

Not Disclosed

Explore more jobs
Business Analyst
289 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
221 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
169 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Business Analyst
108 salaries
unlock blur

₹0 L/yr - ₹0 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