A batch of wafers are getting cleaned in acid, aqueous and drying environments and a technician calls you in the middle of the night reporting that the wafers are having an unusual number of defects. How do solve the problem and what advice do you give the technician?
Engineer Interview Questions
934,946 engineer interview questions shared by candidates
Explain the difference between TCP and UDP
collapse a binary search tree into a sorted list
Exchange the odd and even bits of an integer
We are throwing a ball into a friction-less cone, what should be the initial speed of the ball so it can orbit around the vertical axis of the cone indefinitely?
How does the modulus of full hard stainless compare to fully annealed stainless?
What is hardness?
Was given various challenges to write scripts that test different programs and data.
Problem given are general and tough
Technical: 1. https://www.facebook.com/hackercup/problem/403525256396727/ 2. http://www.geeksforgeeks.org/count-ways-reach-nth-stair/ 3. In english alphabet "a-z and A-Z" letters. As we know all numbers can be represented by a fibonacci number. 1 2 3 5 8 13 21 34 55 89 Suppose 6 = 5 + 1, can be encoded as 1001 16 = 13 + 3 = 100100 4 = 3 + 1 = 101 Similarly, all the letters "a-z and A-Z" should be converted to ASCII number then convert them to Fibonacci encoded number Then read decode them back to origonal character. H E L L O ASCII values of all the letters from (HELLO) Then covert them to corresponding binary values e.g H = 72 = 55 + 13 + 3 + 1 = 100100101 And add "1" (number 1) to end of all charcter to find out the number ends there. So H = 100100101 + 1 = 1001001011 (Not mathematical add, string add or append) 4. What you like to do in leisure time? 5. What you have done something interesting beyond your scope? 6. How do you manage a day in your place when you are heavily loaded? 7. Why are you looking for a change? ....
Viewing 1531 - 1540 interview questions