Candidatei-me online. Fiz uma entrevista na empresa Salesforce.
Entrevista
1) Take-home code screen consisting of two easy/medium hackerrank questions. Self-paced but you only get an hour to do both
2) Follow-up interview with a director to get basic feel for the role's expectations
3) The final round consisted of 4 interviews which went deeper into coding skills, system design, security, and networking
I had a coding project I'd worked on independently in my off-time, and I got to demo it for some of my interviewers, and I think it really helped make the impression that I stood out above the competition.
That said, my interview was for a Lead Software Engineer position, and the offer ended up being for a Senior position, one level lower than Lead. The reasoning was because although my computer science fundamentals were solid, I needed to get some hands-on experience with security at scale.
It was about two weeks from when I applied to when all my interviews were finished, and then another three weeks to hear back, due in part to holidays and out-of-offices.
Perguntas de entrevista [1]
Pergunta 1
My interviewer brought up a project I mentioned on my resume and asked me to describe how it was architected from a system design standpoint. Then he asked me why certain components were chosen instead of others, and how I would implement security around an existing design that was improperly secured.
Fiz uma entrevista na empresa Salesforce (Bengaluru).
Entrevista
Round 1: DSA in Hackerrank. 80% is cutoff. 2 questions will be given 1 easy and 1 medium to hard. Easy must be solved and for other one atleast 12 out of 15 tests must be passing to get 80% score
Round 2: system design
Perguntas de entrevista [1]
Pergunta 1
Standard leet code questions and hackerrank questions
Diving into the technical round, I was presented with a merging intervals problem that required careful thought on overlapping intervals. The solution needed to be efficient, and I felt comfortable tackling it thanks to my prep. A total stroke of luck hit me when I realized the question was nearly identical to one I worked on at PracHub. After that, I moved through a behavioral interview discussing my previous experiences, and overall, it felt like a solid exchange. I received an offer shortly after and accepted.
Perguntas de entrevista [1]
Pergunta 1
Merge Intervals - given an array of intervals where intervals[i] = [start, end], merge all overlapping intervals and return an array of the non-overlapping intervals that cover all the intervals in the input
Fiz uma entrevista na empresa Salesforce (Dublin, Dublin).
Entrevista
First they do HR screening , after that one manager interview , manger ask done md level java technical question. then hackerank coding online coding test . After there will 2 hours then two live coding and one discussion about existing code block. After that one system design , testing feature related interview
Perguntas de entrevista [1]
Pergunta 1
I can’t tell details , but mid level leetcode problem