Whiteboard programming: given a tile and a word, write a routine to determine if the word is valid. Wild card "*" might be present in tile and can be used for once when there is no match. For example, "bed" is valid given tile "abcdefg". "bread" is valid given tile "abcdefg*".
Engineer Software Interview Questions
419,718 engineer software interview questions shared by candidates
reverse a linked-list
Create a Priority Queue with all methods.
How many lines of code have you written in your favorite project?
Given a 2d matrix of numbers where each row and column is sorted in increasing order, describe an efficient algorithm to test whether a given number is in the matrix.
How to come out of a maze given that you can move one step at a time and you cannot turn left.
Different Interview Questions - What is the OOPS concept in js which are not supported? - What are the different types of hoisting - what are prototype linking in javascript - shallow copy and deep copy - react-native drawbacks, security - intercept HTTP request in Axios if session exists - how to chain in js - what are the features of es6 - how is ts compiled under the hood - pixed to screen ratio in react native
Oops questions, jQuery,MVC,SQL server questions , project related question and etc....
find frequency of every word in string
Given an array of point structure element whose X and Y values are both int, write a boolean function to decide whether there is any midpoint(at least 1) of any two points in the array whose X and Y coordinate value are all integer.
Viewing 2551 - 2560 interview questions