Rotate array by n elements. Sort names based on last name.
Engineering Coordinator Interview Questions
45,110 engineering coordinator interview questions shared by candidates
There are 8 red balls. One is heavier than the rest. You have a balance beam. In two (2) operations, determine which ball is heavier than the rest.
Are you close to SF? I hope you are still close to home.
Have you worked individually
How you can know from which website your user is coming ?
What is the difference between GET and PUT?
How would you handle a co-worker coming in late habitually.
Two ways to assign memory for array in C.
Implement a suggestion function that generates alternative strings for given password strings like "facebook" => "F@ceß00k" and "fæc€Bo0K" or sth.
You have a single branch of a GIT or SVN repository. At some commit number G, the code in the repo worked (G = good commit). At a later commit number B, you noticed that the code was broken (B = bad). The code may have become broken anytime at or before B, but after G. B was just the first time that you noticed the code was broken. Both G and B are positive integers and G < B. You have access to a function.......bool isCommitGood(integer)......... that takes a commit number and tells you whether the code at that commit worked or was broken. Write code to find the most recent working commit (i.e., the number/index of the last good commit before the code became broken).
Viewing 581 - 590 interview questions