AOA Regional Manager - ADI
Nestlé is seeking a Regional Manager for Analytics, Data & Integration (ADI) to lead delivery and deployment of data, AI, and integration capabilities in Bengaluru. The role involves managing cross-functional regional teams, influencing global product roadmaps, and overseeing project portfolios and external partners. Candidates must have extensive experience leading data and AI teams within a matrix organization and managing large-scale delivery portfolios. This hybrid role focuses on driving operational excellence and digital transformation across the AOA zone.
50k new jobs listed every day. Install TAL to find more jobs like this.

Experience
Experience not specified
Function
Engineering
Work mode
Hybrid, India
Company
Tier 2
What you will work on
Nestlé is seeking a Regional Manager for Analytics, Data & Integration (ADI) to lead delivery and deployment of data, AI, and integration capabilities in Bengaluru. The role involves managing cross-functional regional teams, influencing global product roadmaps, and overseeing project portfolios and external partners. Candidates must have extensive experience leading data and AI teams within a matrix organization and managing large-scale delivery portfolios. This hybrid role focuses on driving operational excellence and digital transformation across the AOA zone.
TAL's take
High-impact regional leadership role at a Fortune Global 500 company managing data and AI delivery at scale.
Clear regional leadership scope and responsibilities defined within a matrix IT organization, though tech stack is high-level.
Must haves
- Bachelor’s or Master’s degree in IT, CS, or related field
- Senior-level experience in Data & AI teams with regional or global scope
- Proven people leadership experience
- Ability to manage complex stakeholder landscapes in a matrix organization
- Experience managing large delivery portfolios, budgets, and external partners
Tools and skills
Nice to have: cpg industry software, retail software, life science software.
About the company
Global consumer goods leader with substantial internal IT and digital operations, though not primarily a software product company.
Posts mentioning Nestlé
New 20000 crore market just opened up
Nestlé’s baby food brands including Cerelac and Nido added sugar in the form of sucrose, in lower and lower-middle income countries including India — but not in the products sold in Europe or UK, according to a report by Swiss investigative organisation Public Eye and International Baby Food Action Network (IBFAN). The research was conducted at a lab in Belgium, and examined Nestlé’s baby food products from Asia, and Africa branded as Cerelac, Nido, Mucilon and Dancow. These contained an average of 3 grams per serving, and in some cases up to 6 grams. Similar products tested in the European markets showed no added sugar. A Nestlé India spokesperson has attested that the company has reduced the sugar content in the baby product portfolio by 30% over the past five years, NDTV reported. In 2022, the sales on these products exceeded Rs.20,000 crore in India alone. Nestlé has been under the scanner in the past for similar violations in several African countries. Reports from the 1970s raised the alarms on their unethical marketing practices in an effort to push artificial feeding over breastfeeding.
Switch from QA to Product
How can someone with 5 years of manual QA experience switch to a Product role? Do courses like Growthschool, HelloPM, NextLeap, etc help? Also how hard is the transaction, is it even possible? Any sort of guidance/suggestions will be appreciated 🙏
BigData- How does data parsing happen in your company?
Hi community, Context: In my current company, we have a data-pipeline, which in short works like this: we get raw events from Kafka dumped in S3. We run a batch job (Airflow), this job essentially picks up the raw jsons in s3, enforces data parser logic (we have a service written in python where we explicitly define what attributed we want from raw json, these attributes are accordingly parsed), the parsed data is then converted to CSV/parquet formats and dumped in s3 in another folder and later loaded into tables, which is used for analytics, etc. Problem: Today for every new event we generate, we have to write a parser logic from scratch, if the event structure is different. In case of small changes we can update attributes we want to parse in code itself. But post that we have to deploy changes which takes time. Is there a smarter way of doing it? For example, having a UI interface, where we select the attributes from json (that could include nested attributes), and that is parsed and dumped in s3, later loading happens. And if we want to update parser, we can do so from UI itself than going into code updating things, deploying, etc. Do we have any open source alternatives here? Or any good engineering blogs which has covered such/similar scenario?