Normal interview coding questions.
Software Engineer Consultant Interview Questions
234 software engineer consultant interview questions shared by candidates
For the fourth round of the interview, they let us choose one of the project or task that we did and proud of it, then present it to them.
Have you implemented Agile principles/methodology before?
Asked me to write a program related voting age
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?
.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?
OOP Concept: Describe Inheritance to someone that is non-technical. Do not use Biology or Genetics.
How will you use python, to copy data from one server to another, and i want this to happen in 80 hours. i have data of 50 TB.
Viewing 11 - 20 interview questions