Upload Button Icon Add office photos
Engaged Employer

i

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

Optimum Infosystem Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 499 Reviews

Filter interviews by

Optimum Infosystem Senior Engineer Interview Questions and Answers

Updated 3 Apr 2023

Optimum Infosystem Senior Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Mar 2023. 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. Basic Java Interview Questions from OOPS, Exceptional Handling, String and few Logical Problems
Round 3 - Technical 

(1 Question)

  • Q1. Questions About Project Architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Java, Java 8 Stream Programs and logical Programs without any built in functions and some basic sql queries

Interview questions from similar companies

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

(1 Question)

  • Q1. Regarding Java 8, Spring boot,. Micro services
Round 2 - Technical 

(1 Question)

  • Q1. . Regarding Java 8, Spring boot,. Micro services
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to automate credits of vm regularly updated with help of script?
  • Ans. 

    Automate credits of regularly updated VM using scripts

    • Create a script to automatically update the VM on a regular schedule

    • Utilize tools like Ansible or Puppet for automation

    • Set up a cron job to run the script at specified intervals

    • Ensure proper testing and monitoring of the automation process

  • Answered by AI
  • Q2. Create a docker file to make mongodb available for developers
  • Ans. 

    Create a docker file to make mongodb available for developers

    • Use the official MongoDB Docker image as the base image

    • Expose the default MongoDB port (27017)

    • Set up any necessary environment variables or configurations

    • Build the Docker image using the Dockerfile

    • Run the Docker container with the MongoDB image

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Questions from past projects
  • Q2. Questions from Process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • HashMap uses the hashCode() method of ke...

  • Answered by AI
  • Q2. What are the feature of jdk 8
  • Ans. 

    JDK 8 features include lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces enable the use of lambda expressions.

    • Streams provide a way to work with sequences of elements efficiently.

    • Default methods allow interfaces to have concrete methods.

    • Date and Time API improvements.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on new feature of java

Skills evaluated in this interview

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

It was medium level question

Round 2 - Technical 

(1 Question)

  • Q1. It was regarding react-native
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java hash map and how it works
  • Ans. 

    Java hash map is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap in Java implements the Map interface and allows null keys and values.

    • It uses hashing to store and retrieve key-value pairs, providing O(1) time complexity for get() and put() operations.

    • Example: HashMap map = new HashMap<>(); map.put("key", 1); int value = map.get("key");

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Java
  • Ans. 

    A transaction in Java is a unit of work that is performed as a single, indivisible operation.

    • Transactions ensure data integrity by either committing all changes or rolling them back if an error occurs.

    • Transactions are typically used in database operations to ensure consistency.

    • In Java, transactions are commonly implemented using frameworks like Spring's @Transactional annotation.

  • Answered by AI
  • Q2. GitHub code push

Skills evaluated in this interview

Interview experience
3
Average
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 - Technical 

(1 Question)

  • Q1. 1.SOLID Principles: Define in detail the solid principles, interviewer will be more focused on the practical examples of the principles.
  • Ans. S stands for single responsibility, O stands for Open for extension and closed for modification, L stands for Liskov Substitution principle, I stands for Inversion of control and D stands for Dependency inversion
  • Answered by Sweta Lavania
Round 3 - One-on-one 

(3 Questions)

  • Q1. Coding questions like implement linked list
  • Q2. Find the second largest element from the array.
  • Ans. 

    Find the second largest element from the array.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the two largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI
  • Q3. Sort the array and return second last element
  • Ans. 

    Sort array and return second last element

    • Use built-in sort function

    • Access second last element using array index -2

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident , focus on algorithms,
First understand the question and then start writing the code.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 4 interview rounds.

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

(1 Question)

  • Q1. About resume and experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based in on experience
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and joining details

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions based on your resume and experience

Optimum Infosystem Interview FAQs

How many rounds are there in Optimum Infosystem Senior Engineer interview?
Optimum Infosystem interview process usually has 3 rounds. The most common rounds in the Optimum Infosystem interview process are Technical and Resume Shortlist.

Tell us how to improve this page.

People are getting interviews through

based on 1 Optimum Infosystem interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Optimum Infosystem Senior Engineer Salary
based on 5 salaries
₹10 L/yr - ₹19.5 L/yr
29% more than the average Senior Engineer Salary in India
View more details
Senior Consultant
361 salaries
unlock blur

₹7.5 L/yr - ₹30.3 L/yr

Consultant
249 salaries
unlock blur

₹5.5 L/yr - ₹19.5 L/yr

Lead Consultant
77 salaries
unlock blur

₹9.3 L/yr - ₹35.3 L/yr

Senior Software Engineer
76 salaries
unlock blur

₹9 L/yr - ₹27.8 L/yr

Associate Consultant
71 salaries
unlock blur

₹2.8 L/yr - ₹9.9 L/yr

Explore more salaries
Compare Optimum Infosystem 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