Not hard at all.
Engenheiro De Software I Interview Questions
2,786 engenheiro de software i interview questions shared by candidates
Write a function that takes an integer and counts the number of bits.
Remove the nth from last element in a singularly linked list in linear time.
How would you design a database that allows these two tables to be stored and be infinitely expandable, while maintaining speed of execution?
Questions included in my description
there is an array with 99 length long, each spot will have number from 1-100, number will never repeat on the array. Give as many way as possible to find the missing number.
Given a 2D array, find the sum of all the elements in the array. O(n^2) solution is too slow, find ways to optimize (ended up adding a second parameter 2D array).
Write a function to reverse each word in a sentence. For example, the sentence "John drinks milk" should be changed to "nhoJ sknird klim".
Tell me a time where you had to compromise a deadline.
What is the maximum number of Friday the 13ths in any given year?
Viewing 31 - 40 interview questions