Upload Button Icon Add office photos

Filter interviews by

Odyssey Technologies Interview Questions and Answers

Updated 23 Nov 2024

Odyssey Technologies Interview Experiences

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal,Reasoning,Logical-30 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Sum of array in a list
  • Ans. 

    Calculate the sum of integers in an array of strings

    • Convert each string element to integer before adding them up

    • Handle any potential errors like non-integer strings

    • Return the total sum as the final result

  • Answered by AI
  • Q2. Kth smallest element
  • Ans. 

    Find the Kth smallest element in an array

    • Sort the array and return the element at index K-1

    • Use a min heap to find the Kth smallest element efficiently

    • Implement quickselect algorithm to find the Kth smallest element in linear time

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was very easy and not lengthy , simple and sort maths questions

Round 2 - Coding Test 

It was easy but long task only one code was there

Round 3 - Technical 

(1 Question)

  • Q1. About javascript and JQery
Round 4 - HR 

(1 Question)

  • Q1. General personal and family info

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 (180)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. College project

Interview Preparation Tips

Interview preparation tips for other job seekers - Go ahead

Product Support Engineer Interview Questions asked at other Companies

Q1. What is DSP (Demand Side Platform) and SSP ( Sell side platform?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2022. 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 

(1 Question)

  • Q1. Only related to resume and projects
Round 3 - Behavioral 

(1 Question)

  • Q1. Regarding resume and what part in your final year project you have done

Interview Preparation Tips

Topics to prepare for Odyssey Technologies Engineer Trainee interview:
  • Cyber security
  • Networking

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Odyssey Technologies interview questions for popular designations

 Engineer Trainee

 (1)

 Product Support Engineer

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Asking regarding self introduction.
  • Q2. Asking somthing as wish of interviewer.
  • Q3. So wonderful ,Iready for interview
  • Q4. Asking regarding my company.
  • Q5. Asking regarding my job roll.
Round 2 - Group Discussion 

Asking regarding electrical designing.

Round 3 - Technical 

(2 Questions)

  • Q1. Asking regarding cable try modelling.
  • Q2. Asking regarding equipment modelling.

Interview Preparation Tips

Topics to prepare for Acer India Electrical Designer interview:
  • Cable try modelling, equipment m
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC ?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software developers to design, develop, and test software applications.

    • SDLC is a structured process that divides software development into distinct phases.

    • The phases typically include planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion...

  • Answered by AI
  • Q2. What are oops concept ?
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q3. This is enough to crack interview with Chandni ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Feel confident because interview taker is not knowledgeable at all. You will get salary if you are attractive boy.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Assignment 

They share an assignment I do it which is very large and they don't give respective time intervals but I clear that round

Round 2 - Technical 

(5 Questions)

  • Q1. Basic questions
  • Q2. What's is redux
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps manage the state of an application in a predictable way.

    • Redux stores the entire state of an application in a single immutable object.

  • Answered by AI
  • Q3. What is react how it is different from html and angular
  • Ans. 

    React is a JavaScript library for building user interfaces, while HTML is a markup language and Angular is a framework.

    • React is a JavaScript library for building interactive user interfaces.

    • HTML is a markup language used for structuring content on web pages.

    • Angular is a full-fledged framework for building web applications.

    • React uses a virtual DOM for efficient rendering, while Angular uses two-way data binding.

    • React co...

  • Answered by AI
  • Q4. What is contex api in react js
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is useful for sharing global data such as themes, user authentication, or language preferences.

    • Context API consists of three main parts: Provider...

  • Answered by AI
  • Q5. What are hooks in react and how to use
  • Ans. 

    Hooks in React are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • useState() is a hook that allows you to add state to functional components.

    • useEffect() is a hook that allows you to perform side effects in functional components.

    • Custom hooks are reusable functions that can contain log

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I clear all the rounds in interview but in last they tell me we will not go further with you without any reason.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - Assignment 

I need to designe a dashboard of 2-3 pages

Round 2 - Technical 

(2 Questions)

  • Q1. What is your design process?
  • Ans. 

    My design process involves research, ideation, prototyping, testing, and iteration to create user-centered solutions.

    • Research: Understand user needs, goals, and pain points.

    • Ideation: Brainstorm and generate design concepts.

    • Prototyping: Create interactive prototypes to visualize the design.

    • Testing: Gather feedback from users through usability testing.

    • Iteration: Refine and improve the design based on feedback.

    • Collaborati...

  • Answered by AI
  • Q2. What motivate you to design?
  • Ans. 

    I am motivated to design by the opportunity to solve problems creatively and make a positive impact on users' experiences.

    • I am driven by the challenge of finding innovative solutions to user needs

    • I am inspired by the potential to create intuitive and user-friendly interfaces

    • I am motivated by the ability to improve people's lives through design

    • I find joy in the process of creating visually appealing and functional desig

  • Answered by AI
Round 3 - Assignment 

I need to 2-3 screens of mobile app

Round 4 - HR 

(2 Questions)

  • Q1. Why do you want to change?
  • Ans. 

    I am seeking new challenges and opportunities for growth in the UI UX field.

    • Seeking new challenges to expand my skills

    • Opportunities for growth and advancement

    • Passion for UI UX design and desire to excel in the field

  • Answered by AI
  • Q2. What your salary expectation?
  • Ans. 

    My salary expectation is in line with industry standards for UI UX Designers with my level of experience.

    • Research industry standards for UI UX Designer salaries

    • Consider my level of experience and skills

    • Factor in the location and size of the company

    • Negotiate based on benefits and perks offered

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please confirm your salary before an interview.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions with respect to market research and people management

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was a sham. Probably, it was just for the sake of showing off and they had an internal candidate in mind. Go for interview for this organization only if you do not have a job at the moment. They have 0 respect for anybody's time. I went for the interview, waited or an hour and was then moved to a meeting room. Waited there again and was then asked to move to some other floor (manager could not come downstairs). Manager had 0 interest in asking questions and behaved as if she was doing a favor. She asked very few questions. I took a leave to attend the interview.
Note to Monotype: How you treat candidates actually reflects on your management and work culture. Very sorry to say it is poor in your organization.

Odyssey Technologies Interview FAQs

How many rounds are there in Odyssey Technologies interview?
Odyssey Technologies interview process usually has 2-3 rounds. The most common rounds in the Odyssey Technologies interview process are Technical, Aptitude Test and Behavioral.
How to prepare for Odyssey Technologies 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 Odyssey Technologies. The most common topics and skills that interviewers at Odyssey Technologies expect are Bid Management, PKI, Presales, Project Delivery and Project Documentation.
What are the top questions asked in Odyssey Technologies interview?

Some of the top questions asked at the Odyssey Technologies interview -

  1. Sum of array in a l...read more
  2. Kth smallest elem...read more
  3. About javascript and JQ...read more

Tell us how to improve this page.

Odyssey Technologies Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
View all

Odyssey Technologies Reviews and Ratings

based on 26 reviews

3.0/5

Rating in categories

3.0

Skill development

2.4

Work-life balance

3.2

Salary

3.6

Job security

2.5

Company culture

3.0

Promotions

2.5

Work satisfaction

Explore 26 Reviews and Ratings
Junior Executive
8 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Engineer Trainee
7 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Junior Programmer
7 salaries
unlock blur

₹3.3 L/yr - ₹4.2 L/yr

Junior Tester
6 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹2.8 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Odyssey Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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