Connect to an API and pull/output data
Software Consultant Interview Questions
1,782 software consultant interview questions shared by candidates
Tell me about yourself, what you have done, what do you want to do, what you are good at, what you have accomplished, what matters to you? No gotcha or tricky questions. It is like a real conversation, so no questions I would not be able to ask them.
.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?
Given an array of numbers from 1-100 not sorted, find the missing number
Develop an ATM class with the following 4 abilities, as well as a series of if-then tests to ensure that they work. Work with your partner, and explain your solution at the end.
Pair programming exercise
Complete fizzbuzz coding task
OOP Concept: Describe Inheritance to someone that is non-technical. Do not use Biology or Genetics.
Write a function that determines if a number is prime and optimize it
Using only three cuts, cut a cake into 8 pieces.
Viewing 141 - 150 interview questions