Given an array of unique integers, return a pair of integers that sum up to a target sum.
Software Development Interview Questions
37,282 software development interview questions shared by candidates
Design a function to reverse the order of words in a string - "This is a string" -> "string a is This"
Q. How to prioritize the features slotted for a given release.
Know your data structures
How to detect overlapping area for two rectangles
Connect nodes at the same level in a binary tree
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
You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).
How many gas stations are there in California?
Viewing 361 - 370 interview questions