What are the four concepts of java?
Intern Software Engineer Interview Questions
9,448 intern software engineer interview questions shared by candidates
when two computers want to communicate with each other, how do they verify that the computer's name is valid?
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”
Write down different versions for computing the fibonacci sequence.
Sort a linked list.
Interviewer described a problem and asked to solve it on google doc.
Qual foi o seu maior desafio até agora?
Traverse a matrix in a spiral pattern
Data structures and aglorithms questions
Viewing 621 - 630 interview questions