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

Digital Specialist Engineer

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

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data structures and algorithms, Java, DBMS, Operating system, OOPS, CPP
Tip
Tip

Tip 1 : do hands on more
Tip 2 : be confident on what you say 
Tip 3 : do projects by your own There were only one interview round as we were selected through hackwithinfy in 3rd yr 

That was only focused on whatever things you've mentioned in ur resume.

Questions were asked mostly on object oriented concepts, database management system,
every programming lang that you've mentioned in ur resume plus ur project like what was ur role, for what this module is used , explain the coding part, for me they also asked about data warehouse management system and sdlc approach .n he gave me real life time scenario like if I have a hotel and I want to build a website were I can rent some chairs and tables to someone and borrow other stuff from them then how are u going to build that app what would be ur approach and how m I going to generate good revenue.

Questions from oops were simple like what is overriding with ex ... different types of polymorphism...why pointers are not used in java ...

If u don't know the ans straight away say sorry I've not heard of term or I'm not able to recall... don't give senseless answers and be honest with ur answers .

Just do Dsa and some fundamental that's enough for u to crack any interview.

Application process
Where: Company Website
Eligibility: No
Resume Tip
Resume tip

Tip 1 : don't add any photo
Tip 2 : clear with your skills

Interview rounds

01
Round
Medium
Online Coding Test
Duration90 minutes
Interview date8 May 2022
Coding problem2

Slots were given accordingly we took 
Good environment

1. Stones falling

Hard
45m average time
55% success
0/120
Asked in companies
MicrosoftGoldman SachsApple

This time Ninja has a 'GRID' of size 'N' x 'M' of binary values (0s and 1s) the 1s in a cell represent the stones. A stone will not fall when that satisfies 2 conditions:

1) It is directly connected to the top of the grid

2) At least one of its adjacent (top,bottom,left, right) stones will not fall.

Ninja has 'R' sequence of locations of stones (given in a matrix 'REM' of size 'R' X 2). In each case, he wants to remove the stone placed at (i, j) place but due to this action, some other stones will also fall. So he needs your help to find the number of stones that fall after each removal in sequence.

Return an array of size 'R' denoting the number of stones that fall after each removal of a stone.

Note:

Sometimes a removal may refer to a location with no stone, in that case, no stone fall.
Try solving now

2. Second largest element in the array

Easy
15m average time
80% success
0/40
Asked in companies
AdobeTata Consultancy Services (TCS)Samsung

You have been given an array/list 'ARR' of integers. Your task is to find the second largest element present in the 'ARR'.

Note:
a) Duplicate elements may be present.

b) If no such element is present return -1.
Example:
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.

Output:  6

Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
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
Digital Specialist Engineer
3 rounds | 3 problems
Interviewed by Infosys private limited
1042 views
0 comments
0 upvotes
Digital Specialist Engineer
2 rounds | 3 problems
Interviewed by Infosys private limited
817 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
3 rounds | 4 problems
Interviewed by Infosys private limited
875 views
0 comments
0 upvotes