find if two linked lists join each others or not and if yes where is the intersection point.
Software Intern Interview Questions
20,222 software intern interview questions shared by candidates
question which was to remove the nth node from end of the linked list.
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
2nd round - 1st question: Given a code snippet that aims to find the maximum element in a binary tree, fix the bug
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”
Viewing 1221 - 1230 interview questions