Upload Button Icon Add office photos

Filter interviews by

Extreme Networks QA Analyst Interview Questions and Answers

Updated 15 Jun 2023

Extreme Networks QA Analyst Interview Experiences

1 interview found

QA Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in May 2023. There were 3 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 

I was asked coding questions in python. Print the first 100 prime numbers. other question is based on regex.

Round 3 - Technical 

(2 Questions)

  • Q1. Covered all whatever I wrote in my resume.
  • Q2. Explain how switch learns mac address
  • Ans. 

    Switch learns MAC addresses through a process called MAC address learning.

    • When a switch receives a frame, it looks at the source MAC address in the frame header.

    • The switch then associates this MAC address with the port on which it received the frame.

    • If the switch already knows the MAC address, it updates the port information.

    • If the switch does not know the MAC address, it adds it to its MAC address table.

    • This process a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Extreme Networks QA Analyst interview:
  • python
  • Networking
  • Docker

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. I was asked about basic QA questions. One coding question on Recursion
  • Q2. Coding question on Recursion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

List, Dictionries with API

Round 2 - Technical 

(2 Questions)

  • Q1. Debug the test code written in Python
  • Ans. 

    Debugging test code in Python

    • Check for syntax errors and typos in the code

    • Use print statements to track the flow of the code and identify any issues

    • Review the logic of the code to ensure it is correctly implemented

    • Utilize debugging tools like pdb or IDE debuggers to step through the code

  • Answered by AI
  • Q2. What is Python Path
  • Ans. 

    Python Path is the location where Python is installed on a computer.

    • Python Path is the directory where the Python interpreter is located.

    • It is used by the operating system to find and execute Python scripts.

    • The Python Path can be set as an environment variable to make it easier to run Python scripts from any directory.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. BDD framework, TestNG

Interview Questionnaire 

1 Question

  • Q1. What is quality assurance? Explain 7Qc tool etc
  • Ans. 

    Quality assurance is the process of ensuring that a product or service meets the desired level of quality.

    • 7QC tools are used to identify and solve quality problems

    • The tools include Pareto chart, cause-and-effect diagram, control chart, histogram, scatter diagram, flowchart, and check sheet

    • QA involves creating and implementing processes and procedures to prevent defects and improve quality

    • It also involves testing and ev...

  • Answered by AI

QA Engineer Interview Questions & Answers

Nvidia user image Rutuja Varpe

posted on 26 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Sanity, stlc,sdlc and agile
  • Q2. Agile and matrix test plan
Round 2 - One-on-one 

(2 Questions)

  • Q1. Smoke testing and sdlc
  • Q2. Sanity and smoke sdlc

QA Engineer Interview Questions & Answers

Cisco user image Thriveni Surya

posted on 13 Sep 2024

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

(1 Question)

  • Q1. Previous Projects
  • Ans. 

    I have worked on various projects in the past, including testing web applications, mobile apps, and APIs.

    • Tested web applications for functionality, usability, and performance.

    • Tested mobile apps on different devices and platforms.

    • Tested APIs for data accuracy and response times.

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Selenium automation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for Java. Prepare well for selenium basic.

I applied via Nvidea and was interviewed in Nov 2021. There were 3 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 

(1 Question)

  • Q1. HR Asks general questions. past experience pass out year. current base out of and elaborated GD to me once again.
Round 3 - Technical 

(5 Questions)

  • Q1. Difference between List and Tuples? in python
  • Ans. 

    List is mutable and Tuples are immutable in Python.

    • Lists are enclosed in square brackets [], while Tuples are enclosed in parentheses ().

    • Elements of a list can be changed, added or removed, while elements of a tuple cannot be changed.

    • Lists are slower than tuples due to their mutable nature.

    • Tuples are used for fixed data, while lists are used for dynamic data.

    • Lists are used for homogenous data, while tuples are used for

  • Answered by AI
  • Q2. What Android basic component
  • Ans. 

    The basic components of Android are activities, services, broadcast receivers, and content providers.

    • Activities are the user interface components that allow users to interact with the app.

    • Services are background components that perform long-running operations.

    • Broadcast receivers are components that receive and respond to system-wide broadcast announcements.

    • Content providers are components that manage a shared set of ap

  • Answered by AI
  • Q3. Explain about android architecture system.
  • Ans. 

    Android architecture system is a layered architecture consisting of four main layers.

    • The four main layers are Linux kernel, native libraries, application framework, and applications.

    • The Linux kernel provides low-level hardware abstraction and security.

    • Native libraries are written in C or C++ and provide access to hardware-specific features.

    • Application framework provides high-level services such as activity management, ...

  • Answered by AI
  • Q4. How does Open GL graphics Works in android
  • Ans. 

    OpenGL is a graphics API used in Android to render 2D and 3D graphics.

    • OpenGL is a cross-platform API that allows developers to create high-performance graphics applications.

    • It uses a pipeline-based model to process graphics data.

    • OpenGL ES (Embedded Systems) is the version of OpenGL used in Android.

    • It supports features like texture mapping, lighting, and shading.

    • Developers can use OpenGL in Android to create games, visu...

  • Answered by AI
  • Q5. Design Test cases for A Deseal Car Engine. Cover all test cases
  • Ans. 

    Design test cases for a deseal car engine

    • Test for engine starting and stopping

    • Test for oil pressure and temperature

    • Test for fuel efficiency

    • Test for exhaust emissions

    • Test for engine noise and vibration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare some basics on python and go through your resume once again. they dig very deep into resume

Skills evaluated in this interview

I applied via Company Website and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Be thorough with you own resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - For the QA post there was an initial screening test (2 coding question + 8 MCQ ). The interview process was completed within a day.

Extreme Networks Interview FAQs

How many rounds are there in Extreme Networks QA Analyst interview?
Extreme Networks interview process usually has 3 rounds. The most common rounds in the Extreme Networks interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Extreme Networks QA Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cisco Interview Questions
4.1
 • 396 Interviews
Dell Interview Questions
4.0
 • 391 Interviews
Indus Towers Interview Questions
3.8
 • 171 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
Nvidia Interview Questions
3.8
 • 104 Interviews
Tejas Networks Interview Questions
4.1
 • 74 Interviews
View all
Software Engineer
35 salaries
unlock blur

₹4.8 L/yr - ₹16 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹11.9 L/yr - ₹42.3 L/yr

Staff Software Engineer
21 salaries
unlock blur

₹26 L/yr - ₹40 L/yr

Associate Software Engineer
19 salaries
unlock blur

₹8 L/yr - ₹13 L/yr

QA Engineer
14 salaries
unlock blur

₹9.1 L/yr - ₹14 L/yr

Explore more salaries
Compare Extreme Networks with

Cisco

4.1
Compare

Juniper Networks

4.2
Compare

Aruba Networks

4.2
Compare

Hewlett Packard Enterprise

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