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 experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 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 

(1 Question)

  • Q1. MES related questions
Round 3 - Coding Test 

Mainly on Sql query and c#. Question are easy to medium level. Not very hard.

Round 4 - HR 

(1 Question)

  • Q1. Salary, How as a team player

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck for Aveva interview. Don't panic. Don't worry

QA QC Engineer Interview Questions asked at other Companies

Q1. wha is your response ?, if material will purchase from any factory then what will u do that ? , how many hours can u do work in a day?, do u know all plant calibration?, how the borrow area will select ?, how u manage your junior in work pe... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you identify 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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide the answers short and precise.

Skills evaluated in this interview

Solution Engineer Interview Questions asked at other Companies

Q1. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts with example 3. What is data binding? 4. Xamarin Page life cycle 5. Layouts in xamarin 6. Find gretest number from list of array (coding)
View answer (1)

Cloud Operations Developer Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2022

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Difference between S3 and EBS
  • Q2. How to get high availability
  • Q3. How to reduce latency
  • Q4. Explain about the project which you did in .Net

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up all the basics and be confident

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between task and 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.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Write a program to explain the use case related to delegate
  • 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 BeginInvok

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics, focus more on concepts rather than the implementation details

Skills evaluated in this interview

Senior R&D Engineer Interview Questions asked at other Companies

Q1. What is your experience in Software configuration management tools like TCM, RTC, Synergy, Git and Git Hub?
View answer (1)

AVEVA interview questions for popular designations

 Senior Software Developer

 (3)

 Software Engineer

 (2)

 Application Consultant

 (1)

 Associate Application Consultant

 (1)

 DOT NET Developer

 (1)

 Member Technical Staff

 (1)

 Principal Consultant

 (1)

 QA Engineer

 (1)

I applied via LinkedIn and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself and Professionals experience
Round 2 - Assignment 
Round 3 - Coding Test 

Few multiple question about API and Testing

Round 4 - One-on-one 

(1 Question)

  • Q1. More of Technical round. How cypress works. Difference between collections. Som realtime testing questions

Interview Preparation Tips

Topics to prepare for AVEVA Member Technical Staff interview:
  • API
  • Automation Testing
  • Javascript
Interview preparation tips for other job seekers - Be calm and think. Don't get nervous when answering they will check your confidence level more than correct ans

Member Technical Staff Interview Questions asked at other Companies

Q1. Buy and Sell Stock Problem Statement Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell transactions to maximize your profit... read more
Add answer

Get interview-ready with Top AVEVA Interview Questions

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

Interview Questionnaire 

1 Question

  • Q1. Tell about aveva
  • Ans. 

    Aveva is a global engineering and industrial software company.

    • Provides software solutions for industries like oil and gas, power, marine, and more

    • Offers products for engineering, operations, and performance management

    • Has offices in over 40 countries and serves customers in over 80 countries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything planned as scheduled.
Very professional and clear communication Before interview

Software Development Engineer Test Interview Questions asked at other Companies

Q1. Tell me about yourself What is Software What is Framework What are the characteristics of Software What are different SDLC models available? What is Debugging? Difference between Validation and Verification? What is Software Scope? What are... read more
View answer (1)

Jobs at AVEVA

View all

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 (180)

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.

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.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Siemens Interview Questions
4.1
 • 430 Interviews
ABB Interview Questions
4.1
 • 231 Interviews
BHEL Interview Questions
4.1
 • 109 Interviews
View all

AVEVA Reviews and Ratings

based on 526 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 526 Reviews and Ratings
CoE Software Developer QA

Hyderabad / Secunderabad

5-7 Yrs

Not Disclosed

PowerBI developer

Hyderabad / Secunderabad

4-7 Yrs

Not Disclosed

Account Manager

Noida,

Hyderabad / Secunderabad

+1

14-20 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
115 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Software Engineer
75 salaries
unlock blur

₹5.5 L/yr - ₹14.2 L/yr

Principal Consultant
64 salaries
unlock blur

₹15 L/yr - ₹33 L/yr

Test Engineer
55 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Consultant
54 salaries
unlock blur

₹7 L/yr - ₹15.2 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