Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Optimus Information Team. If you also belong to the team, you can get access from here

Optimus Information Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Optimus Information Interview Questions, Process, and Tips

Updated 7 Feb 2025

Top Optimus Information Interview Questions and Answers

View all 8 questions

Optimus Information Interview Experiences

Popular Designations

16 interviews found

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

I applied via Referral and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic to Medium aptitude Questions

Round 2 - Coding Test 

2 coding Qustions
one is easy and another one is medium level

Round 3 - Technical 

(6 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Sorting related questions like quick sort ,Merge Sort, and their complexity
  • Q3. SQL queries related to joins
  • Q4. Patter based coding questions
  • Q5. OOPS related Questions -Abstraction, Polymorphism, Encapsulation.
  • Q6. Project related questions
Round 4 - Technical 

(4 Questions)

  • Q1. Project related questions
  • Q2. Explain quick sort and their complexity
  • Ans. 

    Quick sort is a sorting algorithm that uses divide and conquer strategy to sort elements in an array.

    • Quick sort picks a pivot element and partitions the array into two sub-arrays based on the pivot element.

    • It then recursively sorts the sub-arrays.

    • The complexity of quick sort is O(n log n) on average and O(n^2) in worst case scenario.

    • Example: [5, 2, 9, 3, 7, 6] -> [2, 3, 5, 6, 7, 9]

  • Answered by AI
  • Q3. SQL Queries - Second Maximum Salary
  • Q4. Some coding Questions
Round 5 - Technical 

(3 Questions)

  • Q1. Project related questions
  • Q2. HTML, CSS , JavaScript related questions
  • Q3. Some SQL Queries

Interview Preparation Tips

Topics to prepare for Optimus Information Software Engineer Trainee interview:
  • OOPS
  • Project
  • DBMS
  • Coding

Skills evaluated in this interview

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

The first round is basically a combination of the Aptitude and Coding rounds which had 22 Questions, 20 on the Quants and Aptitude and 2 Coding Questions. The first coding Question was based on a simple mathematics problem, but the second one was a little difficult which included methods like HashMap and PriorityQueue. But I cleared it in the first round.

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about your internship, and what technologies you use.
  • Ans. 

    I interned at a software development company where I worked on web development projects using technologies like HTML, CSS, JavaScript, and React.

    • Interned at a software development company

    • Worked on web development projects

    • Used technologies like HTML, CSS, JavaScript, and React

  • Answered by AI
  • Q2. Tell me about reacting hooks and if oops are present in js give an example
  • Ans. 

    Reacting hooks are a feature in React that allow functional components to use state and lifecycle methods. OOPs concepts are not present in JavaScript.

    • Reacting hooks are used in React functional components to manage state and side effects.

    • Examples of Reacting hooks include useState, useEffect, useContext, etc.

    • Object-oriented programming concepts like classes and inheritance are not present in JavaScript.

    • JavaScript is a...

  • Answered by AI
  • Q3. Difference between Natural and self-join and where we use self-join
  • Ans. 

    Natural join combines tables based on common columns, while self-join joins a table with itself.

    • Natural join automatically joins tables based on columns with the same name

    • Self-join is used to join a table with itself to compare rows within the same table

    • Self-join is commonly used to compare related rows in a hierarchical structure

  • Answered by AI

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Optimus Information Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test basically contains of questions related to aptitude, behavioral questions, sql, oops concepts and coding also.

Round 2 - Technical 

(1 Question)

  • Q1. After aptitude test whomsoever get shortlisted will go for next round which is technical round. Our Technical interviewers ask questions related to technical aspects like oops, sql, sorting algorithms, run...
Round 3 - HR 

(1 Question)

  • Q1. It is mainly related to know about the background of the shortlisted candidate related his/her family, education, hobbies, likes, dislikes etc.
Round 4 - One-on-one 

(1 Question)

  • Q1. It is basically PI round with Anil Chawla who take interwiews in every aspects it can be related to technical aspects or it can be either personal background also.

Interview Preparation Tips

Topics to prepare for Optimus Information Talent Acquisition Trainee interview:
  • Interpersonal Skills
  • SQL
  • OOPS
Interview preparation tips for other job seekers - Just make the habit of sitting in Interviews in order to remove hesitation and builds confidence among yourself.

Talent Acquisition Trainee Interview Questions asked at other Companies

Q1. what is brand and branding and logo difference
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

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

(2 Questions)

  • Q1. Oops concepts in .NET CORe
  • Ans. 

    Oops concepts in .NET Core include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary functionality.

    • Abstraction allows for the creation of abstract classes and methods that must

  • Answered by AI
  • Q2. Design principles
Round 2 - Technical 

(2 Questions)

  • Q1. Azure services used in last project
  • Ans. 

    In the last project, we used Azure services such as Azure Virtual Machines, Azure Blob Storage, and Azure Functions.

    • Azure Virtual Machines for hosting applications and services

    • Azure Blob Storage for storing unstructured data

    • Azure Functions for serverless computing

  • Answered by AI
  • Q2. Any challenges faced
  • Ans. 

    One challenge faced was managing a diverse team with varying skill levels and personalities.

    • Balancing workload distribution among team members

    • Resolving conflicts and promoting teamwork

    • Providing support and guidance for skill development

    • Adapting leadership style to individual team members

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

(2 Questions)

  • Q1. Why you want to switch
  • Ans. 

    Seeking new challenges and opportunities for growth in a leadership role.

    • Looking for a new challenge to further develop my leadership skills

    • Interested in taking on more responsibility and leading a team

    • Excited about the opportunity to make a bigger impact in a leadership position

  • Answered by AI
  • Q2. Why you want to join us
  • Ans. 

    I want to join your team because of your reputation for innovation and collaboration.

    • I am impressed by the innovative projects your team has worked on, such as [example project].

    • I value collaboration and believe I can contribute effectively to your team dynamic.

    • I am excited about the opportunity to learn and grow in a challenging environment like yours.

  • Answered by AI

Skills evaluated in this interview

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Optimus Information interview questions for popular designations

 Software Engineer Trainee

 (4)

 Team Lead

 (2)

 Senior Accounts Associate

 (1)

 Senior Associate

 (1)

 Test Engineer

 (1)

 Senior Software Engineer

 (1)

 Software Trainee

 (1)

 Software Developer Intern

 (1)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

It was an aptitude test with 50 questions

Round 2 - Technical 

(3 Questions)

  • Q1. Question on oops ,mysql,dsa were asked
  • Q2. About recent project
  • Q3. Inroduction of yours ,tell it
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • I recently graduated with a degree in Computer Science from XYZ University.

    • I have completed internships at ABC Company and DEF Company, where I gained experience in software development.

    • I am proficient in programming languages such as Java, Python, and C++.

    • I am excited about the opportunity to learn and grow as a Software En

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Personal Questions
  • Q2. Work culture and travel

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Resume Based Questions.
  • Q2. 2 Easy DSA Problems, SQL JOINS, Projects.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Jobs at Optimus Information

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

2 Coding questions , and some logical and aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions from the Resume
  • Q2. Basic question about DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your resume and basic knowledge of dsa.

Software Trainee Intern Interview Questions asked at other Companies

Q1. Simply write the code for quick search - by using the method of divide and conquer, using java language
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions were easy and to the point.

Round 2 - Coding Test 

2 coding questions were asked and 1st one was medium and 2nd one was hard.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops realted question
  • Q2. 2 coding ques 1 was related to linkedlist and other was a pattern ques.
Round 4 - HR 

(2 Questions)

  • Q1. Basic ques related to family background.
  • Q2. Questions like are you able to do 8 hours work....

Interview Preparation Tips

Interview preparation tips for other job seekers - You just need to work on you basics as these company only ask easy to medium ques.

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)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

