diff --git a/interviews.tex b/interviews.tex new file mode 100644 index 0000000..270aa19 --- /dev/null +++ b/interviews.tex @@ -0,0 +1,35 @@ + +\documentclass[article,11pt,a4paper]{memoir} + +\input{CommonLaTeX/common.tex} +\input{CommonLaTeX/class_memoir.tex} + +\input{CommonLaTeX/resume.tex} +\input{CommonLaTeX/symbols.tex} +\input{CommonLaTeX/graphic.tex} + +\begin{document} + + \ResumeSection{About Me} + + I caught the Software Engineering bug during my GCSEs (2012) when I taught myself Java 7, and later used it to model the propagation of computer viruses through a network in collage (2015). + + Concurrently with my Distinction Master of Mathematics masters, I taught myself C++ 11 and Python 3, which I used as part of my BSc dissertation exploring NTRU - a post-quantum encryption scheme. + + Between my BSc and Integrated Masters years, I found a year-long internship with Raymarine writing embedded C++17 for their Yachtsense Digital Control System. + + \ResumeSection{Interview Questions} + + \begin{itemize} + + \item Presently, is the company prioritising growth or profits? + + \item Please tell me about your feature development and deployment pipeline. Do you follow the Systems Engineering V Model? + + \item What does success look like for the hiring role, and the company, within the next 2 years, and the next 5 years? + + \item If you where to hire me today, now, what role would you fill with me? + + \end{itemize} + +\end{document}