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

React developer

Infosys
upvote
share-icon
1 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Application story
I applied via career.infosys.com and uploaded a modified resume with all the relevant details that suited the job description. My profile was shortlisted by the Infosys team and selected for an interview. The key factor that led to this opportunity was constantly monitoring my profile for updates on my application.
Preparation
Duration: 1 month
Topics: Web Development basics, ReactJS Interview Questions, Frontend Development good practices, Performance optimization methodologies.
Tip
Tip

Tip 1: Spend some time solving coding problems in JavaScript.

Tip 2: Read about ad-hoc concepts such as event bubbling, reconciliation, and closures.

Tip 3: Prepare for both coding and theory equally.

Application process
Where: Company Website
Eligibility: I think having relevant skills and good amount of experience is necessary to get shortlisted
Resume Tip
Resume tip

Tip 1: Highlight the important information at the top of your resume, as it will get more attention.

Tip 2: Avoid including outdated projects that are 2-3 years old and have not been updated recently.

Interview rounds

01
Round
Medium
Face to Face
Duration45 minutes
Interview date1 Jun 2024
Coding problem5

1. Code in JavaScript

Declare 2 arrays and merge them using the spread operator.

2. Code for a Closure

Write JavaScript code for a closure and call it. Write a syntax for Destructuring.

3. Remove Duplicates

Easy
15m average time
80% success
0/40
Asked in companies
PayPalSAP LabsMakeMyTrip

Ninja is playing with numbers but hates when he gets duplicate numbers. Ninja is provided an array, and he wants to remove all duplicate elements and return the array, but he has to maintain the order in which the elements were supplied to him.

Try solving now

4. Quick Sort

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

You are given an array of integers. You need to sort the array in ascending order using quick sort.

Quick sort is a divide and conquer algorithm in which we choose a pivot point and partition the array into two parts i.e, left and right. The left part contains the numbers smaller than the pivot element and the right part contains the numbers larger than the pivot element. Then we recursively sort the left and right parts of the array.

Example:

Let the array = [ 4, 2, 1, 5, 3 ]
Let pivot to be the rightmost number.

example

After the 1st level partitioning the array will be { 2, 1, 3, 4, 5 } as 3 was the pivot. After 2nd level partitioning the array will be { 1, 2, 3, 4, 5 } as 1 was the pivot for the left part and 5 was the pivot for the right part. Now our array is sorted and there is no need to divide it again.

Try solving now

5. Insertion Sort

Easy
0/40
Asked in companies
InfosysAccentureCapegemini Consulting India Private Limited

You are given ‘N’ integers in the form of an array ‘ARR’. Print the sorted array using the insertion sort.

Note :
No need to return anything. You should sort the array in-place.
For example :
Let ‘ARR’ be: [1, 4, 2]
The sorted array will be: [1, 2, 4].
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

What is the purpose of the return keyword?

Choose another skill to practice
Similar interview experiences
company logo
Digital Specialist Engineer
3 rounds | 4 problems
Interviewed by Infosys
0 views
0 comments
0 upvotes
company logo
Senior Software Developer
2 rounds | 6 problems
Interviewed by Infosys
4243 views
0 comments
0 upvotes
company logo
Digital Specialist Engineer
3 rounds | 5 problems
Interviewed by Infosys
860 views
0 comments
0 upvotes
company logo
Power Programmer
4 rounds | 5 problems
Interviewed by Infosys
667 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
React developer
3 rounds | 19 problems
Interviewed by Ernst & Young (EY)
2410 views
0 comments
0 upvotes