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 Senior Software Engineer Interview Questions and Answers

Updated 29 Jul 2024

Odessa Senior Software Engineer Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. Find words in string
  • Ans. 

    Finding words in a string using array of strings

    • Split the string into words using a delimiter like space

    • Iterate through the words to find the desired words

    • Store the found words in an array of strings

  • Answered by AI

Skills evaluated in this interview

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 Dec 2021. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is rank function?
  • Ans. 

    Rank function is used to assign a rank to each row within a result set based on specified criteria.

    • Rank function is commonly used in SQL queries to order and rank data.

    • It assigns a unique rank to each row based on the specified criteria.

    • The rank of a row is determined by its position in the ordered result set.

    • If two rows have the same values, they will be assigned the same rank.

    • The next rank will be skipped if there ar...

  • Answered by AI
  • Q2. What is dependency Injection?
  • Ans. 

    Dependency Injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • Dependency Injection is a way to achieve loose coupling between objects.

    • It allows for easier testing and maintenance of code.

    • There are three types of Dependency Injection: Constructor Injection, Setter Injection, and Interface Injection.

    • Example: Instead of creating a database connection object insid...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare basic concepts .
Garbage collection
CLR

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

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

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A c++ written round. It contains good questions on c++ related to exception handling, virtual table concepts, smart_ptrs , etc ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your project.
Have decent but not great knowledge knowledge in DS/Algos
Know basics of system design.
Be good in your programming language.

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Oracle Architecture, RAC Setup, Golden Gate Troubleshooting, Data Guard recover, RMAN restoration

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Day to Day activities and Oracle architecture
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java coding questions asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Overriding rules
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and excellent problem-solving skills.

    • Extensive experience in software development with expertise in multiple programming languages such as Java, Python, and C++

    • Proven track record of successfully delivering complex projects on time and within budget

    • Strong problem-solving skills and ability to think creatively to find innovati...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between abstract class and interface?
  • Q2. Explain OOP in C#?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2022. 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 - Technical 

(1 Question)

  • Q1. Monolithic and microservice architecture difference and how will you migrate.
  • Ans. 

    Monolithic architecture is a single large application while microservice architecture is a collection of small, independent services.

    • Monolithic architecture is a single, tightly coupled application where all components are interconnected.

    • Microservice architecture breaks down the application into smaller, loosely coupled services that communicate through APIs.

    • Migrating from monolithic to microservices involves breaking ...

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

(1 Question)

  • Q1. Managerial round few technical questions followed by team building and leadership related questions asked.
Round 4 - HR 

(1 Question)

  • Q1. Basic leadership related questions and few questions on why job change etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics good, system design and cloud architecture is important. Question on DS and algo.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String Question based on hashmap
  • Q2. Palindorme -Reverse a string
  • Ans. 

    Reverse a string to check if it is a palindrome.

    • Create a function that takes a string as input

    • Reverse the string using built-in functions or manually

    • Compare the reversed string with the original string to check if it is a palindrome

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic Personal Questions, salary expectations
  • Q2. Agile, docker,kunernetes

Skills evaluated in this interview

Odessa Interview FAQs

How many rounds are there in Odessa Senior Software Engineer interview?
Odessa interview process usually has 2-3 rounds. The most common rounds in the Odessa interview process are Technical, HR and Coding Test.
How to prepare for Odessa Senior 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 LINQ, C#, Healthcare, SQL and SQL Server.
What are the top questions asked in Odessa Senior Software Engineer interview?

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

  1. What is rank functi...read more
  2. What is dependency Injecti...read more
  3. Find words in str...read more

Tell us how to improve this page.

Odessa Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Odessa Senior Software Engineer Salary
based on 229 salaries
₹5.6 L/yr - ₹19.5 L/yr
28% less than the average Senior Software Engineer Salary in India
View more details

Odessa Senior Software Engineer Reviews and Ratings

based on 30 reviews

3.4/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

3.3

Salary

3.5

Job security

3.9

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 30 Reviews and Ratings
Business Analyst
292 salaries
unlock blur

₹8 L/yr - ₹15.2 L/yr

Senior Software Engineer
229 salaries
unlock blur

₹5.6 L/yr - ₹19.5 L/yr

Software Engineer
192 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Senior Business Analyst
128 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Associate Business Analyst
108 salaries
unlock blur

₹8 L/yr - ₹11 L/yr

Explore more salaries
Compare Odessa with

Thomson Reuters

4.1
Compare

Chetu

3.2
Compare

EbixCash Limited

4.0
Compare

eClinicalWorks

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