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: 7 months
Topics: OOPS, Computer networks, Striver SDE sheet, Java collection framework, College Project
Tip
Tip

Tip 1 : Balance coding with your development
Tip 2 : Make a decent project which you can demonstrate 
Tip 3 : You can find FAQ in Interviews about every subject on Interviewbit I always used to refer those befor interviews.

Application process
Where: Linkedin
Eligibility: 60% Across 10th, 12th and Graduation
Resume Tip
Resume tip

Tip 1 : If you are willing to lie about your project make sure you know each and every technological aspects of it. If possible do not lie at the first place.
Tip 2 : Emphasize more on what practical you have done instead of boasting about percentage, club membership and all.

Interview rounds

01
Round
Hard
Online Coding Test
Duration180 mins
Interview date9 Jan 2022
Coding problem2

This is a Web-proctored online test 3 hours i.e. 180 minutes.

You can take the test online from anywhere as long as you adhere to the guidelines shared
Test will have 3 problem statements to be solved in the given time frame

You must reset the one-time password shared above at least 24 hours before the test.
Rules

Login window will remain open for only 30 minutes. You must start the test within this time frame
It is mandatory to have a working webcam on the system while taking the test, failing which you will not be allowed to take the test
Please ensure that your face is completely and constantly visible throughout the duration of the test

Use of mobile, headphones, and other audio devices during the test is prohibited
All code submissions are run through a plagiarism detector. Any candidate found using any unfair means at any stage will be instantly disqualified.

1. Remove Duplicates From String

Moderate
25m average time
0/80
Asked in companies
SamsungAccentureLivekeeping (An IndiaMART Company)

You are given a string (STR) of length N, consisting of only the lower case English alphabet.

Your task is to remove all the duplicate occurrences of characters in the string.

For Example:
If the given string is:
abcadeecfb

Then after deleting all duplicate occurrences, the string looks like this:
abcdef
Try solving now

2. Word Break

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

You are given a list of “N” strings A. Your task is to check whether you can form a given target string using a combination of one or more strings of A.

Note :
You can use any string of A multiple times.
Examples :
A =[“coding”, ”ninjas”, “is”, “awesome”]  target = “codingninjas”
Ans = true as we use “coding” and “ninjas” to form “codingninjas”
Problem approach

Tip 1: Refer backtracking 
Tip 2: Must know tree traversals

Try solving now
02
Round
Easy
Video Call
Duration65 minutes
Interview date4 Feb 2022
Coding problem1

The round consisted of a coding round followed by general discussion of project and a low level design.

1. Palindromic Substrings

Moderate
20m average time
80% success
0/80
Asked in companies
MicrosoftSalesforceAmazon

You have been given a string STR. Your task is to find the total number of palindromic substrings of STR.

Example :
If the input string is "abbc", then all the possible palindromic substrings would be: ["a", "b", "b", c", "bb"] and hence, the output will be 5 since we have 5 substrings in total which form a palindrome.
Note :
A string is said to be a 'Palindrome' if it is read the same forwards and backwards. 
For example, “abba” is a palindrome, but “abbc” is not.

A 'Substring' is a contiguous sequence of characters within a string. 
For example, "a", "b", "c", "ab", "bc", "abc" are substrings of "abc".
Problem approach

Tip 1: Basics of dynamic programming
Tip 2: String operations 
 

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
924 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
1238 views
0 comments
0 upvotes
Specialist Programmer
2 rounds | 4 problems
Interviewed by Infosys private limited
131 views
0 comments
0 upvotes