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

Intern

LinkedIn
upvote
share-icon
1 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Flutter self learning about Stateless, Statefull, Setstate about widget in Flutter, API calls, Custom code
Tip
Tip

Tip 1 : Statefull widget 
Tip 2 : Stateless widget 

Application process
Where: Linkedin
Resume Tip
Resume tip

Tip 1 : Clean and clear resume
Tip 2 : Focus on the experience part

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date5 May 2022
Coding problem2

It was the only round. Two coding questions were asked in this round of medium and easy level difficulty

1. Rotate array

Easy
25m average time
80% success
0/40
Asked in companies
OYOWells FargoLinkedIn

Given an array 'arr' with 'n' elements, the task is to rotate the array to the left by 'k' steps, where 'k' is non-negative.


Example:
'arr '= [1,2,3,4,5]
'k' = 1  rotated array = [2,3,4,5,1]
'k' = 2  rotated array = [3,4,5,1,2]
'k' = 3  rotated array = [4,5,1,2,3] and so on.
Problem approach

It was an easy question. So, I applied the approach I learned while practicing for this round

Try solving now

2. City And Bridges

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

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.
Problem approach

Practice coding questions on online coding platforms

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 output of print(type("Python"))?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
5790 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS Associates
593 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
2160 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
1626 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Intern
1 rounds | 1 problems
Interviewed by Cognizant
1313 views
0 comments
0 upvotes
company logo
Intern
3 rounds | 4 problems
Interviewed by CIS - Cyber Infrastructure
552 views
0 comments
0 upvotes
company logo
Intern
1 rounds | 1 problems
Interviewed by Tata Consultancy Services (TCS)
1505 views
0 comments
0 upvotes