Infosys interview experience Real time questions & tips from candidates to crack your interview

Operations Executive

Infosys
upvote
share-icon
2 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 Months
Topics: Data Structures, OOPS concepts, SQL queries, DBMS , Java core concepts
Tip
Tip

Tip 1 : Try to make at least one project from any of the technology either frontend, backend or both
Tip 2 : Practice SQL queries, focus on basic concepts of OOPS
Tip 3 : Practice small coding problems like find prime numbers, odd even numbers, factorial of a number, some patterns problems

Application process
Where: Campus
Eligibility: 60% Aggregate
Resume Tip
Resume tip

Tip 1 : Do not put false things on resume it can impact your interview round 
Tip 2 : Having some projects on your resume always make you stand out from others

Interview rounds

01
Round
Easy
Online Coding Interview
Duration100 minutes
Interview date12 May 2021
Coding problem3

It was a round with moderate level difficulty. The interviewer started with a puzzle and then followed it with 2 coding questions

1. Puzzle

Bag of Coins

 

You have 10 bags full of infinite coins. But one bag is full of fake coins, and you can’t remember which one. You know that a genuine coin weighs 1 gram, and a fake coin weighs 1.1 grams. How do you identify the bag containing forged coins in minimum readings?

Problem approach

Tip 1 : Take a quick look at the question
Tip 2 : Develop a general idea regarding the theme of the problem.
Tip 3 : Practice some mocks so that you will get some idea for resolving the mathematical puzzles

2. Reverse a Sublist of Linked List

Easy
10m average time
90% success
0/40
Asked in companies
HSBCFacebookInfosys

You are given a linked list of 'N' nodes. Your task is to reverse the linked list from position 'X' to 'Y'.

For example:
Assuming, the linked list is 10 -> 20 -> 30 -> 40 -> 50 -> 60 -> NULL. X = 2 and Y = 5. On reversing the given linked list from position 2 to 5, we get 10 -> 50 -> 40 -> 30 -> 20 -> 60 -> NULL.
Problem approach

Basic approach of changing links of nodes

Try solving now

3. Non-Decreasing Array

Moderate
35m average time
65% success
0/80
Asked in companies
MicrosoftAmerican ExpressOptum

You have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element.

We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] holds for every i (0-based) such that (0 <= i <= N - 2).

Try solving now
02
Round
Medium
Video Call
Duration20 minutes
Interview date22 Jul 2021
Coding problem2

It was a mixed round with one question of DBMS and one easy question of programming

1. DBMS

  • What are CRUD operation in DBMS? Write down queries for them.
Problem approach

Tip 1 : Do practice SQL queries 
Tip 2 : Read some theoretical concepts of DBMS from internet 

2. Factorial of a Number

Moderate
25m average time
70% success
0/80
Asked in companies
HCL TechnologiesSAP LabsSquadstack

You are given an integer ‘N’. You have to print the value of Factorial of ‘N’. The Factorial of a number ‘N’ is defined as the product of all numbers from 1 to ‘N’.

For Example:
Consider if ‘N’ = 4, the Factorial of 4 will be the product of all numbers from 1 to 4, which is 1 * 2 * 3 * 4 = 24. Hence, the answer is 24.
Problem approach

Tip 1 : Practice basic programs like find factorial of a number, prime number etc.
Tip 2 : Practice patterns designing 

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which SQL clause is used to specify the conditions in a query?

Choose another skill to practice
Similar interview experiences
company logo
Operations Executive
2 rounds | 4 problems
Interviewed by Infosys
813 views
0 comments
0 upvotes
company logo
Specialist Programmer
2 rounds | 6 problems
Interviewed by Infosys
2812 views
0 comments
0 upvotes
company logo
Specialist Programmer
2 rounds | 4 problems
Interviewed by Infosys
1121 views
0 comments
0 upvotes
company logo
Specialist Programmer
3 rounds | 8 problems
Interviewed by Infosys
1091 views
0 comments
0 upvotes