Who is the project manager in an Agile/Scrum project?
Consultant Engineer Interview Questions
1,070 consultant engineer interview questions shared by candidates
Tell me about a time you faced a situation when you failed and how you overcame it.
What is a leadership quality you think is really important?
tell us about a situation that was difficult for you, how did you handle it and what would you do today if you could address it differently.
Describe a situation in which you had to convince a person or group that had a different opinion to yours?
How does the internet work?
Straightforward coding and logic questions. Good to know concepts of Data Structures and Algorithms
Connect to an API and pull/output data
.NET C# questions: reference vs value types, GC, parallelism, locking, WPF, binding mode etc. A couple of algorithm-related questions E.g. User-story: write a function that checks whether I can draft a letter using a series of pre-existing words Hint: no need to consider redundancy, combinations or permutations (yup real easy) Give the related time complexity - Average? - Worst-case? private Boolean CanWriteLetter(List<String> letterWords, List<String> paperWords) { // Fill the blank } If there is say a limitation on the capacity of letterWords and paperWords, how to make it work?
Database and coding in python focuses on solving in a timeframe
Viewing 81 - 90 interview questions