AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by AVEVA Team. If you also belong to the team, you can get access from here

AVEVA Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 551 Reviews

Play video Play video Video summary
  • About
  • Reviews
    551
  • Salaries
    1.7k
  • Interviews
    28
  • Jobs
    33
  • Benefits
    321
  • Photos
    5

Filter interviews by

AVEVA Interview Questions and Answers

Updated 10 May 2025
Popular Designations

16 Interview questions

An Associate Consultant was asked 1mo ago
Q. Explain the SOLID principles.
Ans. 

SOLID principles are five design principles aimed at making software designs more understandable, flexible, and maintainable.

  • S - Single Responsibility Principle: A class should have one reason to change. Example: A class handling user data should not also handle logging.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification. Example: Use interfaces to add new function...

View all Associate Consultant interview questions
A Senior Software Developer was asked 6mo ago
Q. What is an abstract class?
Ans. 

An abstract class is a class that cannot be instantiated and is used as a base for other classes to inherit from.

  • Cannot be instantiated directly

  • May contain abstract methods that must be implemented by subclasses

  • Can have both abstract and concrete methods

  • Used to define a common interface for subclasses

View all Senior Software Developer interview questions
A Solution Engineer was asked
Q. How do you identify a memory leak issue?
Ans. 

Identifying memory leak involves monitoring memory usage, analyzing memory dumps, and using profiling tools.

  • Monitor memory usage over time to identify abnormal increases

  • Analyze memory dumps to pinpoint the source of the leak

  • Use profiling tools like Valgrind or Visual Studio Memory Profiler

  • Look for common memory leak patterns such as not releasing allocated memory

View all Solution Engineer interview questions
An Associate Application Consultant was asked
Q. How would you design a pipe?
Ans. 

