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

I applied via Naukri.com and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of html5 css and javascript and jquery questions
Round 2 - Coding Test 

Coding round on javascript and jquery

Round 3 - HR 

(1 Question)

  • Q1. HR discussions casual talk

Interview Preparation Tips

Topics to prepare for Odessa Senior Software Engineer interview:
  • Javascript
  • JQuery
  • CSS3
  • Html5
Interview preparation tips for other job seekers - It's really very good opportunity to get into this company

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduce you self , what is different between SI and CI ? how will you rest the this pen ? think your on lift what are quality inspection you do ? Etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended the campus interview process took weeks.
First round is aptitude
Then Gd
Then technical interview
I cleared aptitude and Gd and waiting for results after week results are announced and went to other collage for interview and they told everyone to wait for there time to come. I being waiting patiently from morning 9 to night 10 pm . At last it's my turn at 10:15 pm waiting without eating anything from morning feeling tried. Still I went inside interview room there they asked many questions not related to technical only financial related questions I answered how much I know went they didn't even announced results for 2or 3 people at that time told us we are getting late need to go bangalore tomorrow so sorry u can come to visit our office in bangalore. We'll have other hr and technical round .Uff I never thought of going all lie. My patience went waste.

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Odessa Interview Questions and Answers for Freshers
illustration image

I applied via Campus Placement and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

This was focused on accounting journal entries and knowledge on leasing methodologies.

Round 2 - Group Discussion 

GD was in general topics and mainly focused to see the communication skills of the candidate.

Round 3 - One-on-one 

(1 Question)

  • Q1. There were two interview rounds with different level of management personnel.

Interview Preparation Tips

Topics to prepare for Odessa Associate Business Analyst interview:
  • Journal entries
  • Leasing
  • equipment finance
Interview preparation tips for other job seekers - Odessa is a client oriented company thus good communication skills, confidence and honesty are top key points to crack the interview. Analytical skills and a zeal to explore are also appreciated.

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 Questions & Answers

user image

posted on 26 Dec 2015

Interview Questionnaire 

12 Questions

  • Q1. Introduce yourself
  • Q2. Why you have chosen email id as *****?
  • Ans. 

    I chose the email id ***** because it is easy to remember and professional.

    • Chose email id for professionalism

    • Chose email id for ease of remembrance

  • Answered by AI
  • Q3. Crack a joke, you may use Hindi if you want
  • Ans. 

    Sure, here's a Hindi joke: एक बार एक चिड़िया ने कहा, 'मुझे तो आज भी यकीन नहीं हो रहा कि मैं एक चिड़िया हूँ!'

    • Why did the tomato turn red? Because it saw the salad dressing!

    • What did one wall say to the other wall? I'll meet you at the corner!

    • Why couldn't the bicycle stand up by itself? Because it was two tired!

  • Answered by AI
  • Q4. Make me laugh. Try another
  • Q5. Try another joke
  • Ans. 

    The interviewer asked for another joke.

    • Apologize for not being a comedian

    • Politely decline to tell another joke

    • Redirect the conversation back to the interview topic

  • Answered by AI
  • Q6. Are you nervous?
  • Ans. 

    Yes, I am feeling a bit nervous due to the high stakes of this interview.

    • Feeling nervous is a common reaction to high-pressure situations.

    • Taking deep breaths can help calm nerves.

    • Visualizing a successful outcome can boost confidence.

  • Answered by AI
  • Q7. Which project you liked the most?
  • Ans. 

    I enjoyed working on the marketing campaign for our new product launch the most.

    • Developing creative concepts for advertisements

    • Collaborating with the design team to create visually appealing materials

    • Analyzing market research data to target the right audience

    • Measuring the success of the campaign through metrics like sales and brand awareness

  • Answered by AI
  • Q8. Can you explain your C program of Programming test?
  • Ans. 

    The C program for the Programming test involves solving a specific problem using the C programming language.

    • The program likely includes functions, loops, and conditional statements to solve the problem.

    • It may involve working with arrays, strings, or other data structures.

    • Error handling and input validation are important aspects of the program.

    • Example: Implementing a sorting algorithm in C to sort an array of integers.

  • Answered by AI
  • Q9. Do you wanna come tomorrow?
  • Ans. 

    I am unable to come tomorrow due to prior commitments.

    • Prior commitments prevent me from attending

    • Unfortunately, I have other plans for tomorrow

    • Regrettably, I won't be able to make it

  • Answered by AI
  • Q10. Tell me about 8085
  • Ans. 

    The 8085 is a microprocessor introduced by Intel in 1976.

    • It is an 8-bit microprocessor.

    • It has a 16-bit address bus and can address up to 64 KB of memory.

    • It operates at a clock speed of 3 MHz.

    • It has a total of 74 instructions.

    • It is widely used in embedded systems and educational purposes.

  • Answered by AI
  • Q11. What is OOP?
  • Ans. 

    OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOP focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOP.

    • Examples of OOP languages include Java, C++, and Python.

  • Answered by AI
  • Q12. What is Object?
  • Ans. 

    An object is a data structure that contains properties and methods.

    • An object is an instance of a class or a data structure that encapsulates data and behavior.

    • Objects have properties, which are variables that hold values, and methods, which are functions that perform actions.

    • Objects can be created using classes or object literals.

    • Example: In JavaScript, an object can be created using the object literal syntax: { name:

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was easy.
Actually there were two forms of aptitude - online and offline. Those who got mails from company had to sit online whereas others had to give offline exams.
Tips: Online aptitude was really tough so better not go for online if you have choice.
Duration: 50 minutes
Total Questions: 40

Skills:
College Name: N/A

Skills evaluated in this interview

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)

Jobs at Odessa

View all
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

INTERVIEWS

BigBasket

No Interviews

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

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