Intern Category Procurement - Marketing (all genders)

FrieslandCampina

unknownPosted Jul 13, 2026
Posting intelligenceActively listedReposted 4×, possible evergreen/ghost posting

Skills

powerbiexcelgo

About the role

Beschrijving van de vacature

Functietitel: Intern Category Procurement - Marketing (all genders)

Vacaturelocatie (kort): Amersfoort, NLD, 3818LE

Discipline: Procurement

Career Site Contract Hours: 32-40

#body.unify div.unify-button-container .unify-apply-now: focus, #body.unify div.unify-button-container .unify-apply-#body.unify div.unify-button-container .unify-apply-now: focus, #body.unify div.unify-button-container .unify-apply-Solliciteer direct

Koptekst voor beschrijving van de vacature:

At our Corporate Centre in Amersfoort, The Netherlands, we are looking for an enthusiastic Intern Category Procurement – Marketing. Do you take ownership of your tasks and can you work independently? Then discover the dynamic world of FrieslandCampina as an intern within Procurement. Within procurement a dedicated team of 5 professionals is managing the Marketing & Communication related spend in order to meet customer needs, create competitive advantage and drive profitable growth.

Beschrijving van de vacature:

What you willl do

A marketing procurement intern supports the category managers by assisting in sourcing and purchasing marketing materials and services. You will help manage vendor relationships and ensure cost-effective procurement while maintaining quality standards. Additionally, you may analyze market trends and assist in budget management to optimize marketing spend. Your tasks will include:

Supporting the global marketing procurement team (buyers and manager) during the execution of diverse sourcing projects within the marketing domain

Support with input and analytics for global integrated category management strategies

Responsible for several operational Procurement activities like spend analytics and contract management

Build presentation materials & business reports in PowerPoint

Preparation and follow-up of internal meetings

You will be involved in diverse day-to-day business topics and will have direct contact with suppliers and internal stakeholder

What We Ask

The profile we're looking for:

A team player with a positive mindset, a high sense of responsibility and eagerness to learn

Strong analytical skills

A can-do and proactive mentality

Analytical, accurate and fluent in English

Experienced in working with MS Office (especially Excel and PowerPoint) and preferably PowerBI

Bachelor/ Master education or 3rd / 4th year HBO Bachelor level within a relevant study

Affinity with marketing

Available per mid-August 2026 for a minimum period of 6 months

Based in The Netherlands

A Dutch, EU-resident student or a non-EU student with a Dutch student visa

What we offer

We offer you an interesting and diversified field of activity in an international environment with freedom for contributing your own ideas, and excellent perspectives for your professional and personal development.

You will earn 1 vacation day per month based on fulltime internship.

Internship compensation of €500 HBO and €600 WO level on fulltime base.

Join the Interns community within the company and participate in activities.

We have a unique company culture of Dutch heritage and international presence. We offer free cheese and milk at lunch in the central office, barista coffee and hot Chocomel to help you go through your working days with a lot of joy and have occasional after work drinks with the wider Procurement team.

Voettekst voor beschrijving van de vacature: For thousands of people every day, we are more than just a dairy company. To our farmers, our employees, the communities we serve, the businesses we work with and the people to whom we bring happiness, FrieslandCampina means something more. For them it's not just about what we do, but who we are.We value talented people from any background who want to contribute to something bigger than themselves. We encourage all of our employees to make decisions that benefit our entire company. At FrieslandCampina we own our own career and act accordingly. We trust you to make a difference in your job and influence the bigger picture. Working at FrieslandCampina means you are contributing to a better world.The MarCom Procurement team consist of 5 Procurement professionals based in different parts of the world (the Netherlands and Singapore). Each Category Manager has his/her own Global subcategory responsibility. We connect on a weekly basis.

#body.unify div.unify-button-container .unify-apply-now: focus, #body.unify div.unify-button-container .unify-apply-#body.unify div.unify-button-container .unify-apply-now: focus, #body.unify div.unify-button-container .unify-apply-Solliciteer direct

Recruiter: Despoina Memlikai

Recruiter email: Despoina.Memlikai@frieslandcampina.com

Career Site Show Contact Details Recruiter: Ja

