<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Interview on Chris McKelt - Remembering Thoughts</title><link>https://blog.smarttechventures.au/tags/interview/</link><description>Recent content in Interview on Chris McKelt - Remembering Thoughts</description><generator>Hugo -- 0.147.2</generator><language>en</language><lastBuildDate>Fri, 11 Mar 2011 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.smarttechventures.au/tags/interview/index.xml" rel="self" type="application/rss+xml"/><item><title>My interview coding test</title><link>https://blog.smarttechventures.au/articles/posts/interview-code-test/</link><pubDate>Fri, 11 Mar 2011 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/interview-code-test/</guid><description>&lt;h1 id="technical-test---book-store">&lt;strong>Technical Test - Book Store&lt;/strong>&lt;/h1>
&lt;p>An online books store sells books for 3 different categories: &lt;em>Crime, Romance, Fantasy.&lt;/em>&lt;/p>
&lt;p>Currently all books within the Crime category are discounted by 5%&lt;/p>
&lt;p>Total tax for the whole order is 10%&lt;/p>
&lt;h2 id="the-task">&lt;strong>The task&lt;/strong>&lt;/h2>
&lt;p>Write a simple console application that outputs the total order cost with and without tax for the below purchase:&lt;/p>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>Book name&lt;/th>
&lt;th>Category&lt;/th>
&lt;th>Total Cost&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>Unsolved crimes&lt;/td>
&lt;td>Crime&lt;/td>
&lt;td>10.99&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>A Little Love Story&lt;/td>
&lt;td>Romance&lt;/td>
&lt;td>2.40&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Heresy&lt;/td>
&lt;td>Fantasy&lt;/td>
&lt;td>6.80&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Jack the Ripper&lt;/td>
&lt;td>Crime&lt;/td>
&lt;td>16.00&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>The Tolkien Years&lt;/td>
&lt;td>Fantasy&lt;/td>
&lt;td>22.90&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>&lt;strong>Guidelines&lt;/strong>&lt;/p></description></item><item><title>Interview Process</title><link>https://blog.smarttechventures.au/articles/posts/interview-process/</link><pubDate>Thu, 10 Mar 2011 00:00:00 +0800</pubDate><guid>https://blog.smarttechventures.au/articles/posts/interview-process/</guid><description>&lt;h1 id="interview-process">Interview Process&lt;/h1>
&lt;h2 id="pairing-interview">Pairing Interview&lt;/h2>
&lt;p>This workbook is designed to help focus on the important aspects of the interview. Take as many or as few notes as you need to answer the following questions, and fill in the interview summary:&lt;/p>
&lt;h2 id="design">Design&lt;/h2>
&lt;p>What design process did they use before /while building the solution?
We are looking to identify the ability decompose the problem into a possible solution. What processes and or tooling did they use?&lt;/p></description></item></channel></rss>