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 347 Reviews

Filter interviews by

Odessa Software Engineer Intern Interview Questions and Answers

Updated 21 Sep 2022

Odessa Software Engineer Intern Interview Experiences

2 interviews found

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

I applied via Campus Placement and was interviewed before May 2021. There were 4 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 tips
Round 2 - Coding Test 

Two coding questions were asked and some 20-30 MCQs were present. 1 coding question was of moderate level and 1 was a bit standard question. One of them was string based and other one was DP based.

Round 3 - Technical 

(1 Question)

  • Q1. 1 hr long technical interview(questions revolved around my CV). I was asked questions from DSA,DBMS,OS as well as networking as these were mentioned in my CV. I was asked to briefly explain what my project...
Round 4 - Technical 

(1 Question)

  • Q1. Second technical interview - I was asked to code in an editor, one of them was a moderately easy question based on string where I had to remove all consecutive vowels from a string. The other question was ...

Interview Preparation Tips

Topics to prepare for Odessa Software Engineer Intern interview:
  • DSA
  • DBMS
  • Project
  • OS
  • Computer Networking
  • SQL
  • OOPS
  • System Design
  • HTML/CSS
  • Resume Topics
Interview preparation tips for other job seekers - Be confident,be yourself and definitely be thoroughly prepared as per your resume details.

Software Engineer Intern Interview Questions Asked at Other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary t ... read more
asked in NCR Voyix
Q2. Search In Rotated Sorted ArrayYou have been given a sorted array/ ... read more
Q3. Connect N Ropes With Minimum CostYou have been given 'N' ropes of ... read more
Q4. Zero MatrixYou are given a matrix 'MATRIX' of dimension 'N' x 'M' ... read more
Q5. Partition a set into two subsets such that the difference of subs ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Coding Test 

Coding test on hackerrank

Questions I got were:
- -----
- -----
- -----

Round 2 - Technical 

(1 Question)

  • Q1. The coding round itself involved creating a class in python that handled the popularity of content on a fictional platform. -----
Round 3 - HR 

(1 Question)

  • Q1. Tell me a time where things didn't go as planned
  • Ans. 

    During a group project in college, our team faced unexpected technical issues that delayed our progress.

    • Our team was working on a group project in college when we encountered unexpected technical issues.

    • The issues caused delays in our progress and required us to come up with alternative solutions.

    • Despite the setbacks, we were able to troubleshoot the problems and successfully complete the project on time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - The interviewers help you a lot!
- I found a lot advice and prep questions before on glassdoor.com and tquest.me as well as reddit discussions which really helped
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Birla Institute of Technology and Science (BITS), Pilani and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked One DS Q - about an array of numbers is given, we can one operation k times. The operation was taking any element and multiplying it by 2. The ultimate objective was to maximise the bitwise OR sum of all the elements.

Interview Preparation Tips

Interview preparation tips for other job seekers - Definitely don't panic like me, because as a student I have never done
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 tips
Round 2 - Aptitude Test 

Normal apti questions.

Round 3 - Technical 

(1 Question)

  • Q1. About you experience in previous organization.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Hacker Rank questions
Time ! hour

Round 3 - Technical 

(2 Questions)

  • Q1. 1)grouping of array 2)Recursion 3)creating matrix
  • Q2. Basics on oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSD concept.
previous company work profile

I was interviewed in Oct 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Medium

1 Coding question

  • Q1. Meeting

    Ninja is organizing a meeting in an office that starts at a time ‘0’ and will end at a time ‘LAST’. There are ‘N’ presentations that are going to take place in that meeting whose start and end time...

  • Ans. Brute Force Approach

    Algorithm:

     

    • The idea here is to find the maximum sum subarray of size ‘K+1’, where the array will contain empty slots.
    • First, we create an array named emptySlots[], to store the time duration in which there is no presentation.
    • Run a loop to traverse all presentations, and in each iteration, add START[i] - END[i-1] (which gives a free slot between the ith presentation) into the array emptySlots[].
    • N...
  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in GurgaonEligibility criteriaabove 6.5 CGPACvent interview preparation:Topics to prepare for the interview - Data Structures, Algorithms ( Sorting, Searching, Recursion, Graph algos,DP etc) , Operating System, Computer Networking, DBMS ( SQL and No Sql databases), Programming Languages ( C++, Java, Python), Object Oriented Programming, Web development ( MERN technology)Time required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : First Learn Basic Programming Concepts start with c/c++ then go for different data structures and basic algorithms
Tip 2 : Start doing CP ( competitive programming on different platforms ), Make sure you are consistent this way you will most likely become good in cp 
Tip 3 : Always stay in touch with those important subjects which are asked in interviews. Start learning web development or android/ios apps development or ML whatever you think you like work on some projects. Interviewer sometimes asks about your projects. If you have worked as an intern somewhere make sure you put it in resume as well as the kind of work you have done there

Application resume tips for other job seekers

Tip 1 : Make sure you put your skills in order in which you are good. 
Tip 2 : Put projects and Intern details ( If worked somewhere as imtern)
Tip 3 : Make it easily readable, Keeps the points in focus which you want them to see

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Arrayquestions, pattern printing
Round 2 - Coding Test 

Pattern printing, array question

Round 3 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to build carrer if company need skilled person with provide
high salary

I applied via Job Fair and was interviewed in Oct 2021. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of each skill mentioned in the resume

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java Memory Management SPRING BOOT END TO END MICROSERVICES
  • Q2. Docker commands
  • Q3. Deployment

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty tough interview.
Just be clear with your basic they only hit you there.

Odessa Interview FAQs

How many rounds are there in Odessa Software Engineer Intern 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.
What are the top questions asked in Odessa Software Engineer Intern interview?

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

  1. Best sorting algorithm and why and explain the lo...read more
  2. Real life example of stack and qu...read more
  3. 1 hr long technical interview(questions revolved around my CV). I was asked que...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Odessa interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Globant Interview Questions
3.9
 • 168 Interviews
Chetu Interview Questions
3.3
 • 164 Interviews
View all
Odessa Software Engineer Intern Salary
based on 9 salaries
₹6 L/yr - ₹7.2 L/yr
At par with the average Software Engineer Intern Salary in India
View more details

Odessa Software Engineer Intern Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.0

Skill development

4.5

Work-Life balance

4.5

Salary & Benefits

4.0

Job Security

4.5

Company culture

3.5

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2 Reviews and Ratings
Business Analyst
275 salaries
unlock blur

₹8.7 L/yr - ₹15 L/yr

Software Engineer
216 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Senior Software Engineer
214 salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Senior Business Analyst
131 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.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview