questions from coding jesus

This commit is contained in:
Robert Fry 2025-11-08 00:46:25 +00:00
parent 69de7d2c22
commit 54d4a4e9a8
Signed by: robertfry
GPG Key ID: E89FFC8597BFE26C

View File

@ -7,10 +7,11 @@
\input{CommonLaTeX/resume.tex}
\input{CommonLaTeX/symbols.tex}
\input{CommonLaTeX/graphic.tex}
\input{CommonLaTeX/theorem.tex}
\begin{document}
\ResumeSection{About Me}
\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).
@ -20,16 +21,32 @@
\ResumeSection{Interview Questions}
\begin{itemize}
\section{Technical}
\item Presently, is the company prioritising growth or profits?
\begin{enumerate}
\item Please tell me about your feature development and deployment pipeline. Do you follow the Systems Engineering V Model?
\item What version of C++ is the project using?
\item What does success look like for the hiring role, and the company, within the next 2 years, and the next 5 years?
\item What design pattern does the code base most utilise?
\item If you where to hire me today, now, what role would you fill with me?
\item What does the CI/CD pipeline look like?
\end{itemize}
\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}