Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Veeva Systems Software Engineer Interview Questions and Answers

Updated 4 Dec 2024

Veeva Systems Software Engineer Interview Experiences

1 interview 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 Jobs at Veeva Systems

View all

Interview questions from similar companies

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Duration of the project and team environment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with latest technologies.

Interview Questionnaire 

1 Question

  • Q1. What is cordova?
  • Ans. 

    Cordova is a mobile application development framework that allows developers to build apps using web technologies.

    • Cordova enables developers to create cross-platform mobile apps using HTML, CSS, and JavaScript.

    • It provides access to native device APIs, allowing developers to use device features like camera, accelerometer, etc.

    • Cordova apps can be built for multiple platforms like iOS, Android, Windows, etc.

    • It was previou...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Java script
  • Q2. Ai
  • Q3. Machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with faceprep

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Coding
  • Q2. Java C

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Training with job facilities are available..?
  • Q2. Cab facilities are available..?

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. The interviewer wanted to test both my knowledge and communication skills.most of the questions asked to me were related to my mba curriculum i.e. statistics and computers related topics. Luckily i was able to answers most of the questions correctly. I tried to answer each question with examples and also used props on the table.to explain my theories. I think that's my best fit for the position..
Contribute & help others!
anonymous
You can choose to be anonymous

Veeva Systems Interview FAQs

How many rounds are there in Veeva Systems Software Engineer interview?
Veeva Systems interview process usually has 4 rounds. The most common rounds in the Veeva Systems interview process are Coding Test, Technical and Behavioral.
How to prepare for Veeva Systems Software Engineer 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, Open Source, Selenium, Health Insurance and JIRA.
What are the top questions asked in Veeva Systems Software Engineer interview?

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

  1. Java code in order to find the day if we give jan 1 as monday. then what day is...read more
  2. Write code in java for following input String s = "abdc112kg45ldy4p9" to get ou...read more
  3. Selenium Xpath related questions to find it in website of flipkart sellers pa...read more

Recently Viewed

SALARIES

Veeva Systems

DESIGNATION

SALARIES

MongoDB

JOBS

IIFL Finance

No Jobs

SALARIES

Veeva Systems

SALARIES

MongoDB

SALARIES

MongoDB

SALARIES

MongoDB

JOBS

Browse jobs

Discover jobs you love

SALARIES

MongoDB

Tell us how to improve this page.

Veeva Systems Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Veeva Systems Software Engineer Salary
based on 16 salaries
₹8.6 L/yr - ₹13.4 L/yr
46% more than the average Software Engineer Salary in India
View more details

Veeva Systems Software Engineer Reviews and Ratings

based on 2 reviews

3.4/5

Rating in categories

4.2

Skill development

1.7

Work-life balance

3.4

Salary

2.5

Job security

2.5

Company culture

1.5

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer - Test Automation

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Explore more jobs
Automation Test Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
16 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