They asked me to deliver a quite complex project on the tech interview and said they were pretty happy with what they received, but on the face to face interview I got questions like "tell me about the hardest day you had in your past" or "where do you see yourself in the next 3 years".
Junior Engineer Interview Questions
12,873 junior engineer interview questions shared by candidates
Longest Substring Without Repeating Characters
Which class methods are automatically generated by the compiler in C++ and when. When is it useful to provide your own implementations.
Tell me about yourself and work
Whats your future career planning
What I knew in regards to the 4G network
Given in python: def generate_sample_list(limit = 100): sample_list = [] for i in range(1, limit): if i * (i - 2) % 3 == 0: sample_list.append(i**2) return sample_list l = generate_sample_list() 1A) Write code to create an exact copy of list "l":
I was asked about the projects listed in my CV and how I implemented certain functionality.
How would you test a pen?
how to arrange n missions in minimum days.
Viewing 801 - 810 interview questions