Upload Button Icon Add office photos

Filter interviews by

Strix Systems QA Engineer Interview Questions and Answers

Updated 17 Jun 2022

Strix Systems QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2022

Round 1 - Technical 

(5 Questions)

  • Q1. Formation of loop in switched Network.
  • Ans. 

    Formation of loop in switched network

    • A loop in a switched network occurs when there are multiple paths between two devices

    • This can cause broadcast storms and network congestion

    • To prevent loops, network administrators use Spanning Tree Protocol (STP) or Rapid Spanning Tree Protocol (RSTP)

    • STP and RSTP identify and disable redundant paths to prevent loops

  • Answered by AI
  • Q2. Questions about 802.11 Wireless technology
  • Q3. What is difference between Station and access point.
  • Ans. 

    A station is a device that connects to a wireless network, while an access point is a device that creates a wireless network.

    • A station is a client device that connects to an access point to access a wireless network.

    • An access point is a device that creates a wireless network and allows client devices to connect to it.

    • Access points are often used in public places like airports and cafes to provide wireless internet acce...

  • Answered by AI
  • Q4. Questions from your previous experience.
  • Q5. What is Access Lists?
  • Ans. 

    Access Lists are a set of rules that control network traffic flow based on source and destination IP addresses, ports, and protocols.

    • Access Lists are used in routers and firewalls to filter traffic.

    • They can be configured to allow or deny traffic based on specific criteria.

    • Access Lists can be applied to inbound or outbound traffic on an interface.

    • They can also be used for traffic shaping and prioritization.

    • Examples of A...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental questions not hardening. easy to crack without worry.

Skills evaluated in this interview

Interview questions from similar companies

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Selenium vs cypress
  • Ans. 

    Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

    • Selenium is more established and has a larger community support

    • Cypress is known for its fast test execution times

    • Cypress has built-in support for modern web technologies like React and Angular

    • Selenium supports multiple programming languages like Java, Python, and C#

    • Cy...

  • Answered by AI
  • Q2. How do you install cypress
  • Ans. 

    Cypress can be installed using npm package manager.

    • Install Node.js if not already installed

    • Open terminal and run 'npm install cypress'

    • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

  • Answered by AI
  • Q3. Reverse a string in Javascript
  • Ans. 

    Reverse a string in Javascript

    • Use the split() method to convert the string into an array of characters

    • Use the reverse() method to reverse the order of the characters

    • Use the join() method to convert the array back into a string

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Constructor design
  • Q2. Xpath locators page object model
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Complex aptitude Test

Round 2 - Technical 

(2 Questions)

  • Q1. Test estimation techniques
  • Ans. 

    Test estimation techniques involve various methods to predict the time and resources needed for testing activities.

    • Use historical data from previous projects to estimate testing effort

    • Break down the project into smaller tasks and estimate each task individually

    • Use expert judgment from experienced QA engineers to provide input on estimation

    • Consider complexity, risks, and dependencies when estimating testing effort

  • Answered by AI
  • Q2. Equals to vs ==

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Explain your framework
  • Ans. 

    My framework is a data-driven automation framework using Selenium and TestNG.

    • Utilizes Selenium for web automation

    • Uses TestNG for test case management and execution

    • Data-driven approach for test data separation

    • Supports parallel execution for faster testing

    • Includes reporting tools like ExtentReports for detailed test results

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs concept 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 stands for Object-Oriented Programming

    • Key concepts include classes, objects, inheritance, polymorphism, and encapsulation

    • Classes are blueprints for objects, defining their properties and behaviors

    • Objects are instances of classes, representing real-world entities

    • Inh...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions and pseudo codes

Round 2 - Technical 

(2 Questions)

  • Q1. Basic programs which we generally get online
  • Q2. Some technical questions on programming language and some situation based quesions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning and adapting to new situations
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on switching
  • Q2. Packet flow in routers, osi model , etc
  • Ans. 

    Packet flow in routers involves data transmission through different layers of the OSI model.

    • Packet flow starts at the network layer where packets are routed based on IP addresses.

    • Packets then move to the data link layer where MAC addresses are used for communication.

    • Finally, packets are transmitted physically through the network interface.

    • OSI model consists of 7 layers: Physical, Data Link, Network, Transport, Session,

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java Programs on Strings
  • Q2. Collections and oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Technical java selenium, BDD
  • Q2. Technical java, selenium, framework
  • Q3. Framework design knowledge

Strix Systems Interview FAQs

How many rounds are there in Strix Systems QA Engineer interview?
Strix Systems interview process usually has 2 rounds. The most common rounds in the Strix Systems interview process are Technical and HR.
What are the top questions asked in Strix Systems QA Engineer interview?

Some of the top questions asked at the Strix Systems QA Engineer interview -

  1. What is difference between Station and access poi...read more
  2. Formation of loop in switched Netwo...read more
  3. what is Access Lis...read more

Tell us how to improve this page.

Junior Engineer Operations
4 salaries
unlock blur

₹2.8 L/yr - ₹6.1 L/yr

Regional Sales Manager
3 salaries
unlock blur

₹9.9 L/yr - ₹18 L/yr

Quality Assurance Quality Control Engineer
3 salaries
unlock blur

₹4.4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Strix Systems with

Cognizant

3.8
Compare

NTT Data Information Processing Services

4.0
Compare

Sutherland Global Services

3.7
Compare

Hexaware Technologies

3.6
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