Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Veeva Systems
Colloquio
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
Domande di colloquio [1]
Domanda 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).
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Veeva Systems (Toronto, ON)
Colloquio
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.
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Veeva Systems nel mese di mag 2026
Colloquio
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).
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Veeva Systems (Pleasanton, CA) nel mese di mag 2026
Colloquio
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.
Domande di colloquio [1]
Domanda 1
Complete one of a function in a class. Complexity wise easy, just a little monotonous which brings it to a medium.