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.
Software Interview Questions
550,960 software interview questions shared by candidates
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.
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.
count the number of times a word has occurred in a given string
Reverse a String eg: I am a boy ans : boy a am I
Viewing 1591 - 1600 interview questions