I applied online. I interviewed at Everpure (San Francisco, CA) in May 2017
Interview
First was HackerRank Challenge
1) Delete Node in a linked list (make sure to free memory if using C or C++)
2) debugging a code and correcting it
and some MCQ.
Next step is phone Interview
They basically ask the same question to everyone
'Interviewer called on time, I had a problem understanding his accent.When I asked him to repeat the requirements he was like 'I already told you twice' :o.
Question: Write 2 functions event_fired and reg_cb
event_fired()
|
|
------------------------------------------------------------------->time
| | cb1() |
| | cb2() |
reg_cb(cb1) reg_cb(cb2) reg_cb(cb3)
cb3()
Hint: you have to keep track of what callback functions have been registered by the time event fires and call all of them at once, after the event fires if any callbacks are registered in the future then make a call to that callback function.
The technical interviews was well structured. They are basically challenging you in different topics what an engineer must have to know. It's a fair interview process, but you must have to take your time to prepare for them carefully. As for the recruiter talking, we might misunderstood each other and the role was open to more experienced candidates.
Interview questions [1]
Question 1
Algorithms, Complexity, Data structures, Concurrency, Design patterns
I applied online. The process took 2 days. I interviewed at Everpure (Bengaluru) in June 2022
Interview
1 Introductory call from HR
Role: UI focussed Full Stack Developer (Angular)
2 rounds of technical interview
Both rounds were 1 hour each and on 2 different days
After the 2nd round, no response from HR or any feedback
DB related in-depth questions were unrelated for an Angular position, but understandable that it required some knowledge.
Interview panel were friendly & humble.
Reached out to HR over email & call requesting feedback, ignored & ghosted.
Please have the courtesy to send a feedback after 2 rounds of interview even if it is rejection .
Thumbs down on abandoning & response
Interview questions [1]
Question 1
1st round :-
- General problem solving with JavaScript (no DS, Algo etc)
- General questions about my understanding Angular
Duration : 1 hour
2nd Round:-
- UI specific question about grids, css & layouts & asked to created a grid layout using bootstrap
- DB Related questions about optimization, design & scaling
- Questions from my Resume & experience
- Questions about handling tasks related to my role (tasks similar to what i had already achieved)
Duration : 1 hour
I applied through an employee referral. The process took 1 week. I interviewed at Everpure (San Francisco, CA) in Dec 2018
Interview
referred by a current employee, took a hackerrank test which was easy, went through 1/2 onsites which was very easy, was told by the recruiter that "they did not feel that it was going to be a match with our current role." So...., I did well during the onsite which is the feedback I got from both interviewers and yet somehow, not moving forward. Totally arbitrary on pure storage's part.
Interview questions [1]
Question 1
Given an event that is fired only once and multiple threads can register callbacks, all to be fired after the event occurs, how to prevent race conditions/all callbacks called properly. Buddybits, given an array of bits with each level above composed as the && of the two below, how to propigate the changes by setting a range to all 0's as well as in another operation set all to 1's.