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

Filter interviews by

AVAYA Interview Questions, Process, and Tips

Updated 4 Feb 2025

Top AVAYA Interview Questions and Answers

View all 21 questions

AVAYA Interview Experiences

Popular Designations

39 interviews found

Software Engineer Senior Technical Associate Interview Questions & Answers

user image Anonymous

posted on 2 Sep 2021

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions based on your resume like projects done in college.
  • Q2. OS concepts like Deadlock, Multithreading
  • Q3. Computer Network questions - Sliding Window protocol mechanism, IPv4-V6 difference
  • Q4. Explain OOP concepts like Inheritance with example.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was placed during Campus Placement drive. You need to be we versed with all concepts of Computer Networks, OS and OOP.

I was interviewed before Jun 2016.

Interview Questionnaire 

3 Questions

  • Q1. Why Avaya, if you don’t have networks courses ?
  • Q2. Why and why not Avaya?
  • Q3. How recession is affecting Avaya as a company?
  • Ans. 

    Avaya has been significantly affected by the recession.

    • Avaya has experienced a decline in revenue and profitability due to the recession.

    • The recession has led to reduced spending on communication and networking infrastructure, impacting Avaya's sales.

    • Avaya may have faced challenges in securing new contracts and retaining existing customers during the recession.

    • The company may have implemented cost-cutting measures such...

  • Answered by AI

Interview Preparation Tips

Round: Test
Tips: Revise C(especially pointers), JAVA and basic second and third year courses in CSE .
Duration: 30 minutes

Round: Technical Interview
Experience: Questions on Djikstra, Prim

Network Engineer Interview Questions asked at other Companies

Q1. TCP/IP layers, why is transport needed for communication? What is Subnet mask and how does it help in data communication. Why is Vlan needed? Based on what information does a switch and router send a packet or frame? Types of arp, What is p... read more
View answer (2)

Interview Preparation Tips

Round: Test
Experience: Written test - upto 36 were shortlisted for the interviews (B.Tech, MCA).

Round: Technical Interview
Experience: Questions depended on project work put up on the resume and they asked questions from every subject- N/Ws, DB, OS, OOP.

General Tips: Basics of everything you have studied in 2&3 year.
Not getting placed early is not a reason to bury yourself in depression. Just work hard.
It's going to be exhausting. The placement interviews are more rigorous than internship interviews. Don't be surprised.
Skills:
College Name: NIT Surathkal

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

Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2015

Interview Preparation Tips

Round: Test
Experience: General aptitude : maths type Questions on graphs and pie charts and data analysis reasoning and analytical : usual relational and conclusion determining deductions 
technical : c/c++/data structures
Tips: Concentrate on the basics of C/C++ and Data structures.
Duration: 60 minutes

Round: Technical Interview
Experience: Basics of computer organization and architecture, c/c++, software development cycle, linked list, stack, recursion, dsp projects undertaken.
Tips: Clear the concepts of Basics of computer organization and architecture, c/c++, software development cycle, linked list, stack, recursion.

Round: HR Interview
Experience: They asked me about myself, my career interest, ideological beliefs, choice of software, plans for higher studies.
Tips: Be aware with general HR questions.

General Tips: Stress on fundamentals, Stress on project works and internship, be confident in whatever you speak there.
College Name: NIT WARANGAL

AVAYA interview questions for popular designations

 Software Engineer

 (4)

 Consultant

 (1)

 Intern

 (1)

 Member Technical Staff

 (1)

 Network Engineer

 (1)

 QA QC Engineer

 (1)

 Senior Consultant

 (1)

 Senior Software Developer

 (1)

Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2015

Interview Preparation Tips

Round: Technical Interview
Experience: They asked me about my internship project and my role in that and they also asked me about my IIIT project. one question on foreign key. what are your interests??? what was the striking thing that you liked in ppt.
Tips: Be well versed about your Internship and Projects .

Round: HR Interview
Experience: General HR questions were asked like1. what is your plans for furthur studies2. where would you want to be after 5 years .3.what are your interests??? 4.what was the striking thing that you liked in ppt.etc

Skill Tips: These topics are very important therefore study clearly these topics and work hard.
Skills: C/C++, Data structure
College Name: NIT WARANGAL

Get interview-ready with Top AVAYA Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2015

Interview Questionnaire 

