How many gas stations are there in California?
Software Development Engineer Interview Questions
32,958 software development engineer interview questions shared by candidates
Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
Find a duplicate integer in a list of length K with integers 1...K-1 and one duplicate. Do so in O(n) time with constant space.
Write a function to turn a string into an integer and test it
Find if given number matched sum of two elements in sorted array.
Given a sentence input : helloworld output: HelloWorld YOu should make use of a dictionary available with you. Capitalize the dictionary words in the sentence
return Last 3rd consonant character in a string
why do you want to join nokia?
remove all elements from linked list with "n" as their value
How to rotate an array by a particular amount, require best time and space complexity.
Viewing 361 - 370 interview questions