<?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>CaesarNation.com &#187; Uncategorized</title>
	<atom:link href="http://www.caesarnation.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caesarnation.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 01:46:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Intel Internship</title>
		<link>http://www.caesarnation.com/uncategorized/intel-internship/</link>
		<comments>http://www.caesarnation.com/uncategorized/intel-internship/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:43:39 +0000</pubDate>
		<dc:creator>Caesar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.caesarnation.com/?p=76</guid>
		<description><![CDATA[I am finishing my 8-month co-op at Intel (Folsom, CA) and I feel like giving an insight on my experience at Intel, especially the interview process. I remember wanting to find a blog comment about someone&#8217;s experience at Intel but I could never find one! Seriously?! At times when everything is on the web? Anyway [...]]]></description>
			<content:encoded><![CDATA[<p>I am finishing my 8-month co-op at Intel (Folsom, CA) and I feel like giving an insight on my experience at Intel, especially the interview process.  I remember wanting to find a blog comment about someone&#8217;s experience at Intel but I could never find one!  Seriously?! At times when everything is on the web?  Anyway here it goes.</p>
<p>First of all, this may sound obvious but your best shot at getting an Intel Internship is to go to their <a href="http://www.intel.com/jobs/jobsearch/index.htm">job search website</a>.  Do not waste time going to Intel career fairs as they rarely help at all.  Once you are on the search job website, apply to all jobs that you think you qualify for and do not worry if there are a few skills you do not feel comfortable with. Just apply.  Intel recruits all year long but especially in the spring semester.</p>
<p>Intel pulls out resumes with the right keywords from their database so I would advice you to have a resume with keywords such as &#8220;Computer Architecture,&#8221; &#8220;Microprocessor,&#8221; &#8220;Intel,&#8221; &#8220;Perl,&#8221; &#8220;Scripting,&#8221; etc.  Another thing you have to know is that Intel is known to hire juniors, seniors, and graduate students more than freshmen and sophomores so do not get discouraged if you are barely starting your undergraduate studies.  Also, it really helps if you have some experience in the field you are applying to, such as previous internships, TA, or  school projects.  It also helps if you are willing to do an extended internship for a full semester (co-op).   In any case,  the more jobs you apply for the better chance you have to get contacted by a manager.  I probably applied to 30+ jobs and got contacted by about 5 managers.</p>
<p>If interested, the manager will first setup an appointment to have a 1-hour long phone interview.  The interview is pretty standard and follow a similar procedure.  During the first 10 to 15 minutes the manager will simply asks questions about your preferences or school background.  The rest of the interview will focused on technical questions with some time at the end for Q&#038;A about the job itself.<br />
<span id="more-76"></span></p>
<h2 class="burnt">Technical Questions</h2>
<p>Surprisingly enough, Intel is no way near as hard as Microsoft or Google when it comes to interview questions.  They understand that hardware design interview questions are hard to answer through the phone, and therefore, they prefer to keep it as simple as possible.  Questions will obviously vary depending on the job specifics but generally target your understanding in computer engineering, solid-state devices, electronics and some basic programming algorithms.  Here are common things I was constantly ask and topics you definitely need to know.</p>
<ul>
<li> MOSFET modes of operation.-  Know the 3 operation modes of a MOSFET transistor and thee respective formulas.  You also have to know the basic operations such as channel formation and so on. Do you want your MOSFET saturated? What about a BJT?</li>
<li> Diode.-  How is a diode formed? Explain how it works and the steps to manufacture one.</li>
<li> Digital circuits.-  Learn how to design a AND, OR, NAND, NOR, etc in CMOS technology.  Twice I was asked to design a simple inverter using a) two transistors (common one) and b) using one resistor and one transistor.</li>
<li> Why is a nmos transistor better than a pmos? (hint: speed) how can you make a pmos transistor as fast as a nmos? (hint: look at current formula for a transistor, one way is to increase W or reduce L)</li>
<li> Capacitors.-  Questions about capacitors always come up, not just in Intel interviews.  Learn and get familiar with capacitor&#8217;s dependence on voltage and charge, and a few calculating problems.</li>
<li> Perl.-  Perl is used everywhere.  And by everywhere, I mean e-v-e-r-y-w-h-e-re (Python is getting there too). At IBM and Intel is common to see a Perl book in everyone&#8217;s desk.  Learn about regular expressions, hash tables, arrays, and file handling.  </li>
<li> Sort and Binary search.-  Always have a efficient sort algorithm in hand preferably merge or quicksort (it is fine if you explain it in C or Java). Also, if they ask about search make sure to mention binary search and how it works.  Please do not bother with bubble sort (A manager once joked that using bubble sort would be an automatic &#8220;X&#8221; next to my name lol)</li>
<li> Moore and Mealy State machines. &#8211; Know the differences between the two and the advantages of each.  Also work a few examples as they probably will ask you to draw one.  Eg.  Draw me an state machine that will give me 1 if and only if the input is = 0110 </li>
<li> Adder, Subtractor, Multiplexer, etc &#8211;  Learn how to make these from a truth table and karnaugh map.
<li> Cache Memory.- This is a must.  Learn about its advantages and general function.  You have to say the word &#8220;Latency&#8221; somewhere in your explanation.  If not, you will probably be asked about its meaning.</li>
<li> Pipeline.-  Since this is a phone interview they don&#8217;t expect you to design something or anything but definitely know the basics.</li>
<li> Programming languages.-  I get asked the following question a lot: &#8220;what other programming languages should I learn?&#8221; Again, <b>learn Perl!</b>.  Its a must.  My team was transitioning from Perl to Python so I would suggest learn it too.  C is always good to know as well not just for Intel interviews.</li>
</ul>
<p>After your interview, the manager will explain what are the next steps.  Usually, they will interview a few other candidates and get back to you in a few weeks.  It is possible to have a second personal interview especially if you live in a city close to the site the manager is from but don&#8217;t worry the questions are very similar in difficulty.   </p>
<p><b>Remember: Keep trying!  It took several tries to get the job but it is certainly doable.  </b></p>
<h2 class="burnt">Work Environment</h2>
<p>As far as working at Intel, I have to say it is one of the best experiences in my life!  Throughout my 8-months at the Folsom site, I was viewed as an engineer and not just an intern which is great.  Moreover, managers know that you are just a student and don&#8217;t expect you to come up with a patent or anything.  Unlike many comments I heard about Intel before working there,  Intel is a friendly environment and everybody in my department seemed to enjoy working for the company.   From my experience, Intel is a very team oriented company and everybody is pretty open and willing to help you.  Obviously this will vary somewhat from group to group.</p>
<p>Plus you get free soda and Starbucks coffee at all their sites!!!! (and medical insurance, competitive pay, awesome relocation assistance, and possibly a graduate school fellowship&#8211;I got one <img src='http://www.caesarnation.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><center><img src="http://www.caesarnation.com/pics/Intel_Cesar_De_la_Paz_Santa_Clara.jpg" height="360", width="500"></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.caesarnation.com/uncategorized/intel-internship/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Best GRE Tips</title>
		<link>http://www.caesarnation.com/uncategorized/best-gre-tips/</link>
		<comments>http://www.caesarnation.com/uncategorized/best-gre-tips/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 19:41:29 +0000</pubDate>
		<dc:creator>Caesar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.caesarnation.com/?p=65</guid>
		<description><![CDATA[Through my long and tedious process of studying for the GRE (~ a month), I believe I have come up with the best tips that will help you ace the test&#8211;or at least help you do reasonably well. Personally I do not &#8220;believe&#8221; in the GRE but if you need to score high in math [...]]]></description>
			<content:encoded><![CDATA[<p>Through my long and tedious process of studying for the GRE (~ a month), I believe I have come up with the best tips that will help you ace the test&#8211;or at least help you do reasonably well.  Personally I do not &#8220;believe&#8221; in the GRE but if you need to score high in math or english the following tips should help.</p>
<h2 class="burnt">Best GRE Tips</h2>
<p>1.  <strong>Buy &#8220;Cracking the GRE&#8221; from Princeton Review</strong> (&lt;$20).   This is by far my best tip.  The math part is excellent.  It teaches you not only the basics of all the things covered in the GRE but also a easy and quick way to do the problems.  The book also stresses why it is good to follow the &#8220;easy way&#8221; and fall into the trap of working the problem in a &#8220;proper&#8221; way.   As far as the verbal section,  the books the covers all the essentials you need to know. However, you will quickly find out that the verbal part is 90% vocabulary knowledge. The book provides a &#8220;Hit Parade&#8221; list of about 300 popular words used in the the GRE.  These words are a good starting point to increase your vocabulary.  In addition, Cracking the GRE provides the best analytical review section out of all the GRE tutorial books out there.</p>
<p>2.  <strong>Buy Kaplans&#8217; Vocabulary Box</strong> ($12).  This is the best way to improve your vocabulary.  The box contains 500 flashcards of popular GRE words.  The flashcards are a great way to test yourself and they save you a great amount of time (trust me on this one).  Each flash cards includes: 1) a popular GRE word, 2) its definition, 3) a sentence using the word, 4)  Synonyms of the word and 5) its grammatical use (adjective, noun, verb).   The flashcards are practical and you can carry them anywhere.   My advice is to look at the most important cards first.  One way to do this is to first look at the words that are included in both Kaplan&#8217;s and Baron&#8217;s top GRE words lists; this <a title="Kaplan and Baron GRE words" href="http://www.satvocab.com/vocabulary-lists/baron-kaplan-gre-wordlist/">website</a> points out these words.  Next, I would look at the words that are used in the list from Kaplan and Cracking the GRE.  Finally, if you have time look at the rest of the words in the box.  500 is not that bad as you might think.  If you memorize 30 words per day you will be done in less than 3 weeks!</p>
<p>3.  <strong>Take <em>Cracking The GRE&#8217;</em>s online test prep</strong>.  The prep test is definitely 3x harder than the actual test.  This is a good thing though.  After taking this test you will definitely be more confident for the actual GRE test, especially for the math part.  The prep provides answers and solutions to all the questions and gives you a feedback score.</p>
<p>4.  <strong>Take the free practice tests from ETS</strong>.  This will help you practice and I have heard from many people that this test will give an accurate idea of what get on the actual test.</p>
<p>5. <strong>Buy <em>Kaplan GRE Premier Program </em>book<em>.</em></strong> This book is not as good as <em>Cracking the GRE</em> but it does cover some points that other books don&#8217;t cover.  Plus the DVD included in the book offers several practice tests.  The more practice, the better!</p>
<p>6.  <strong>Improve your time management</strong>.   I cannot over-emphasize how important this is.  Definitely learn to time yourself while taking the prep tests.  Also, make sure you spend more time and attention on the first 10-15 questions of each section.  These questions  weight more and have a bigger impact on your final score.<br />
<span id="more-65"></span><br />
So there you go.  These are the tips I strongly encourage everybody to follow.  If you considering spending a lot of hours preparing for the test then I would suggest buying the Baron books which give some nice additional tips and provide a thorough 3500 word list.  Also look at this <a title="MSU GRE vocabulary" href="https://www.msu.edu/~defores1/gre/vocab/gre_vocab.htm">Michigan State&#8217;s vocabulary</a> website</p>
]]></content:encoded>
			<wfw:commentRss>http://www.caesarnation.com/uncategorized/best-gre-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