9 Questions

  • Q1. Did you do any internship or did u underwent any summer training?
  • Ans. 

    Yes, I have done multiple internships and summer trainings.

    • I have completed a summer training program at XYZ company.

    • I have also interned at ABC organization for 6 months.

    • During my college years, I completed an internship at DEF firm.

    • These experiences have helped me gain practical knowledge and skills in my field.

  • Answered by AI
  • Q2. What is your final year project about and what is your contribution in your project and your team members?
  • Ans. 

    My final year project is about developing a mobile application for managing personal finances.

    • I contributed to the design and development of the user interface.

    • I also worked on the implementation of the budget tracking feature.

    • My team members focused on the database design and backend development.

    • We used Java for the Android app development and MySQL for the database.

    • The app allows users to set budgets, track expenses,...

  • Answered by AI
  • Q3. Write a function pointer which takes interger and returns character
  • Ans. 

    Function pointer taking integer and returning character

    • Define a function pointer with return type char and parameter type int

    • Example: char (*funcPtr)(int)

    • Use typedef to simplify the syntax: typedef char (*FuncPtr)(int)

    • Pass the function pointer as an argument to another function

    • Example: void someFunction(FuncPtr ptr)

  • Answered by AI
  • Q4. Why is static used, explain?
  • Ans. 

    Static is used to store data that remains constant throughout the program's execution.

    • Static variables retain their value between function calls

    • Static functions can only be accessed within the file they are defined in

    • Static classes cannot be instantiated and their members can only be accessed through the class name

    • Static methods are used for utility functions that do not require an instance of the class

  • Answered by AI
  • Q5. What are the differences in c and c++?
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for function overloading and templates.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be more complex than C.

  • Answered by AI
  • Q6. How do u think c++ is better than c regarding oops ?
  • Ans. 

    C++ supports features like inheritance, polymorphism, and encapsulation which are not present in C.

    • C++ supports classes and objects which allow for better organization of code.

    • Inheritance allows for code reuse and reduces redundancy.

    • Polymorphism allows for flexibility in code design.

    • Encapsulation allows for better data hiding and security.

    • C++ also supports templates which allow for generic programming.

    • C++ has a larger

  • Answered by AI
  • Q7. Tell about your-self
  • Ans. 

    I am a highly motivated individual with a passion for learning and growth.

    • I have a Bachelor's degree in Computer Science from XYZ University.

    • I have completed several online courses in web development and programming languages such as Python and Java.

    • I have worked as a software developer for ABC Company for the past two years, where I have gained experience in developing and maintaining web applications.

    • I am a quick lea...

  • Answered by AI
  • Q8. What is this final year project about?
  • Ans. 

    The final year project is about developing a mobile application for managing personal finances.

    • The application will allow users to track their expenses and income

    • Users can set budgets and receive notifications when they exceed them

    • The app will provide visual representations of spending habits

    • Users can link their bank accounts for automatic tracking

    • The app will have a feature for setting financial goals and tracking pro

  • Answered by AI
  • Q9. Do you have any problem in shifting to pune?
  • Ans. 

    No, I don't have any problem in shifting to Pune.

    • I am excited to explore a new city

    • I have lived in different cities before

    • I have researched about Pune and its culture

    • I am willing to adapt to the new environment

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Written test is conducted by merit track. Mostly basic questions.
Duration: 80 minutes

Round: HR Interview
Experience: Complete interview is very cool. The panel members are very friendly. Overall process is very fast.

Skill Tips: Be cool, just show your presentation skills while explaining about your project details. But say true whatever you know.
College Name: NIT WARANGAL

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2015

Interview Preparation Tips

Round: Test
Experience: 18 people were short-listed after the apti. There were one round each of technical and HR after that.
Duration: 70 minutes

Round: Technical Interview
Experience: Everyone were asked about their final year project. Many puzzles were asked for the technical interview. There were a few questions from OS, DS and C as well.

Round: HR Interview
Experience: The usual questions like 'tell me about yourself', 'do u have any problem in relocating', 'where do you see yourself in a few years' were asked. The interviewer was very friendly. There was only one round of technical interview. There were a lot of questions for which I didn't know the answers, but which ever i knew, i was able to present well and that helped.

Skill Tips: Get the interviewer to ask questions about the topic you are most comfortable with. Impress him as much as you can.
College Name: NIT WARANGAL

Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2015

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?
  • Ans. 

    I am a highly motivated individual with a passion for learning and achieving my goals.

    • I have a degree in computer science and have worked as a software developer for 3 years.

    • I am a quick learner and enjoy taking on new challenges.

    • In my free time, I enjoy hiking and playing guitar.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Aptitute:-normal questions of logical reasoning.
Quantitive:-questions related to speed,distance,probability,time.
Technical:- c,c++,oops,data structure.
Duration: 60 minutes

Round: Technical Interview
Experience: In technical interview, the questions were mainly related to final year project and training,mainly they were asking each and every thing about final year project.what's ur favourite subject and related questions on that like what is OS and what is memory management? some short of puzzles, basic data structure, C and C++.

Round: HR Interview
Experience: It was very nice and the panel was quite friendly with us.

Skill Tips: Go through C, C++,data structure,operating system. Be honest and confident.
College Name: NIT WARANGAL

Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2015

