Created
June 19, 2025 23:39
-
-
Save JayMunya777/dbbbe7d82817d45eb265d25eb853721f to your computer and use it in GitHub Desktop.
BA CV 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Role-Specific CVs</title> | |
<style> | |
body { font-family: Calibri, sans-serif; margin: 20px; background: #f7f7f7; } | |
.cv-page { background: #fff; width: 800px; margin: 40px auto; padding: 30px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } | |
.header { display: flex; justify-content: space-between; align-items: baseline; } | |
.name { font-size: 28px; font-weight: bold; } | |
.contact { font-size: 14px; } | |
h2 { font-size: 16px; margin: 20px 0 10px; border-bottom: 1px solid #ccc; padding-bottom: 4px; } | |
h3 { font-size: 14px; margin: 10px 0; font-weight: bold; } | |
.section { margin-top: 10px; } | |
.section ul { list-style-type: disc; margin: 5px 0 0 20px; padding: 0; } | |
.section ul li { margin-bottom: 6px; font-size: 13px; } | |
.two-columns { display: flex; justify-content: space-between; } | |
.column { width: 48%; } | |
.subheading { font-style: italic; font-size: 14px; margin-top: 8px; } | |
</style> | |
</head> | |
<body> | |
<!-- Business Analyst CV --> | |
<div class="cv-page"> | |
<div class="header"> | |
<div class="name">Jay Raradza</div> | |
<div class="contact">London, UK | raradza96@gmail.com</div> | |
</div> | |
<h2>Business Analyst</h2> | |
<div class="section"> | |
<h2>Profile</h2> | |
<p>Analytical consultant with over three years’ experience managing multi‑million‑pound transformation programmes. Skilled in business requirements elicitation, process mapping, gap analysis and KPI development.</p> | |
<p>Driven by transparent communication and a continuous‑learning mindset, I turn raw data into clear recommendations that inform strategic decisions.</p> | |
</div> | |
<div class="section two-columns"> | |
<div class="column"> | |
<h3>Core Skills</h3> | |
<ul> | |
<li>Business requirements elicitation, process mapping, gap analysis, UAT</li> | |
<li>KPI development, data storytelling, Tableau, Power BI, Visio</li> | |
<li>Stakeholder engagement, workshop facilitation, user acceptance testing</li> | |
<li>Agile delivery (Scrum), JIRA, Confluence, 30‑60‑90‑day planning</li> | |
</ul> | |
</div> | |
<div class="column"> | |
<h3>Technical Proficiencies</h3> | |
<ul> | |
<li>SQL, Excel, Visio, Tableau, Power BI, JIRA, Confluence</li> | |
</ul> | |
</div> | |
</div> | |
<div class="section"> | |
<h2>Experience</h2> | |
<div class="subheading">Relevant Experience</div> | |
<ul> | |
<li><strong>Learning & Development Strategist</strong> | Protocol Education | Jan 2024–Present<br> | |
Designed AI‑driven learning pathways for 30+ participants, boosting attainment by 20%.<br> | |
Coordinated 10+ specialists to implement IEPs, increasing delivery efficiency by 15%.<br> | |
Mentored two junior analysts, improving their deliverable quality by 30%. | |
</li> | |
<li><strong>Independent Consultant</strong> | Freelance | Oct 2023–Dec 2023<br> | |
Delivered five vendor‑selection workshops across three schools, reducing procurement cycle by 30%.<br> | |
Chaired monthly stakeholder forums, aligning cross‑functional teams on programme priorities. | |
</li> | |
</ul> | |
<div class="subheading">Additional Experience</div> | |
<ul> | |
<li><strong>Consulting Analyst – Insights & Strategy</strong> | Levy UK&I | Apr 2023–Sep 2023<br> | |
Analysed 10 000‑row datasets to inform pricing strategy, achieving a 15% uplift in hospitality revenue at Wimbledon.<br> | |
Developed KPI dashboards that delivered £2.3 million savings for England Cricket. | |
</li> | |
<li><strong>Consulting Analyst</strong> | Accenture | Mar 2021–Mar 2023<br> | |
Managed a £250 million backlog of 80+ initiatives, reducing requirements ambiguities by 40%.<br> | |
Facilitated process‑mapping workshops using Visio, improving stakeholder alignment across six teams. | |
</li> | |
</ul> | |
</div> | |
<div class="section"> | |
<h2>Education</h2> | |
<ul> | |
<li>PGDip in Education (Merit) – Birmingham City University – 2020</li> | |
<li>BA (Hons) History, 2:1 – University of Birmingham – 2017</li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment