Upload Button Icon Add office photos
Engaged Employer

i

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

AVAYA Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 349 Reviews

Filter interviews by

AVAYA Software Engineer Interview Questions, Process, and Tips

Updated 20 Sep 2024

Top AVAYA Software Engineer Interview Questions and Answers

AVAYA Software Engineer Interview Experiences

4 interviews found

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

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

Round 1 - Coding Test 

Aptitude, Technical MCQs, Coding

Round 2 - Technical 

(3 Questions)

  • Q1. Write pseudocodes
  • Ans. 

    Writing pseudocodes for software engineering interview question

    • Start by defining the problem and its requirements

    • Break down the problem into smaller steps

    • Use clear and concise language to describe each step

    • Include necessary variables and data structures

    • Consider edge cases and error handling

    • Test the pseudocode with sample inputs

  • Answered by AI
  • Q2. Resume Projects
  • Q3. Computer Fundamentals
Round 3 - HR 

(2 Questions)

  • Q1. Strengths & weaknesses
  • Q2. Why you want to work at avaya?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Jun 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 - Aptitude Test 

Basic Aptitude questions regarding arithmetics and puzzles.

Round 3 - Coding Test 

Coding test was on some platform that I don't remember. The question were quite easy but I was short on time. You were given 20 minutes to solve 2 questions ( 1 easy, 1 medium ) .

The first question was very basic and based on Priority Queue, the second question was based on the graph. This was a medium-hard difficulty. I was able to solve one.

Round 4 - Technical 

(3 Questions)

  • Q1. Basic Computer Science Questions and Networking Concepts Questions related to my resume and projects. Questions on my previous internship experience. Questions on Bootloader. Questions on Linux
  • Q2. Delete a node from a linked list
  • Ans. 

    To delete a node from a linked list, update the previous node's next pointer to skip over the node to be deleted.

    • Traverse the linked list to find the node to be deleted

    • Update the previous node's next pointer to skip over the node to be deleted

    • Free the memory allocated to the node to be deleted

  • Answered by AI
  • Q3. Print a matrix horizontally
  • Ans. 

    Print a matrix horizontally

    • Iterate through each row of the matrix

    • Concatenate the elements of each row into a single string

    • Add the concatenated strings to an array of strings

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. This was a combination of HR and Technical Round. Basic HR questions.
  • Q2. Multiply two numbers without multiplication sign (using recursion) Questions on projects and internship experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident with yourself and your projects. Have a good knowledge of computer science fundamentals.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Computer Engineering related fields

Round 2 - Technical 

(2 Questions)

  • Q1. Resume based technical interview
  • Q2. More about coding and aptitude questions
Round 3 - Technical 

(2 Questions)

  • Q1. Technical round with coding questions
  • Q2. Few HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good people to work with, good work-life balance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Cummins College of Engineering for Women, Pune and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

1 hr for 3 codes mostly .

Round 2 - Aptitude Test 

30 mins quants and 30 mins coding mcq

Round 3 - Technical 

(2 Questions)

  • Q1. Palindrome of string
  • Ans. 

    A palindrome of a string is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the string is equal to its reverse to determine if it is a palindrome.

    • Ignore spaces and punctuation when checking for palindromes.

    • Examples: 'racecar', 'madam', '12321'

  • Answered by AI
  • Q2. Sorting an array
  • Ans. 

    Sorting an array of strings

    • Use a sorting algorithm like quicksort or mergesort

    • Consider the length of the strings for efficiency

    • Use a comparison function to determine the order of strings

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are your hobbies?
  • Ans. 

    My hobbies include playing guitar, hiking, and reading science fiction novels.

    • Playing guitar: I enjoy learning new songs and practicing different techniques.

    • Hiking: I love exploring nature trails and challenging myself with long hikes.

    • Reading science fiction novels: I find it fascinating to escape into imaginative worlds and explore futuristic concepts.

  • Answered by AI
  • Q2. Why do you wish to join Avaya.
  • Ans. 

    I wish to join Avaya because of its reputation for innovation and cutting-edge technology in the telecommunications industry.

    • Avaya is known for its innovative solutions in the telecommunications industry

    • I am excited about the opportunity to work with cutting-edge technology at Avaya

    • I believe Avaya's work culture and values align with my own professional goals

  • Answered by AI

Skills evaluated in this interview

AVAYA interview questions for designations

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Senior Software Developer

 (1)

 Senior Software Engineer 4

 (1)

 Network Engineer

 (1)

 Softwaretest Engineer

 (1)

 Voip Engineer

 (1)

 Technical Support Engineer

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding window based question
Round 2 - Technical 

(1 Question)

  • Q1. Java, JS, SQL based questions
Round 3 - HR 

(1 Question)

  • Q1. Reasons to switch , motivation , salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consists of multiple-choice questions and one medium-hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Given three jugs with different capacities and no measuring tools, how can you measure out a specific amount of water using the jugs you have?
  • Q2. What is the angle between the minute and hour hand of a clock at 3:45?
  • Q3. What is indexing in Database Management Systems (DBMS)?
  • Q4. What is the lifecycle of a React component?
  • Q5. How you delete entry in mongodb database

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

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

Normal vikas questions

Round 2 - Technical 

(2 Questions)

  • Q1. Cube root,double pointers
  • Q2. Projects embedded expected
  • Ans. 

    Projects involving embedded systems are expected in the software engineer role.

    • Experience with programming languages commonly used in embedded systems such as C/C++

    • Knowledge of hardware-software interface and real-time operating systems

    • Ability to work with microcontrollers and sensors

    • Examples: Developing firmware for IoT devices, designing control systems for robotics

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Normal hr questions
  • Q2. Job location and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in urself

AVAYA Interview FAQs

How many rounds are there in AVAYA Software Engineer interview?
AVAYA interview process usually has 3-4 rounds. The most common rounds in the AVAYA interview process are Technical, Coding Test and HR.
How to prepare for AVAYA Software Engineer 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 AVAYA. The most common topics and skills that interviewers at AVAYA expect are Networking, Linux, C++, Coding and Debugging.
What are the top questions asked in AVAYA Software Engineer interview?

Some of the top questions asked at the AVAYA Software Engineer interview -

  1. Delete a node from a linked l...read more
  2. Print a matrix horizonta...read more
  3. Write pseudoco...read more

Tell us how to improve this page.

AVAYA Software Engineer Interview Process

based on 3 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more

People are getting interviews through

based on 4 AVAYA interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
AVAYA Software Engineer Salary
based on 117 salaries
₹5.6 L/yr - ₹19.2 L/yr
55% more than the average Software Engineer Salary in India
View more details

AVAYA Software Engineer Reviews and Ratings

based on 16 reviews

3.8/5

Rating in categories

3.7

Skill development

4.1

Work-Life balance

3.6

Salary & Benefits

2.9

Job Security

3.9

Company culture

2.9

Promotions/Appraisal

3.6

Work Satisfaction

Explore 16 Reviews and Ratings
Software Engineer
125 salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Senior Technical Support Engineer
86 salaries
unlock blur

₹7.5 L/yr - ₹23.5 L/yr

Senior Software Engineer
82 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Senior Technical Specialist
80 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Softwaretest Engineer
69 salaries
unlock blur

₹3 L/yr - ₹5.6 L/yr

Explore more salaries
Compare AVAYA with

Cisco

4.2
Compare

Poly

2.7
Compare

Mitel

3.5
Compare

Genesys

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview