update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-10-28 15:50:10 -07:00
parent bc51c5253e
commit 2b03d8f6e8
1 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,66 @@
<!doctype html>
<html>
<head>
<title>Zk | Canonical written interview</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | Canonical written interview</h1>
</header>
<article class="content">
<h2 id="education">Education</h2>
<dl>
<dt>At high school, how did you fare in mathematics and physical sciences? Which were your strongest subjects in the hard sciences, and how did you rank in your class?</dt>
<dd>
<p>I did quite well at math and science in high school. In terms of harder sciences, though, I excelled primarily at biology. Having vastly enjoyed my initial biology class at the high school level. I quickly made my way up to the AP/IB level biology where I was keenly interested in biochemistry.</p>
<p>Beyond that, however, I also excelled computer science, having performed at the top of my class in Pascal (oh, my aching bones), C++, and the HTML/JavaScript class thta was offered there.</p>
</dd>
<dt>What sort of high school student were you? Outside of required work, what were your interests and hobbies?</dt>
<dd>I was very much a nerd. I dug quickly into computers and choir as my primary interests. For computers, I quickly wound up joining the web team, which helped maintain the school&rsquo;s webpage, and server admin for the two Linux (Debian, if I remember correctly) servers that served to manage personal sites for the web team and the members of the HTML/JavaScript class. I also enjoyed Latin enough to make my own imperial toga so that I could recite my Cicero in style.</dd>
<dt>At high school, what leadership roles did you take on?</dt>
<dd>As mentioned, I was a member of the web team, a group of students supervised by the physic teacher who maintained both internal and external aspects of the school&rsquo;s site. The site itself was built up from a combination of Perl and Server-Side Includes.</dd>
</dl>
<p>At high school and university, describe your achievements that were considered exceptional by colleagues and staff.</p>
<p>In languages and the arts, what were your strongest subjects at high school and how did you rank among your peers?</p>
<p>Which degree and university did you choose, and why?</p>
<p>How did you rank competitively in university? Which were your strongest courses, and which did you enjoy the most?</p>
<p>Outside of degree requirements, what were your interests and where did you spend most of your time? What did you enjoy most about your time at university?</p>
<p>How did you rank competitively in university? Which were your strongest courses, and which did you enjoy the most?</p>
<h2 id="career-development">Career development</h2>
<p>How would you describe your level of experience as a professional software engineer?</p>
<p>What kinds of software projects have you worked on or with before?</p>
<p>Describe your level of skill with your best programming language and how you&rsquo;ve achieved that.</p>
<p>What are your strengths as a software engineer?</p>
<h2 id="experience">Experience</h2>
<p>Describe the skills and strength you will bring to a distributed team - how do you organise yourself, what structure do you like to create around your work?</p>
<p>What experience do you have with community management/developer advocacy?</p>
<p>What experience do you have with Linux-based software development?</p>
<p>Please describe your operations or administrative experience.</p>
<p>Please describe your experience managing events and social media.</p>
<p>Please describe your experience writing blog posts or articles.</p>
<p>Please describe your experience using or contributing to open source.</p>
<h2 id="context">Context</h2>
<p>What do you think are the key ingredients of a successful open source project?</p>
<p>Why do you most want to work for Canonical?</p>
<p>Which other companies are building the sort of products you would like to work on?</p>
<p>What do you think Canonical needs to improve in its engineering and products?</p>
<p>What do you think is the biggest opportunity for Canonical in this arena?</p>
<p>Who do you think are key competitors to Canonical? How do you think Canonical should plan to win that race?</p>
</article>
<footer>
<p>Page generated on 2021-10-28</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>