Solicité el puesto a través de la recomendación de un empleado. El proceso duró 2 semanas. Acudí a una entrevista en Shell (Usās) en jul 2024
Entrevista
SRE questions with java questions
FOR SRE THEY ASKED MID TO DIFFICULT QUESTIONS for java they asked a debugging question The interview was virtual and it was a Teams interview. The interview duration was one hour. There was only one interviewer.
Preguntas de entrevista [1]
Pregunta 1
Context: We have a class called Bar and takes an object of type Foo as a dependency. This
dependency is declared within the Bar class as read-only or final.
Q3: If I write a method called "DoSomething" and its job is to replace the value of a property of
Foo. Will I get a compiler exception, am I even able to do this?
Provide visual of code below as part of the question
public class Bar ( private read-only Foo foo;
public Bar(Foo foo) {
this.foo = foo;
}
public void DoSomething €
foo sample = "new value";
}
!..
var bar = new Bar(new Foo0);
bar.DoSomethingO;
Acudí a una entrevista en Shell (Londres, Inglaterra)
Entrevista
I got invited to the hire view and then didn't do well on the company assessment because they hide the information in a tab that I couldn't see unless full screen
Good all the process was going great with online platform first and i was happy i got the chance for it. Would say difficult rather but it was well and good process
Interview process was 1 online assessment and 1 technical+HR round. It focused on various concepts you study in college like dsa, oops, etc. The HR questions were mainly behavioural. Overall smooth process.
Preguntas de entrevista [1]
Pregunta 1
Tell about one situation of conflict and how did you handle it?