question which was to remove the nth node from end of the linked list.
Software Intern Interview Questions
17,714 software intern interview questions shared by candidates
find missing number in array (leetcode question)
What are the four concepts of java?
when two computers want to communicate with each other, how do they verify that the computer's name is valid?
On a linux system, how would you schedule a task to execute a week from now?
Create a program that removes all repeating integers in a LinkedList
Questions on dp, pre computation kind of stuff
Given training data as list of tokenized words [[“I”, “am”, “a”, “person”], [“I”, “am”, “good”], [“a”, “person”]] write a predictor that predict a word’s most frequent bigram e.g. predict(“I”) -> “am” predict(“a”) -> “person predict(“am”) -> “a”
I am going to respect my non-disclosure agreement that I signed with Google. Just know your basic data structures, algorithms, and be prepared to think on your feet.
Write down different versions for computing the fibonacci sequence.
Viewing 1111 - 1120 interview questions