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 for Freshers

Updated 10 Jan 2025

Top AVEVA Interview Questions and Answers for Freshers

View all 7 questions

AVEVA Interview Experiences for Freshers

Popular Designations

5 interviews found

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
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 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 Questions & Answers

user image Anonymous

posted on 9 Feb 2024

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about a time you had to implement a new technology.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Mar 2023. There were 2 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 - HR 

(2 Questions)

  • Q1. Tell me about yourself, experience, skills. What do you know about the company
  • Ans. 

    I am an experienced Senior Software Developer with a strong skill set. I have knowledge about the company.

    • I have over 8 years of experience in software development, with expertise in various programming languages such as Java, C++, and Python.

    • I have worked on multiple projects, including developing web applications, creating APIs, and implementing database systems.

    • I have a deep understanding of software development met...

  • Answered by AI
  • Q2. What do you know about the company.
  • Ans. 

    The company is a leading technology firm specializing in software development.

    • The company was founded in 2005.

    • They have a strong focus on innovation and cutting-edge technologies.

    • They have a diverse portfolio of clients from various industries.

    • The company has won several awards for their software solutions.

    • They prioritize employee growth and provide opportunities for professional development.

  • 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)

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

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 Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

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,

AVEVA Interview FAQs

How many rounds are there in AVEVA interview for freshers?
AVEVA interview process for freshers usually has 2-3 rounds. The most common rounds in the AVEVA interview process for freshers are One-on-one Round, Resume Shortlist and HR.
How to prepare for AVEVA interview for freshers?
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 Artificial Intelligence, C#, Coding, Machine Learning and Product Development.
What are the top questions asked in AVEVA interview for freshers?

Some of the top questions asked at the AVEVA interview for freshers -

  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 do you mean by big da...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 for Freshers

based on 3 interviews

Interview experience

4.7
  
Excellent
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 529 reviews

4.2/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

3.8

Salary

4.2

Job security

4.3

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 529 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