Technical questions were asked mostly
Consultant Software Engineer Interview Questions
575 consultant software engineer interview questions shared by candidates
Code review questions - asked about some improvements I've suggested in code reviews
Scenario based Object-oriented design question.
Can you create a PriorityQueue program
Using Hibernate, what potential issues you should be aware of? I hesitated with an answer. The follow up clarifying question was "With Hibernate, would you rather have a lot of flatter smaller data objects or fewer, but larger objects with deeper hierarchy".
Who is the project manager in an Agile/Scrum project?
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?
Viewing 41 - 50 interview questions