﻿<?phpxml 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/"
>
<channel>
<title>Common Interview Questions / UMStudent / All</title>
<link>http://commoninterview.com</link>
<description>The source for Job Interview Questions and Job Search Networking</description>
<pubDate>Tue, 09 Feb 2010 21:44:35 -0700</pubDate>
<language>en</language>
<item>
<title><![CDATA[What is a ‘Ship Stopper’ bug?]]></title>
<link>http://commoninterview.com/project_management_questions/what-is-a-‘ship-stopper’-bug/</link>
<comments>http://commoninterview.com/project_management_questions/what-is-a-‘ship-stopper’-bug/</comments>
<pubDate>Tue, 09 Feb 2010 22:44:35 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Project Management Questions</category>
<guid>http://commoninterview.com/project_management_questions/what-is-a-‘ship-stopper’-bug/</guid>
<description><![CDATA[Follow up question was obviously, how do you decide if bug is a ship stoper?<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How many Test Cases did you write in your last project?]]></title>
<link>http://commoninterview.com/Testing_Interview_Questions/how-many-test-cases-did-you-write-in-your-last-project/</link>
<comments>http://commoninterview.com/Testing_Interview_Questions/how-many-test-cases-did-you-write-in-your-last-project/</comments>
<pubDate>Tue, 09 Feb 2010 22:40:38 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Testing and QA Interview Questions</category>
<guid>http://commoninterview.com/Testing_Interview_Questions/how-many-test-cases-did-you-write-in-your-last-project/</guid>
<description><![CDATA[Answer:<br /><br />I wrote about 1000+ Test Cases in my last project. The reasonable number of Test Cases varies from 500 to thousands. The number 1200 test cases can be completed in 6-month project duration. <br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to implement a queue using two stacks ?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/how-to-implement-a-queue-using-two-stacks--1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/how-to-implement-a-queue-using-two-stacks--1/</comments>
<pubDate>Sun, 07 Feb 2010 13:43:35 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/how-to-implement-a-queue-using-two-stacks--1/</guid>
<description><![CDATA[Very common white board question.<br /><br /><b>Answer:</b><br /><br />Assuming we have two stacks Stack_In and Stack_Out. <br /><br />1. Then an element is being inserted in the queue we push it into Stack_In. <br /><br />2. Then an element is dequeued, if Stack_Out is not empty we pop it from the Stack_Out, else if Stack_Out is empty then all elements currently in Stack_In are transferred to Stack_Out in the reverse order.<br /><br />For coding solution in Java follow original link.<br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is whitebox testing?]]></title>
<link>http://commoninterview.com/Testing_Interview_Questions/what-is-whitebox-testing/</link>
<comments>http://commoninterview.com/Testing_Interview_Questions/what-is-whitebox-testing/</comments>
<pubDate>Sun, 24 Jan 2010 23:29:38 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Testing and QA Interview Questions</category>
<guid>http://commoninterview.com/Testing_Interview_Questions/what-is-whitebox-testing/</guid>
<description><![CDATA[White box testing is when the tester has access to the internal data structures and algorithms including the code that implement these.<br /><br />http://en.wikipedia.org/wiki/White_box_testing<br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is a software project test plan?]]></title>
<link>http://commoninterview.com/Testing_Interview_Questions/what-is-a-software-project-test-plan/</link>
<comments>http://commoninterview.com/Testing_Interview_Questions/what-is-a-software-project-test-plan/</comments>
<pubDate>Sun, 24 Jan 2010 01:48:59 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Testing and QA Interview Questions</category>
<guid>http://commoninterview.com/Testing_Interview_Questions/what-is-a-software-project-test-plan/</guid>
<description><![CDATA[Is a document that describes the objectives, scope, approach and focuses on the software testing afford.A test plan documents the strategy that will be used to verify and ensure that a product or system meets its design specifications and other requirements.<br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How do you understand what is testing?]]></title>
<link>http://commoninterview.com/Testing_Interview_Questions/how-do-you-understand-what-is-testing/</link>
<comments>http://commoninterview.com/Testing_Interview_Questions/how-do-you-understand-what-is-testing/</comments>
<pubDate>Sun, 24 Jan 2010 01:45:47 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Testing and QA Interview Questions</category>
<guid>http://commoninterview.com/Testing_Interview_Questions/how-do-you-understand-what-is-testing/</guid>
<description><![CDATA[Official Definition:<br /><br />Software Testing is the process of validating and verifying that a software program/application/product <br />- meets the business and technical requirements that guided its design and development; <br />- works as expected; <br />- can be implemented with the same characteristics.<br /><br /><br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[SQL Cross Join]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/sql-cross-join-1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/sql-cross-join-1/</comments>
<pubDate>Thu, 14 Jan 2010 00:10:26 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/sql-cross-join-1/</guid>
<description><![CDATA[You have to tables A and B as following: <br /><br />Table A:     <br /><br />A1  |  A2    <br />--------      <br />a11 | a12     <br />a21 | a22     <br /><br /><br />Table B:     <br /><br />B1  |  B2    <br />--------      <br />b11 | b12     <br />b21 | b22    <br /><br />I run following statement: <br /><br />Select * From A, B <br /><br />What would be the result?<br /><br />Answer: CROSS-JOIN <br /><br />a11 | a12 | b11 | b12 <br />a11 | a12 | b21 | b22 <br />a21 | a22 | b11 | b12 <br />a21 | a22 | b21 | b22 <br /> <br /><br /><br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Find angle between two clock hands for any given time]]></title>
<link>http://commoninterview.com/interview_puzzles/find-angle-between-two-clock-hands-for-any-given-time/</link>
<comments>http://commoninterview.com/interview_puzzles/find-angle-between-two-clock-hands-for-any-given-time/</comments>
<pubDate>Sun, 10 Jan 2010 22:22:40 -0700</pubDate>
<dc:creator>UMStudent</dc:creator>
<category>Interview Puzzles</category>
<guid>http://commoninterview.com/interview_puzzles/find-angle-between-two-clock-hands-for-any-given-time/</guid>
<description><![CDATA[Was asked this question interviewing in Microsoft (Contractor position) SDE.<br /><br />Wikipedia provides formula, but it is plain stupid to expect me to come out with formula during the interview, I believe he was looking for some coding solution.<br />After some googling found link above. <br /><br />BTW, I failed miserably and this is after I was told they don't ask puzzles any more...<br /><br/><br/>3 Vote(s) ]]></description>
</item>

</channel>
</rss>

