I applied online. I interviewed at Veeva Systems (London, England) in Nov 2025
Interview
30 minute call with HR. I interviewed for a Full-Stack Software Engineer position on the OpenData Engineering team in London (remote). Standard HR questions plus a few technical questions, canned rejection email a day later.
I would pause before answering and ask clarifications, for example they asked how I would go about learning things, I mentioned first (having recently finished a masters) about going through a textbook and doing problems in them etc. but interviewer wanted to know about learning from peers in a work context, and me not mentioning doing pair programming etc. until later was marked poorly for. The HR person also is non-technical so e.g. when asked about difference between set and list I started talking about implementation of set being a hashtable etc. but they didn't care to hear that but the instead wanted to know about basic different use cases.
Interview questions [1]
Question 1
Why are you looking for new roles right now?
What type of role are you looking for?
What specifically about this job appealed to you?
What have you learned about the company so far?
What is the product you worked on at your previous role?
Can you tell me something specific you took the initiative or led on that directly impacted your product stakeholders?
What do you like most about your job?
How do you learn new technical concepts?
What's the difference between a set, tuple, and list in Python?
What is list comprehension in Python?
What are Python decorators and how would you use them?
I applied online. I interviewed at Veeva Systems (Toronto, ON)
Interview
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.'
I applied online. I interviewed at Veeva Systems (London, England) in Mar 2026
Interview
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.
Interview questions [1]
Question 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?
I applied online. I interviewed at Veeva Systems (Tel Aviv-Yafo) in Feb 2026
Interview
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.
Interview questions [1]
Question 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