Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Veeva Systems en ene 2014
Entrevista
1st Phone Interview: Java Questions and the same Parent class coding test as mentioned before
2nd Phone Interview: More Java questions and mapping values recursively coding test
Very nice interviewers
Preguntas de entrevista [1]
Pregunta 1
1st Phone Interview:
- Past experience/projects
- Difference between set and List
- What are/example of static variables
- Easy basic stuff
- Code Test: given a person in a family tree, return a list of their oldest sisters
2nd Phone Interview:
- Java Questions: describe how "synchronize" works, difference between arraylist and linkedlist, question about Collections/abstract classes, easy stuff
- Code Test: map values to letters recursively -> THINK BFS WITHOUT USING A QUEUE (using recursion instead)
Envié una solicitud electrónica. Acudí a una entrevista en Veeva Systems (Toronto, ON)
Entrevista
Applied for a Canadian role. Was interviewed by a US-based recruiter who does not understand Canadian employment law. I hold an open work permit (which requires zero employer sponsorship or cost), but the recruiter explicitly rejected me on the call, stating they 'only hire Citizens or PRs to avoid sponsorship.'
Envié una solicitud electrónica. Acudí a una entrevista en Veeva Systems (Londres, Inglaterra) en mar 2026
Entrevista
Applied online, then offered online interview.
The interviewer seemed completely disengaged through the whole process, and never even hinted at a smile once. It was a real shame and a waste of an hour - I should've stopped 15 minutes in to be honest.
Kept asking questions and re-asking the same ones 5 minutes later. Going off and back on camera. His attitude wasn't selling it, and him telling me the company was "overly American and intense" wasn't helping either.
Preguntas de entrevista [1]
Pregunta 1
What experience do you have?
What don't you like at your current employer?
Difference between a List, Tuple and Dictionary?
What is a decorator?
Your thoughts on AI?
Envié una solicitud electrónica. Acudí a una entrevista en Veeva Systems (Tel Aviv) en feb 2026
Entrevista
applied and got mail back which scheduled me an code question for one hour. Got the mail with the question and had one hour to send back the answer in code.
Preguntas de entrevista [1]
Pregunta 1
got a string of numbers and a target int, output should be 3 numbers from the string which gives the target number with basic math arithmetics. print the equation which solve the questio as well