MT

Manager - Strategy and Transformation.Group Strategy and Transformation

Full-time Roodepoort, Gauteng, South Africa, ZA
Posted 3 hours, 17 minutes ago 9 views 0 applications

Job Description

We need to output clean semantic HTML with

,

,
  • . No divs, no classes, no inline styles, no
    . Must preserve original content word-for-word, but we need to convert the given HTML-like input into proper HTML tags per rules. The input already contains

    ,

      ,
    • ,
      . We need to output only HTML, no markdown fences. We must remove
      tags and replace with appropriate paragraph breaks? The rule: No
      tags. So we must eliminate them, but preserve content word-for-word. However removing
      changes content (removing tags). The instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". That seems contradictory with removing
      tags. But the earlier rule says: "No CSS classes, no inline styles, no
      s, no
      tags". So we must not use
      tags in output. We must preserve the textual content, but we can replace
      with something else like a new paragraph? However that would be adding structure not present originally. The input includes
      tags inside paragraphs to indicate line breaks. We could treat them as just whitespace and remove them, but that changes the content (removing tags). The instruction about preserving content likely refers to the textual content, not the markup. Since we are converting to HTML, we can drop the
      tags and rely on

      for paragraphs. That seems acceptable. Thus we need to output a clean HTML with appropriate headings for sections: Education, Experience, Competencies, etc. Also there is introductory paragraph(s) before Education. Also there is a paragraph about Organization Values. Also there is a paragraph about MTN entering a new phase etc. Also there is a list of bullet points under that intro (the

        with alignment etc). Then after that there is a paragraph about Organization Values (with many
        ). Then Education, Experience, Competencies, then a paragraph about "The Manager Strategy and Transformation will be accountable to achieve the following objectives:" then subheadings "Project Delivery" and "Manage and develop teams:" with bullet points. We need to use

        for section headers like Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role. So we should wrap "Education:" in

        Education

        . Similarly "Experience:" ->

        Experience

        . "Competencies:" ->

        Competencies

        . Also maybe "The Manager Strategy and Transformation will be accountable to achieve the following objectives:" could be a heading? Not in list but could be treated as a heading like

        Objectives

        or maybe keep as paragraph. The instruction: Use

        for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we should apply to those that match. For "Project Delivery" and "Manage and develop teams:" maybe treat as

        Project Delivery

        and

        Manage and develop teams

        . They are like sub-sections. We must preserve all original content word-for-word (text). So we need to copy the text exactly as given, but we can change tags. We must ensure we don't lose any text. Let's extract the textual content from the given input, ignoring the original tags. Let's parse: First paragraph: "MTN is entering a new phase in its lifecycle where operational and commercial excellence has become critical for success. The urgency for change has become more heightened amidst increased competitive intensity across all markets in which MTN operates.  The Group’s transformation programme must therefore ensure the successful delivery of the transformation in context of:" Note there is   which is a non-breaking space. We should preserve as a space? Probably just a space. We'll keep as a regular space. Then a
          with list items: - Alignment of the Programme objectives with the overall MTN strategy - Rapidly changing ICT environment - The geographic complexity of MTN’s foot print across Africa and the Middle East - Management of executive and shareholder expectations across all 16 OpCos throughout the transformation - Management of customer and supplier expectations - Constant dynamics and local challenges in the economic, regulatory and legal environments - Focus on key strategic programs which require cross functional, cross market collaboration and top management visibility Note there is   in some items? Not visible. Then a paragraph: "Organization Values: At MTN we believe that understanding our people’s needs and aspirations is key to creating experiences that delight you at work, every day. We are committed to fostering an environment where every member of our Y’ello Family is heard, understood, and empowered to live an inspired life. Our values keep us grounded and moving in the right direction. Most importantly, they keep us honest. It is not something we claim to be. It is in our DNA.
          As an organisation, we consider it our mission to create an exciting and rewarding place to work, where our people can be themselves, thrive in positivity and ignite their full potential. A workplace that boosts creativity and innovation, improves productivity, and ultimately drives meaningful results. A workplace that is built on relationships and achieving a purpose that is bigger than us. This is what we want you to experience with us! 
          Our commitments go beyond an organisational promise. It is in our leadership and managerial ethos to meaningfully partner with our employees, customers, and stakeholders with a vision to realise our shared goals. Our values dubbed, LIVE Y’ello, are the cornerstone of our culture.
           " We need to remove
          and   maybe replace with space. We'll just treat them as spaces. Then "

          Education:

          • Minimum 3-year Academic Degree
          • Post graduate qualification (MBA/CA/Masters) advantageous 
          " Then "


          Experience:

          " Actually there is "


          Experience:

          " after education? The input: "


          Experience:

            ..." So there is a
            before Experience. We'll ignore. Then experience list items. Then "


            Competencies:

              ..." etc. Then "

              The Manager Strategy and Transformation will be accountable to achieve the following objectives:
              Project Delivery

              " Actually there is "

              The Manager Strategy and Transformation will be accountable to achieve the following objectives:
              Project Delivery

              " then a "


              •    Define the workstream scope..." etc. We need to convert bullet points that start with "•" into

              • . The original uses bullet characters and   for indentation. We should treat each line starting with "•" as a list item. Similarly after "Manage and develop teams:" there is a "


                •    Plan workstreams..." etc. We need to preserve the text exactly, including the bullet characters? The bullet characters are part of content. We could keep them inside

              • or we could strip them? The instruction: preserve ALL original content word-for-word. So we should keep the bullet characters as part of the
              • text. However typical HTML list items would not include the bullet character; but we can keep it, it's okay. Thus each
              • will contain the bullet character and the text. We must not add extra content. So we should not add extra words like "Responsibilities:" if not present. We'll just wrap existing headings in

                . Now we need to output only HTML, no markdown fences. Let's construct: Start with

                for introductory paragraph(s). There may be multiple paragraphs; we can combine them? Better to keep as separate

                for each original paragraph block. We have: Paragraph 1: "MTN is entering a new phase in its lifecycle where operational and commercial excellence has become critical for success. The urgency for change has become more heightened amidst increased competitive intensity across all markets in which MTN operates.  The Group’s transformation programme must therefore ensure the successful delivery of the transformation in context of:" We'll output

                MTN is entering a new phase in its lifecycle where operational and commercial excellence has become critical for success. The urgency for change has become more heightened amidst increased competitive intensity across all markets in which MTN operates. The Group’s transformation programme must therefore ensure the successful delivery of the transformation in context of:

                (replace   with space). Then a
                  with the list items. Then a paragraph for Organization Values: we need to output as

                  ...

                  with the text, removing
                  and  . Let's extract the Organization Values text without tags: "Organization Values: At MTN we believe that understanding our people’s needs and aspirations is key to creating experiences that delight you at work, every day. We are committed to fostering an environment where every member of our Y’ello Family is heard, understood, and empowered to live an inspired life. Our values keep us grounded and moving in the right direction. Most importantly, they keep us honest. It is not something we claim to be. It is in our DNA.As an organisation, we consider it our mission to create an exciting and rewarding place to work, where our people can be themselves, thrive in positivity and ignite their full potential. A workplace that boosts creativity and innovation, improves productivity, and ultimately drives meaningful results. A workplace that is built on relationships and achieving a purpose that is bigger than us. This is what we want you to experience with us!Our commitments go beyond an organisational promise. It is in our leadership and managerial ethos to meaningfully partner with our employees, customers, and stakeholders with a vision to realise our shared goals. Our values dubbed, LIVE Y’ello, are the cornerstone of our culture." Note there were spaces after some sentences due to
                  removal; we can just join with a space. We'll output as one

                  . Then

                  Education

                  then
                    with two li items. Then

                    Experience

                    then
                      with four li items. Then

                      Competencies

                      then
                        with six li items (actually there are six bullet points? Let's count: Resilience and agility, Leadership skills, Problem Solving skills, Execution and Implementation Skills, Challenger mind-set, Holistic View and Attention to Detail, Prioritisation management. That's seven. Wait list: after Competencies: there is a
                          with items: - Resilience and agility: Ability to lead complex, ambiguous, high profile programs and deal with the volatile nature of a program environment. Strong tenacity and ability to quickly ramp up on content areas - Leadership skills: Ability to get along with, listen to, speak to, and manage people’s expectations. Strong communication skills at all levels and the ability to easily collaborate with teams, internal / external stakeholders with or without formal reporting relationships - Problem Solving skills: Analytical and critical thinking are essential in evaluating problems and reaching solutions. This skill requires at times logical methodical approach and in other situations creativity and lateral thinking. Persuasion and negotiation will be also important.  - Execution and Implementation Skills:  Reliability, results-oriented, proven track record of delivery and can-do attitude - Challenger mind-set: Ability to engage with senior business stakeholders and challenge the status quo utilizing data analytics and problem-solving capabilities - Holistic View and Attention to Detail: Balancing the big picture view and attention to detail is a crucial skill to build trust with stakeholders at all levels. Developing strategies and producing error-free deliverables, shows that the Transformation office is thorough and recommendations are solid.  - Prioritisation management: Ability to make best out of the allocated time and resources  
                            So seven items. Then after that we have a paragraph: "

                          The Manager Strategy and Transformation will be accountable to achieve the following objectives:
                          Project Delivery

                          " So we could treat that as

                          The Manager Strategy and Transformation will be accountable to achieve the following objectives:

                          then

                          Project Delivery

                          then a
                            for the bullet points under Project Delivery. Then after that there is "


                            Manage and develop teams:

                            " then a
                              for those bullet points. We need to preserve the bullet characters and indentation spaces? We'll keep the bullet character and the text after it, but we can drop the   spaces. Let's extract the Project Delivery bullet points text: From the input after "


                              •    Define the workstream scope required to achieve a given set of program objectives. This will require the translation of program objectives and milestones into an actionable set of deliverables in consultation with the relevant business unit subject matter experts
                              •    Create the plan to deliver the scope of the workstream
                              •    Achieve buy-in for the scope and plans developed from key stakeholders to secure the resources and funds to deliver with the support of the Senior and General Manager
                              •    Work within and contribute to the governance framework of the program
                              •    Lead and support the delivery of the workstream from inception until the point of handover to business units responsible for business as usual ownership, facilitating the required change management and capability building needed in the handover process
                              •    Define the measures of success and ensure all reporting during delivery and post implementation performance and sustainability management is completed as per the applicable performance management framework
                              •    Ensure adherence to project budgets and schedules
                              •    Identify and manage risks which impact program delivery and communicate risks to all relevant stakeholders
                              •    Develop subject matter expertise on workstream topics and be able to succinctly drive to and articulate key insights in a structured manner both verbally and in writing

                              " Thus each line starts with "•" and then spaces. We'll keep the bullet character and the text after it (including the leading spaces? We'll trim leading spaces after bullet maybe). We'll output
                            • • Define the workstream scope required to achieve a given set of program objectives. This will require the translation of program objectives and milestones into an actionable set of deliverables in consultation with the relevant business unit subject matter experts
                            • etc. Similarly for Manage and develop teams bullet points. Let's extract that section: After "


                              Manage and develop teams:

                              " there is a "


                              •    Plan workstreams to deliver effectively, while adhering to program budgets and creatively engage resources to manage resource constraints that may arise in the course of workstream delivery
                              •    Effectively allocate the scope of work between one’s self, external contractors and business line talent as needed
                              •    Develop the program delivery, technical and soft skills of the program team members and one’s self
                              Build MTN’s overall program execution capability
                              •    Contribute to the knowledge repository for cross functional and cross market knowledge share - compile and constantly refine the MTN delivery playbook
                              •    Perform post mortems of strategic workstreams and related programs to enable continuous improvement
                              •    Improve and standardise the quality and effectiveness of relevant key projects’ performance management processes
                              •    Uphold the MTN values in the performance of one’s duties and role model the values for colleagues
                              •    Implement and improve tools, processes and people management techniques to build the overall capacity to deliver, the ability to track progress and impact to manage risks
                              •    Serve as a subject matter expert on workstreams within one’s portfolio and share best practices learnt with other program leads and teams
                              •    Build a culture and capability of continuous improvement in the Group Transformation Team and in the organisation more broadly 
                              •    Accountable for controlling and managing Capex and Opex spend for the Group Strategy and Transformation Office
                               

                              " Note there is a line "Build MTN’s overall program execution capability" without a bullet? Actually it's on its own line without bullet. It appears as a separate sentence. We need to preserve it as text; maybe it's a paragraph? It appears as a line without bullet. We'll treat it as a separate

                              maybe? But the instruction: Use

                              • for list items (duties, requirements, qualifications, skills). This line is not a bullet; it's a statement. We'll keep it as a

                                perhaps. But we need to preserve original content word-for-word. So we should keep that line as is, not wrap in

                              • . We'll output it as a

                                (or maybe as part of the surrounding text). Since it's inside the same

                                block originally? Actually original had "


                                Manage and develop teams:

                                " then a "


                                •... Plan workstreams...
                                •... Effectively allocate...
                                •... Develop the program delivery...
                                Build MTN’s overall program execution capability
                                •... Contribute to the knowledge repository..." So there is a line break after "Develop the program delivery..." then "Build MTN’s overall program execution capability" then a
                                then bullet list continues. So we need to preserve that line as a separate sentence. We'll treat it as a

                                maybe. Simplify: We'll output a

                                for that line. Now we need to ensure we don't add extra content. Let's construct final HTML:

                                MTN is entering a new phase in its lifecycle where operational and commercial excellence has become critical for success. The urgency for change has become more heightened amidst increased competitive intensity across all markets in which MTN operates. The Group’s transformation programme must therefore ensure the successful delivery of the transformation in context of:

                                • Alignment of the Programme objectives with the overall MTN strategy

Apply Now ↗

How well do you match?

Get an instant AI match score for this role — free, takes 3 minutes.

Tailor your CV for this role

The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.

Tailor My CV to This Job ✍️

Free cover letter for this job

Upload your CV and get a tailored cover letter in seconds — free, no account needed.

Generate a Cover Letter 📝

Join Our Ghana Channels

Get free job alerts on your phone

MJC
ECHO
Your MJC Assistant

I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.

How was your experience with ECHO?