I applied online. The process took 1 week. I interviewed at Informatica in June 2019
Interview
I recently applied for Sr. SDET role at Informatica and got call from recruiter for phone interview. the interview did go well where the interviewer asked me to write code in collabedit.
Interview questions [1]
Question 1
The question was to find the duplicate characters in a string.
For ex., if "google" is the string, the code should return 'g' and 'o' which is repeated more than once.