If you have a set of pliers with the jaws 2" from the fulcrum and the lever 8" from the fulcrum, how much load do you have to apply to get 500 lbs of force on the jaws?
Engineers Interview Questions
843,473 engineers interview questions shared by candidates
If there was no DHCP configured on your system and you did not assign any ip address to your interface then what ip address would it get?
production planning excercise
Design round: Design an api rate limiter Coding round: simple manipulation of arrays and maps Craft round: Design an ML Labelling system
How would you design a hardware to detect the sequence "10110"? And how would you verify it?
Suppose you have a huge collection of integer values, in an array or a list or some similar data structure. Now suppose there are exactly two appearances of all integers, except one. In other words, each integer appears twice, in some random order, except 1. How would you find that 1 integer.
(python) Given two sentences, construct an array that has the words that appear in one sentence and not the other.
1 question I had was next greatest element in an array - searching only to the right. I had a solution with O(n^2), but they said don't even bother, that's rejected
Given a sequence of integers and an integer total target, return whether a contiguous sequence of integers sums up to target.
1. K-th largest number in the array
Viewing 2941 - 2950 interview questions