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

Specialist Programmer

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Algorithms, OOPS, DBMS, Puzzle
Tip
Tip

Tip 1 : All searching and sorting algorithms on every data structure should be implemented.
Tip 2 : Never rush to the solution when solving a problem.
Tip 3 : Think for at least 2-3 approaches before checking out the solution.
Tip 4 : Puzzles are important for every interview, after solving a few puzzles, you can think of any coding problem in different ways, try it.
Tip 5 : Be confident at the time of the interview! The worth is you get a rejection that’s all.

Application process
Where: Email Approach
Eligibility: 60% above in 10th, 12th and Graduation
Resume Tip
Resume tip

Tip 1 : Add some projects which will define that you have skills that you have mentioned in your CV
Tip 2 : Try to fit all the stuff on 1 page, the interviewer won’t be having that much time to flip the pages of your resume.

Interview rounds

01
Round
Hard
Online Coding Test
Duration120 minutes
Interview date15 Apr 2021
Coding problem2

2 coding questions were there with increasing order of difficulty of question.

1. Star Pattern

Easy
0/40
Asked in companies
CognizantIBMPaytm (One97 Communications Limited)

Pattern for N = 4


Hint
As taught in the video, you just have to modify the code so that instead of printing numbers, it should output stars ('*').

The dots represent spaces.



Try solving now

2. City And Bridges

Moderate
50m average time
60% success
0/80
Asked in companies
DunzoPhonePeLinkedIn

Ninja got a map in his hand with ‘N’ cities numbered 0 to ‘N’, connected with bridges. He asks his sister to delete some cities from the map.

He will ask his sister a ‘Q’ query. Each query is denoted by an integer ‘X’, meaning that he will delete the city ‘X’. He wants to see if the new map obtained after deleting the city node will have more connected components than the previous map.

He wants to build the program for the queries given by his sister for the above condition.

Ninja knows that you are a very good programmer and can help him in writing the code for the above. Help Ninja!

Note:

A connected component in the map is the maximum subset of cities that are connected i.e we can go from one city to any other in that subset.
Try solving now
02
Round
Medium
Face to Face
Duration60 minutes
Interview date25 May 2021
Coding problem1

It was a 1 hour long technical interview

1. Merge Sort Linked List

Moderate
10m average time
90% success
0/80
Asked in companies
MeeshoNatwest GroupWalmart

You are given a Singly Linked List of integers. Sort the Linked List using merge sort.

Merge Sort is a Divide and Conquer algorithm. It divides the input into two halves, calls itself for the two halves, and then merges the two sorted halves. The merge() function is used for merging two halves. The merge(arr, L, M, R) is a key process that assumes that arr[L..M] and arr[M + 1...R] are sorted and merges the two sorted subarrays into one.

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
Specialist Programmer
2 rounds | 4 problems
Interviewed by Infosys private limited
925 views
0 comments
0 upvotes
Specialist Programmer
2 rounds | 3 problems
Interviewed by Infosys private limited
875 views
0 comments
0 upvotes
Specialist Programmer
2 rounds | 11 problems
Interviewed by Infosys private limited
1239 views
0 comments
0 upvotes
Specialist Programmer
2 rounds | 4 problems
Interviewed by Infosys private limited
131 views
0 comments
0 upvotes