Print the strings in dictionary match with Regex matching word in dictionary a*b, ab*, abc -> ["abc", "abb" abdd" ] * can have values - single char, -, . but not empty
Sr Engineer Interview Questions
138,167 sr engineer interview questions shared by candidates
phone screen for SQL: Give data model - solve various SQL questions Python: list and dict manipulation
1. Given a list of ranges find the largest interval. 2. Given a string of men and women dancers ina given order, pair each man with a woman in a first-in first-pair fashion and print the pairs. 3. Given some coordinates find the line passing through most of the points.
They answered no questions I sent over and sent my own questions back to me. So that was mighty pathetic too.
Implement strstr in C
Make a progress bar in vanilla JS with setInterval to kick it off. Then make 3 to kickoff at the same time. Then make them kick off at 3 different times (or end at different times). then use recursion to make them kick off one after the other sequentially.
Size of a Hydrogen Atom
How will you find or incriminate a thread that is causing heap corruption within a process among different threads.
Given two unsigned 32-bit integer write a function to find average without using any extra space and return 32-bit unsigned int
What is the difference between these declarations? function a(){ } var a = function(){ }
Viewing 1161 - 1170 interview questions