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

Project Engineer

Infosys private limited
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
Being from a Tier 3 College, where there is no coding culture, I started coding in my second year of college. I started learning C++, STL, DSA from various resources. I got this opportunity through HackWithInfy Program of Infosys in my third year.
Application story
I applied through Infosys HackWithInfy Program in my 3rd year around in the month of January (I guess)
Why selected/rejected for the role?
I was able to solve 1 out of 2 problems that is being asked from me in face to face virtual interview
Preparation
Duration: 1
Topics: DSA, Brief Introduction of Myself, OOPS, Computer Network, Operating System, DBMS, Aptitude
Tip
Tip

Tip 1 : Be good in DSA (this is generic tip for all companies)
Tip 2 : Do at least 2 projects
Tip 3 : Prepare Coer Subjects, Aptitude etc

Application process
Where: Other
Eligibility: No such criteria
Resume Tip
Resume tip

Tip 1: Have at least 2 projects in resume
Tip 2: Make 1 page resume and use simple fonts
Tip 3 : Do not put false things on resume

Interview rounds

01
Round
Medium
Online Coding Interview
Duration180 minutes
Interview date10 Feb 2022
Coding problem2

There are 3 DSA problems. One is Easy, Second is Medium and Third is Hard. I was able to solve 2.5 problems.

1. Sliding Maximum

Moderate
25m average time
85% success
0/80
Asked in companies
AmazonHarman InternationalAmerican Express

You are given an array 'ARR' of integers of length 'N' and a positive integer 'K'. You need to find the maximum elements for each and every contiguous subarray of size K of the array.

For example
'ARR' =  [3, 4, -1, 1, 5] and 'K' = 3
Output =  [4, 4, 5]

Since the maximum element of the first subarray of length three ([3, 4, -1]) is 4, the maximum element of the second subarray of length three ([4, -1, 1]) is also 4 and the maximum element of the last subarray of length three ([-1, 1, 5]) is 5, so you need to return [4, 4, 5]. 
Try solving now

2. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
SamsungSterlite Technologies LimitedGrab

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Try solving now
02
Round
Easy
Face to Face
Duration30 minutes
Interview date23 Jul 2022
Coding problem2
Moderate
25m average time
70% success
0/80
Asked in companies
Citi BankTata Consultancy Services (TCS)CIS - Cyber Infrastructure

Ninja is given a pattern. Now he is asked to print the same pattern for any given ‘N’ number of rows.

Note:

There is only one space between the values of each column in a row.

For example, Pattern for ‘N’ = 5 will be.
1 2 3 4 5 
11 12 13 14 15 
21 22 23 24 25 
16 17 18 19 20 
6 7 8 9 10 
Problem approach

I simply solved this using 2 nested for loops

Try solving now

2. Subsequences of String

Moderate
15m average time
85% success
0/80
Asked in companies
AmazonCiscoShareChat

You are given a string 'STR' containing lowercase English letters from a to z inclusive. Your task is to find all non-empty possible subsequences of 'STR'.

A Subsequence of a string is the one which is generated by deleting 0 or more letters from the string and keeping the rest of the letters in the same order.
Problem approach

I solved this using recursion

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

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

Choose another skill to practice
Similar interview experiences
System Engineer Specialist
2 rounds | 4 problems
Interviewed by Infosys private limited
1453 views
0 comments
0 upvotes
SDE - 1
3 rounds | 5 problems
Interviewed by Infosys private limited
1224 views
0 comments
0 upvotes
Software Engineer
3 rounds | 3 problems
Interviewed by Infosys private limited
1174 views
0 comments
0 upvotes
Digital Specialist Engineer
3 rounds | 4 problems
Interviewed by Infosys private limited
875 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Project Engineer
2 rounds | 4 problems
Interviewed by Amdocs
1204 views
0 comments
0 upvotes
company logo
Project Engineer
3 rounds | 5 problems
Interviewed by Cognizant
1044 views
0 comments
0 upvotes