I applied online. The process took 4 weeks. I interviewed at Veeva Systems
Interview
First step of interview process was a video call (screen), was asked about my background, interest at Veeva, my most important/best project I've worked on, when I could start working, other logistical questions. Nothing too technical at all.
2nd step was a Coding Challenge (90 minutes, video call & programming on cloud development environment both people can see). Was asked to explain the basics of OOP, then two problems to answer with code.
A week later I was notified that they decided not to continue the process
Interview questions [1]
Question 1
1. What are the basic principles of OOP? After answered, asked to explain each one.
2. (Coding) Given two strings, figure out if they are anagrams (Kept asking for a better answer until a good linear solution was presented)
3. Given a tile class, where each tile knows: the tile to the east, north, west, and south, along with whether it is a golden tile or not. Tiles are laid out in a large square (of unknown size), and there is only 1 golden tile. You start at one tile within the sqare (unknown) and need to find a path to the golden tile (list directions of east/south/north/west, in order).
I applied online. I interviewed at Veeva Systems (Toronto, ON)
Interview
They’re really helpful and provided clear guidance and instructions during the process, the question aligns well with the role and the company’s job. Difficulty of the coding problem was reasonable.
I applied online. I interviewed at Veeva Systems in May 2026
Interview
The process consists of a personality test, a coding challenge, a 1 hour live coding interview, and finally a "Why Veeva" interview. The interviewer was very nice and the live coding question was fair (either in Java or Python).
I applied online. I interviewed at Veeva Systems (Pleasanton, CA) in May 2026
Interview
1 hours for technical round.
Given a OOP file, complete one of its function. Very simple and straightforward. Restricted to 3 languages: Python, Java, and JS. The interviewer was nice.
Interview questions [1]
Question 1
Complete one of a function in a class. Complexity wise easy, just a little monotonous which brings it to a medium.