<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>exam &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/exam/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Wed, 19 Feb 2025 08:11:41 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>exam &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[APMG Linux Proctoring - Certified In The Art of Hacking Exam]]></title>
		<link>https://shkspr.mobi/blog/2021/11/apmg-linux-proctoring-certified-in-the-art-of-hacking-exam/</link>
					<comments>https://shkspr.mobi/blog/2021/11/apmg-linux-proctoring-certified-in-the-art-of-hacking-exam/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 27 Nov 2021 12:34:28 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[Certified in The Art of Hacking]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=41086</guid>

					<description><![CDATA[As I mentioned in a previous blog post, I was unsure how I was going to complete a security exam due to ProctorU not supporting Linux.  I&#039;m delighted to say that the examiners - APMG - were understanding about my plight. They were aware of ProctorU&#039;s limitations and had a workaround.  They had me install Beyond Trust&#039;s &#34;bomgar&#34; Linux client - which is a simple Remote Desktop app. It was…]]></description>
										<content:encoded><![CDATA[<p>As I mentioned in a previous blog post, I was unsure how I was going to complete a security exam due to <a href="https://shkspr.mobi/blog/2021/11/proctoru-is-dystopian-spyware/">ProctorU not supporting Linux</a>.</p>

<p>I'm delighted to say that the examiners - <a href="https://apmg-international.com/">APMG</a> - were understanding about my plight. They were aware of ProctorU's limitations and had a workaround.</p>

<p>They had me install <a href="https://www.beyondtrust.com/remote-support/platforms/linux">Beyond Trust's "bomgar" Linux client</a> - which is a simple Remote Desktop app. It was preconfigured with my invigilator's details and they were able to remotely see my screen and control my keyboard &amp; mouse. The app didn't run as root, thankfully! Once I closed the app, it automatically deleted itself - and I couldn't find any trace of it.  As it happens, I'm paranoid so I had made a separate user account on a freshly installed Linux partition, which was wiped immediately afterwards.</p>

<p>The Remote Desktop didn't have access to my webcam, so we jumped on a Microsoft Teams call in the browser. There the invigilator (a nice guy called Dave) had me point my webcam around my room to make sure I didn't have any notes visible, or a person crouching behind my desk feeding me answers. Dave then spent an hour watching me <del>pick my nose</del> scrunching up my face as I tried to remember arcane security trivia. He also got to listen to me mutter to myself. Fun! The invigilator was also there in case I had any technical problems with the exam. But, luckily, it all went well.</p>

<p>Sadly, the exam wasn't keyboard accessible. The buttons for marking your multiple choice answers couldn't be selected by the keyboard. And, annoyingly, they are presented horizontally while the questions are vertical.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2021/11/Buttons.png" alt="Vertical questions, but horizontal buttons." width="571" height="483" class="aligncenter size-full wp-image-41089">

<p>(Taken from their <a href="https://sampleexams.apmg-international.com/Marlin/SamplePapers.aspx">practice papers</a>)</p>

<p>Quite why that couldn't be a normal radio button next to each answer, I don't know!</p>

<p>The testing platform was a little slow - which made going back over my answers a little annoying.</p>

<p>All that notwithstanding, <a href="https://www.credly.com/badges/e3653af9-f568-420a-992e-52429c19135a/public_url">I passed</a>!</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2021/11/exam-results.jpg" alt="Screenshot of my exam results." width="1034" height="462" class="aligncenter size-full wp-image-41088">

<p>70 questions, 35 correct needed for a pass. So I was delighted with a score of 80%.</p>

<p>I reckon it was just about possible to pass the exam using only the slides. But there were questions on there about, say, FREAK and POODLE. They were mentioned in the lectures - but not in enough detail to successfully answer the questions.</p>

<p>Similarly, some of the questions were very much "it depends". Here's one taken from my memory:</p>

<blockquote>How would you find hidden directories in a web app?<ol><li>Look at `robots.txt`</li><li>Examine the source code</li><li>Use a web spider</li><li>Run a brute force scan</li></ol></blockquote>

<p>In the class, we learned DirBuster. Which is a brute-force tool. So I put that. But I also think it is totally legitimate to use <code>robots.txt</code>; it's a great source of finding directories that the owner doesn't want you scurrying around in. Similarly, commented out bits in source code is a valuable intelligence tool. A spider will show you all the directories which are publicly linked to.</p>

<p>I've no idea if "Brute Force" is the correct answer. And that's kinda the limitation of multiple-choice exams. If the question had been "describe the advantages and disadvantages of each of these techniques" then I think that would show the student had understood the material. But, of course, that takes longer to mark and is more expensive to run.</p>

<p>I don't think I've taken an exam since I was at university the first time around. And, to be quite honest, I've no desire to repeat the experience. It was a stressful time leading up to it and, frankly, a little demeaning to have to go through so much rigmarole to prove I wasn't cheating. And I'm not convinced that multiple choice questions about pub trivia is the best way to test knowledge.</p>

<p>I have two more training sessions coming up and I'm going to pick ones with a better attitude to testing.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=41086&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2021/11/apmg-linux-proctoring-certified-in-the-art-of-hacking-exam/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Unofficial Exam Guidelines.  Please Display.]]></title>
		<link>https://shkspr.mobi/blog/1998/05/unofficial-exam-guidelines-please-display/</link>
					<comments>https://shkspr.mobi/blog/1998/05/unofficial-exam-guidelines-please-display/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 17 May 1998 11:34:27 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[necropost]]></category>
		<category><![CDATA[retropost]]></category>
		<category><![CDATA[students]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=45511</guid>

					<description><![CDATA[This is a necropost. Written, I think, in preparations for mock A-Levels and recently found on an old backup disk. People in our 6th Form were always sticking up funny lists and weird humorous print-outs found on the nascent WWW. This was either my attempt to relieve the pressure of endless revision - or just a way to distract myself from the stress of exams. I heartedly endorse all of the…]]></description>
										<content:encoded><![CDATA[<p><ins datetime="2023-12-23T22:36:26+00:00">This is a <a href="https://shkspr.mobi/blog/2023/02/necroposting-blogging-from-before-you-started-blogging/">necropost</a>. Written, I think, in preparations for mock A-Levels and recently found on an old backup disk. People in our 6th Form were always sticking up funny lists and weird humorous print-outs found on the nascent WWW. This was either my attempt to relieve the pressure of endless revision - or just a way to distract myself from the stress of exams. I heartedly endorse all of the following tips for a successful exam.</ins></p>

<p>Fall asleep (or pretend to) until the last 15 minutes.  Wake up, say "Oh dear, better get cracking." and do some gibberish work.  Turn it in a few minutes early.</p>

<p>Get a copy of the exam, run out screaming "Andre, Andre, I've got the secret documents!!"</p>

<p>If it is a math/science exam, answer in essay form.  If it is long answer/essay form, answer with numbers and symbols.  Be creative.  Use the integral symbol.</p>

<p>Make paper aeroplanes out of the exam.  Aim them at the instructor's left nostril.</p>

<p>Talk the entire way through the exam.  Read questions aloud, debate your answers with yourself out loud.  If asked to stop start talking about what a prat the instructor is.</p>

<p>Bring cheerleaders.</p>

<p>Walk in, get the exam, sit down.  About five minutes into it, loudly say to the instructor, "I don't understand ANY of this.  I've been to every lesson all term long!  Help.”</p>

<p>Bring a Game Boy.  Play with the volume at max level.</p>

<p>On the answer sheet find a new, interesting way to refuse to answer every question.  For example: “I refuse to answer this question on the grounds that it conflicts with my religious beliefs”.  Be creative.</p>

<p>Bring pets.</p>

<p>Giggle.  Loudly.</p>

<p>Fifteen minutes into the exam ask for more paper.  Repeat this process every fifteen minutes.</p>

<p>Do the exam with crayons, paint, or fluorescent markers.</p>

<p>Come into the exam wearing slippers, a bathrobe, a towel on your head.</p>

<p>Be as vulgar as possible on the exam paper.</p>

<p>Do the entire exam in another language.  If you don't know one, make one up! For math/science exams, try using Roman numerals.</p>

<p>Bring things to throw at the instructor when s/he's not looking.  Blame it on the person nearest to you.</p>

<p>As soon as the instructor hands you the exam, eat it.</p>

<p>Walk into the exam with a Siamese twin.</p>

<p>Every five minutes, stand up, collect all your things, move to another seat, continue with the exam.</p>

<p>Turn in the exam approximately 30 minutes into it.  As you walk out, start commenting on how easy it was.</p>

<p>Hold an unlit cigarette in your mouth.  If you are told there is no smoking, politely point out that you are not smoking; just holding an unlit cigarette in your mouth.</p>

<p>Bring a black marker.  Return the exam with all questions and answers completely blacked out.</p>

<p>Get the exam.  Twenty minutes into it, throw your papers down violently, scream out "Screw this!" and walk out triumphantly.</p>

<p>Insist on going to the toilet.  You will have to be accompanied.</p>

<p>Show up completely drunk.  (you should start crying for mother).</p>

<p>COUGH!</p>

<p>Comment on how sexy the instructor is looking that day.</p>

<p>Come to the exam wearing a black cloak.  After about 30 minutes, put on a white mask and start yelling "I'm here, the phantom of the opera" until they drag you away.</p>

<p>Insist the person next to you is cheating.</p>

<p>Upon receiving the exam, look it over, while laughing loudly, say “You don't really expect me to waste my time on this drivel?  "Teletubbies" is on!!!”</p>

<p>Bring a water pistol with you.  ‘Nuff said.</p>

<p>From the moment the exam begins, hum the theme to Countdown.  When they finally get you to leave begin whistling the theme to the Bridge on the River Kwai.</p>

<p>Start a fight in the middle of the exam.</p>

<p>If the exam is math/science related, make up the longest proofs you could possibly think of.  Get pi and imaginary numbers into most equations.  If it is a written exam, relate everything to your own life story.</p>

<p>Bring a friend to give you a back massage the entire way through the exam.  Insist this person is needed, because you have bad circulation.</p>

<p>Bring cheat sheets FOR ANOTHER CLASS and staple them to the exam, with the comment "Please use the attached notes for references as you see fit. "</p>

<p>When you walk in, complain about the heat.  Strip.</p>

<p>After you get the exam, call the instructor over, point to any question, ask for the answer.  Try to work it out of him/her.</p>

<p>Loud, Rumbling, Echoing, Deadly Farts.</p>

<p>Try to get people in the room to do a Mexican wave.</p>

<p>Play frisbee with a friend at the other side of the room.</p>

<p>Bring some large, ugly idol.  Pray to it often.  Consider a small sacrifice.</p>

<p>Get deliveries of flowers, pizzas, telegrams, etc. sent to you every few minutes throughout the exam.</p>

<p>Get lots of people to call your mobile phone.  Make sure it has an annoying ring.</p>

<p>During the exam, take apart everything around you.  Anything you can reach.</p>

<p>Complete the exam with everything you write being backwards at a 90 degree angle.</p>

<p>Bring a musical instrument with you, play various tunes.  If you are asked to stop, say "it helps me think. " Bring a copy of the official exam rules, challenging the instructor to find the section on musical instruments.  Don't forget to use the phrase "Told you so".</p>

<p>Answer the exam with the "Top Ten Reasons Why Examiners Suck"</p>

<p>These exam stress relieving jollities were brought to you by...........
Campaign to Relive Accumulated Pressures!</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=45511&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/1998/05/unofficial-exam-guidelines-please-display/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
