Upload Button Icon Add office photos
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

Filter interviews by

AVEVA Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top AVEVA Interview Questions and Answers

View all 20 questions

AVEVA Interview Experiences

Popular Designations

27 interviews found

Interview Questionnaire 

11 Questions

  • Q1. Difference between single and doubly linked list?Why do we prefer doubly over single linked list?
  • Ans. 

    Single linked list has one pointer while doubly linked list has two. Doubly linked list is preferred for easier traversal in both directions.

    • Single linked list has only one pointer which points to the next node while doubly linked list has two pointers which point to the next and previous nodes.

    • Doubly linked list allows for easier traversal in both directions, while single linked list only allows for traversal in one d...

  • Answered by AI
  • Q2. What is the purpose of cloud other than storage?The answer is processing
  • Q3. Difference 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 development wh...

  • Answered by AI
  • Q4. Program for sorting 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

  • Answered by AI
  • Q5. Time complexity of different types of sorting technique?Which one is most efficient one?
  • Ans. 

    Sorting techniques and their time complexity

    • Bubble sort - O(n^2)

    • Selection sort - O(n^2)

    • Insertion sort - O(n^2)

    • Merge sort - O(n log n)

    • Quick sort - O(n log n)

    • Heap sort - O(n log n)

    • Radix sort - O(nk)

    • Most efficient: Quick sort or Merge sort

    • Efficiency depends on the size of the array and the data distribution

  • Answered by AI
  • Q6. What do you mean by big data?
  • Ans. 

    Big data refers to large and complex data sets that cannot be processed using traditional data processing methods.

    • Big data is characterized by the 3Vs - volume, velocity, and variety.

    • It requires specialized tools and techniques for processing and analysis.

    • Examples of big data include social media data, sensor data, and financial market data.

  • Answered by AI
  • Q7. Advantage 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

  • Answered by AI
  • Q8. Tell me about yourself?
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using technologies such as HTML, CSS, JavaScript, and React

    • Proficient in programming languages such as Java and Python

    • Strong problem-solving skills and ability to work in a team environment

    • Passionate about learning new technologies and staying up-to-date with industry tren

  • Answered by AI
  • Q9. Why do you want to join our company?
  • Ans. 

    I am impressed with the company's innovative approach and would love to be a part of the team.

    • I have researched the company and am impressed with its achievements

    • I am excited about the company's focus on innovation and cutting-edge technology

    • I believe that the company's values align with my own and I would be proud to work here

  • Answered by AI
  • Q10. Any question regarding the company?
  • Ans. 

    Yes, can you tell me about the company culture?

    • Our company values collaboration and innovation

    • We prioritize work-life balance for our employees

    • We have a diverse and inclusive workplace culture

  • Answered by AI
  • Q11. Do you have any questions for me?

Interview Preparation Tips

Round: Test
Experience: In the analytical section questions were mostly asked from percentage,speed distance and time,match the pattern,boats and streams and There were many number of questions like If '+' stands for '*', '-' stands for '/' , '*' stands for '-' and '/' stands for '+' then what is the value of 7*45-9/4+2?

In the Logical section questions were asked from topics like blood relation, venn diagram,direction sense .

In the Verbal section we were asked to fill the sentences with proper preposition,few synonyms and antonyms.

In the computer fundamental section the questions were related to the versions of the operating system,few programming fundamentals.There were also few basic questions from electrical subjects like symbol of capacitor,resistor,transformer etc.
Tips: The paper was very easy and only basic questions were asked but you need to score good. The cutoff was 30 out of 60 but it may vary.R S Agarwal text book for quantitative apitude and verbal non verbal reasoning is enough.
Duration: 65 minutes
Total Questions: 60

Round: Group Discussion
Experience: They gave some time like 1 min to recollect the points and then start.Start the discussion only if u know the topic well otherwise listen to others and try to add few additional points to support there statements.Examples are best thing to support your statement.Never Add new points while concluding at last.
Tips: Stay updated to the most frequently asked topics in GD before attending one.This will make you more confident during the GD.
Duration: 10 minutes

Round: Technical Interview
Experience: The questions were asked from the subjects, I have mentioned in my resume.Explaining with a diagram is always a good thing.
Tips: Prepare the subjects well which you have mentioned in your resume.Only the basic questions are asked.Prepare The mini project or summer internship project well.

Round: HR Interview
Experience: The interviewer was really good and friendly.I Heard about the company in the Pre placement talk and found it the best company to work for and moreover its a product based company i always desired to work with. Out of around 300 students who wrote the test 200 were select for GD then 45 students were selected for the interview and finally 10 got selected in the company.
Tips: Be confident and honest in whatever you speak out about yourself.Research well about the company by going through the website.

