<?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>DarkoZ &#187; programming</title>
	<atom:link href="http://www.zoroja.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoroja.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 29 Oct 2009 22:57:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>5 tips for acing MCTS 70-536 (.NET 3.5) Exam</title>
		<link>http://www.zoroja.com/blog/2009/08/07/5-tips-for-acing-mcts-70-536-net-3-5-exam/</link>
		<comments>http://www.zoroja.com/blog/2009/08/07/5-tips-for-acing-mcts-70-536-net-3-5-exam/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:51:30 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[70-536]]></category>

		<guid isPermaLink="false">http://www.zoroja.com/blog/?p=38</guid>
		<description><![CDATA[Just recently I sat the MCTS 70-536 exam (.NET 3.5) and seeing as it was my first Microsoft certification, I had no idea what to expect. Now that I have successfully completed it, I&#8217;d like to put down a few tips for those who are in a similar position to myself. Without further ado: Tip [...]]]></description>
			<content:encoded><![CDATA[<p>Just recently I sat the MCTS 70-536 exam (.NET 3.5) and seeing as it was my first Microsoft certification, I had no idea what to expect. Now that I have successfully completed it, I&#8217;d like to put down a few tips for those who are in a similar position to myself. Without further ado:</p>
<h2>Tip #1: If you want to ace this exam you need more than the self-paced training kit</h2>
<p>The single most important fact about this particular exam (though it might apply to others as well) is that the MS Press book is only good enough for a pass. It fails in a few key areas:</p>
<ul>
<li>Review/Practice questions don&#8217;t properly convey the difficulty or style of the exam questions</li>
<li>Some inappropriate advice that less experienced developers won&#8217;t know NOT to take</li>
<li>Too much depth in certain areas that are not extensively tested (regular expressions is a prominent example) and too little depth in ones that are</li>
</ul>
<p>In saying that, the book is enough to get a pass. But if you want to ace the exam you&#8217;ll need&#8230;</p>
<h2>Tip #2: Get 3rd party practice tests</h2>
<p>Companies like <a href="http://www.measureup.com/">MeasureUp</a> specialise in producing high quality practice tests for all sorts of qualifications form a lot of different vendors. While their website/software may not be the prettiest, the quality of the questions is high. If you have the book you may notice that the practice exam software is powered by MeasureUp, but the questions themselves are of low quality. This is only on the book CD &#8211; the real deal is much better. Also if you (or your employer) do shell out for the MeasureUp tests, you can buy a discounted test voucher from them at the same time which offsets the cost of the tests a little bit.</p>
<h2>Tip #3: Code as you learn</h2>
<p>Keep Visual Studio open while you&#8217;re learning and code alongside. Theres nothing like coding the examples to help you remember subtle nuances when you get a tough question on security.</p>
<h2>Tip #4: Familiarise yourself with the exam requirements</h2>
<p>One of the bigger mistakes I made was not looking at the skills measured tab section on the official 70-536 page. There they have a full list of exactly what you&#8217;re going to get tested on, including the percentage of questions in the exam related to the topic &#8211; which after doing the exam I can confirm are pretty accurate. So, my advice is, spend more time studying the topics with the largest percentages &#8211; those will obviously be the ones with the most indepth questions.</p>
<h2>Tip #5: Don&#8217;t get overconfident</h2>
<p>I have 5 years experience with ASP.NET and when I startedy studying there was nothing to indicate how difficult the exam would be, so I naturally felt a bit confident. No matter how experienced you are these exams are serious exams &#8211; the longer you spend preparing the better.</p>
<h2>My experience</h2>
<p>Now I get to rant about my experience. Unless you&#8217;ve done this before the whole process is a bit confusing and no site bothers to explain it to you. Here is the simple process:</p>
<ul>
<li>Go to <a href="http://www.microsoft.com/learning/en/us/">Microsoft Learning</a> and choose the exam you&#8217;d like to sit</li>
<li>The next thing you need is a provider. Go to <a href="http://www.prometric.com/default.htm">Prometric</a> and find the exam you want to sit</li>
<li>Before you book it you&#8217;ll need to register. Because the Prometric site has no registration (or login) link <strong>ANYWHERE</strong> on its home page, you can find them here: <a href="https://www.register.prometric.com/CreateProfile.asp">register</a>/<a href="https://www.register.prometric.com/login.asp">login</a></li>
<li>Now you just need to choose a venue close to you</li>
</ul>
<p>Simple huh? Its a wonder noone&#8217;s set it down before.</p>
<p>I only had 2 weeks to study and I did pass, but I did not ace the exam. I&#8217;m pretty sure if I had known what I know now I could have prepared better. My next exam (70-562) is in a few weeks and this time I&#8217;m determined to do better. I&#8217;ll report on that experience after my exam.</p>
<h2>Useful links:</h2>
<ul>
<li><a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-536&amp;locale=en-us">Official MCTS 70-536 web page</a></li>
<li><a href="http://www.measureup.com/">MeasureUp</a> Practice Tests <a href="http://www.measureup.com/Catalog/product.aspx?vid=5&amp;cid=MCTS&amp;tid=10&amp;pid=1692">C#</a> and <a href="http://www.measureup.com/Catalog/product.aspx?vid=5&amp;cid=MCTS&amp;tid=10&amp;pid=1696">VB</a></li>
<li><a href="http://www.prometric.com/default.htm">Prometric</a> &#8211; <a href="https://www.register.prometric.com/CreateProfile.asp">register</a>/<a href="https://www.register.prometric.com/login.asp">login</a></li>
<li><a href="http://www.amazon.com/MCTS-Self-Paced-Training-Exam-70-536/dp/0735626197/ref=sr_1_1?ie=UTF8&amp;qid=1249525814&amp;sr=8-1">MCTS 70-536 Self-paced training kit</a> on Amazon</li>
</ul>
<p>NB: If anyone from Prometric ever reads this, please, please, please do something about your horrid website. Take it from a web developer &#8211; it is an excruciating user experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zoroja.com/blog/2009/08/07/5-tips-for-acing-mcts-70-536-net-3-5-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
