<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quality Assurance &#187; CSQA sample questions</title>
	<atom:link href="http://www.qasigma.com/tag/csqa-sample-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qasigma.com</link>
	<description>QA Portal &#124; QA Guide &#124; QA Site</description>
	<lastBuildDate>Sun, 18 Sep 2011 15:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Quality Control Practices</title>
		<link>http://www.qasigma.com/2009/01/quality-control-practices.html</link>
		<comments>http://www.qasigma.com/2009/01/quality-control-practices.html#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:34:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSQA]]></category>
		<category><![CDATA[CSQA sample questions]]></category>

		<guid isPermaLink="false">http://qasigma.com/2009/01/quality-control-practices/</guid>
		<description><![CDATA[Q1. Quality control practices should occur only during product construction at the end of development. True / False Q2. During development, the quality control process is frequently called _____________ and at the conclusion of development, it is called _____________ Q3. The testers’ workbench is the process used to verify and validate the system structurally and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Q1. Quality control practices should occur only during product construction at the end of development. </strong>True / False</p>
<p><strong>Q2. During development, the quality control process is frequently called _____________ and at the conclusion of development, it is called</strong> _____________</p>
<p><strong>Q3. The testers’ workbench is the process used to verify and validate the system structurally and functionally.</strong> True / False</p>
<p><span id="more-47"></span></p>
<p><strong>Q4. Unit Testing</strong><br />
a. Simulate operation of the entire system and confirm that it runs correctly.<br />
b. Ensures that a single program, module, or unit of code function as designed.<br />
c. Real-world test is the most important to the business, and it cannot be conducted in isolation<br />
d. Conducted on tasks that involve more than one application or database, or on related programs, modules, or units of code, to validate that multiple parts of the system interact according to the system design</p>
<p><strong>Q5. Integration Testing</strong><br />
a. Simulate operation of the entire system and confirm that it runs correctly.<br />
b. Ensures that a single program, module, or unit of code function as designed.<br />
c. Real-world test is the most important to the business, and it cannot be conducted in isolation<br />
d. Conducted on tasks that involve more than one application or database, or on related programs, modules, or units of code, to validate that multiple parts of the system interact according to the system design</p>
<p><strong>Q6. System Testing</strong><br />
a. Simulate operation of the entire system and confirm that it runs correctly.<br />
b. Ensures that a single program, module, or unit of code function as designed.<br />
c. Real-world test is the most important to the business, and it cannot be conducted in isolation<br />
d. Conducted on tasks that involve more than one application or database, or on related programs, modules, or units of code, to validate that multiple parts of the system interact according to the system design</p>
<p><strong>Q7. User Acceptance Testing</strong><br />
a. Simulate operation of the entire system and confirm that it runs correctly.<br />
b. Ensures that a single program, module, or unit of code function as designed.<br />
c. Real-world test is the most important to the business, and it cannot be conducted in isolation<br />
d. Conducted on tasks that involve more than one application or database, or on related programs, modules, or units of code, to validate that multiple parts of the system interact according to the system design</p>
<p><strong>Q8. An independent test team is usually comprised of a Test Manager or team leader, Testers, and additional Testers.</strong> True / False</p>
<p><strong>Q9. Static testing occurs throughout the development life cycle.</strong> True / False</p>
<p><strong>Q10. Verification answers the question, “Did we build the system right?” while validation addresses “Did we build the right system?”</strong> True / False</p>
<p><strong>Q11. Verification requires several types of reviews, including requirements reviews, design reviews, code walkthroughs, code inspections, and test reviews.</strong> True / False</p>
<p><strong>Q12. V testing is also called as</strong><br />
a. U testing<br />
b. Life cycle testing<br />
c. Black box testing<br />
d. Dynamic testing</p>
<p><strong>Q13. A test objective (goal) is a statement of what the test team or tester is expected to accomplish during a specific testing activity.</strong> True / False</p>
<p><strong>Q14. Test objectives, are usually defined during requirements analysis.</strong> True / False</p>
<p><strong>Q15. The main goal is to identify defects within the stage or phase of the project where they originate, rather than in later test stages; this is referred to as “__________________”</strong><br />
a. Defect identification<br />
b. Defect prevention<br />
c. Stage Containment<br />
d. Defect leakage</p>
<p><strong>Q16. Since defects identified in the review process are found earlier in the life cycle, they are more expensive to correct.</strong> True / False</p>
<p><strong>Q17. Reviews are an efficient method of educating a large number of people on a specific product or project in a relatively short period of time.</strong> True / False</p>
<p><strong>Q18. Phase-end reviews are also called Decision-Point or Gate reviews.</strong> True / False</p>
<p><strong>Q19. Regardless of the format, three rules apply to all reviews:</strong><br />
a. The product is reviewed, not the producer<br />
b. Defects and issues are identified, not corrected during the session<br />
c. All members of the review team are responsible for the results of the review<br />
d. All the above</p>
<p><strong>Q20. Phase-end reviews look at the product for the main purpose of determining whether to continue with planned activities.</strong> True / False</p>
<p><strong>Q21. The checkpoint reviews are focused on critical success factors while phase-end reviews are general. </strong>True / False</p>
<p><strong>Q22. Post-implementation reviews are also known as</strong><br />
a. Post mortems<br />
b. User acceptance reviews<br />
c. Customer reviews<br />
d. None of the above</p>
<p><strong>Q23. Tactical risks are divided into three categories:</strong><br />
a. Structural Risk, Technical Risk, Size risk<br />
b. Intangible risk, Technical Risk, Size risk<br />
c. Size risk, Magnitude Risk, Functional risk<br />
d. None of the above</p>
<p><strong>Q24. ________________ are informal, semi-structured reviews of the program source code against specifications and standards to find defects and verify coding techniques.</strong><br />
a. Code Walkthroughs<br />
b. Code Inspection<br />
c. Peer Review<br />
d. Coding standards review</p>
<p><strong>Q25. Validation ensures that the system operates according to plan by executing the system functions through a series of tests that can be observed and evaluated for compliance with expected results.</strong> True / False</p>
<p><strong>Q26. Equivalence partitioning, Boundary analysis are part of</strong><br />
a. White box testing<br />
b. Black box testing<br />
c. Regression testing<br />
d. All the above</p>
<p><strong>Q27. Thread testing and incremental testing are usually used together.</strong> True / False</p>
<p><strong>Q28. _____________ technique assures that the change will not cause adverse effects on parts of the application or system that were not supposed to change</strong>.<br />
a. White box testing<br />
b. Black box testing<br />
c. Regression testing<br />
d. All the above</p>
<p><strong>Q29. The test manager’s objective is to maximize the benefits of the regression test while minimizing the time and effort required for executing the test.</strong> True / False</p>
<p><strong>Q30. Different types of regression testing are Unit, Regional and Full.</strong> True / False</p>
<p><strong>Q31. The primary objective of configuration management (or change control) is to get the right change installed at the right time.</strong> True / False</p>
<p><strong>Q32. A defect is a variance from expectations.</strong> True / False</p>
<p><strong>Q33. Can defects be used for improving process?</strong> (Yes/No)</p>
<p><strong>Answers:</strong></p>
<p>Q1. False<br />
Q2. verification &amp; validation<br />
Q3. True<br />
Q4. b<br />
Q5. d<br />
Q6. a<br />
Q7. c<br />
Q8. True<br />
Q9. True<br />
Q10. False<br />
Q11. True<br />
Q12. b<br />
Q13. True<br />
Q14. True<br />
Q15. c<br />
Q16. False<br />
Q17. True<br />
Q18. True<br />
Q19. d<br />
Q20. True<br />
Q21. True<br />
Q22. a<br />
Q23. a<br />
Q24. a<br />
Q25. True<br />
Q26. b<br />
Q27. True<br />
Q28. c<br />
Q29. True<br />
Q30. True<br />
Q31. True<br />
Q32. True<br />
Q33. Yes</p>
<p><strong>Also See:</strong></p>
<ul>
<li><a href="http://www.qasigma.com/2009/01/csqa-question-papers.html">Other CSQA Question Papers</a></li>
</ul>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.qasigma.com/2009/01/quality-control-practices.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSQA Question Papers</title>
		<link>http://www.qasigma.com/2009/01/csqa-question-papers.html</link>
		<comments>http://www.qasigma.com/2009/01/csqa-question-papers.html#comments</comments>
		<pubDate>Sat, 03 Jan 2009 06:04:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSQA]]></category>
		<category><![CDATA[CSQA sample questions]]></category>

		<guid isPermaLink="false">http://qasigma.com/2009/01/csqa-question-papers/</guid>
		<description><![CDATA[Sample Subjective question papers: CSQA Subjective questions sample paper &#8211; 1 CSQA Subjective questions sample paper &#8211; 2 CSQA Subjective questions sample paper &#8211; 3 Skill Category wise Practice questions: Quality Principles Quality Leadership Quality Baselines Quality Assurance Quality Planning Work Processes Quality Control Practices Metrics and Measurement Internal Control and Security Outsourcing, COTS and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Sample Subjective question papers:</strong></p>
<ul>
<li><a href="http://www.qasigma.com/2008/11/csqa-subjective-questions-sample-paper.html" target="_self">CSQA Subjective questions sample paper &#8211; 1</a></li>
<li><a href="http://www.qasigma.com/2008/12/csqa-subjective-questions-sample-paper-2.html" target="_self">CSQA Subjective questions sample paper &#8211; 2</a></li>
<li><a href="http://www.qasigma.com/2008/12/csqa-sample-questions-3.html">CSQA Subjective questions sample paper &#8211; 3</a></li>
</ul>
<p><strong>Skill Category wise Practice questions:</strong></p>
<ul>
<li><a href="http://www.qasigma.com/2009/01/quality-principles.html">Quality Principles </a></li>
<li><a href="http://www.qasigma.com/2009/01/quality-leadership.html">Quality Leadership</a></li>
<li><a href="http://www.qasigma.com/2009/01/quality-baselines.html">Quality Baselines</a></li>
<li><a href="http://www.qasigma.com/2009/01/quality-assurance.html">Quality Assurance</a></li>
<li><a href="http://www.qasigma.com/2009/01/quality-planning.html">Quality Planning</a></li>
<li><a href="http://www.qasigma.com/2009/01/work-processes.html">Work Processes</a></li>
<li><a href="http://www.qasigma.com/2009/01/quality-control-practices.html">Quality Control Practices</a></li>
<li><a href="http://www.qasigma.com/2009/01/metrics-and-measurement.html">Metrics and Measurement</a></li>
<li><a href="http://www.qasigma.com/2009/01/internal-control-and-security.html">Internal Control and Security</a></li>
<li><a href="http://www.qasigma.com/2009/01/outsourcing-cots-and-contracting.html">Outsourcing, COTS and Contracting Quality</a></li>
</ul>
<p><strong>Also See:</strong></p>
<ul>
<li><a href="http://www.softwaretestingstuff.com/2008/12/qtp-cste-iseb-istqb-question-papers.html"><strong>QTP, CSTE, ISEB, ISTQB, CSQA Question Papers</strong></a></li>
</ul>
<div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.qasigma.com/2009/01/csqa-question-papers.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

