MT

Senior Manager - Sales Home.Group Commercial

Full-time Roodepoort, Gauteng, South Africa, ZA
Posted 1 week, 3 days ago 10 views 0 applications

Job Description

We need to output clean semantic HTML per rules. Input is already HTML with

tags etc. We need to preserve content word-for-word, but reformat using allowed tags:

for paragraphs,

for section headers,
  • for list items. No CSS classes, no inline styles, no
    , no
    . Must preserve all original content word-for-word, but we can change tags. Need to identify sections: The text includes many bullet points preceded by headings like "Sales Execution & Performance Management", "Channel Optimisation & Customer Acquisition", etc. Those appear as lines like "Sales Execution & Performance Management" then bullet list. Also there are headings like "Operating Model & Capability Development", "Sales Enablement & Digital Adoption", "Commercial Analytics & Insights", "Stakeholder & Market Management". Also earlier paragraphs about MTN values etc. Those are introductory paragraphs. We need to wrap each paragraph in

    . For headings, use

    . For bullet lists, use
    • . Need to preserve content exactly, including special characters like & etc. Should we keep the & as is? Yes, preserve original content word-for-word. So we keep "&" inside text. We must not add or remove any content. So we need to output the same textual content but with tags changed. We need to parse the input: It starts with

      We at MTN are a purpose and value-led organization....

      then another

      As an organisation...

      then

      Our commitments go beyond...

      then a line with bullet points preceded by "Live Y’ello" then bullet list with • characters. Then a line "Sales Execution & Performance Management" then


      then bullet list. Actually after that there is "


      •    Drive end-to-end...". So there is a

      containing a
      then bullet items each preceded by • and spaces. We need to preserve content word-for-word, but we can change tags. So we need to output something like:

      We at MTN are a purpose and value-led organization. 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.

      But we cannot use
      tags. The rule says no
      tags. However we must preserve ALL original content word-for-word. If we remove
      , we would be removing content. The instruction: "Preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase". That conflicts with no
      tags. But we must follow the higher-level instruction: "Your ONLY job is to format it as clean semantic HTML." And rules include "No CSS classes, no inline styles, no
      s, no
      tags". So we must obey that, even if it means we cannot preserve
      . However the instruction to preserve content word-for-word may be overridden by the rule about tags? Usually in such tasks, we must remove
      and replace with appropriate paragraph breaks. Since
      is not allowed, we should omit it, but that would be removing content. However maybe we can treat the
      as just a line break and we can replace with a space? But that would be altering content. The safer approach: Since the rule says no
      tags, we must not output them. But we also must preserve content word-for-word. This is contradictory. Usually the instruction hierarchy: The system message says we must follow the developer's instructions. The developer gave the rules. The user gave the job description. The instruction says "Preserve ALL original content word-for-word". That is a higher priority? The developer message says "Your ONLY job is to format it as clean semantic HTML." Then lists rules. The rule about preserving content is part of those rules. So we must preserve content, but also no
      . How to satisfy both? We could keep the
      inside a

      but that's a
      tag, which is disallowed. Could we replace
      with something else that is not a tag but still represents line break? Not allowed. Perhaps we can keep the
      as plain text "<br>"? That would be altering content (changing
      to <br>). Not preserving. Maybe the input's
      is just an artifact and we can treat it as a line break that we can ignore because it's not meaningful content? The content includes " 
      " after a sentence. The   is a non-breaking space. If we drop
      , we lose the line break but the visual formatting may change but the textual content (characters) would lose the
      characters. That is removal. Given typical tasks, they expect to strip
      and treat as paragraph separation. I think we should obey the no
      rule and remove them, but also we must preserve content word-for-word except for tags? The rule about preserving content likely refers to the textual content, not the markup. So we can change tags but keep the text same. The
      is a tag, not text. So we can remove it. That seems plausible. Thus we will strip
      tags and also   maybe keep as space?   is an entity representing a non-breaking space; it's part of text. We should keep it as is (the characters  ). That's fine. Now we need to identify sections and wrap headings in

      . The headings appear as lines like "Sales Execution & Performance Management". Also "Channel Optimisation & Customer Acquisition". Also "Operating Model & Capability Development". Also "Sales Enablement & Digital Adoption". Also "Commercial Analytics & Insights". Also "Stakeholder & Market Management". Also earlier there is "Live Y’ello" maybe not a heading but a label before bullet list. Actually "Live Y’ello" appears before bullet list of values. Could treat as heading? Not specified as section header but could be considered a heading. The rules say use

      for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). Not limited to those; we can use for any clear section header. "Live Y’ello" seems like a label for the values list. Might treat as heading. Also there is a line "Sales Execution & Performance Management" then a


      then bullet list. So we should make that line an

      . Then the bullet list items as
      • . The bullet items start with "•". We need to keep the bullet symbol? The content includes the bullet character and spaces. We should preserve them exactly. So each
      • will contain the bullet character and the text. Similarly for other sections. We also have earlier paragraphs that are not under a heading; they should be

        . We must ensure we don't add extra tags like

        . Use only

        ,

        ,
          ,
        • . We must not add extra whitespace? Probably fine. Let's reconstruct. Original text broken down: 1.

          We at MTN are a purpose and value-led organization. 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.

          We will output as

          We at MTN are a purpose and value-led organization. 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.

          Note we removed
          and kept   as is. 2.

          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!

          Output as

          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!

          3.

          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.
          Live Y’ello
          •    Lead with Care
          •    Can-do with Integrity
          •    Collaborate with Agility
          •    Serve with Respect
          •    Act with Inclusion
           

          We need to handle this. The paragraph contains line breaks with
          tags. We'll remove
          tags, but keep the text. So we will have a paragraph that includes the sentences, then "Live Y’ello" then bullet items each preceded by • and spaces, then a final   line. We need to decide if "Live Y’ello" should be a heading. It's a label before the list. Could treat as

          Live Y’ello

          then the list as
            . However the original paragraph includes it as part of same paragraph. The rule: If text has no clear sections, just wrap paragraphs in

            . But there is a clear list after Live Y’ello. So we could treat Live Y’ello as a heading. I'd treat it as

            Live Y’ello

            then
            • ... etc. But we must preserve content word-for-word. If we move Live Y’ello out of the paragraph into a heading, we are not removing or adding content, just changing its tag. That's allowed. Thus we will output:

              Live Y’ello

              • •    Lead with Care
              • •    Can-do with Integrity
              • •    Collaborate with Agility
              • •    Serve with Respect
              • •    Act with Inclusion
              But note there is an extra   after the last bullet line before closing

              . That is a non-breaking space on its own line. Should we preserve it? It appears as "
               

              " meaning a line break then   then closing p. After removing
              , we have a   maybe as a separate paragraph? Could be just whitespace. We could include it as a

               

              but that would be a paragraph with just a space. Might be unnecessary. Perhaps we can ignore it as it's just formatting. But to preserve content, we could include a

               

              . However that adds a

              tag, not removing content. The   is preserved. That seems okay. But we already used the   inside the paragraph earlier? Actually the   after the list is separate. We'll treat it as a

               

              . Now after that, we have:

              Sales Execution & Performance Management

              Then


              •    Drive end-to-end Home Broadband sales execution across lead generation, qualification, conversion, order capture, fulfilment and activation, with a strong focus on quality of acquisition.
              •    Establish and manage sales performance review cadences across OpCos.
              •    Identify sales funnel bottlenecks and channel underperformance and agree recovery actions with OpCos and follow through until performance improves.
              •    Monitor and improve sales productivity and conversion performance across all home sales channels.

              We need to treat "Sales Execution & Performance Management" as heading

              . Then the bullet list as
              • ... each bullet. We must remove
                tags inside the

                . So we will produce:

                Sales Execution & Performance Management

                • •    Drive end-to-end Home Broadband sales execution across lead generation, qualification, conversion, order capture, fulfilment and activation, with a strong focus on quality of acquisition.
                • •    Establish and manage sales performance review cadences across OpCos.
                • •    Identify sales funnel bottlenecks and channel underperformance and agree recovery actions with OpCos and follow through until performance improves.
                • •    Monitor and improve sales productivity and conversion performance across all home sales channels.
                Next:

                Channel Optimisation & Customer Acquisition

                Then


                •    Improve customer acquisition performance across FTTH, FWA and unlicensed home propositions across CBU and EBU (SME and SoHo) customer segments.
                •    Drive footprint monetisation by increasing Homes Connected (HC) and take-up across serviceable FTTH areas, while maximising FWA sales within available network capacity.
                •    Optimise channel productivity across field sales, retail, telesales, digital channels, resellers, dealers, and strategic partners.
                •    Drive initiatives aimed at reducing customer acquisition costs while improving commercial returns.
                •    Evaluate and improve channel mix, channel effectiveness, incentive schemes, and ROI.
                •    Strengthen sales operating discipline across field sales, telesales, retail, digital, reseller, dealer and partner channels through effective lead management, incentive execution, and adherence to Group sales standards.

                Thus:

                Channel Optimisation & Customer Acquisition

                • •    Improve customer acquisition performance across FTTH, FWA and unlicensed home propositions across CBU and EBU (SME and SoHo) customer segments.
                • •    Drive footprint monetisation by increasing Homes Connected (HC) and take-up across serviceable FTTH areas, while maximising FWA sales within available network capacity.
                • •    Optimise channel productivity across field sales, retail, telesales, digital channels, resellers, dealers, and strategic partners.
                • •    Drive initiatives aimed at reducing customer acquisition costs while improving commercial returns.
                • •    Evaluate and improve channel mix, channel effectiveness, incentive schemes, and ROI.
                • •    Strengthen sales operating discipline across field sales, telesales, retail, digital, reseller, dealer and partner channels through effective lead management, incentive execution, and adherence to Group sales standards.
                Next:

                Operating Model & Capability Development

                Then


                •    Drive adoption and implementation of Group Home Broadband operating models, sales standards, playbooks, and toolkits.
                •    Establish repeatable and scalable sales practices across markets.
                •    Promote sales governance, process standardisation, and best-practice adoption.
                •    Build sales capability and execution excellence across participating OpCos.

                Thus:

                Operating Model & Capability Development

                • •    Drive adoption and implementation of Group Home Broadband operating models, sales standards, playbooks, and toolkits.
                • •    Establish repeatable and scalable sales practices across markets.
                • •    Promote sales governance, process standardisation, and best-practice adoption.
                • •    Build sales capability and execution excellence across participating OpCos.
                Next:

                Sales Enablement & Digital Adoption

                Then


                •    Drive implementation and utilisation of CRM, lead management, and sales enablement platforms.
                •    Improve sales funnel visibility, reporting accuracy, and customer journey management.
                •    Ensure compliance with Group sales processes, standards, and governance requirements.

                Thus:

    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 South Africa 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?