Longest palindromes in a string SQL quesiton
Engineer Software Interview Questions
512,139 engineer software interview questions shared by candidates
A brain teaser question where we have to find out 45 minutes with the help of two ropes. Given that one rope burns completely in 1 Hr and the rate or burning is not consistent.
Write a function that returns the square root of a number (obviously without using any sort of built-in square root function).
Given an array [1, 2, 3, 4, 3, 5] and number x, rotate the array such that all occurrences of x are shifted at the end. For example, x = 3, then output should be [1, 2, 4, 5, 3, 3]
They also asked some behavioral questions.
Write algorithm to compute the intersection of two arrays. What is the time complexity of this algorithm (using the big O notation)?
Reversal of String Difference between GET and POST REST API
Implement a stack using a Queue
(1) two sums : given a list of numbers, return the indexes of two values whose sum is a given value. (2) Revers a string list
ii) In a file or one million words find a pattern of words.
Viewing 1481 - 1490 interview questions