Compare commits
4 Commits
69de7d2c22
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
023efaf05a
|
|||
|
ae38fb6b72
|
|||
|
b01938c953
|
|||
|
54d4a4e9a8
|
@@ -7,10 +7,11 @@
|
|||||||
\input{CommonLaTeX/resume.tex}
|
\input{CommonLaTeX/resume.tex}
|
||||||
\input{CommonLaTeX/symbols.tex}
|
\input{CommonLaTeX/symbols.tex}
|
||||||
\input{CommonLaTeX/graphic.tex}
|
\input{CommonLaTeX/graphic.tex}
|
||||||
|
\input{CommonLaTeX/theorem.tex}
|
||||||
|
|
||||||
\begin{document}
|
\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).
|
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,68 @@
|
|||||||
|
|
||||||
\ResumeSection{Interview Questions}
|
\ResumeSection{Interview Questions}
|
||||||
|
|
||||||
\begin{itemize}
|
\section{Technical}
|
||||||
|
|
||||||
\item Presently, is the company prioritising growth or profits?
|
I understand that quality code is only a fraction of what makes a quality software product.
|
||||||
|
|
||||||
\item Please tell me about your feature development and deployment pipeline. Do you follow the Systems Engineering V Model?
|
\begin{enumerate}
|
||||||
|
|
||||||
\item What does success look like for the hiring role, and the company, within the next 2 years, and the next 5 years?
|
\item Tell me about your design philosophies.
|
||||||
|
\\
|
||||||
|
\begin{itemize*}
|
||||||
|
\item Design patterns.
|
||||||
|
\end{itemize*}
|
||||||
|
|
||||||
\item If you where to hire me today, now, what role would you fill with me?
|
\item Tell me about your development infrastructure and processes.
|
||||||
|
\\
|
||||||
|
\begin{itemize*}
|
||||||
|
\item C++ version.
|
||||||
|
\item CI/CD pipelines.
|
||||||
|
\item Testing frameworks.
|
||||||
|
\item Package management system.
|
||||||
|
\item DevSecOps teams.
|
||||||
|
\end{itemize*}
|
||||||
|
|
||||||
\end{itemize}
|
\item Tell me about your product infrastructure.
|
||||||
|
\\
|
||||||
|
\begin{itemize*}
|
||||||
|
\item Containerisation.
|
||||||
|
\item Databases.
|
||||||
|
\item Event queues (AMQP).
|
||||||
|
\item Performance metrics in prod.
|
||||||
|
\end{itemize*}
|
||||||
|
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
\section{Behavioural}
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
|
||||||
|
\item If I where to raise a major issue with the product (scalability for example) that is not part of the requirements but would render the product unfit for purpose, what would happen?
|
||||||
|
|
||||||
|
\item How does the company culture encourage proactive (as opposed to reactive) problem-finding and solutions?
|
||||||
|
|
||||||
|
\item What does success look like in 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?
|
||||||
|
|
||||||
|
\item Have I said (or not said) anything during this interview that would give you doubt in my ability to produce results in the role?
|
||||||
|
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
\section{Human Resources}
|
||||||
|
|
||||||
|
\begin{enumerate}
|
||||||
|
|
||||||
|
\item How does the company actively encourage continuous development and learning?
|
||||||
|
|
||||||
|
\item How has the company changed since you joined?
|
||||||
|
\\ \textit{(Ask to the technical lead, \textbf{if employed for 2-5 years})}
|
||||||
|
|
||||||
|
\item When was the last time the company core values influenced a decision about the project?
|
||||||
|
|
||||||
|
\item Lookup their company information on companies house and ask about the product/service viability evidenced by their revenue statements.
|
||||||
|
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
1
main.tex
1
main.tex
@@ -55,6 +55,7 @@
|
|||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Developed real-time data processors in Rust within an Agile Scrum team, contributing towards the Royal Navy's £285m RECODE combat management systems modernisation contract and NATOs push towards memory-safety.
|
\item Developed real-time data processors in Rust within an Agile Scrum team, contributing towards the Royal Navy's £285m RECODE combat management systems modernisation contract and NATOs push towards memory-safety.
|
||||||
|
\item Spearheaded a rolling tech-debt tracker, enabling proactive identification, communication, and remediation of issues.
|
||||||
\item Proposed and implemented efficient algorithms and data structures to meet requirements, including geospatial indexing and deterministic scheduling for scalable distributed Kubernetes-based systems.
|
\item Proposed and implemented efficient algorithms and data structures to meet requirements, including geospatial indexing and deterministic scheduling for scalable distributed Kubernetes-based systems.
|
||||||
\item Reviewed team code through pull requests, improving codebase quality and test coverage.
|
\item Reviewed team code through pull requests, improving codebase quality and test coverage.
|
||||||
\item Advocated for and introduced modern Rust features to the team, enhancing code readability and performance.
|
\item Advocated for and introduced modern Rust features to the team, enhancing code readability and performance.
|
||||||
|
|||||||
Reference in New Issue
Block a user