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

SDE - 2

Pristyn Care
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Javascript, HTML, CSS, Angular, design patterns, algorithms, OOPS, Data structures (array and string problems)
Tip
Tip

Tip 1 : Be consistent
Tip 2 : Prepare for the role, not the interview
Tip 3 : Keep your basics clear before moving on to the advance topics

Application process
Where: Linkedin
Eligibility: Tier 1,2 college
Resume Tip
Resume tip

Tip 1 : Keep it concise, keep white space less
Tip 2 : Highlight the important points

Interview rounds

01
Round
Medium
Video Call
Duration60 mins
Interview date21 Oct 2022
Coding problem1

The call was setup for afternoon in the weekday and I was given a particular problem to be solved in Angular. They started with basics of JavaScript and levelled up in questions.

1. Technical question

Write a directive so that XSS attacks cannot be done in the input tag of the form. In short, remove the angular brackets from the input

Problem approach

Tip 1: Think of agnostic approach
Tip 2: think out aloud
Tip 3: know the basics of JavaScript as well as Angular basics thoroughly

02
Round
Medium
Video Call
Duration60 mins
Interview date24 Oct 2022
Coding problem1

1. Technical Question

To fetch data from an API and display in the template

Problem approach

Made a service, wrote code for API and fetched the data in the component and using data interpolation and ngFor I presented the data in the template.

03
Round
Easy
Telephonic
Duration10 mins
Interview date26 Oct 2022
Coding problem1

1. Search In Rotated Sorted Array

Moderate
30m average time
65% success
0/80
Asked in companies
FreshworksExpedia GroupPayPal

Aahad and Harshit always have fun by solving problems. Harshit took a sorted array consisting of distinct integers and rotated it clockwise by an unknown amount. For example, he took a sorted array = [1, 2, 3, 4, 5] and if he rotates it by 2, then the array becomes: [4, 5, 1, 2, 3].

After rotating a sorted array, Aahad needs to answer Q queries asked by Harshit, each of them is described by one integer Q[i]. which Harshit wanted him to search in the array. For each query, if he found it, he had to shout the index of the number, otherwise, he had to shout -1.

For each query, you have to complete the given method where 'key' denotes Q[i]. If the key exists in the array, return the index of the 'key', otherwise, return -1.

Note:

Can you solve each query in O(logN) ?
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 recursion?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Pristyn Care
1059 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 5 problems
Interviewed by Pristyn Care
980 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 1 problems
Interviewed by Pristyn Care
370 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 2 problems
Interviewed by Pristyn Care
343 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
9584 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by Arcesium
1785 views
0 comments
0 upvotes
company logo
SDE - 2
3 rounds | 4 problems
Interviewed by HashedIn
1876 views
0 comments
0 upvotes