Interview Preparation Tips

Round: Test
Experience: There were four sets of paper:
1)Verbal - 20 questions were asked. Easy ones.
2)Analytical - same. only easy questions were asked.
3)Algorithms - some questions in this section were little tough. Apart from that algorithms like BFS,DFS and postorder, preorder traversals,sorting techniques like bubble sort,radix sort, and one question on complexity was also asked.It was for 10 mins and 15 questions were asked.
4)C++ Programming - Templates, structures, "What is the output" type questions,Wrapper classes etc were asked. Time management is necessary in Algorithms and C++ part.
Duration: 85 minutes

Round: Technical Interview
Experience: It was for 40 mins.Two of them took my interview simultaneously. Both were very friendly. They asked me a lot of questions. They asked me my favourite subject and i told OS. So questions were asked mainly from that only. Some of them were how to run a flat binary file in the processor, process concepts,virtual memory concepts, process scheduling etc.. It was not tough.. Be very prepared with the basics first. Next they tested my programming ability.. They gave me an option of c++ and java. I took java. So they asked me on extending classes , interfaces and a program based on that. Basic OOPS concepts were also asked. Though they did'nt ask me,details of the final year project was very much concentrated.

Round: HR Interview
Experience: This was for 20 mins. They asked me to tel about myself, why avaya?, are u placed in any other company? etc.
Surprisingly she asked about my project also . She was very friendly and talked very positively. Answering
confidently is the basic key here..As a whole the selection went very well for me. All the panel members were very amicable.The PPT was good.. The selection process went for 9 hours totally.. It was a good experience.

Skill Tips: Be thorough with your basics first. That's what they expect. and if u don know something, tel you dont know and answer very confidently. That is a very important point. All the best .. :)
Skills: Programming
College Name: NIT WARANGAL

Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2015

Interview Preparation Tips

Round: Test
Experience: Analytical: simple logical question, which can be solved easy with little bit practice.
Quantitative: usual maths type question, very easy..
Duration: 60 minutes

Round: Technical Interview
Experience: They asked details of project work, favourite subject, basics of microprocessor, computer architecture, stld c, c++ coding, data structures basics.
Tips: Work hard, choose 1 or 2 subjects and be very strong in that, rest you should know the basics,dont loose patience and be confident in whatever you speak.

Round: HR Interview
Experience: General HR questions were asked like tell me something about yourself , why you want to join this company, what is your expectations from this company, any other job holdings, little bit technical.they also asked about interests and achievements.
Tips: HR round is very important round so does not neglect HR round. general HR questions should be prepared.

General Tips: Work hard, choose 1 or 2 subjects and be very strong in that, rest you should know the basics, don't loose patience and be confident in whatever you speak.
Skill Tips: Focus on the basic concepts of C/C++(mainly structures ,pointers ) and data structure.
Skills: C/C++, Data structure
College Name: NIT WARANGAL

AVAYA Interview FAQs

How many rounds are there in AVAYA interview?
AVAYA interview process usually has 2-3 rounds. The most common rounds in the AVAYA interview process are Technical, One-on-one Round and Coding Test.
How to prepare for AVAYA 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 PDF, Troubleshooting, Technical Support, Linux and Cloud.
What are the top questions asked in AVAYA interview?

Some of the top questions asked at the AVAYA interview -

  1. How do u think c++ is better than c regarding oop...read more
  2. Write a function pointer which takes interger and returns charac...read more
  3. How is your review process? Do you know how to document CLI commands? Rewrite...read more
How long is the AVAYA interview process?

The duration of AVAYA interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

AVAYA Interview Process

based on 26 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Mitel Interview Questions
3.6
 • 17 Interviews
Genesys Interview Questions
4.1
 • 14 Interviews
RingCentral Interview Questions
3.9
 • 11 Interviews
8x8 Interview Questions
3.6
 • 3 Interviews
Poly Interview Questions
2.7
 • 1 Interview
View all

AVAYA Reviews and Ratings

based on 385 reviews

3.3/5

Rating in categories

3.1

Skill development

3.8

Work-life balance

3.3

Salary

2.4

Job security

3.4

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 385 Reviews and Ratings
Software Engineer
123 salaries
unlock blur

₹5.4 L/yr - ₹23 L/yr

Senior Technical Support Engineer
89 salaries
unlock blur

₹7 L/yr - ₹23.5 L/yr

Senior Software Engineer
80 salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Senior Technical Specialist
76 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Technical Support Engineer
71 salaries
unlock blur

₹5.2 L/yr - ₹19 L/yr

Explore more salaries
Compare AVAYA with

Cisco

4.1
Compare

Poly

2.7
Compare

Mitel

3.6
Compare

Genesys

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