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

Filter interviews by

Optimum Infosystem Interview Questions and Answers for Experienced

Updated 25 Apr 2025
Popular Designations

7 Interview questions

A Senior React Native Developer was asked 2mo ago
Q. Write a React Native component that efficiently loads and renders data in a FlatList.
Ans. 

Implementing a FlatList in React Native for efficient data rendering.

  • Use FlatList for large data sets to improve performance.

  • KeyExtractor prop helps in uniquely identifying items.

  • RenderItem prop defines how each item is displayed.

  • Use initialNumToRender to optimize initial loading.

  • Implement onEndReached for pagination or infinite scrolling.

View all Senior React Native Developer interview questions
A Team Lead was asked 8mo ago
Q. Describe the SOLID principles.
Ans. 

SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

  • S - Single Responsibility Principle: A class should have only one reason to change.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

  • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of it...

View all Team Lead interview questions
A Senior Consultant was asked
Q. What are the properties of display flex?
Ans. 

Display flex is a CSS property that allows flexible layout of elements within a container.

  • It enables responsive design by automatically adjusting the size and position of elements

  • It allows for easy alignment and distribution of elements along the main and cross axis

  • It can be used to create complex layouts with minimal code

  • It supports both horizontal and vertical layouts

  • Example: display: flex; justify-content: cent...

View all Senior Consultant interview questions
A Senior Consultant was asked
Q. What is the flow of Redux?
Ans. 

Redux flow involves dispatching actions, updating the store, and triggering re-rendering of components.

  • Actions are dispatched from components

  • Reducers update the store based on the action

  • Store notifies subscribed components of state change

  • Components re-render with updated state

View all Senior Consultant interview questions
A Senior Consultant was asked
Q. What are the rules of hooks?
Ans. 

Hooks are functions that let you use state and other React features without writing a class.

  • Hooks are introduced in React 16.8

  • Rules of hooks are: Only call hooks at the top level, Only call hooks from React functions, Only call hooks from custom hooks

  • Examples of hooks are useState, useEffect, useContext, useReducer, useMemo, useCallback, useRef

View all Senior Consultant interview questions
A Senior Consultant was asked
Q. What are DBMS what is SQL?
Ans. 

DBMS stands for Database Management System. SQL is a programming language used to manage and manipulate data in DBMS.

  • DBMS is a software system that allows users to create, manage, and manipulate databases.

  • SQL (Structured Query Language) is a programming language used to communicate with DBMS and perform operations on data.

  • DBMS and SQL are used in various industries such as finance, healthcare, and e-commerce.

  • Examp...

View all Senior Consultant interview questions
A Senior Consultant was asked
Q. What is list comprehension? what is constructor? what are schemas?
Ans. 

List comprehension is a concise way to create lists in Python. Constructor is a special method used to initialize objects. Schemas are blueprints for organizing data.

  • List comprehension is a shorthand way to create lists in Python

  • It is a concise way to write a for loop and append to a list in a single line

  • Example: squares = [x**2 for x in range(10)]

  • Constructor is a special method used to initialize objects

  • It is cal...

View all Senior Consultant interview questions
Are these interview questions helpful?

Optimum Infosystem Interview Experiences for Experienced

27 interviews found

Team Lead Interview Questions & Answers

user image Karthee

posted on 5 Nov 2024

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

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

Round 1 - Assignment 

Design project run and deploy

Round 2 - One-on-one 

(1 Question)

  • Q1. Describe SOLID principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its sub...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

Java and DS basic questions and algorithm/coding

Round 2 - Coding Test 

Advanced Java and Design/ deployment questions

Round 3 - Behavioral 

(1 Question)

  • Q1. Work culture fit questions/ discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops php symphony
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. From basic js to TypeScript
  • Q2. Coding test for loading Flatlist
  • Ans. 

    Implementing a FlatList in React Native for efficient data rendering.

    • Use FlatList for large data sets to improve performance.

    • KeyExtractor prop helps in uniquely identifying items.

    • RenderItem prop defines how each item is displayed.

    • Use initialNumToRender to optimize initial loading.

    • Implement onEndReached for pagination or infinite scrolling.

  • Answered by AI

Analyst Lead Interview Questions & Answers

user image Anonymous

posted on 9 Nov 2023

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

