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

Clear (1)

Optimus Information Software Engineer Trainee Interview Questions and Answers

Updated 16 Sep 2024

Optimus Information Software Engineer Trainee Interview Experiences

4 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

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
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

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more
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.

I applied via Naukri.com and was interviewed before Jun 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 Resume tips
Round 2 - Aptitude Test 

General reasoning and verbal ability

Round 3 - Technical 

(1 Question)

  • Q1. Cloud related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary and location discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain good communication and eye contact.

Optimus Information interview questions for designations

 Software Trainee

 (1)

 Software Trainee Intern

 (1)

 Senior Software Engineer

 (1)

 Software Developer Intern

 (1)

 Talent Acquisition Trainee

 (1)

 Test Engineer

 (1)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Total 5 rounds. 1. pen paper coding test at company location (1st one is two pointer and second one is pattern) 2. L1 techinical - oops concept two coding question and some java and advance java concept basic (find palindrome) 3. L2 techinical - two coding question, one puzzle, sql vs nosql, etc (build linked list using class, find min and max element in array), discussion on time complexity 4. L3 managerial round : one basic two loop question and optimmize it , printing pattern question, etc and time complecity 5. HR round- basic hr questions

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions are there in the test.

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list merging
  • Q2. JavaScript difference between && and &&&
  • Ans. 

    && is a logical AND operator in JavaScript, while &&& is not a valid operator.

    • && is used to combine two logical expressions and returns true only if both expressions are true

    • &&& is not a valid operator in JavaScript and will result in a syntax error

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Contribute to company’s growth.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

(1 Question)

  • Q1. For 1st round after resume Shortlisting, HR asks some usual questions like: 1. Tell me about yourself. 2. What are the technologies that you worked on. 3. Have you done any project explain? 4. Which langua...
Round 3 - Technical 

(1 Question)

  • Q1. In Technical round Interviewer asked some basic questions to check your knowledge. then asked to explain oops 1. method overloading and overriding 2. inheritance types and then some basic definitions of da...
Round 4 - Coding Test 

So I was given 1 hour to solve 4 question which are of easy level, the topics are as follows:
1.Map
2.Array
3.String
4.Array

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up on the basics of every topic. And for technical rounds don't forget to learn OOPS.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Questions on strings and arrays.

Round 2 - Coding Test 

Questions on strings and arrays.

Round 3 - One-on-one 

(1 Question)

  • Q1. Friendly conversation.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.

Round 2 - Technical 

(3 Questions)

  • Q1. OOPs Related Basic question
  • Q2. Exception Handling
  • Q3. Multithreading related basic question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at SVPM's College Pune University, Pune and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General numerical problems

Round 2 - Technical 

(3 Questions)

  • Q1. What was the project in last year?
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated payment gateway for online transactions

  • Answered by AI
  • Q2. What was your role in it?
  • Ans. 

    I was responsible for developing and testing new features for the company's mobile application.

    • Developed new features for the mobile application

    • Tested the functionality of the features

    • Collaborated with team members to ensure successful implementation

  • Answered by AI
  • Q3. What was your contribution in it?
  • Ans. 

    I contributed by developing new features, fixing bugs, and optimizing code for the software project.

    • Developed new features based on user requirements

    • Fixed bugs reported by QA team or users

    • Optimized code for better performance and efficiency

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What was your project for last year?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include playing the guitar, hiking, and reading science fiction novels.

    • Playing the guitar

    • Hiking

    • Reading science fiction novels

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Optimus Information Interview FAQs

How many rounds are there in Optimus Information Software Engineer Trainee interview?
Optimus Information interview process usually has 4 rounds. The most common rounds in the Optimus Information interview process are Technical, Aptitude Test and HR.
What are the top questions asked in Optimus Information Software Engineer Trainee interview?

Some of the top questions asked at the Optimus Information Software Engineer Trainee interview -

  1. Explain quick sort and their complex...read more
  2. Reverse a linked l...read more
  3. Inroduction of yours ,tell...read more

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Fresenius Kabi

No Interviews

INTERVIEWS

DXC Technology

No Interviews

INTERVIEWS

Kanerika Software

No Interviews

INTERVIEWS

HSBC Group

No Interviews

INTERVIEWS

Bharat Petro Resources Limited (BPRL)

No Interviews

Tell us how to improve this page.

Optimus Information Software Engineer Trainee Interview Process

based on 3 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Optimus Information Software Engineer Trainee Salary
based on 6 salaries
₹3 L/yr - ₹4 L/yr
22% less than the average Software Engineer Trainee Salary in India
View more details

Optimus Information Software Engineer Trainee Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.9

Skill development

4.6

Work-life balance

4.5

Salary

4.6

Job security

4.9

Company culture

4.6

Promotions

4.8

Work satisfaction

Explore 5 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
21 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.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent