I applied through an employee referral. The process took 2 weeks. I interviewed at Antra (New York, NY) in Sep 2022
Interview
After entering the interview, I was asked to write the coding questions directly, After I complete coding, the interviewer asked some java and database questions. But to my disappointment, the interviewer didn't turn on the camera the whole time. While I was elaborating my thoughts, the interviewer interrupted and said that just write the code directly, the questions are simple.
Interview questions [1]
Question 1
Coding: the problem received a string, like "a b1 c2", output is "cba". The input contains character, space, and number. We need to only use the letter part and reverse the string. differences between StringBuffer and StringBuilder. And some database questions, such as JOIN.