Given a graph node, write a code to return a copy of the sub-graph starting with that node.
Software Developer I Interview Questions
711,038 software developer i interview questions shared by candidates
give your a tree root, to find the same value in same layer
Take an array of numbers and replace each item with the product of all the other items in the array.
Serialize an array of integers in an arbitrary way. Imagine a 4x4 grid where the cells are visited in a snakelike pattern.
Write a code to find out if two string words are anagrams
Array of 100 integers from 1 to 100, shuffled. One integer is taken out, find that integer.
What is the best way to choose a random value in a stream? Given that each of them has a chance of occurring equally
Write a program to check if a number has rotational symmetry i.e is the same when rotated by 180 degrees. Ex 1691, 181, 11, 1001
If given a list (or array) of numbers 1 - 100 with a number missing. How would you find that number?
1. Exam: Using classses of name, address, which build a person class, buiuld those classses and build a graph, connecting the person nodes - using name and address(if they are the same they are related). Write a function to find the minimum level between two people. 2.Interview - background and then a question. Given a class, print out its attribute names and values. Aftwerwards questions about it, about infinitive loops, complexity, other data structures and how to use it as an api.
Viewing 951 - 960 interview questions