Upload Button Icon Add office photos

Filter interviews by

OPTUMINSIGHT INDIA Interview Questions, Process, and Tips

Updated 18 Apr 2023

Top OPTUMINSIGHT INDIA Interview Questions and Answers

OPTUMINSIGHT INDIA Interview Experiences

Popular Designations

4 interviews found

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

I applied via Approached by Company and was interviewed in Apr 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 - Coding Test 

Analysing General capabilities on coding part

Round 3 - One-on-one 

(2 Questions)

  • Q1. Coding hands on
  • Q2. Build an algorithm for ATM withdrawal logic
  • Ans. 

    Algorithm for ATM withdrawal logic

    • Determine the maximum amount that can be withdrawn based on account balance and daily withdrawal limit

    • Check if the ATM has enough cash to dispense the requested amount

    • If the requested amount is greater than the maximum withdrawal limit, reject the transaction

    • If the ATM is out of cash, reject the transaction

    • If the account balance is insufficient, reject the transaction

    • If all conditions ...

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. High level coding test
  • Q2. Train ticket booking algorthim once the ticket got cancelled by some user
  • Q3. Build a data model for global warming
  • Ans. 

    A data model for global warming should include various environmental factors and their impact on climate change.

    • Include data on greenhouse gas emissions, temperature changes, sea level rise, and extreme weather events.

    • Consider the impact of human activities such as deforestation and fossil fuel consumption.

    • Incorporate data from various sources such as satellite imagery, weather stations, and scientific studies.

    • Use stat...

  • Answered by AI

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Overlapping intervals, concatenation of numbers to form the biggest number possible
  • Ans. 

    Solution for overlapping intervals and concatenation of numbers to form the biggest number possible

    • For overlapping intervals, sort the intervals based on their start time and merge them if they overlap

    • For concatenation of numbers, sort the numbers in descending order of their concatenated form

    • Use a custom comparator function to sort the numbers based on their concatenated form

  • Answered by AI
  • Q2. Min of elements in a stack in O( 1 ), Merging two sorted linked list
  • Ans. 

    Answering a technical interview question on stack and linked list operations.

    • To find the minimum element in a stack in O(1), we can maintain a separate stack to keep track of the minimum element at any given point.

    • To merge two sorted linked lists, we can use a simple iterative approach where we compare the elements of both lists and add them to a new list in sorted order.

    • Alternatively, we can use a recursive approach w...

  • Answered by AI
  • Q3. DBMS Queries, SQL vs NoSQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics, Face the interviews with confidence, Know every nook and corner about your projects

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C++ questions , sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well sql also

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)

I applied via Recruitment Consultant and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. General discussion about anything
  • Q2. Describe yourself
  • Ans. 

    I am a detail-oriented and customer-focused Claims Associate with strong problem-solving skills.

    • Detail-oriented and meticulous in reviewing and processing claims

    • Customer-focused and dedicated to providing excellent service

    • Strong problem-solving skills to resolve complex claims issues

    • Excellent communication and interpersonal skills

    • Ability to work efficiently in a fast-paced environment

    • Proficient in using claims manageme...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to worry much keep calm and dang it

Claims Associate Interview Questions asked at other Companies

Q1. What is health and why we are doing insurance?
View answer (4)

OPTUMINSIGHT INDIA interview questions for popular designations

 Software Engineer

 (2)

 Senior Data Engineer

 (1)

 Claims Associate

 (1)

Interview questions from similar companies

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly hr questions and software questions

Interview Preparation Tips

Interview preparation tips for other job seekers - just give your best

Interview Questionnaire 

1 Question

  • Q1. They asked about techenical question

I applied via Referral and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOP

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain collection framework and uses
  • Ans. 

    Collection framework is a set of interfaces and classes in Java that provide a way to store and manipulate groups of objects.

    • Provides interfaces like List, Set, Map for storing collections of objects

    • Includes classes like ArrayList, HashSet, HashMap for implementing these interfaces

    • Allows for easy manipulation, sorting, searching, and iteration of collections

    • Used in various applications like data processing, data storag

  • Answered by AI
  • Q2. Explain springboot and it's annotation
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing defaults for configuration and eliminating the need for XML configuration files.

    • Annotations in Spring Boot are used to simplify the configuration of Spring applications by providing metadata about the application.

    • Examples of annota...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Hard aptitude questions

Round 2 - Coding Test 

3 Easy questions that seem to be hard

Interview Preparation Tips

Topics to prepare for TCS iON Software Engineer interview:
  • C
  • C++
Interview preparation tips for other job seekers - Be prepared for your C language questions and prepare well for aptitude

OPTUMINSIGHT INDIA Interview FAQs

How many rounds are there in OPTUMINSIGHT INDIA interview?
OPTUMINSIGHT INDIA interview process usually has 4 rounds. The most common rounds in the OPTUMINSIGHT INDIA interview process are One-on-one Round, Resume Shortlist and Coding Test.
What are the top questions asked in OPTUMINSIGHT INDIA interview?

Some of the top questions asked at the OPTUMINSIGHT INDIA interview -

  1. min of elements in a stack in O( 1 ), Merging two sorted linked l...read more
  2. overlapping intervals, concatenation of numbers to form the biggest number poss...read more
  3. Build an algorithm for ATM withdrawal lo...read more

Tell us how to improve this page.

OPTUMINSIGHT INDIA Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 757 Interviews
Senco Gold Interview Questions
4.5
 • 562 Interviews
Swiggy Interview Questions
3.8
 • 434 Interviews
Quess Interview Questions
3.8
 • 424 Interviews
Planet Spark Interview Questions
3.7
 • 372 Interviews
TCS iON Interview Questions
3.9
 • 368 Interviews
ITC Infotech Interview Questions
3.6
 • 338 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 334 Interviews
Zomato Interview Questions
3.7
 • 312 Interviews
View all

OPTUMINSIGHT INDIA Reviews and Ratings

based on 38 reviews

4.3/5

Rating in categories

4.2

Skill development

4.5

Work-life balance

3.8

Salary

4.5

Job security

4.3

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 38 Reviews and Ratings
Software Engineer
21 salaries
unlock blur

₹7.4 L/yr - ₹22 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹14 L/yr - ₹32.2 L/yr

Data Analyst
14 salaries
unlock blur

₹5 L/yr - ₹12.4 L/yr

Data Engineering Analyst
13 salaries
unlock blur

₹5.4 L/yr - ₹9.8 L/yr

Business Analyst
9 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Explore more salaries
Compare OPTUMINSIGHT INDIA with

Quess

3.8
Compare

L&T Construction

4.0
Compare

Ekart Logistics

3.9
Compare

Udaan

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview