Upload Button Icon Add office photos

Filter interviews by

Veeva Systems Interview Questions, Process, and Tips

Updated 25 Dec 2024

Top Veeva Systems Interview Questions and Answers

View all 8 questions

Veeva Systems Interview Experiences

Popular Designations

14 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Screening Round 

(3 Questions)

  • Q1. Current company project and tech stack related
  • Q2. Very basic selenium and java interview questions asked verbally
  • Q3. 30 min interview
Round 2 - Coding Test 

(3 Questions)

  • Q1. Write code in java for following input String s = "abdc112kg45ldy4p9" to get output sum = 170.
  • Q2. Some basic selenium, testng, cucumber bdd questions
  • Q3. Its a 40 min coding round
Round 3 - Technical 

(5 Questions)

  • Q1. Java code in order to find the day if we give jan 1 as monday. then what day is sept 14.
  • Q2. Selenium Xpath related questions to find it in website of flipkart sellers page.
  • Q3. Show nullpointer error using java code.
  • Q4. Selenium, TestNG, Cucumber Questions
  • Q5. 45 min high level technical round
Round 4 - Behavioral 

(3 Questions)

  • Q1. General discussion related to current company tecstack and work.
  • Q2. General Managerial Round/HR Round questions related to cultural or behavioral fit.
  • Q3. 30 min short discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - There are hidden rounds, where they just put after the whole interview process just before joining date in order to eliminate the candidates all of a sudden when you are expected to get an offer.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Hashset and hashmap
  • Q2. Coding question to find the frequency of string
  • Ans. 

    Find the frequency of each string in an array of strings.

    • Create a hashmap to store the frequency of each string.

    • Iterate through the array of strings and update the hashmap accordingly.

    • Return the hashmap with the frequency of each string.

  • Answered by AI

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)
Veeva Systems Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

DSA modrate and java question was asked

Round 2 - Coding Test 

Dsa and java related questions were asked

Round 3 - Technical 

(2 Questions)

  • Q1. Link list implementation
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node

    • Example: Singly linked list, Doubly linked list

  • Answered by AI
  • Q2. Java Opps and some array based

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About my background
  • Q2. Why i am a good candidate
Round 2 - Assignment 

Test case assignment

Round 3 - Coding Test 

Basic coding programs and theory questions

Round 4 - Group Discussion 

Panel interview including behavioral and functional round

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Veeva Systems interview questions for popular designations

 Automation Engineer

 (1)

 Lead Engineer

 (1)

 Software Engineer

 (1)

 Data Analyst

 (1)

 Software Engineer Intern

 (1)

 Associate Consultant

 (1)

 Automation Test Engineer

 (1)

 Associate Technical Consultant

 (1)

Sdet Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is your bug process
  • Ans. 

    My bug process involves thorough testing, documenting, prioritizing, and tracking bugs to resolution.

    • I start by thoroughly testing the software to identify bugs.

    • I document each bug with detailed steps to reproduce, screenshots, and any relevant information.

    • I prioritize bugs based on severity and impact on users.

    • I track bugs through a bug tracking system, regularly updating their status and working towards resolution.

  • Answered by AI

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - HR 

(1 Question)

  • Q1. Tell me the time when you had a conflict, and how you solved it.

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)

Jobs at Veeva Systems

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain about your framework
  • Ans. 

    My framework is a data-driven framework that uses Selenium WebDriver and TestNG for automated testing.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test case management and reporting

    • Employs data-driven approach for test data separation

    • Supports parallel execution for faster test runs

  • Answered by AI
  • Q2. Did you write any static methods ?
  • Ans. 

    Yes, I have written static methods in my previous projects.

    • Yes, I have written static methods for utility functions that do not require an instance of the class to be created.

    • Static methods are commonly used for helper functions, mathematical calculations, or any operation that does not depend on the state of the object.

    • For example, a static method to convert temperature units or calculate the area of a circle.

  • Answered by AI
  • Q3. How do you check if the page is loaded completely
  • Ans. 

    Check page load completion using browser tools and wait for specific elements

    • Use browser developer tools to check network activity and resource loading

    • Wait for specific elements or events to be present on the page

    • Utilize JavaScript functions like document.readyState or jQuery's document.ready

  • Answered by AI

Skills evaluated in this interview

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Apr 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Motivational questions about why you want to join company and previous experiences
Round 2 - Technical 

(1 Question)

  • Q1. Solve some sql queries

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your current project?

Software QA Engineer Interview Questions asked at other Companies

Q1. What exceptions have u faced while creating framework?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is AB testing?
  • Ans. 

    AB testing is a method used in marketing and product development to compare two versions of a webpage or app to determine which one performs better.

    • AB testing involves creating two versions (A and B) of a webpage, app, or marketing campaign with one differing element.

    • Users are randomly shown either version A or B, and their interactions are measured to determine which version is more effective.

    • The version that performs...

  • Answered by AI
  • Q2. How can you AB testing for a modular quantum framework?
  • Ans. 

    AB testing for a modular quantum framework involves testing different versions of the framework to determine which one performs better.

    • Create multiple versions of the modular quantum framework with different features or configurations.

    • Randomly assign users to each version to ensure unbiased results.

    • Measure key performance indicators such as speed, accuracy, and scalability for each version.

    • Compare the results to determ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - know the life sciences industry

Skills evaluated in this interview

Barista Coffee Maker Interview Questions asked at other Companies

Q1. How to handle customer complaints customer are pure vegetarian and you give a non veg sandwich so this time how to the handle customer and customer was very aggressive
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Veeva Systems Interview FAQs

How many rounds are there in Veeva Systems interview?
Veeva Systems interview process usually has 2 rounds. The most common rounds in the Veeva Systems interview process are Technical, HR and Coding Test.
How to prepare for Veeva Systems interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Veeva Systems. The most common topics and skills that interviewers at Veeva Systems expect are Life Sciences, SAN, Pharma, Sanction Screening and Consulting.
What are the top questions asked in Veeva Systems interview?

Some of the top questions asked at the Veeva Systems interview -

  1. How can you AB testing for a modular quantum framewo...read more
  2. how do you check if the page is loaded complet...read more
  3. did you write any static method...read more
How long is the Veeva Systems interview process?

The duration of Veeva Systems interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

DESIGNATION

DESIGNATION

REVIEWS

Paychex IT Solutions India

No Reviews

JOBS

IIFL Finance

No Jobs

JOBS

Paychex IT Solutions India

No Jobs

DESIGNATION

PHOTOS

Paychex IT Solutions India

No Photos

COMPANY BENEFITS

Veeva Systems

No Benefits

Tell us how to improve this page.

Veeva Systems Interview Process

based on 18 interviews

Interview experience

3
  
Average
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Salesforce Interview Questions
4.0
 • 222 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
View all

Veeva Systems Reviews and Ratings

based on 35 reviews

3.0/5

Rating in categories

3.7

Skill development

2.5

Work-life balance

3.4

Salary

3.0

Job security

3.2

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 35 Reviews and Ratings
Senior Web Developer

Mumbai

5-10 Yrs

Not Disclosed

Education Services Practice Director

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Configuration Analyst

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Explore more jobs
Automation Test Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Veeva Systems with

Salesforce

4.0
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview