﻿<?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 / Kuram / All</title>
<link>http://commoninterview.com</link>
<description>The source for Job Interview Questions and Job Search Networking</description>
<pubDate>Thu, 03 Jun 2010 14:15:53 -0600</pubDate>
<language>en</language>
<item>
<title><![CDATA[What is EVM? How did you use it. Give an example...]]></title>
<link>http://commoninterview.com/project_management_questions/what-is-evm-how-did-you-use-it-give-an-example--/</link>
<comments>http://commoninterview.com/project_management_questions/what-is-evm-how-did-you-use-it-give-an-example--/</comments>
<pubDate>Thu, 03 Jun 2010 14:15:53 -0600</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Project Management Questions</category>
<guid>http://commoninterview.com/project_management_questions/what-is-evm-how-did-you-use-it-give-an-example--/</guid>
<description><![CDATA[<p>I guess they are asking about <strong>Earned value management</strong> (<strong>EVM</strong>). I personally never used it and not sure if the questions is really valid for the interview.</p><br /><p>&nbsp;</p><br /><p>How bad would be to answer, that I know the definition but never used EVM?</p><br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How do you close a project?]]></title>
<link>http://commoninterview.com/project_management_questions/how-do-you-close-a-project/</link>
<comments>http://commoninterview.com/project_management_questions/how-do-you-close-a-project/</comments>
<pubDate>Thu, 03 Jun 2010 14:10:46 -0600</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Project Management Questions</category>
<guid>http://commoninterview.com/project_management_questions/how-do-you-close-a-project/</guid>
<description><![CDATA[<p>Outcome of the project is deliverable, so sending deliverables to the&nbsp;client and getting sign off should be a good closing... Is something else should be done?</p><br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What are the steps you are using to figure out realistic schedules for the project?]]></title>
<link>http://commoninterview.com/project_management_questions/what-are-the-steps-you-are-using-to-figure-out-realistic-schedules-for-the-project/</link>
<comments>http://commoninterview.com/project_management_questions/what-are-the-steps-you-are-using-to-figure-out-realistic-schedules-for-the-project/</comments>
<pubDate>Thu, 03 Jun 2010 14:07:48 -0600</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Project Management Questions</category>
<guid>http://commoninterview.com/project_management_questions/what-are-the-steps-you-are-using-to-figure-out-realistic-schedules-for-the-project/</guid>
<description><![CDATA[<p>I guess interviewer looking for estimation tecniques, but not sure.</p><br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is STOC?]]></title>
<link>http://commoninterview.com/technical_questions/what-is-stoc/</link>
<comments>http://commoninterview.com/technical_questions/what-is-stoc/</comments>
<pubDate>Wed, 26 May 2010 22:31:01 -0600</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Technical Questions</category>
<guid>http://commoninterview.com/technical_questions/what-is-stoc/</guid>
<description><![CDATA[I just was asked this question and obviously failed to answer...<br /><br />It appreared that interviewer was looking for Symposium on Theory of Computing (STOC) by ACM Special Interest Group on Algorithms and Computation Theory which was held some time early this year as he wanted to know if I am following latest trends in algorithms and data analysis. <br /><br />IMHO, this is awful interview question. I am head down to coding most of the time and the only articles I am reading are the specs written by PMs... <br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is UCCAPILOG ?]]></title>
<link>http://commoninterview.com/technical_questions/what-is-uccapilog-/</link>
<comments>http://commoninterview.com/technical_questions/what-is-uccapilog-/</comments>
<pubDate>Wed, 26 May 2010 22:24:04 -0600</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Technical Questions</category>
<guid>http://commoninterview.com/technical_questions/what-is-uccapilog-/</guid>
<description><![CDATA[In short UCCAPI stands for Unified Communications Client API by Microsoft and UCCAPILOG is a log file created by that API. The log file contains debugging, performance and monitoring data of UCCAPI programs.<br /><br />As an example, Windows Live Messenger is one of the programs which writes UCCAPILOG files (WindowsLiveMessenger-uccapi-0.uccapilog).<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is the difference between SAX parser and DOM parser?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-is-the-difference-between-sax-parser-and-dom-parser/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-is-the-difference-between-sax-parser-and-dom-parser/</comments>
<pubDate>Thu, 11 Feb 2010 01:34:24 -0700</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-is-the-difference-between-sax-parser-and-dom-parser/</guid>
<description><![CDATA[DOM parser - reads the whole XML document and returns a DOM tree representation of xml document. It provides a convenient way for reading, analyzing and manipulating XML files. It is not well suited for large xml files, as it always reads the whole file before processing.<br /><br />SAX parser - works incrementally and generate events that are passed to the application. It does not generate data representation of xml content so some programming is required. However, it provides stream processing and partial processing which cannot be done alone by DOM parser.<br /><br/><br/>3 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Name main types of testing in software development process]]></title>
<link>http://commoninterview.com/Testing_Interview_Questions/name-main-types-of-testing-in-software-development-process/</link>
<comments>http://commoninterview.com/Testing_Interview_Questions/name-main-types-of-testing-in-software-development-process/</comments>
<pubDate>Sat, 23 Jan 2010 10:38:05 -0700</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Testing and QA Interview Questions</category>
<guid>http://commoninterview.com/Testing_Interview_Questions/name-main-types-of-testing-in-software-development-process/</guid>
<description><![CDATA[•Component<br />•Interface<br />•System<br />•Acceptance<br />•Integration<br />•Release<br />•Performance<br />•Usability<br />•more<br /><br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Can you explain V model in manual testing?]]></title>
<link>http://commoninterview.com/Testing_Interview_Questions/can-you-explain-v-model-in-manual-testing/</link>
<comments>http://commoninterview.com/Testing_Interview_Questions/can-you-explain-v-model-in-manual-testing/</comments>
<pubDate>Sat, 23 Jan 2010 10:35:07 -0700</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Testing and QA Interview Questions</category>
<guid>http://commoninterview.com/Testing_Interview_Questions/can-you-explain-v-model-in-manual-testing/</guid>
<description><![CDATA[The V-model is a software development process which can be presumed to be the extension of the waterfall model.<br /><br /><br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[If a student said she thought you were the worst teacher she ever had, what would you say?]]></title>
<link>http://commoninterview.com/behavioral_questions/if-a-student-said-she-thought-you-were-the-worst-teacher-she-ever-had-what-would-you-say-1/</link>
<comments>http://commoninterview.com/behavioral_questions/if-a-student-said-she-thought-you-were-the-worst-teacher-she-ever-had-what-would-you-say-1/</comments>
<pubDate>Mon, 11 Jan 2010 21:23:28 -0700</pubDate>
<dc:creator>Kuram</dc:creator>
<category>Behavioral Questions</category>
<guid>http://commoninterview.com/behavioral_questions/if-a-student-said-she-thought-you-were-the-worst-teacher-she-ever-had-what-would-you-say-1/</guid>
<description><![CDATA[1. Ask the reason why she think and feel that way<br /><br />2. Identify the root of the problem<br /><br />3. Take correction actions on my side and work with the student <br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How do you transition your shift (nurse)?]]></title>
<link>http://commoninterview.com/general_questions/how-do-you-transition-your-shift-nurse/</link>
<comments>http://commoninterview.com/general_questions/how-do-you-transition-your-shift-nurse/</comments>
<pubDate>Mon, 11 Jan 2010 21:17:59 -0700</pubDate>
<dc:creator>Kuram</dc:creator>
<category>General Questions</category>
<guid>http://commoninterview.com/general_questions/how-do-you-transition-your-shift-nurse/</guid>
<description><![CDATA[24/7 operations are like relay races where you take the baton, run with it and then pass it on smoothly. How do you make seamless transitions on shift changes?<br/><br/>1 Vote(s) ]]></description>
</item>

</channel>
</rss>

