What kind of plastic would you use for an electronic housing?
Engineer Interview Questions
843,740 engineer interview questions shared by candidates
Consumtions with and without pipeline, how to test ASICs, how would you get to know if a number is a power of 2.
- How will you reduce the deflection of a wooden beam with load at one end and fixed at other? - Beam material replaced with Aluminum and load is same, how will you find the point of failure? - 5 methods to join plastic and metal components.
1. Write a program in C to print the following pattern if value for S and N are given. Say if S=3,N=3 the pattern should be: 3 44 555 555 44 3
What is your weakness?
median for a stream
bgp, mpls,vpn
In a BST write a program to find 2 nodes x and y such that X+y=k
Take a ladder with 5 steps, write a function that gives all the possible combinations of either 1,2, or 3 steps, in any order, to get to the 5th step, and returns the total number of combinations. So some of the possibilities would be [1,1,1,1,1], [1,1,1,2], [1,1,2,1], etc. Then he asked the same question with order not being considered, so [1,1,1,2] and [1,1,2,1] are the same solution.
Reverse an integer. Looking for optimized solution and definitely no tostring type of solution
Viewing 1221 - 1230 interview questions