Open In App

Cure.fit Interview Experience for SDE-1 (On-Campus) Banglore

Coding Round

Example:- 
arr:- 1 0 0 1 1 1 0 0 1
k:- 3
Output:-
3
Explanation:-
```
connect the computer at index 0, 3, 8 to the internet

Remember solving this question too in the leetcode but was unable to find the question if you know comment it I’ll update the question with the link (in case it’s not clear)



leetcode

Interview round



About 30 people got shortlisted (only the one who solved both questions) and selects only two

I’ve also mentioned the questions asked to my friends too. Technical + 1 HR (but due to some reasons our HR round got skipped and a total of 3 Technical rounds happened) (45 min each round)

Common Questions asked to all of us

They are not satisfied with the solution until you tell them the most optimal approach with respect to both Time and space complexity If you are unable to tell the optimal logic consider yourself out. (don’t worry they will provide help in case you are stuck, simply ask them for help).*

You don’t need to code the whole code they accept pseudo code all they care about is the way you think of the approach and how you present it. (except a few Interviewers who take the Interview on Ieetcode playground)

the

other people

Example:-
```
arr = [1, 1, 2, 1, 1]
```


answer:-
```
1 (remove 2 then sum of even indices elements = sum of odd indices elements)

They asked any 1 of them

Round 2

They asked any 1 of them

Round 3

This is mostly like HR, they asked a simple problem and mostly talked about the resume, and projects and gave us time to ask questions about their organization.

Question asked

Example:-
```
arr = ['a', 'A', 'b', 'a', 'A', 'B', 'b']
```


Output:-
```
arr = ['a', 'A', 'a', 'A', 'b', 'B', 'b']
```

They asked any 1 of them

Ultimately these are their question bank, for some of us the questions asked in round 1 were asked in round 2 for other people

Tips: Flutter-based They use Flutter so, if you have any Flutter-based Flutter Flutter projects or prior experience in a flutter, do add it to your resume.

Article Tags :