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 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.
Interview questions [1]
Question 1
Tell about one situation of conflict and how did you handle it?