resume/interviews.tex

53 lines
1.5 KiB
TeX

\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}
\input{CommonLaTeX/theorem.tex}
\begin{document}
\ResumeSection{Elevator Pitch}
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}
\section{Technical}
\begin{enumerate}
\item What version of C++ is the project using?
\item What design pattern does the code base most utilise?
\item What does the CI/CD pipeline look like?
\item What testing framework is the project using?
\item What package management system is the project using?
\item Do you have a DevSecOps team?
\end{enumerate}
\section{Behavioural}
\begin{enumerate}
\item What does success look like for the role within the next 2 and 5 years?
\item If you where to hire me today, now, what task would you have me working on?
\end{enumerate}
\end{document}