: root{ -blue: #1f8fce; -blue-dark: #197fb8; -blue-light: #bfe7ff; -text-blue: #1e86c8; -icon-bg: #eef7ff; -card-radius: 18px; } .hero{ position: relative; min-height: 640px; height: 100vh; max-height: 860px; background: var(-blue); overflow: hidden; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } .hero__inner { position: relative; height: 100%; display: flex; align-items: center; padding: 0 50px; padding-left: 500px; justify-content: space-around; } / LEFT PHOTO CIRCLE / .photo-ring{ position: absolute; left: clamp(-420px, -26vw, -260px); top: 50%; transform: translateY(-50%); width: clamp(560px, 60vw, 1000px); aspect-ratio: 1/1; border-radius: 50%; background: var(-blue-light); / outer ring / padding: clamp(18px, 2vw, 26px); } .photo-ring__inner{ width: 100%; height: 100%; border-radius: 50%; background: #fff; / inner ring / padding: clamp(10px, 1.1vw, 14px); } .photo{ width: 100%; height: 100%; border-radius: 50%; overflow: hidden; position: relative; background: #ddd; } .photo img{ width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; display: block; } .photo::after{ content: ""; position: absolute; inset: 0; pointer-events: none; } / RIGHT CONTENT / .right-content{ width: min(720px, 100%); color: #fff; } .right-content h2{ color: #fff !important; margin: 0 0 26px; font-size: 2em; font-weight: 800; padding-bottom: 50px; } .cards{ width: min(640px, 100%); display: grid; gap: 22px; } .card{ background: #fff; border-radius: var(-card-radius); padding: 18px 22px; display: flex; gap: 16px; align-items: center; } .icon{ width: 56px; height: 56px; border-radius: 50%; background: var(-icon-bg); display: grid; place-items: center; color: var(-text-blue); flex: 0 0 auto; } .icon svg{width: 26px;height: 26px;display: block} .card__title{ color: var(-text-blue); font-weight: 800; font-size: 18px; margin: 0 0 2px; } .card__desc{ color: var(-text-blue); opacity: .95; font-size: 16px; margin: 0; } / bottom wave (two layers) / .wave{ position: absolute; left: 0; bottom: -1px; width: 100%; height: 140px; pointer-events: none; } @media (max-width: 900px){ .hero{ height: auto; max-height: none; padding-bottom: 140px; } .hero__inner{ padding-left: clamp(22px, 4vw, 34px); padding-top: clamp(280px, 40vw, 360px); } .photo-ring{ left: 50%; top: 0; transform: translate(-50%, -30%); } }

Waarom jij bij ons wilt werken:

Een inspirerend doel

Betere voeding voor de wereld en een goed inkomen voor onze boeren, nu en voor toekomstige generaties.

Een coöperatieve cultuur

Gekenmerkt door wereldwijde samenwerking, respect en gedeeld succes.

Een tastbare impact

Ruimte voor jouw ambitie, met autonomie en een duidelijke focus.

Jouw groei is onze groei

We investeren in jouw persoonlijke en professionele ontwikkeling via trainingen en opleidingen.

Heb je vragen?

Neem gerust contact op met onze recruiter

careers@frieslandcampina.com

.custContact { -cust-contact-blue: #2693d1; margin-top: 100px; padding: 56px 72px; background: var(-cust-contact-blue); border-radius: 28px; box-sizing: border-box; } .custContact__content { margin-left: auto; margin-right: auto; color: #fff; text-align: center; } .custContact__title { margin: 0 0 24px; color: #fff !important; font-size: 62px; line-height: 0.95; font-weight: 700; letter-spacing: -0.02em; } .custContact__text { margin: 0 0 32px; color: #fff; font-size: 30px; line-height: 1.15; font-weight: 400; } .custContact__text strong { font-weight: 700; } .custContact__pill { display: inline-flex; align-items: center; gap: 14px; padding: 16px 28px; border-radius: 999px; background: #fff; color: var(-cust-contact-blue); text-decoration: none; font-size: 20px; line-height: 1; font-weight: 400; } .custContact__icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; background: #e8eef4; font-size: 18px; line-height: 1; flex: 0 0 40px; } @media (max-width: 1100px) { .custContact { padding: 44px 48px; } .custContact__title { font-size: 52px; } .custContact__text { font-size: 24px; } } @media (max-width: 768px) { .custContact { padding: 32px 24px; } .custContact__content { max-width: 100%; margin-left: 0; } .custContact__title { font-size: 40px; line-height: 1; } .custContact__text { font-size: 20px; line-height: 1.25; } .custContact__pill { font-size: 16px; padding: 14px 18px; } .custContact__icon { width: 34px; height: 34px; flex-basis: 34px; font-size: 15px; } }

Questions about this role

Click "Apply with AI Applyd" above. We auto-fill the application from your resume and answer screening questions in seconds. No copy and paste, no juggling tabs.

Compensation varies by seniority, employer size, and location. When this listing publishes a salary band you'll see it in the badge row above the description.

Most applications complete in under 90 seconds. You can track the status in your dashboard and watch the screenshot proof land the moment the application submits.

AI Applyd supports Greenhouse, Lever, Ashby, Workday, iCIMS, SmartRecruiters, Personio, Teamtailor and other major ATS platforms. If we can submit through the platform, we do.

Want AI Applyd to auto-apply to roles like this?

We tailor your resume per posting, fill the forms, and track replies for you.