I applied through an employee referral. The process took 2 weeks. I interviewed at Shell (Usās) in Jul 2024
Interview
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.
Interview questions [1]
Question 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;
I applied online. The process took 4 weeks. I interviewed at Shell (Bengaluru) in Feb 2022
Interview
Interview was of 3 rounds, 2 technical and one structural rounds. In first round of tech interview, they asked basic questions and in next round they went in depth that is required for the job position
Interview questions [1]
Question 1
All basic concepts in c# and dotnet and in second round they asked about them in depth. It contained hands on as well
Technical interview, Started with introductions, followed by resume review, technical questions, coding challenges, system design discussions, and concluded with behavioral questions, final remarks, and next steps explanation from the interviewer.
Interview questions [1]
Question 1
Started with introductions, followed by resume review, technical questions, coding challenges, system design discussions, and concluded with behavioral questions, final remarks, and next steps explanation from the interviewer.