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
4.0

based on 108 Reviews

Filter interviews by

Optimus Information Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Optimus Information Interview Questions and Answers

View all 8 questions

Optimus Information Interview Experiences

Popular Designations

15 interviews found

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.
  • Q2. Tell me about reacting hooks and if oops are present in js give an example
  • Q3. Difference between Natural and self-join and where we use self-join

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

I applied via campus placement at Raj Kumar Goel Institute of Technology, Ghaziabad 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
  • Q2. Design principles
Round 2 - Technical 

(2 Questions)

  • Q1. Azure services used in last project
  • Q2. Any challenges faced
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why you want to switch
  • Q2. Why you want to join us
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 ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Optimus Information interview questions for popular designations

 Software Engineer Trainee

 (4)

 Team Lead

 (2)

 PMO Analyst

 (1)

 Senior Accounts Associate

 (1)

 Senior Associate

 (1)

 Senior Software Engineer

 (1)

 Software Trainee

 (1)

 Software Trainee 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 ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi 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.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad 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.

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:
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 - 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:
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 - 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.

Test Engineer Interview Questions & Answers

user image Pratik Dhanavade

posted on 7 Mar 2022

I applied via Naukri.com and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all 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.

Optimus Information Interview FAQs

How many rounds are there in Optimus Information interview?
Optimus Information interview process usually has 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 Azure.
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.

Tell us how to improve this page.

Optimus Information Interview Process

based on 7 interviews in last 1 year

Interview experience

4.7
  
Excellent
View more

People are getting interviews through

based on 9 Optimus Information interviews
Job Portal
Campus Placement
Referral
44%
33%
22%
1% candidates got the interview through other sources.
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.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Optimus Information Reviews and Ratings

based on 108 reviews

4.0/5

Rating in categories

4.2

Skill development

3.9

Work-Life balance

3.7

Salary & Benefits

3.8

Job Security

4.2

Company culture

3.8

Promotions/Appraisal

3.9

Work Satisfaction

Explore 108 Reviews and Ratings
Software Engineer
54 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Softwaretest Engineer
30 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹4.8 L/yr - ₹15 L/yr

Test Engineer
19 salaries
unlock blur

₹2.8 L/yr - ₹7.5 L/yr

Senior Associate
14 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Optimus Information with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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