Designing a pipe involves considering factors such as material, size, shape, and purpose.

  • Determine the material based on the fluid being transported (e.g. PVC for water, steel for gas)

  • Calculate the required size based on flow rate and pressure drop

  • Choose the appropriate shape (e.g. round, square) based on space constraints and flow requirements

  • Consider the purpose of the pipe (e.g. drainage, ventilation, transport...

View all Associate Application Consultant interview questions
A Trainee was asked
Q. What are your strengths and weaknesses?
Ans. 

My strength is my ability to learn quickly and adapt to new situations. My weakness is that I can be overly critical of my own work.

  • Strength: Quick learner and adaptable

  • Weakness: Overly critical of my own work

View all Trainee interview questions
A Senior R&D Engineer was asked
Q. Write a program to explain a use case related to delegates.
Ans. 

Delegate is used to pass methods as parameters to other methods or to invoke methods asynchronously.

  • Delegate is a type-safe function pointer.

  • It allows methods to be passed as parameters to other methods.

  • It can be used to invoke methods asynchronously.

  • It can be used to implement events and callbacks.

  • Example: passing a method as a parameter to a sorting algorithm.

  • Example: invoking a method asynchronously using Begin...

View all Senior R&D Engineer interview questions
A Senior R&D Engineer was asked
Q. What is the difference between a task and a thread?
Ans. 

A task is a unit of work while a thread is a unit of execution.

  • A task is a logical concept while a thread is a physical concept.

  • A task can be broken down into multiple threads.

  • A task can be scheduled by the operating system while a thread cannot.

  • A task can communicate with other tasks while a thread cannot.

View all Senior R&D Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. Write a program to sort an array.
Ans. 

Program to sort an array of strings

  • Use a sorting algorithm like bubble sort, insertion sort, or quicksort

  • Compare adjacent elements and swap if necessary

  • Repeat until the array is sorted

View all Software Engineer interview questions
A Software Engineer was asked
Q. What are the differences between LINUX/UNIX and WINDOWS?
Ans. 

LINUX/UNIX are open-source, command-line based OS while WINDOWS is a proprietary, GUI-based OS.

  • LINUX/UNIX have a steep learning curve due to command-line interface

  • WINDOWS is more user-friendly with a graphical user interface (GUI)

  • LINUX/UNIX are more stable and secure than WINDOWS

  • LINUX/UNIX are free and open-source while WINDOWS is proprietary and requires a license

  • LINUX/UNIX are preferred for servers and developme...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What are the advantages of ASP.net over JAVA?
Ans. 

ASP.net is better for enterprise-level applications due to its integration with Windows and Microsoft technologies.

  • ASP.net has better integration with Windows and Microsoft technologies

  • ASP.net has better performance and scalability for enterprise-level applications

  • ASP.net has a larger developer community and more resources available

  • Java is better for cross-platform development and open-source projects

View all Software Engineer interview questions
1 2

AVEVA Interview Experiences

28 interviews found

Technical Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

As usual reasoning, English and aptitude

Round 2 - Aptitude Test 

(2 Questions)

  • Q1. Basic technical questions
  • Add your answer
  • Q2. Behaviour questions
  • Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Questions based on the projects
  • Add your answer
Anonymous

DOT NET Developer Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly covered all c#, SQL, OOPS concepts.
  • Add your answer
  • Q2. Also about design principles
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for all the things mentioned in your resume.
Anonymous

Technical Staff Member 2 Interview Questions & Answers

user image Anonymous

posted on 27 May 2024

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

(1 Question)

  • Q1. Resume should align with job requirement
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Technical concepts
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Technical and managerial
  • Add your answer
Round 4 - Technical 

(1 Question)

  • Q1. Technical and Managerial
  • Add your answer
Round 5 - HR 

(1 Question)

  • Q1. Salary diacussion
  • Add your answer
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All basics technical questions related to job description.
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Scenarios that I have been through in my previous company.
  • Ans. 

    I faced challenges in project management, team collaboration, and innovative solutions during my tenure in R&D.

    • Led a cross-functional team to develop a new product line, resulting in a 20% increase in market share.

    • Implemented Agile methodologies, improving project delivery time by 30%.

    • Faced a critical bug in a software release; coordinated a rapid response team to resolve it within 24 hours.

    • Conducted user research ...

  • Answered by AI
    Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Pure technical by leaders in general
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in what ever you put in CV as your experience. Prepare well with scenario based questions.
Anonymous

Senior Software Developer Interview Questions & Answers

user image Pallavi Girija

posted on 17 Dec 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What os abstract class
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base for other classes to inherit from.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Can have both abstract and concrete methods

    • Used to define a common interface for subclasses

  • Answered by AI
    Add your answer
Anonymous

Associate Application Consultant Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What software do you know? Have you worked on SP3D or E3D?
  • Ans. 

    I am familiar with SP3D and E3D software.

    • I have experience working with SP3D for plant design and E3D for 3D modeling.

    • I have used SP3D to create piping and instrumentation diagrams (P&IDs) for industrial projects.

    • I have utilized E3D for creating detailed 3D models of structures and equipment.

    • I am proficient in navigating and using the features of both SP3D and E3D.

  • Answered by AI
    Add your answer
  • Q2. How to design a pipe?
  • Ans. 

    Designing a pipe involves considering factors such as material, size, shape, and purpose.

    • Determine the material based on the fluid being transported (e.g. PVC for water, steel for gas)

    • Calculate the required size based on flow rate and pressure drop

    • Choose the appropriate shape (e.g. round, square) based on space constraints and flow requirements

    • Consider the purpose of the pipe (e.g. drainage, ventilation, transportation...

  • Answered by AI
    Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. (They gave practical question related to determining the amount of material required to make a certain metal part)
  • Add your answer

Interview Preparation Tips

Topics to prepare for AVEVA Associate Application Consultant interview:
  • Mechanical Engineering
  • Piping Design
  • SP3D
  • Aveva E3D
  • PDMS
  • Communication Skills
Interview preparation tips for other job seekers - Be prepared with some basics of Piping industry, softwares like SP3D, Aveva E3D, Plant design, PDMS, 1D, 2D, 3D designs and catalogues. And piping design techniques. Also revise basics of Mechanical Engineering.
Anonymous

Research and Development Intern Interview Questions & Answers

user image Anonymous

posted on 28 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic math and code output gueses

Round 2 - Technical 

(1 Question)

  • Q1. About oops and coding languages
  • Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round, mostly on your resume and projects.
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Company feasibility round
  • Add your answer
Anonymous

Senior Software Developer Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

They share an coding interface and asked to code real-time.

Question: Create 2 apis to upload file and multiple files
Question: Logical code to find the shortest time required

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding round practise
Anonymous

Software Development Engineer Intern Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 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 - Aptitude Test 

Easy level aptitude and pseudo code

Round 3 - One-on-one 

(3 Questions)

  • Q1. Technical interview
  • Add your answer
  • Q2. Linked list representation
  • Add your answer
  • Q3. Pillars of OOP, abstraction
  • Ans. 

    Abstraction is one of the pillars of Object-Oriented Programming (OOP) that allows developers to hide complex implementation details and only show the necessary features of an object.

    • Abstraction helps in reducing complexity by hiding unnecessary details and only showing the essential features of an object.

    • It allows for creating abstract classes and interfaces that define the structure and behavior of objects without sp...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and thorough about projects
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics were on dbms, dsa and oops mostly

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about AVEVA?
Ask anonymously on communities.
More about working at AVEVA
  • HQ - Cambridge,Cambridgeshire, United Kingdom
  • Software Product
  • 1k-5k Employees (India)
  • Internet
  • Hardware & Networking

AVEVA Interview FAQs

How many rounds are there in AVEVA interview?
AVEVA interview process usually has 2-3 rounds. The most common rounds in the AVEVA interview process are Technical, HR and One-on-one Round.
How to prepare for AVEVA 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 AVEVA. The most common topics and skills that interviewers at AVEVA expect are C#, Javascript, SQL, Software Development and .Net.
What are the top questions asked in AVEVA interview?

Some of the top questions asked at the AVEVA interview -

  1. Difference between single and doubly linked list?Why do we prefer doubly over s...read more
  2. Time complexity of different types of sorting technique?Which one is most effic...read more
  3. What software do you know? Have you worked on SP3D or E...read more
How long is the AVEVA interview process?

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

Tell us how to improve this page.

AVEVA Interviews By Designations

  • AVEVA Senior Software Developer Interview Questions
  • AVEVA Software Engineer Interview Questions
  • AVEVA Research and Development Intern Interview Questions
  • AVEVA Principal Consultant Interview Questions
  • AVEVA Senior R&D Engineer Interview Questions
  • AVEVA R&D Engineer Interview Questions
  • AVEVA Associate Consultant Interview Questions
  • AVEVA Technical Engineer Interview Questions
  • Show more
  • AVEVA QA Engineer Interview Questions
  • AVEVA Trainee Interview Questions

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Analyst Interview Questions
  • Team Lead Interview Questions
  • Software Engineer Interview Questions
  • Software Developer Interview Questions
  • Sales Executive Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • Java Developer Interview Questions
  • Show more
  • Senior Software Engineer Interview Questions
  • System Engineer Interview Questions

Overall Interview Experience Rating

4.1/5

based on 23 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 54%
2-4 weeks 38%
4-6 weeks 8%
View more

Interview Questions from Similar Companies

Chetu
Chetu Interview Questions
3.3
 • 198 Interviews
AVASOFT
AVASOFT Interview Questions
2.8
 • 174 Interviews
Oracle Cerner
Oracle Cerner Interview Questions
3.6
 • 162 Interviews
Thomson Reuters
Thomson Reuters Interview Questions
4.1
 • 125 Interviews
ServiceNow
ServiceNow Interview Questions
4.1
 • 124 Interviews
R Systems International
R Systems International Interview Questions
3.3
 • 120 Interviews
Amadeus
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG
UKG Interview Questions
3.1
 • 112 Interviews
EbixCash Limited
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR
SPRINKLR Interview Questions
2.9
 • 105 Interviews
View all

AVEVA Reviews and Ratings

based on 551 reviews

4.2/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

3.8

Salary

4.1

Job security

4.3

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 551 Reviews and Ratings
Jobs at AVEVA
AVEVA
Oracle Cloud Systems Analyst

Hyderabad / Secunderabad,

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

AVEVA
Governance Risk and Compliance System Administrator

Mumbai,

Hyderabad / Secunderabad

+1

4-8 Yrs

Not Disclosed

AVEVA
Human Centric Security Regional Senior Manager

Hyderabad / Secunderabad

7-12 Yrs

Not Disclosed

Explore more jobs
AVEVA Salaries in India
Senior Consultant
135 salaries
unlock blur

₹12 L/yr - ₹21.8 L/yr

Software Engineer
74 salaries
unlock blur

₹5.5 L/yr - ₹14.2 L/yr

Principal Consultant
58 salaries
unlock blur

₹13.9 L/yr - ₹33 L/yr

Consultant
54 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹9.7 L/yr - ₹20.7 L/yr

Explore more salaries
Compare AVEVA with
Thomson Reuters

Thomson Reuters

4.1
Compare
Oracle Cerner

Oracle Cerner

3.6
Compare
Chetu

Chetu

3.3
Compare
R Systems International

R Systems International

3.3
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • AVEVA Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter