I applied online. The process took 1 week. I interviewed at Veeva Systems (New York, NY) in Jan 2024
Interview
Got ghosted in the process. Not a single word or response after sending emails about any updates. Was hoping I would get some response after doing a take home technical assessment but nothing.
I applied online. The process took 2 weeks. I interviewed at Veeva Systems (Pleasanton, CA) in July 2023
Interview
Process is pretty standard Interview 0: Hiring Manager - Plus if you know Java+AWS Pre-screening basic REST questions (POST, etc..) Interview 1: Director Of Organization - Question: ¿Why Veeva? - Answer: Kind of important behavioral question, do not respond trivially, this is a deal breaker for them. Interview 2: Behavioral questions and Career - Question: Have you managed people before - Answer: Say yes Interview 3: Technical Interview
Technical interview: Given an array with positive and negative integers where the ith cell tell you if you will do +/- movements to next jump. find out if it has a cycle. https://leetcode.com/problems/circular-array-loop/