Hardest things to unit test
Senior Softwareentwickler Interview Questions
73,981 senior softwareentwickler interview questions shared by candidates
Given a tree of child/parent relationships, write an algorithm to find common parent
They asked me not to reveal any questions.
How to convert an Optional string to integer without throwing exception
Given a string of the form: "{Valery,Jason,Peter} was in {good,bad} mood and he went to the {beach, party, library}"; Print out all the permutations of the string. Eg: Valery was in good mood and he went to the beach.
A few other questions like what is CORS, delegation, do I have a styling standard.
Giving array of words and user can input any letters. Write a function that returns all possible words that start with the input string. They are looking for optimum solution.
Knapsack problem with a twist that you can take any number of sacks of a given weight.
Create a cache with fast look up that only stores the N most recently accessed items.
Given an array of numbers e.g. [1,3,7,7,8,8,9], create a function that returns the indeces of a target number. For example, target is 8, return [4,5] for the array mentioned before.
Viewing 81 - 90 interview questions