Interview experience
5
Excellent
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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. Introduction questions
  • Q2. Employment history
Round 3 - Technical 

(1 Question)

  • Q1. Financial review and case study

Interview Preparation Tips

Interview preparation tips for other job seekers - The Interview process was smooth and the HR team was always available to help out with doubts and queries.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Senior Associate Interview Questions & Answers

user image Dipati Rajan

posted on 29 Sep 2023

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 - HR 

(1 Question)

  • Q1. HR normal call about introduction and all.
Round 3 - Technical 

(1 Question)

  • Q1. General accounting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All interview process was very good.

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)

I applied via Naukri.com and was interviewed in Feb 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Agile Methodology Black Box Testing Software development life cycle software testing life cycle & so on
Round 3 - Technical 

(1 Question)

  • Q1. Defect life cycle Questions on ALM Build verification test & so on

Interview Preparation Tips

Topics to prepare for Optimus Information Test Engineer interview:
  • Manual Testing
  • SQL
  • Unix
  • JIRA
  • Alm
Interview preparation tips for other job seekers - There are 2 rounds of Interviews both are the technical round.
Really great interviewers for the technical round.
If they see the potential in you, then you are definitely going to be selected.

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Contribute & help others!
anonymous
You can choose to be anonymous

Optimus Information Interview FAQs

How many rounds are there in Optimus Information interview?
Optimus Information interview process usually has 2-3 rounds. The most common rounds in the Optimus Information interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Optimus Information 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 Optimus Information. The most common topics and skills that interviewers at Optimus Information expect are Quick Books, Javascript, R2R, Book Keeping and record to report.
What are the top questions asked in Optimus Information interview?

Some of the top questions asked at the Optimus Information interview -

  1. tell me about reacting hooks and if oops are present in js give an exam...read more
  2. difference between Natural and self-join and where we use self-j...read more
  3. Explain quick sort and their complex...read more
How long is the Optimus Information interview process?

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

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Clearwater Analytics

No Interviews

INTERVIEWS

Fresenius Kabi

No Interviews

INTERVIEWS

Clearwater Analytics

No Interviews

INTERVIEWS

Great Learning

10 top interview questions

INTERVIEWS

L&T Finance

No Interviews

Tell us how to improve this page.

Optimus Information Interview Process

based on 13 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Optimus Information Reviews and Ratings

based on 111 reviews

4.0/5

Rating in categories

4.3

Skill development

3.8

Work-life balance

3.7

Salary

3.8

Job security

4.2

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 111 Reviews and Ratings
Software Engineer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Optimus Information 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