When is a time you have had to lead a team?
Student Engineer Interview Questions
1,502 student engineer interview questions shared by candidates
Highlight in last two years ? challenge in the last two years? tell us about yourself ! when have you been criticized ? standard interview questions
In the technical interview they asked about solving a problem where you get 2 arrays, one for integer numbers where the numbers in it can repeat themselves called "nums", and one for integer numbers as well called "data". You are asked to compute how many each number from nums show up in total in data and return the total sum of numbers from nums. Numbers can show multiple times in nums and in data as well and you need to take repeats into account.
the technical interview was mostly leetcode questions
Tell me about a project you feel comfortable talking about
Why CNRL?
implement a data structure that store an array of size n and support the methods: -set -get -setAll all of them need to be in O(1) runtime
There was one interview question, build a garage management software in 2 hours using OOP in Java. After that there were a few "oral" Codility question without actually writing code.
Present us your last major project
Create a basic Task manager (add tasks, get which tasks to execute, and print the one you execute) using Java (without collections or built-in java staff)
Viewing 921 - 930 interview questions