What is the difference between a stack and a queue?
Software Developer Co Op Interview Questions
626 software developer co op interview questions shared by candidates
Reverse function.
Flip 4 coins simultaneously. What is the probability of getting all heads (tails)?
How can you check if the stack is growing or shrinking (without dis-assembly or tools)? (C)
Given an array of arrays where each sub-array contains an arbitrary number of random strings, find the strings that occur in every sub-array and return them (the returned result strings must also be in an array). There can be duplicates of the same string in any of the sub-arrays.
Explain to us what parts of this JS code is causing the problem
Perform the Fibonacci and factorial in any language for 5
Tell us what you've worked on.
Given a list of objects in the form of "source : destination", each representing a leg of a trip, give the output of the trip itinerary. [ {"YVR:SFO"}, {"YYZ:NYC"}, {"SFO:YYZ"} ] Output: [YVR, SFO, YYZ, NYC]
Tell me about yourself.
Viewing 81 - 90 interview questions