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 Senior Software Developer Interview Questions and Answers

Updated 17 Dec 2024

AVEVA Senior Software Developer Interview Experiences

3 interviews found

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

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in Freshworks
Q3. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more
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

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2023. There were 5 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 - Coding Test 

Medium data structure problem was given and asked to solve. System design questions was asked.

Round 3 - Coding Test 

Medium data structure problem was asked. Java questions were asked and previous projects were discussed.

Round 4 - System Design 

(3 Questions)

  • Q1. System Design question was asked. Java concepts were asked.
  • Q2. Java Concepts were asked.
  • Q3. Previous projects were discussed.
Round 5 - Behavioral 

(1 Question)

  • Q1. Previous projects were discussed. Roles and responsibilities were discussed.

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Software Developer interview:
  • Data Structures
  • Algorithms
  • System Design
  • Java
Interview preparation tips for other job seekers - Prepare well and it becomes easy to crack.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. String related questions
  • Q2. Exception related questions
  • Q3. Collection related questions
  • Q4. Thread related question
Round 2 - Technical 

(2 Questions)

  • Q1. Collection related questions
  • Q2. Currently working project related questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Project related questions
  • Q2. Experience related questions

Interview Preparation Tips

Topics to prepare for EbixCash Limited Senior Software Developer interview:
  • Core Java
  • Spring Boot
  • JPA
Interview preparation tips for other job seekers - Preparation in core Java is essential for making a strong impression in an interview, and familiarity with advanced concepts provides an additional advantage.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Resume shortlisted, HR will ask you about experience and salary expectations
Round 2 - Technical 

(1 Question)

  • Q1. Question related to OOPs, file handling, exception handling, jquery, ajax, mysql
Round 3 - Aptitude Test 

Gs mathematics question can search easily on google or AI

Round 4 - Technical 

(2 Questions)

  • Q1. Virtual round or face to face will give you task to perform and check depth knowledge
  • Q2. Create interface or abstract or write a program or create a form and submit using ajax

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Core deep concepts of c++ and few basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the concepts of c++ and dsa
Also be precise with your past experience and vocal about the things you've achieved and learnt.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1 round consist base of development like OOPS, Basic Concept of solid, Design Pattern, Database, AZURE/AWS, Testing Frameworks, ORM etc.
  • Q2. What is Oops in c#?
  • Ans. 

    Object-Oriented Programming concepts in C#

    • Oops stands for Object-Oriented Programming.

    • It includes concepts like classes, objects, inheritance, polymorphism, encapsulation.

    • Example: Creating a class 'Car' with properties like 'make', 'model' and methods like 'drive'.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. More discussion on basic topic along with some advance area like architecture, security, performance,
Round 4 - HR 

(1 Question)

  • Q1. Mostly want to know how you are fit with there culture, more focus on personality.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare from basic things, If you don't know answer please tell them know, don't try to waste your time as well as interviewer

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Core java in deep hashing Threading realted question Database related questions Application Performance

Interview Preparation Tips

Interview preparation tips for other job seekers - be positive and focused, learn core and basics
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a string without any library function.
  • Ans. 

    Reverse a string without any library function.

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q2. About current project and it's architecture. Challenges you've faced in current project and how did you've solved it. Basic of OOPS
Round 2 - Mangerial 

(1 Question)

  • Q1. Personality check, tell me something about yourself which is not there in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with current project architecture....easy data structure problem solving skills and groom your concepts in programming language you use.

AVEVA Interview FAQs

How many rounds are there in AVEVA Senior Software Developer interview?
AVEVA interview process usually has 1-2 rounds. The most common rounds in the AVEVA interview process are Resume Shortlist, HR and Coding Test.
How to prepare for AVEVA Senior Software Developer 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#, AWS, .NET, .Net and CSS.

Tell us how to improve this page.

AVEVA Senior Software Developer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
AVEVA Senior Software Developer Salary
based on 4 salaries
₹15 L/yr - ₹18 L/yr
13% more than the average Senior Software Developer Salary in India
View more details
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