Open In App

S&P Interview Experience For Devops

Last Updated : 01 Apr, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Interview Process;

  1. Asked me about myself
  2. Asked about what data structure I liked, (They gave me a Link-List Question)
  3. A circular link list was given and they want me to find the element next to the start of the Cycle.
  4. Follow up: they added a node after the cycle to confuse me (Now it was not a Link-list it was a Graph so now you had to solve it using detect cycle in graph and then find the start of the cycle and return the next element to it.
  5. They asked me about what Major Project I was working on in my last year.
  6. They asked me the difference between Angular and React and why React is better.
  7. They mostly asked about react JS only like, what is JSX, what are hooks and so on..
  8. They asked me about hashing, is it an object a string or what (they asked me in the context of JAVA)
  9. DS Question: given 0s and 1s I had to sort them 0s first then 1 at last like 0 1 1 0 1 0 1 0 => 0 0 0 0 1 1 1 1
    (Simple using two pointers)

I was not selected because I was not able to explain properly and also I got confused in that follow-up question I realised it later so, it’s okay. The interview was not at all hard it’s just I was not able to do good.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads