1. Software Quality Assurance Interview Questions Part One:

How would you categorize the severity of defects?
Where do you imagine you will be spending the bulk of your time?
When do you know you have tested enough?
What types of documents would you need for QA, QC, and Testing?
What did you include in a test plan?
Describe any bug you remember.
What is the purpose of the testing?
What do you like (not like) in this job?
What is quality assurance?
What is the difference between QA and testing?

2. Software Quality Assurance Interview Questions Part Two:

How do you scope, organize, and execute a test project?
What is the role of QA in a development project?
What is the role of QA in a company that produces software?
Define quality for me as you understand it
Describe to me the difference between validation and verification.
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Describe to me when you would consider employing a failure mode and effect analysis.
Describe to me the Software Development Life Cycle as you would define it.
What are the properties of a good requirement?
How do you differentiate the roles of Quality Assurance Manager and Project Manager?

3. Software Quality Assurance Interview Questions Part Three:

Tell me about any quality efforts you have overseen or implemented. Describe some of the challenges you faced and how you overcame them.
How do you deal with environments that are hostile to quality change efforts?
In general, how do you see automation fitting into the overall process of testing?
How do you promote the concept of phase containment and defect prevention?
If you come onboard, give me a general idea of what your first overall tasks will be as far as starting a quality effort.
What kinds of testing have you done?
Have you ever created a test plan?
Have you ever written test cases or did you just execute those written by others?
What did your base your test cases?
You are the test manager starting on system testing. The development team says that due to a change in the requirements, they will be able to deliver the system for SQA 5 days past the deadline. You cannot change the resources (work hours, days, or test tools). What steps will you take to be able to finish the testing in time?

4. Software Quality Assurance Interview Questions Part Four:

Your company is about to roll out an e-commerce application. It's not possible to test the application on all types of browsers on all platforms and operating systems. What steps would you take in the testing environment to reduce the business risks and commercial risks?
In your organization, testers are delivering code for system testing without performing unit testing. Give an example of test policy:

Policy statement
Methodology
Measurement

Testers in your organization are performing tests on the deliverables even after significant defects have been found. This has resulted in unnecessary testing of little value, because re-testing needs to be done after defects have been rectified. You are going to update the test plan with recommendations on when to halt testing. Wwhat recommendations are you going to make?
How do you measure:
Test Effectiveness
Test Efficiency
You found out the senior testers are making more mistakes then junior testers; you need to communicate this aspect to the senior tester. Also, you don't want to lose this tester. How should one go about constructive criticism?
You are assigned to be the test lead for a new program that will automate take-offs and landings at an airport. How would you write a test strategy for this new program?

5. Tell me what is software control plan? What are the characters of the software control plan?

- Quality Control Plan is to analyze the operations needed for the fulfillment of the software project requirements.

- Quality Control Plan ensures all the specifications are met and the quality of the product is maintained

The characteristics of the Quality Plan are as follows:

- Consistent: The plan should adhere to the guidelines and the specific standards.

- Complete: The plan should include project requirements, features and essentially the project plan documentation.

- Clear: The plan should be transparent to the developer and also to all the stake holders of the project requirements.

- Correct: The details of the project should be very clear to all stakeholders about project delivery date / postponement / cancellation.

6. What is Software Quality Control?

A set of activities for ensuring the quality of the software product is known as Software Quality Control.
The focus is on identifying the defects in the original products produced.
It is limited only for Testing phase of SDLC.
Software Quality Control is governed by Software Quality Assurance.
Software Quality Control is detection oriented.
The scope relates to specific product.

7. Tell me what Software Quality Control Nomenclature is implemented for a software product?

Software Quality Control Nomenclature:

- Verifying: comparing the code predictions

- Validating: Comparing the prediction of code with test data

- Version Testing: Comparing output of the current version with output of the previous version

- Installation Testing: Comparing the result with newly installed code to the sample result code

- Development Code: Code tested only by the software developer.

- Alpha Code: Testing of the software product internally by selected users.

- Beta Code: Code testing internally by a large numbers of users.

- Released Code: Well tested and documented code that is officially distributed.

8. Explain what are Software Quality Control factors?

- Functionality - To determine the required functionality in the software

- Usability – To determine the ease of the software is to use.

- Maintainability – To determine whether the modifications of the software can be made.

- Efficiency - To determine whether the software is efficient.

- Portability – To determine whether the software can be transferred to another environment.

- Reliability – To determine the reliability of the software as per the client's needs.

9. Explain what are the quality characteristics of ISO 9126?

- Functionality : Functions that satisfies the specified requirements.

- Reliability : A set of attributes that are capable of software maintenance under specified conditions.

- Usability : A set of attributes that is capable of effort bearing on individual's performance.

- Efficiency: A set of attributes that are capable of balancing the relationship between performance of software and the resources used.

- Maintainability: A set of attributes that are capable of bearing the effort required for specific modifications.

- Portability: A set of attributes those are capable to bear on the ability of the software to be transferred on another environment.

10. Explain what are the factors that influence software quality?

- Clear purpose of the product. All documentation must be clearly written.

- Completeness to the fullest development of the product.

- Only needed information and minimum lines of code should present. It is important as the memory is limited.

- The software product should be portable, so that computers of various configurations would support the execution of the product.

- Product should be maintainable, so that the updating activity can be continued throughout the life time of the software product.

Download Interview PDF

11. Explain the Software Control Methods?

- A paradigm that is Goal Question centric.

- A method that control the overall risk.

- Quality Control that involves Plan, Perform, Check, Action Model.

- Complete Software Quality Control.

- Software Development Method that involve the Spiral Model.

12. Explain Quality Assurance?

- Focused on planning, documentation and agreeing certain guidelines that ensures quality.

- The outcomes of Quality Assurance are quality plans, inspection plan, test plan.

- QA is to prevent defects from entering into solutions.

13. Explain what are the differences between Quality Control and Quality Assurance?

Quality Assurance:

- Focused on planning, documentation and agreeing certain guidelines that ensures quality.

- The outcomes of Quality Assurance are quality plans, inspection plan, test plan.

- QA is to prevent defects from entering into solutions.

Quality Control:

- Includes the activities that are designed to determine the level of quality.

- QC is a reactive means which measures and monitors the quality

- Includes operational activities and techniques to meet the quality needs.

- QC involves in verifying the desired quality levels.

14. Do you know Quality Control?

- Includes the activities that are designed to determine the level of quality.

- QC is a reactive means which measures and monitors the quality

- Includes operational activities and techniques to meet the quality needs.

- QC involves in verifying the desired quality levels.

15. Tell me what are the Software Engineering practices and attributes that are required for assessing the reliability of good architectural and coding practices?

The following are the SE Practices and attributes:

- Coding practices / standards.

- Practices of Application Architecture.

- Determining the complexity of the algorithms.

- Determining the multi-layer design compliance.

- Ratio of component and pattern usability.

- Determining the software to avoid the patterns which would lead to unexpected results / behaviors.

- Determination of data integrity and consistency.

16. Explain what are the best practices for assessing security a software product?

- Implementing proper Application Architecture Practices.

- Design compliance of multi-layer components and their functionality.

- Input validation, Cross Site Scripting best practices

- Proper handling of error and exceptions.

- Proper access controls to the program and system functions.

17. Tell me what are the best practices for assessing performance efficiency of a software product?

- Practices of implementing Application Architecture.

- Interactions with remote resources should be appropriate.

- Proper management of memory, network and disk space.

- Best coding practices.

- Proper and appropriate data access performance and management.

- Appropriate compliance with Object Oriented and Structured Programming practices.
- Appropriate compliance with SQL Programming best practices.

18. What is Software Technical Size?

- The most technical sizing method is measured in terms of Line of Code per technology.

- The number of lines include in functions, files, classes and tables.

- These are computed with backfiring the Function Points.

19. What is Software Functional Size?

- The very common function size is Function Point Analysis.

- FPA is all about measuring the software deliverables.

- FPA is based on the requirements of the user and presents accurate representation of developer and estimator.

- FPA reflects the functionality that is delivered to the client.

- FPA involves in identifying and weighting of inputs, outputs and data storage.

20. Explain what are the software size requirements in Software Quality Control?

There are two types of software sizes:

Technical Size:

- The most technical sizing method is measured in terms of Line of Code per technology.

- The number of lines include in functions, files, classes and tables.

- These are computed with backfiring the Function Points.

Functional Size:

- The very common function size is Function Point Analysis.

- FPA is all about measuring the software deliverables.

- FPA is based on the requirements of the user and presents accurate representation of developer and estimator.

- FPA reflects the functionality that is delivered to the client.

- FPA involves in identifying and weighting of inputs, outputs and data storage.

21. What is Software Functional Quality?

- SFQ is pertaining to conformance to the functional requirements.

- The SFQ is measured by the level of end user satisfaction.

- The usability and the intuitiveness and responsiveness of the use cases are referred, so as to determine the simplicity / complexity of the operations.

- SFQ compliances with the original design, and desired testability.

- Example: Voice of the Customer can be compared with the level of intuitiveness and responsiveness to measure the quality.

22. Tell me who are involved in Software Quality Control?

- Project Manager – Controls the software engineering work performed during the software development.

- Designer – Assists the team to complete the overall design of the software project implementation.

- Technical Advisors – Supports to implement all technical aspects and imposes the quality practices.

- Checkers/Testers - Performs the complete testing of the software project at various levels.

- Quality Assurance Manager – Conforms the software product is as per the expected result with proper guidance and co-ordination with the development team.

23. Tell me what is the process of Software Quality Measurement?

- Quantifying the dimensions of the software product, to what extent the rate of the product is met.

- Qualitative and quantitative approaches provide the aggregate view of the product.

- Linear continuum need to be supplemented by the identification of the critical programming bugs.

- Consequences that might lead to catastrophic outages need to be properly identified.

- The critical application characteristics measurement involves the structural attribute measurement of the application architecture, coding, in-line documentation.

24. Explain what are the changes in a company when it receives ISO 9001 certification?

- Quality being part of every day operations, is the internal impact.

- Quality becomes as a part of setting and managing the objectives, practices.

- The open up of operations to customer audits, is the external impact.

- Procedures and record-keeping improve dramatically.

- The implementation of this standards will obviously takes the work to keep audits and the appropriate follow-ups fluent.

Download Interview PDF

25. What are software control views?

Transcendental View : Quality can be recognized and not defined.
User View: Quality as suitable for the needs.
Product View : Quality as related to the inherent characteristics of the product.
Value-based View: Quality is dependent on the number of customers those who are willing to pay for the software product.
Development View : Quality that is in conformance to specification.