What languages do you program in
Software Engineer Javascript Interview Questions
665,757 software engineer javascript 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]
Was ist ARC?
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
Which sorting algorithm would be good for sorting small-sized integer arrays and why? What is the performance? What about for large-sized integer arrays?
In Array find largest second number ?
I had a difficult question about a cuboid composed of smaller cubes. How many cubes are there where exactly two faces of the cube are exposed?
Viewing 1461 - 1470 interview questions