Write an algorithm to find a loop in a graph. The graph is unidirectional with any number of connections. The graph is not necessarily connected
Software Engineering New Grad Interview Questions
107 software engineering new grad interview questions shared by candidates
Implement a suggestion function that generates alternative strings for given password strings like "facebook" => "F@ceß00k" and "fæc€Bo0K" or sth.
You have a single branch of a GIT or SVN repository. At some commit number G, the code in the repo worked (G = good commit). At a later commit number B, you noticed that the code was broken (B = bad). The code may have become broken anytime at or before B, but after G. B was just the first time that you noticed the code was broken. Both G and B are positive integers and G < B. You have access to a function.......bool isCommitGood(integer)......... that takes a commit number and tells you whether the code at that commit worked or was broken. Write code to find the most recent working commit (i.e., the number/index of the last good commit before the code became broken).
How do you find the max difference between array elements
Do INNER JOINS produce the intersection or union between two tables?
Fair Questions 1) What is QPSK AND QAM? 2) What is CDMA 3) How does the light stay in a fiber optic?
What does SSL stand for?
Phone interview Given a 2D array of gifts, find path from top left to bottom right corner with greatest aggregated gift values.
Find a needle in the haystack: given two c-strings (null terminated), return a pointer to the location of where the needle occurs in the haystack, NULL otherwise.
Write a class providing an LRU cache
Viewing 11 - 20 interview questions