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: 6 months
Topics: DSA, OOPS, DBMS, Operating systems, Trees
Tip
Tip

Tip 1 : Don't jump into solutions directly
Tip 2 : Practice more Cram less
Tip 3 : Dont leave DBMS and OS

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

Tip 1 : Don't write too much 
Tip 2 : Use more technical terms

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date9 Sep 2020
Coding problem2

It contained 3 coding questions only

1. Longest Common Subsequence

Moderate
39m average time
0/80
Asked in companies
PayPalShareChatOla

Given two strings, 'S' and 'T' with lengths 'M' and 'N', find the length of the 'Longest Common Subsequence'.

For a string 'str'(per se) of length K, the subsequences are the strings containing characters in the same relative order as they are present in 'str,' but not necessarily contiguous. Subsequences contain all the strings of length varying from 0 to K.

Example :
Subsequences of string "abc" are:  ""(empty string), a, b, c, ab, bc, ac, abc.
Problem approach

I applied dynamic programming to solve this problem

Try solving now

2. BFS in Graph

Easy
10m average time
90% success
0/40
Asked in companies
Rubrik, Inc.CognizantAmazon

Given an adjacency list representation of a directed graph with ‘n’ vertices and ‘m’ edges. Your task is to return a list consisting of Breadth-First Traversal (BFS) starting from vertex 0.


In this traversal, one can move from vertex 'u' to vertex 'v' only if there is an edge from 'u' to 'v'. The BFS traversal should include all nodes directly or indirectly connected to vertex 0.


Note:
The traversal should proceed from left to right according to the input adjacency list.


Example:
Adjacency list: { {1,2,3},{4}, {5}, {},{},{}}

The interpretation of this adjacency list is as follows:
Vertex 0 has directed edges towards vertices 1, 2, and 3.
Vertex 1 has a directed edge towards vertex 4.
Vertex 2 has a directed edge towards vertex 5.
Vertices 3, 4, and 5 have no outgoing edges.

We can also see this in the diagram below.

BFS traversal: 0 1 2 3 4 5

example

Problem approach

It was an implementation of BFS approach from medium level questions

Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date12 Sep 2021
Coding problem2

It was and coding interview round

1. Left View Of Binary Tree

Moderate
30m average time
60% success
0/80
Asked in companies
MicrosoftGeeksforGeeksBNY Mellon

You have been given a Binary Tree of 'n' nodes, where the nodes have integer values



Example :
If the input tree is as depicted in the picture: 

alt text

The Left View of the tree will be:  2 35 2 
Problem approach

It was simple problem , applied bfs and solved

Try solving now

2. DBMS

  1. What is normalisation?
  2. What is Acid property?
  3. Define various normalised forms
Problem approach

Tip 1 : Just don't forget to study DBMS and SQL
Tip 2 : Gain access to good content

03
Round
Easy
HR Round
Duration30 minutes
Interview date14 Jun 2022
Coding problem1

Interviewer was good

1. Basic HR Questions

Why do you want to join this company?

What are your major achievements during academics?

Explain your project?

Problem approach

Tip 1 : Practice Some generally asked HR questions to pass this round
Tip 2 : Be confident
Tip 3 : Be honest

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
1009 views
0 comments
0 upvotes
SDE - 1
3 rounds | 3 problems
Interviewed by Infosys private limited
1164 views
1 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Infosys private limited
1035 views
0 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