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

SDE - 1

Infosys private limited
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Computer Networks, DBMS, OOPS, OS, Data Structures
Tip
Tip

Tip 1 : Do not ignore core engineering subjects
Tip 2 : Regularly practice DSA
Tip 3 : Do not take long breaks from study

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Get some projects on the resume to make it sound stronger.
Tip 2 : Only write skills on which you are confident.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration50 minutes
Interview date28 Jul 2022
Coding problem2

It was a technical round. Two coding questions were asked.

1. Maximum Subarray Sum

Moderate
35m average time
81% success
0/80
Asked in companies
Expedia GroupSnapdealInfo Edge India (Naukri.com)

You are given an array 'arr' of length 'n', consisting of integers.


A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning and 0 or more integers from the end of an array.


Find the sum of the subarray (including empty subarray) having maximum sum among all subarrays.


The sum of an empty subarray is 0.


Example :
Input: 'arr' = [1, 2, 7, -4, 3, 2, -10, 9, 1]

Output: 11

Explanation: The subarray yielding the maximum sum is [1, 2, 7, -4, 3, 2].
Try solving now

2. Sort An Array of 0s, 1s and 2s

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

You have been given an array/list 'arr' consisting of 'n' elements.


Each element in the array is either 0, 1 or 2.


Sort this array/list in increasing order.


Do not make a new array/list. Make changes in the given array/list.


Example :
Input: 'arr' = [2, 2, 2, 2, 0, 0, 1, 0]

Output: Final 'arr' = [0, 0, 0, 1, 2, 2, 2, 2]

Explanation: The array is sorted in increasing order.
Try solving now
02
Round
Easy
Online Coding Test
Duration40 minutes
Interview date5 Aug 2022
Coding problem2

Technical round number second. One puzzle and one coding question was in this round.

1. Puzzle

There are 25 horses among which you need to find out the fastest 3 horses. You can conduct a race among at most 5 to find out their relative speed. At no point, you can find out the actual speed of the horse in a race. Find out the minimum no. of races that are required to get the top 3 horses.

2. Rat In a Maze All Paths

Moderate
40m average time
60% success
0/80
Asked in companies
MathworksExpedia GroupVisa

You are given a 'N' * 'N' maze with a rat placed at 'MAZE[0][0]'. Find and print all paths that rat can follow to reach its destination i.e. 'MAZE['N' - 1]['N' - 1]'. Rat can move in any direc­tion ( left, right, up and down).

Value of every cell in the 'MAZE' can either be 0 or 1. Cells with value 0 are blocked means the rat can­not enter into those cells and those with value 1 are open.

Try solving now
03
Round
Easy
HR Round
Duration20 minutes
Interview date15 Aug 2022
Coding problem1

Basic HR Round

1. Basic HR Questions

What are your hobbies?
Where do you see yourself in 3 years?
Why should we hire you?
What do you think you got in special from other candidates?

Problem approach

Tip 1 : Be honest in front of the interviewer
Tip 2 : Just don't lie

Here's your problem of the day

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

Skill covered: Programming

To make an AI less repetitive in a long paragraph, you should increase:

Choose another skill to practice
Similar interview experiences
SDE - 1
3 rounds | 5 problems
Interviewed by Infosys private limited
0 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Infosys private limited
1008 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Infosys private limited
1224 views
0 comments
0 upvotes
SDE - 1
3 rounds | 3 problems
Interviewed by Infosys private limited
1163 views
1 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114453 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57719 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34914 views
7 comments
0 upvotes