<?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>Job Interview Questions and Answers</title>
	<atom:link href="http://www.interviewquestions365.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.interviewquestions365.com</link>
	<description>phone behavioral and walk-ins interview tips</description>
	<lastBuildDate>Tue, 15 May 2012 17:53:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Teacher Interview Questions</title>
		<link>http://www.interviewquestions365.com/general-interview-questions/teacher-interview-questions.html</link>
		<comments>http://www.interviewquestions365.com/general-interview-questions/teacher-interview-questions.html#comments</comments>
		<pubDate>Tue, 15 May 2012 17:53:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Interview Questions]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=815</guid>
		<description><![CDATA[What made you choose teaching profession? My mother was a teacher and inspired me towards teaching.   I am a constant leaner and an adventurous person. Using my experiences I believe I can shape a student’s career. I am also planning to write a book on teaching in the near future. How do you define your [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/general-interview-questions/teacher-interview-questions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bank Officer Interview Questions</title>
		<link>http://www.interviewquestions365.com/general-interview-questions/bank-officer-interview-questions.html</link>
		<comments>http://www.interviewquestions365.com/general-interview-questions/bank-officer-interview-questions.html#comments</comments>
		<pubDate>Sat, 12 May 2012 17:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Interview Questions]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=794</guid>
		<description><![CDATA[1.      What is your greatest weakness, as being a bank officer it involves a great deal of money transactions? I am a perfectionist and hence, I really don’t believe in the concept of thrusting my work on others head. So, I tend to handle all the tasks that are given to me. I can say [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/general-interview-questions/bank-officer-interview-questions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accounts Executive Interview Questions</title>
		<link>http://www.interviewquestions365.com/general-interview-questions/accounts-executive-interview-questions-2.html</link>
		<comments>http://www.interviewquestions365.com/general-interview-questions/accounts-executive-interview-questions-2.html#comments</comments>
		<pubDate>Thu, 10 May 2012 17:30:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Interview Questions]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=792</guid>
		<description><![CDATA[Have you handled a complex financial project? If so, what did you do? Yes, I have handled a tough financial situation with my previous organization. It required accurate data and proper analysis. I developed a specific plan to execute the objectives within the set period. I identified the issue and allocated the resources accordingly. What [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/general-interview-questions/accounts-executive-interview-questions-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DTD Elements</title>
		<link>http://www.interviewquestions365.com/xml-tutorial/dtd-elements.html</link>
		<comments>http://www.interviewquestions365.com/xml-tutorial/dtd-elements.html#comments</comments>
		<pubDate>Thu, 10 May 2012 13:27:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML Tutorial]]></category>
		<category><![CDATA[brackets]]></category>
		<category><![CDATA[element name]]></category>
		<category><![CDATA[lt]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=451</guid>
		<description><![CDATA[DTD elements are defined using the &#60;!ELEMENT&#62; declaration. The content of the declaration should depend on the rules that need to be applied to the element.  An example of the syntax for this type of declaration is in the following example: Example: &#60;!ELEMENT name model &#160; In this example, “name” is the name of the [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/xml-tutorial/dtd-elements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combined DTD in xml</title>
		<link>http://www.interviewquestions365.com/xml-tutorial/combined-dtd-in-xml.html</link>
		<comments>http://www.interviewquestions365.com/xml-tutorial/combined-dtd-in-xml.html#comments</comments>
		<pubDate>Thu, 10 May 2012 01:28:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML Tutorial]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=449</guid>
		<description><![CDATA[It is possible to use both an internal DTD and an external DTD at the same time. This could be useful if it is necessary to use a common DTD and define more definitions locally.  The following example shows how to setup for combined DTDs. Example: &#60;?xml version=&#8221;1.0&#8243; standalone=&#8221;no&#8221;?&#62; &#60;!DOCTYPE courses SYSTEM &#8220;courses.dtd&#8221; [ &#60;!ELEMENT [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/xml-tutorial/combined-dtd-in-xml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal vs. External DTD</title>
		<link>http://www.interviewquestions365.com/xml-tutorial/internal-vs-external-dtd.html</link>
		<comments>http://www.interviewquestions365.com/xml-tutorial/internal-vs-external-dtd.html#comments</comments>
		<pubDate>Wed, 09 May 2012 13:27:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML Tutorial]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=447</guid>
		<description><![CDATA[The difference between an external and internal DTD is in how it is declared with DOCTYPE.  For an internal DTD, the code is located between the DOCTYPE tags.  The following example shows of how this is done. Example: &#60;?xml version=&#8221;1.0&#8243; standalone=&#8221;yes&#8221;?&#62; &#60;!DOCTYPE courses [ &#60;!ELEMENT courses (course)+&#62; &#60;!ELEMENT course (date,url)&#62; &#60;!ELEMENT date (#PCDATA)&#62; &#60;!ELEMENT url [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/xml-tutorial/internal-vs-external-dtd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hexadecimal</title>
		<link>http://www.interviewquestions365.com/html-tutorials/hexadecimal.html</link>
		<comments>http://www.interviewquestions365.com/html-tutorials/hexadecimal.html#comments</comments>
		<pubDate>Wed, 09 May 2012 01:27:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tutorials]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=226</guid>
		<description><![CDATA[The hexadecimal method can be complex so it is important to understand hexadecimal numbers and to remember that color representation has six digits. The first pair of digits represents the color red, the next pair of digits represents green, and the final pair of digits represents blue. So in HTML code, it looks like the [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/html-tutorials/hexadecimal.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JavaScript Form Validation</title>
		<link>http://www.interviewquestions365.com/javascript-tutorial/javascript-form-validation.html</link>
		<comments>http://www.interviewquestions365.com/javascript-tutorial/javascript-form-validation.html#comments</comments>
		<pubDate>Tue, 08 May 2012 13:27:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript Tutorial]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=409</guid>
		<description><![CDATA[HTML form data can easily be validated using JavaScript before it is sent to the server.  Form data that is typically checked by a JavaScript is the following: •   Are required fields empty? •   Are e-mail addresses valid? •   Are dates valid? •   Was text entered in a numeric field? The following example contains a [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/javascript-tutorial/javascript-form-validation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Document Type Definitions</title>
		<link>http://www.interviewquestions365.com/xml-tutorial/document-type-definitions.html</link>
		<comments>http://www.interviewquestions365.com/xml-tutorial/document-type-definitions.html#comments</comments>
		<pubDate>Tue, 08 May 2012 01:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML Tutorial]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=445</guid>
		<description><![CDATA[A Document Type Definition (DTD) allows the coder to establish rules for the elements within the XML document. Remember that in order for an XML document to be well-formed, it has to use correct XML syntax, and it has to obey the rules of the DTD.  An example of a DTD is shown below: Example: [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/xml-tutorial/document-type-definitions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Processor</title>
		<link>http://www.interviewquestions365.com/xml-tutorial/processor.html</link>
		<comments>http://www.interviewquestions365.com/xml-tutorial/processor.html#comments</comments>
		<pubDate>Tue, 08 May 2012 01:28:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XML Tutorial]]></category>

		<guid isPermaLink="false">http://www.interviewquestions365.com/?p=443</guid>
		<description><![CDATA[The XML processor is a piece of software that reads the XML document and DTD to determine the content and structure and processes the information so that it can be used by the applications that make requests for the data.  In other words, the processor is a bridge between the XML document and the applications [...]]]></description>
		<wfw:commentRss>http://www.interviewquestions365.com/xml-tutorial/processor.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