General Tips: Be confident and prepare well.If you are not aware about the topic asked don't beat around the bush answer straight to the point.
Skill Tips: Prepare your resume well.
Skills: Knowledge Of Your Resume Points, Ability To Express Your Ideas, How Much You Are Interested In The Company?, Core Courses Concepts, Clarity Of Concepts, Technical Skill And Speaking Skill, Verbal Communication Skills, Good Knowledge Of Basics
College Name: GITAM University, Visakhapatnam
Motivation: The company is different form other software companies which are product based.
" -----/" I went through this website and got the detailed info about the company which made my desire to work for the company grow more stronger.
Funny Moments: Interviews unfortunately are never funny :( but yes my face certainly looked funny coz it turned into a red hot tomato :D

Skills evaluated in this interview

Top AVEVA Software Engineer Interview Questions and Answers

Q1. Difference between single and doubly linked list?Why do we prefer doubly over single linked list?
View answer (1)

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)
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
  • Q2. Behaviour questions
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions based on the projects

Technical Engineer Interview Questions asked at other Companies

Q1. The hydraulic steering device of a dish antenna for satellite tracking works by adjusting the elevation using a hydraulic ram. Oil can be pumped into the ram to raise the elevation. The hydraulic seals leak pressure very slowly such that ad... read more
View answer (1)
AVEVA Interview Questions and Answers for Freshers
illustration image
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.
  • Q2. Also about design principles

Interview Preparation Tips

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

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(1 Question)

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

(1 Question)

  • Q1. Technical concepts
Round 3 - Technical 

(1 Question)

  • Q1. Technical and managerial
Round 4 - Technical 

(1 Question)

  • Q1. Technical and Managerial
Round 5 - HR 

(1 Question)

  • Q1. Salary diacussion

Technical Staff Member 2 Interview Questions asked at other Companies

Q1. What is black box testing
View answer (1)

AVEVA interview questions for popular designations

 Senior Software Developer

 (3)

 Software Engineer

 (2)

 Member Technical Staff

 (1)

 Research and Development Intern

 (1)

 Principal Consultant

 (1)

 Senior R&D Engineer

 (1)

 R&D Engineer

 (1)

 Technical Engineer

 (1)

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.
Round 2 - Technical 

(1 Question)

  • Q1. Scenarios that I have been through in my previous company.
Round 3 - Technical 

(1 Question)

  • Q1. Pure technical by leaders in general

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.

Get interview-ready with Top AVEVA Interview Questions

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

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Jobs at AVEVA

View all
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
  • 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
Round 2 - Technical 

(1 Question)

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

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.

Associate Application Consultant Interview Questions asked at other Companies

Q1. What software do you know? Have you worked on SP3D or E3D?
View answer (1)
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
Round 3 - One-on-one 

(1 Question)

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

(1 Question)

  • Q1. Company feasibility round

Research and Development Intern Interview Questions asked at other Companies

Q1. SDLC/STLC lifecycle explain. What do you understand by Agile development.Some theory concept of Software Testing subject.
View answer (1)
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

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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 Resume tips
Round 2 - Aptitude Test 

Easy level aptitude and pseudo code

Round 3 - One-on-one 

(3 Questions)

  • Q1. Technical interview
  • Q2. Linked list representation
  • 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

Interview Preparation Tips

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

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics were on dbms, dsa and oops mostly

Top AVEVA Software Engineer Interview Questions and Answers

Q1. Difference between single and doubly linked list?Why do we prefer doubly over single linked list?
View answer (1)

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)
Contribute & help others!
anonymous
You can choose to be anonymous

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 2-4 weeks to complete.

Recently Viewed

DESIGNATION

SALARIES

AirAsia

INTERVIEWS

Infosys BPM

No Interviews

SALARIES

Hinge Health

INTERVIEWS

AVEVA

No Interviews

INTERVIEWS

AirAsia

No Interviews

INTERVIEWS

AirAsia

5.6k top interview questions

DESIGNATION

INTERVIEWS

SPRINKLR

No Interviews

JOBS

Hinge Health

No Jobs

Tell us how to improve this page.

AVEVA Interview Process

based on 22 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Siemens Interview Questions
4.1
 • 418 Interviews
ABB Interview Questions
4.1
 • 235 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
View all

AVEVA Reviews and Ratings

based on 528 reviews

4.3/5

Rating in categories

3.9

Skill development

4.5

Work-life balance

3.8

Salary

4.2

Job security

4.3

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 528 Reviews and Ratings
Sales Data Quality Analyst

Hyderabad / Secunderabad,

Bangalore / Bengaluru

4-6 Yrs

₹ 10.08-7.825 LPA

R&D Senior Member of Technical Staff

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

R&D Member of Technical Staff II, Technical Writer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AVEVA with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Honeywell Automation

3.8
Compare

Emerson Electric Co.

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