What difficulties did you meet?
Apprentice Engineer Interview Questions
597 apprentice engineer interview questions shared by candidates
What market sectors should Rolls-Royce develop into in order to remain competitive?
What experience do you have with coding/programming?
What do you know about MHR?
Give an example of a time you showed leadership skills
What are streams in java?
I am from python background, so questions on python (intermediate), Basic DSA (sorting), normal computer science questions (Compiler), SQL Most of the questions are around resume
Which one is better, react.js vs node.js?
**On-Site Dev 1** Walk me through one of your projects. General probing code questions to see if I understand concepts. Created a mock React app and had me explain how I would structure the components.
**On-Site Dev 3** Two Whiteboard Questions: 1. He gave me a JSON response, which has one property users that was an array of users, each user having an id username etc etc. I had to write a function that would take in that json response, and then return an object where for each user in that array, there was a property on the object where the user id was the property name, and the full user object was the value, including the id. Ex {1: {userId: 1, userName: pete} } 2. He instantiated a class that had not been created passing a string into the constructor. Then he ran a few methods on that class; add, remove, and print. Basically adding items to a cart, removing one, printing the items in the cart. My job was to write the class that could accommodate the methods he created as well as a constructor that could take in a string to add an item to the cart.
Viewing 391 - 400 interview questions