Upload Button Icon Add office photos

Filter interviews by

Veeva Systems Associate Software Engineer Interview Questions and Answers

Updated 2 Sep 2024

Veeva Systems Associate Software Engineer Interview Experiences

1 interview found

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

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic SQL Queries, some very basic Java questions, the interviewer herself didn't know much about coding in general.

Interview Preparation Tips

Interview preparation tips for other job seekers - Yodlee is a big company will several departments, every department has its own requirements.

I was inducted into the IAE department as an ASE through pool-campus placement.

The issue at Yodlee is that it's IAE department that they actively hire for, is the worst department as far as technical growth and knowledge are concerned. There is no learning. Hence usually the interviewers (mostly the directors, managers, and leads in IAE) who have been in the organization for a very large part of their career, are also very weak as far as their technical skills are concerned. Their political and toxic managerial skills skyrocket though. They stay there for too long and become virtually outdated in terms of their technical skills.

Therefore you can rest be assured that the interview quality will be well below average as far as IAE is concerned. I am not sure about other departments, but I would not assume otherwise. I would suggest, if you have to absolutely join IAE in Yodlee, just an average preparation would be more than enough. If you have other opportunities, I would suggest prioritizing them over Yodlee.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java, C, python, advanced Java
  • Q2. Constructor, pointer
Round 3 - Coding Test 

Related to reverse printing, to find the greatest number from the given number series

Round 4 - Case Study 

Related to the project i have done during freelancing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with coding skill, technical questions. Follow geektogeekand other interview sites
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project based, oops concepts, average dsa questions,

Interview Questionnaire 

2 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating new classes based on existing ones.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. Real world thing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Python interview question and coding

Round 3 - Technical 

(1 Question)

  • Q1. Python related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best for fresher and experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Last project details
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
Round 2 - Coding Test 

Given one code to do the optimization

Round 3 - HR 

(1 Question)

  • Q1. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Software Engineers.

    • Consider my years of experience in software development

    • Take into account my expertise in specific programming languages or technologies

    • Research the average salary for Senior Software Engineers in the current market

    • Negotiate based on the benefits and perks offered by the company

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java related basic questions
  • Q2. Android questions based on previous roles
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions were asked
  • Q2. In depth questions for knowledge check
Round 3 - Behavioral 

(2 Questions)

  • Q1. Previous roles & responsibilities
  • Q2. One basic stack & queue question
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Resume based question like what did you do in this project? What was your role and responsibilities? Question related to jenkins like explain jenkins pipeline foow of ur previous project ? How did you impr...
  • Q2. Do you like wfh or wfo? What are benefits of working from wfo ?
Round 3 - HR 

(1 Question)

  • Q1. Grneral HR questions were asked Why do you want to join is? What are your strengths?

Software Engineer Interview Questions & Answers

Cerence user image Shubham Ganesh Vitore

posted on 29 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is the design pattern? Singleton Design patter
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Used when only one instance of a class is needed throughout the system

    • Provides a global access point to the instance

    • Implemented by creating a static method to return the same instance each time it is called

  • Answered by AI
  • Q2. Difference Hashmap and Concurrent Hashmap
  • Ans. 

    HashMap is not thread-safe, while ConcurrentHashMap allows multiple threads to read and write concurrently.

    • HashMap is not synchronized and not thread-safe, while ConcurrentHashMap is synchronized and thread-safe.

    • ConcurrentHashMap allows multiple threads to read and write concurrently without any external synchronization, while HashMap requires external synchronization for concurrent access.

    • ConcurrentHashMap achieves hi...

  • Answered by AI
  • Q3. Collection Framework
  • Q4. Difference between list , set
  • Ans. 

    List is an ordered collection of elements with duplicates allowed, while set is an unordered collection of unique elements.

    • List maintains the order of elements, while set does not guarantee any specific order.

    • List allows duplicate elements, while set does not allow duplicates.

    • Example: List - [1, 2, 3, 1], Set - {1, 2, 3}

  • Answered by AI

Skills evaluated in this interview

Veeva Systems Interview FAQs

How many rounds are there in Veeva Systems Associate Software Engineer interview?
Veeva Systems interview process usually has 3 rounds. The most common rounds in the Veeva Systems interview process are Coding Test and Technical.
How to prepare for Veeva Systems Associate 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 Automation Testing, Health Insurance, JIRA, Java and Life Sciences.
What are the top questions asked in Veeva Systems Associate Software Engineer interview?

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

  1. Link list implementat...read more
  2. Java Opps and some array ba...read more

Tell us how to improve this page.

Veeva Systems Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Veeva Systems Associate Software Engineer Salary
based on 10 salaries
₹10 L/yr - ₹12.7 L/yr
100% more than the average Associate Software Engineer Salary in India
View more details

Veeva Systems Associate Software Engineer Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

4.7

Skill development

1.8

Work-life balance

4.2

Salary

4.4

Job security

3.8

Company culture

3.6

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
20 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Automation Test Engineer
18 salaries
unlock blur

₹6.5 L/yr - ₹16.5 L/yr

Senior Software Engineer
14 salaries
unlock blur

₹12 L/yr - ₹23.2 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹9 L/yr - ₹18 L/yr

Automation Engineer
11 salaries
unlock blur

₹6.5 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Veeva Systems with

Prime Focus Technologies

3.3
Compare

MapmyIndia

3.7
Compare

Yodlee

3.8
Compare

Bravura Solutions

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