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

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 ListYou are given a singly Linked List of inte ... read more
asked in HSBC Group
Q2. Search In A 2D MatrixYou have been given a 2-D array 'MAT' of siz ... read more
asked in GlobalLogic
Q3. Slot GameYou’re given a slot machine with four slots where each s ... read more
Q4. 1. Explain oops and its 4 pillars 2. Explain polymorphism with re ... read more
asked in HSBC Group
Q5. Find the maximum level sum among all the levels in the Binary Tre ... 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 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)

 Talent Acquisition Trainee

 (1)

 Test Engineer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. What is git, how GitHub work without git
  • Ans. 

    Git is a version control system used for tracking changes in code. GitHub is a platform for hosting code repositories and collaborating with others.

    • Git is a distributed version control system that allows multiple developers to work on the same codebase without conflicts.

    • GitHub is a web-based platform that provides hosting for Git repositories, along with additional features like issue tracking, pull requests, and proje...

  • Answered by AI
  • Q2. What is salting, hashing, rainbow table
  • Ans. 

    Salting, hashing, and rainbow tables are techniques used in cryptography to secure passwords.

    • Salting involves adding a random string of characters to a password before hashing to prevent attacks like rainbow tables.

    • Hashing is the process of converting a password into a fixed-length string of characters using a cryptographic hash function.

    • Rainbow tables are precomputed tables used to crack hashed passwords by matching a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the interview is pretty easy they ask about basics of web and web security later advance topics which you mentioned in resume

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between git and github
  • Ans. 

    Git is a version control system used for tracking changes in source code, while GitHub is a platform for hosting Git repositories and collaborating on projects.

    • Git is a distributed version control system that allows multiple developers to work on the same project simultaneously.

    • GitHub is a web-based platform that provides hosting for Git repositories and additional collaboration features like issue tracking and pull re...

  • Answered by AI
  • Q2. Can git be used without github and vice versa
  • Ans. 

    Yes, git can be used without GitHub and vice versa.

    • Git is a version control system that can be used locally on a computer without the need for a remote repository like GitHub.

    • GitHub is a platform that hosts Git repositories and provides additional collaboration features, but Git can be used independently.

    • Git can be used with other remote repository hosting services like Bitbucket or GitLab.

    • GitHub can also be used with ...

  • Answered by AI

Skills evaluated in this interview

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

Tell us how to improve this page.

Optimus Information Software Engineer Trainee Interview Process

based on 3 interviews in last 1 year

1 Interview rounds

  • Aptitude Test Round
View more

People are getting interviews through

based on 3 Optimus Information interviews
Job Portal
Campus Placement
Referral
33%
33%
33%
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
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.7/5

Rating in categories

4.9

Skill development

4.7

Work-Life balance

4.5

Salary & Benefits

4.7

Job Security

5.0

Company culture

4.6

Promotions/Appraisal

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