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

Digital Specialist Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 6 Months
Topics: Java, OOPS, DSA, Operating System, Computer Network
Tip
Tip

Tip 1 : Practice atleast 300 Questions.
Tip 2 : Work on your basics.
Tip 3 : Do atleast 2 projects.

Application process
Where: Other
Eligibility: Above 6 CGPA
Resume Tip
Resume tip

Tip 1 : have one major and one minor project atleast.
Tip 2 : Prepare all the things that you mentioned in your resume

Interview rounds

01
Round
Medium
Online Coding Test
Duration180 Minutes
Interview date13 May 2020
Coding problem2

It has 3 coding questions.
1 easy, 1 medium, 1 hard.

I only remember 2 questions.
Time duration 3 hours
Environment was good

1. Rectangles In N x N Board

Moderate
20m average time
80% success
0/80
Asked in companies
Goldman SachsJP MorganVMware Inc

You are given a positive integer N. Your task is to find the number of possible rectangles, excluding squares, in a N x N chessboard.

Example:
Let’s assume that we have a chessboard of dimension 4x4, i.e. N = 4. Then the rectangles can have the following possible dimensions: {1*2, 1*3, 1*4, 2*1, ……, 2*4, ………,4*4}. So, the total number of rectangles in the chessboard is 70.
Try solving now

2. Aggressive Cows

Moderate
30m average time
70% success
0/80
Asked in companies
AdobeGoldman SachsDunzo

You are given an array 'arr' consisting of 'n' integers which denote the position of a stall.


You are also given an integer 'k' which denotes the number of aggressive cows.


You are given the task of assigning stalls to 'k' cows such that the minimum distance between any two of them is the maximum possible.



Example:
Input: 'n' = 3, 'k' = 2 and 'arr' = {1, 2, 3}

Output: 2

Explanation: The maximum possible minimum distance will be 2 when 2 cows are placed at positions {1, 3}. Here distance between cows is 2.
Problem approach

We have to use binary search.

Try solving now
02
Round
Medium
Online Coding Test
Duration180 Minutes
Interview date18 Jun 2020
Coding problem1

there are total 3 questions. and we have to solve at least 2 to qualify.

I remember 1 question only.
Time duration 180 mins.
Platform was nice.

1. Longest Palindromic Substring

Moderate
35m average time
65% success
0/80
Asked in companies
Tata Consultancy Services (TCS)AmazonGoldman Sachs

Given a string ’S’ consisting of lower case English letters, you are supposed to return the longest palindromic substring of ‘S’.

Note that in case of more than one longest palindromic substrings with the same length you need to return the rightmost substring in the given string. For example in string “bbbab”, there are two possible longest palindromic substrings i.e. “bbb” and “bab”, and since you are supposed to return the rightmost substring, so you need to return “bab” as the answer.

Note:
A substring is a contiguous sequence of elements within a string (for example, “bcd” is a substring of “abcde” while “bce” is not).

A string is said to be palindrome if the reverse of the string is the same as the actual string. For example, “abba” is a palindrome, but “abbc” is not a palindrome.
Try solving now
03
Round
Easy
Video Call
Duration30 Minutes
Interview date13 Oct 2020
Coding problem0

It was an easy round.
He asked me some java based question.
Some sorting techniques.
2 os question.
Difference between TCP/UDP protocol.

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
Digital Specialist Engineer
2 rounds | 3 problems
Interviewed by Infosys private limited
816 views
0 comments
0 upvotes
Digital Specialist Engineer
2 rounds | 4 problems
Interviewed by Infosys private limited
1124 views
0 comments
0 upvotes
Digital Specialist Engineer
1 rounds | 2 problems
Interviewed by Infosys private limited
1144 views
0 comments
0 upvotes
Digital Specialist Engineer
3 rounds | 4 problems
Interviewed by Infosys private limited
875 views
0 comments
0 upvotes