﻿<?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 Job Interview Questions and Answers | Latest Job Interview Questions | Programming Interview Questions</title>
<link>http://commoninterview.com</link>
<description>Common Job Interview Questions and Sample Answers</description>
<pubDate>Thu, 02 Feb 2012 01:42:16 MST</pubDate>
<language>en</language>
<item>
<title><![CDATA[How to increase stack limit in w3wp.exe?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/how-to-increase-stack-limit-in-w3wp-exe/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/how-to-increase-stack-limit-in-w3wp-exe/</comments>
<pubDate>Thu, 02 Feb 2012 02:42:16 MST</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/how-to-increase-stack-limit-in-w3wp-exe/</guid>
<description><![CDATA[The default stack size of IIS starting with Windows Server 2003 was changed.  Prior to 2003, it was set to 1 MB but in 2003 and later, it is set to 2<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Can a Silverlight application create or change Office Documents via Open XML? ]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/can-a-silverlight-application-create-or-change-office-documents-via-open-xml-/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/can-a-silverlight-application-create-or-change-office-documents-via-open-xml-/</comments>
<pubDate>Wed, 01 Feb 2012 23:38:58 MST</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/can-a-silverlight-application-create-or-change-office-documents-via-open-xml-/</guid>
<description><![CDATA[It depends on the library. For example, you won't be able to use Open XML SDK from Silverlight - it is only available for the .Net Framework. However<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to use conditional operator in Razor to alterate CSS class on anchor element]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/how-to-use-conditional-operator-in-razor-to-alterate-css-class-on-anchor-element/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/how-to-use-conditional-operator-in-razor-to-alterate-css-class-on-anchor-element/</comments>
<pubDate>Sun, 01 Jan 2012 14:31:49 MST</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/how-to-use-conditional-operator-in-razor-to-alterate-css-class-on-anchor-element/</guid>
<description><![CDATA[This questions tests your hands on experience with Razor View Engine - the new View Engine in ASP.NET MVC 3 framework. The answer is to use paren<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What would you do if senior management demanded delivery of software in an impossible deadline?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-would-you-do-if-senior-management-demanded-delivery-of-software-in-an-impossible-deadline/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-would-you-do-if-senior-management-demanded-delivery-of-software-in-an-impossible-deadline/</comments>
<pubDate>Fri, 07 Oct 2011 00:38:46 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-would-you-do-if-senior-management-demanded-delivery-of-software-in-an-impossible-deadline/</guid>
<description><![CDATA[This is a variation of an iron triangle question:The Project Management Triangle (called also Triple Constraint) is a model of the constraints of<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How would you do 301 redirect with PHP?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/how-would-you-do-301-redirect-with-php/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/how-would-you-do-301-redirect-with-php/</comments>
<pubDate>Sun, 21 Aug 2011 19:43:11 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/how-would-you-do-301-redirect-with-php/</guid>
<description><![CDATA[Solution:In the HTTP protocol used by the WWW, a redirect is a response with a status code beginning with 3 that induces a browser to go to anoth<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[SQL statement to aggregate multiplied rows]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/sql-statement-to-aggregate-multiplied-rows-1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/sql-statement-to-aggregate-multiplied-rows-1/</comments>
<pubDate>Thu, 18 Aug 2011 23:02:59 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/sql-statement-to-aggregate-multiplied-rows-1/</guid>
<description><![CDATA[<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Ajax Examples and Live Demos]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/ajax-examples-and-live-demos/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/ajax-examples-and-live-demos/</comments>
<pubDate>Tue, 02 Aug 2011 00:14:38 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/ajax-examples-and-live-demos/</guid>
<description><![CDATA[These ajax examples shown live are tailored to address one of the most formidable challenges in html object rendering, that is, the recursive display<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How do you handle unhandled error in WP7 (Windows Phone 7)?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/how-do-you-handle-unhandled-error-in-wp7-windows-phone-7/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/how-do-you-handle-unhandled-error-in-wp7-windows-phone-7/</comments>
<pubDate>Fri, 01 Jul 2011 18:11:30 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/how-do-you-handle-unhandled-error-in-wp7-windows-phone-7/</guid>
<description><![CDATA[ Answer The general steps would include:1. Create Error.xaml page to display error to the users2. Override Application_UnhandledExce<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[How to identify AJAX request with C# in MVC.NET?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/how-to-identify-ajax-request-with-c-in-mvc-net-1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/how-to-identify-ajax-request-with-c-in-mvc-net-1/</comments>
<pubDate>Sat, 18 Jun 2011 15:46:45 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/how-to-identify-ajax-request-with-c-in-mvc-net-1/</guid>
<description><![CDATA[ Answer The solution is in depended from MVC.NET framework and universal across server-side technologies. Most modern AJAX applications ut<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What are the advantages of Silverlight over the traditional DHTML Web site?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-are-the-advantages-of-silverlight-over-the-traditional-dhtml-web-site/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-are-the-advantages-of-silverlight-over-the-traditional-dhtml-web-site/</comments>
<pubDate>Wed, 15 Jun 2011 00:42:31 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-are-the-advantages-of-silverlight-over-the-traditional-dhtml-web-site/</guid>
<description><![CDATA[ Answer Here is the quick summary:1. X-Browser compatibility.2. Strongly typed 3. One development environment for client and serve<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Detect if given binary tree is a search binary tree (BST)]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/detect-if-given-binary-tree-is-a-search-binary-tree-bst-1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/detect-if-given-binary-tree-is-a-search-binary-tree-bst-1/</comments>
<pubDate>Sat, 07 May 2011 10:10:19 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/detect-if-given-binary-tree-is-a-search-binary-tree-bst-1/</guid>
<description><![CDATA[ Answer Binary search tree (BST) is a binary tree which has the following properties:1. Tree is a binary tree2. The left subtree o<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Prints odd numbers less than N]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/prints-odd-numbers-less-than-n/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/prints-odd-numbers-less-than-n/</comments>
<pubDate>Tue, 19 Apr 2011 23:06:28 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/prints-odd-numbers-less-than-n/</guid>
<description><![CDATA[Question:Write recursive method that for a positive integer n prints odd numbersAnswer:I usually use binary check to solve this type of que<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is namespace of asp.net mvc?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-is-namespace-of-asp-net-mvc-1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-is-namespace-of-asp-net-mvc-1/</comments>
<pubDate>Tue, 05 Apr 2011 22:45:14 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-is-namespace-of-asp-net-mvc-1/</guid>
<description><![CDATA[Answer:ASP.NET MVC namespaces and classes are located in the System.Web.Mvc assembly.System.Web.Mvc namespaceContains classes and in<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is dependency injection (DI) pattern?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-is-dependency-injection-di-pattern/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-is-dependency-injection-di-pattern/</comments>
<pubDate>Tue, 05 Apr 2011 20:10:13 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-is-dependency-injection-di-pattern/</guid>
<description><![CDATA[The basic idea of the Dependency Injection is to have a separate object, an assembler, that populates a field in the lister class with an appropriate<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is a moniker ? ]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-is-a-moniker-/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-is-a-moniker-/</comments>
<pubDate>Sun, 20 Mar 2011 01:16:13 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-is-a-moniker-/</guid>
<description><![CDATA[An object that implements the IMoniker interface. A moniker acts as a name that uniquely identifies a COM object. In the same way that a path identif<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What should QueryInterface functions do if requested object was not found? ]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-should-queryinterface-functions-do-if-requested-object-was-not-found--1/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-should-queryinterface-functions-do-if-requested-object-was-not-found--1/</comments>
<pubDate>Sun, 20 Mar 2011 01:11:36 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-should-queryinterface-functions-do-if-requested-object-was-not-found--1/</guid>
<description><![CDATA[Answer:it should return E_NOINTERFACE and nullify its out parameter.<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What are the purposes of AddRef, Release and QueryInterface functions? ]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-are-the-purposes-of-addref-release-and-queryinterface-functions-/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-are-the-purposes-of-addref-release-and-queryinterface-functions-/</comments>
<pubDate>Sun, 20 Mar 2011 01:09:48 MDT</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-are-the-purposes-of-addref-release-and-queryinterface-functions-/</guid>
<description><![CDATA[AddRef increments reference count of the object, Release decrements reference counter of the object and QueryInterface obtains a pointer to the reque<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[Arangement of blocks]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/arangement-of-blocks/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/arangement-of-blocks/</comments>
<pubDate>Wed, 16 Feb 2011 00:14:05 MST</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/arangement-of-blocks/</guid>
<description><![CDATA[You are given N blocks of height 1…N. In how many ways can you arrange these blocks in a row such that when viewed from left you see only L blocks (r<br/><br/>2 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What is repository patterm in MVC.NET?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-is-repository-patterm-in-mvc-net/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-is-repository-patterm-in-mvc-net/</comments>
<pubDate>Sun, 13 Feb 2011 11:40:14 MST</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-is-repository-patterm-in-mvc-net/</guid>
<description><![CDATA[Repository pattern is usefult for decoupling entity operations form presentation, which allows easy mocking and unit testing."The Repository will<br/><br/>1 Vote(s) ]]></description>
</item>

<item>
<title><![CDATA[What are jQuery templates?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/what-are-jquery-templates/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/what-are-jquery-templates/</comments>
<pubDate>Sun, 13 Feb 2011 02:59:15 MST</pubDate>
<dc:creator></dc:creator>
<category></category>
<guid>http://commoninterview.com/Programming_Interview_Questions/what-are-jquery-templates/</guid>
<description><![CDATA[The idea behind jQuery template is to render hidden HTML island on the client and then use that as a template for client side manupulations and rende<br/><br/>1 Vote(s) ]]></description>
</item>

</channel>
</rss>
