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 Interview Questions, Process, and Tips for Experienced

Updated 5 Nov 2024

Top Optimum Infosystem Interview Questions and Answers for Experienced

View all 6 questions

Optimum Infosystem Interview Experiences for Experienced

Popular Designations

25 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Sql questions, python questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. 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 called w...

  • Answered by AI
  • Q2. 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.

    • Examples o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This organization has hire and fire policy if the project is not in then it you will be lay off.

Skills evaluated in this interview

Top Optimum Infosystem Senior Consultant Interview Questions and Answers

Q1. What is the flow of redux?
View answer (2)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2022. There were 6 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 - One-on-one 

(1 Question)

  • Q1. SWOT and logical reasoning questions
Round 3 - Assignment 

Case study related assignment - checking on problem solving skills

Round 4 - One-on-one 

(1 Question)

  • Q1. Core technical assessment
Round 5 - Group Discussion 

Technical, scenario based

Round 6 - HR 

(1 Question)

  • Q1. About me, family, passion, interest. Was more of a happy discussion

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)
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.

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square root (decimal)You have been given two integers 'N' and 'D', Your task is to find the square root of the number 'N' with precision up to 'D' decimal places i.e. the difference between your answer and the correct answer should be less ... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Write a program to reverse a string.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about mobile automation using Appium. Should be an expert in writing Xpaths.
Round 4 - HR 

(1 Question)

  • Q1. Discussion about pay scale.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with core java concepts and practice basic programs. You have to work at the client's location.

Optimum Infosystem interview questions for popular designations

 Senior Consultant

 (11)

 Senior Java Developer

 (3)

 Software Developer

 (3)

 Consultant

 (2)

 Lead Consultant

 (2)

 Senior Developer

 (2)

 Senior Manager

 (2)

 Account Executive 1

 (1)

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 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. End to end hiring experience
Round 3 - Case Study 

Salary discussion and offer close

Round 4 - HR 

(1 Question)

  • Q1. Cultural fitment & sakary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work. Salary and other benefits are as per market standards.

Senior Manager-HR Interview Questions asked at other Companies

Q1. Is bell curve methodology useful for appraisals. How does it effect long tenured employees.
View answer (2)

Senior Consultant Interview Questions & Answers

user image Abhishek Raikwar

posted on 11 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. 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

  • Answered by AI
  • Q2. 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

  • Answered by AI
  • Q3. ES6 new features and some css properties
  • Q4. 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: center; a

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Optimum Infosystem Senior Consultant interview:
  • React.Js
  • Es6
  • Redux
  • CSS3
Interview preparation tips for other job seekers - Interview focused on client requirement.

Skills evaluated in this interview

Top Optimum Infosystem Senior Consultant Interview Questions and Answers

Q1. What is the flow of redux?
View answer (2)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Jobs at Optimum Infosystem

View all
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Client interview: SQL queries , Agile methodology related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Senior QA Consultant Interview Questions asked at other Companies

Q1. Write a java program to remove the character which repeats in a string
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Program management
  • Q2. Project management skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be honest with your years of experience. All information you share will be verified at the time of joining.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Selenium and Core Java basics
Round 3 - Technical 

(1 Question)

  • Q1. Mobile automation
Round 4 - Technical 

(1 Question)

  • Q1. Selenium, Core Java, Web Automation and Mobile automation

Top Optimum Infosystem Senior Consultant Interview Questions and Answers

Q1. What is the flow of redux?
View answer (2)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Senior Consultant Interview Questions & Answers

user image Abhishek Raikwar

posted on 10 Aug 2022

I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. I have applied for Frontend developer. It is simple discussion on React.js and redux.

Interview Preparation Tips

Topics to prepare for Optimum Infosystem Senior Consultant interview:
  • React.Js
  • Redux
  • CSS3
Interview preparation tips for other job seekers - Interview is more focused on client's requirement.

Top Optimum Infosystem Senior Consultant Interview Questions and Answers

Q1. What is the flow of redux?
View answer (2)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

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, One-on-one Round and Resume Shortlist.
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 Python.
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
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.

Optimum Infosystem Interview Process for Experienced

based on 7 interviews in last 1 year

Interview experience

3.7
  
Good
View more

People are getting interviews through

based on 19 Optimum Infosystem interviews
Job Portal
Recruitment Consultant
Referral
53%
5%
5%
37% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all

Optimum Infosystem Reviews and Ratings

based on 499 reviews

3.4/5

Rating in categories

3.1

Skill development

3.5

Work-Life balance

3.5

Salary & Benefits

3.0

Job Security

3.3

Company culture

3.0

Promotions/Appraisal

3.3

Work Satisfaction

Explore 499 Reviews and Ratings
Lead DevOps Engineer (Immediate Joiners)

Pune

8-13 Yrs

₹ 22.5-25 LPA

Automation Engineer

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Business Analyst

Chennai

5-8 Yrs

₹ 8-13.5 LPA

Explore more jobs
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