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 Lead Software Engineer Interview Questions and Answers

Updated 28 Feb 2024

Optimum Infosystem Lead Software 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 Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Duration is 30 mins..
Java 8, microservices and spring boot

Round 2 - Technical 

(1 Question)

  • Q1. Client interview was there.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration - 1hr 45 Mins
Topics- Find the average cost and estimated price for the given week
Platform - .Net

Interview Preparation Tips

Interview preparation tips for other job seekers - Check the details given by recruiter and ask them whether they can capably do the interview. Must ask the recruiter interviewer is more experience than you or not. If not, please don't go-ahead. it's very difficult to understand the interviewer your skill set, and lack of his knowledge or experience interviewer can simply reject your application.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 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 - Coding Test 

1 hr Java programming

Round 3 - Technical 

(2 Questions)

  • Q1. Design a solution to Sort a Deck of Cards
  • Ans. 

    Use a custom comparator function to sort the deck of cards based on their rank and suit.

    • Create a custom comparator function that compares the rank and suit of two cards.

    • Use the custom comparator function to sort the deck of cards.

    • Example: ['2H', '3D', 'AS', ...]

  • Answered by AI
  • Q2. Split array based on split size
  • Ans. 

    Split array into subarrays of specified size

    • Use a loop to iterate through the array and slice it based on the split size

    • Check if the remaining elements are less than the split size and handle them accordingly

    • Return the array of subarrays

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for coding questions related to arrays and lists

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Java 8, stream operations, collection framework in depth
  • Q2. Microservice architecture with sprong boot
  • Ans. 

    Microservice architecture with Spring Boot is a popular approach to building scalable and resilient applications.

    • Spring Boot provides a convenient way to create and deploy microservices

    • Each microservice should have a clear and well-defined responsibility

    • Communication between microservices can be achieved through REST APIs or messaging systems like Kafka

    • Containerization with Docker and orchestration with Kubernetes can ...

  • Answered by AI
  • Q3. Spring security and transaction management
Round 2 - Technical 

(3 Questions)

  • Q1. Current Project in depth, roles and responsibilities
  • Q2. Reason for change, design patterns
  • Ans. 

    Design patterns are used to solve common software design problems and improve code quality.

    • Design patterns provide reusable solutions to common software design problems.

    • They improve code quality by promoting best practices and reducing code complexity.

    • Examples of design patterns include Singleton, Factory, and Observer patterns.

    • Reasons for changing design patterns may include improving performance, scalability, or main...

  • Answered by AI
  • Q3. Amazon web services, cloud front, lambda, ec2
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, do not put or highlight anything which you haven't prepared for.
Interview process is transparent and panelist made the process smooth.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Coding question on inheritance.
  • Q2. Coding question on Abstract classes and their application.
  • Q3. Discussion on the company, their culture.
  • Q4. Coding question on graph.
Round 3 - HR 

(2 Questions)

  • Q1. Asked me my expected salary even though it was already decided when they reached out to me.
  • Q2. Negotiations on the salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a very bad experience with HR, since they started negotiating on salary after I completed all my rounds. Giving me reasons why they won't be able to give me the salary that they mentioned at the start of the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Javascript related questions like temporal dead zone, hoisting, closures, scopes and differences, output based questions, scenario based questions etc
  • Q2. 2 Coding questions one was a mix of array and objects and another was to create prototype function for array flat
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion indepth related to microservices architecture for any project, Optimisations for a project, Behavioural questions, Deployment processes and How i handle conflicts, How to align high priorities t...
Round 3 - HR 

(1 Question)

  • Q1. Intro and rest basic discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get good/solid understanding of basics of anything also be curious to learn more tech stacks which could align to same.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Technology advantage or not

Round 2 - Aptitude Test 

All aptitude topics,logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,2 coding questions
  • Q2. Palindrome,even number
Round 4 - HR 

(2 Questions)

  • Q1. What do you know
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Similar to tcs,infosys pattern
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal,maths and english

Round 2 - Coding Test 

Arrays ,strings and hashmap

Round 3 - One-on-one 

(2 Questions)

  • Q1. Difference between java and c++
  • Ans. 

    Java is platform-independent, object-oriented, and has automatic memory management. C++ is faster, closer to hardware, and allows more control over memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java is object-oriented, while C++ supports both procedural and object-oriented programming.

    • Java has automatic memory management (garbage collection), while C++ requires manual memory management...

  • Answered by AI
  • Q2. Concepts of function overloading and function overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - my hr round is left till now as my interview is on this saturday so i dont recieve mail till now for further process.

Skills evaluated in this interview

Optimum Infosystem Interview FAQs

How many rounds are there in Optimum Infosystem Lead Software Engineer interview?
Optimum Infosystem interview process usually has 2 rounds. The most common rounds in the Optimum Infosystem interview process are Coding Test and Technical.

Tell us how to improve this page.

Optimum Infosystem Lead Software Engineer Salary
based on 4 salaries
₹23 L/yr - ₹35 L/yr
At par with the average Lead Software Engineer Salary in India
View more details

Optimum Infosystem Lead Software Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

2.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
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