I applied via Naukri.com and was interviewed in Oct 2023. 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 - Technical 

(2 Questions)

  • Q1. Fibanocci series
  • Q2. Previous project
  • Ans. 

    Led a team to implement a data analytics solution for a retail company

    • Managed a team of 5 analysts to develop and implement a data analytics solution

    • Utilized SQL and Python to extract and analyze data from various sources

    • Created interactive dashboards using Tableau for data visualization

    • Presented findings and recommendations to senior management for decision-making

    • Achieved a 20% increase in sales through data-driven in...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions in Bigdata
Round 4 - Technical 

(1 Question)

  • Q1. Previous experiences and technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate and have a good knowledge on the topics that you had experience in.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical question related to Business process management.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

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 - One-on-one 

(1 Question)

  • Q1. They ask how soon you can join and no process KT will be given and direct on project to work and micro management is major issue.
Round 3 - Behavioral 

(1 Question)

  • Q1. Micro management, from hiring manager to HR will have issues, employees face more issues after joining, from project allocation to relieving.

Interview Preparation Tips

Interview preparation tips for other job seekers - The company process is highly irrelevant, and they don't have proper onboarding process and treating the employees is bad and managers are not at all responsible, not care about resources once they sent to client place and micro management is major issue.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2024.

Round 1 - HR 

(1 Question)

  • Q1. Basic questions regarding background experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based PM questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Day today responsibilities
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Coding assesment and logical coding

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about the given task or assigment
Round 3 - HR 

(1 Question)

  • Q1. HR round and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - there is no job security here please dont apply for this company
frequent project RAMP Downs and thrown into bench

Consultant Interview Questions & Answers

user image Anonymous

posted on 7 Jun 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. Design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Level 1 basic technical round, level 2 indepth technical round, client side technical round with project leads, project manager round, HR round.

Need to be technically strong.
But think before you considering this company, because they hire is only as contracts but they won't mention us earlier and they will force us to decline any other offers and make us to exit from our current company. They cleverly trick us to join to their company only. And we won't have any other choices. There is no job security, once your project is over or the client don't want us they immediately throw us out. I won't recommend this company to anyone.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Optimum Infosystem?
Ask anonymously on communities.

Optimum Infosystem Interview FAQs

How many rounds are there in Optimum Infosystem interview for experienced candidates?
Optimum Infosystem interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Optimum Infosystem interview process for experienced candidates are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Optimum Infosystem interview for experienced candidates?
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 Optimum Infosystem. The most common topics and skills that interviewers at Optimum Infosystem expect are Java, SQL, Microservices, Java Spring Boot and Javascript.
What are the top questions asked in Optimum Infosystem interview for experienced candidates?

Some of the top questions asked at the Optimum Infosystem interview for experienced candidates -

  1. What is the flow of red...read more
  2. what are the rules of hoo...read more
  3. what is list comprehension? what is constructor? what are schem...read more
What are the most common questions asked in Optimum Infosystem HR round for experienced candidates?

The most common HR questions asked in Optimum Infosystem interview are for experienced candidates -

  1. What are your salary expectatio...read more
  2. What are your strengths and weakness...read more
  3. Tell me about yourse...read more
How long is the Optimum Infosystem interview process?

The duration of Optimum Infosystem interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 20 interview experiences

Difficulty level

Easy 6%
Moderate 71%
Hard 24%

Duration

Less than 2 weeks 65%
2-4 weeks 35%
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.7
 • 376 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

Optimum Infosystem Reviews and Ratings

based on 594 reviews

3.3/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

3.5

Salary

2.8

Job security

3.2

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 594 Reviews and Ratings
Senior .Net Developer

Chennai

8-13 Yrs

Not Disclosed

Automation Test Lead

Bangalore / Bengaluru

9-13 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
384 salaries
unlock blur

₹15.2 L/yr - ₹25.7 L/yr

Consultant
266 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Lead Consultant
90 salaries
unlock blur

₹17.1 L/yr - ₹31.2 L/yr

Senior Software Engineer
88 salaries
unlock blur

₹18 L/yr - ₹32 L/yr

Software Developer
77 salaries
unlock blur

₹14.2 L/yr - ₹25 L/yr

Explore more salaries
Compare Optimum Infosystem with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview