I applied online. The process took 1 day. I interviewed at KLA (Chennai) in Jan 2021
Interview
Profile was shortlisted through linkendin . Interview was schedule on saturday . Expectation was high .Interview lasted for more than a hour . Feedback given to me was "Was able to give only one approach to a problem."
Need to solve one problem in multiple ways.
Interview questions [2]
Question 1
Total 5 programs were asked . Not worried about the programing language , mainly concerntrated on the logic
Count of repatitive charcters in a string .
Compare two files and print the difference between both the files .
Contact two int arrays without using the third array.
int [] arr1 = {1,3,5,7} ; int [] arr2 = {2,4,6,8};
o/p = {1,2,3,4,5,6,7,8}
what would be your approach when the client asks you to develop a framework ..?
How do you select a framework..?