Detect if two strings are anagrams from one another. (Not palindoms! Anagrams are just mixed letters)
Software Development Interview Questions
37,298 software development interview questions shared by candidates
Determine if two strings are anagrams.
Given an inorder representation , how many BST's can be formed from it.
I only remember three of the technical questions I was asked, in addition to the usual general questions about my experience, skills, and work: 1. write code to replace spaces in a string with a * character (don't just use .replace functions though, hehe) 2. given an array with values that increase, reach some max, then decrease, find the max in less than O(n) + test cases 3. given a linked list that represents two numbers (e.g., 1234 represented by 1->2->3->4 and 5678 rep by 5->6->7->8), add the numbers. singly-linked list
How can design a TinyURL for a website? Design an algorithm and write sample code which generates TinyURL for a website.
Reverse a linked list - both iterative and recursive way.
How do you test the functionality of weather.com which takes a coordinates anywhere on earth and gives you accurate current weather information. After I given my plan which is to use automation tool collecting weather information from public weather station and compare results. I was asked what if there's no web service, no phone service, not even radio and you can't load weather forecast information from the public weather stations. Nor you can use historical value to test since the results need to be very accurate.
Question regarding how to retrieve the second highest repeated number in array the second question was how to print the nodes of binary tree level wise
Fixing minor errors in already written code
OA : Minimum Cost to Connect Sticks A BFS question Interview: Valid Parentheses Generate Parentheses Remove Invalid Parentheses
Viewing 1051 - 1060 interview questions