Apply for the Master’s programme until 31 August

Community

Navigate Your Journey.

Your partner from enrollment to graduation

Learner-Lifecycle-Management

Your partner from enrollment to graduation

From day one to graduation: Holistic support for every step of your journey

Your studies at the Scheer School mark the beginning of a new chapter. One in which we’ll support you every step of the way, from the moment you click “Apply” until you receive your diploma. Our Learner Lifecycle Team will be there for you as your personal guide, ensuring that everything goes smoothly.

From enrollment to graduation

Personal Support:
A single point of contact for all questions and concerns, supplemented by optional online appointments. That way, you always know who to turn to.

A Smooth Arrival & Onboarding:
Personalized checklists before your arrival, virtual orientations, and step-by-step support with finding housing and registering in Saarbrücken.

Your direct path to launching your career:
Tailored support in finding the right job or dual-track study program, including targeted matching with companies, exclusive access to top employers, professional resume and application training, and personalized career counseling to help you optimally balance your studies and career.

Vibrant Student Life:
Invitations to campus festivals, sports activities, cultural outings, and family-friendly networks.

Meet your academic success team

The Learner Lifecycle Team is your trusted partner throughout your entire academic career. Experienced academic advisors, program coordinators, and digital support specialists handle all administrative processes from admission and housing assistance to enrollment and exam registration.
Whether you have quick questions about deadlines, need tips on balancing your studies with daily life, or are looking for personalized career coaching, we’re here for you via email, phone, or during our weekly office hours. Our flexible, solution-oriented approach ensures that you always get the support you need.

Living & arriving in Saarbrücken

Looking for an Apartment

We’ll find you suitable housing options.

House Tours

We’ll coordinate appointments and provide on-site support.

Government Agencies & Formalities

We’re here to help you with all the important steps involved in getting started in Germany.

From your initial apartment search to the most important paperwork, we’ll guide you every step of the way. Our team will help you get organized so that your start in Saarbrücken goes as smoothly as possible.

Would you like to find out more about housing options in Saarbrücken? Here’s an overview.

Career Opportunities in Germany

Corporate Network

Take advantage of our strong network of companies, ambassadors, and experts. Build valuable connections with potential employers while you’re still in school.

Practical Projects

Tackle real-world challenges faced by regional companies, collaborate on solutions, and gain exclusive insights right on the ground.

A Career in the Heart of Europe

Launch your career in an economically strong region home to internationally successful companies and innovative research institutions, supported by our network of partners such as Villeroy & Boch, Karlsberg, and Thyssenkrupp.

Why is Saarbrücken the ideal place to start your career?

Explore Saarland

Studying with a family: supportive, flexible, connected

Balancing Family, Work, and School:
A modern on-campus daycare center offers high-quality care. We also help you find school placements, after-school care, and vacation programs.

Family-Friendly Living:
The Waldhausweg residential complex offers spacious, fully furnished apartments for families with students, featuring priority access and a strong sense of community.

Flexible Study Options:
Part-time options, online components, and flexible exam formats help you balance your studies with family life.

Supportive campus infrastructure:
Family rooms with play and learning areas, extended library hours, and counseling services make your daily life as a student easier.

Community & Financial Counseling:
Family-friendly events, parent networks, and personalized counseling on benefits such as child allowance or housing assistance.

Start your journey today

Ready to unlock your extraordinary potential in the heart of Europe’s most dynamic innovation corridor?
Become part of a community where practical excellence meets visionary thinking and where every step is supported.

FAQ - Find Your Answers

Do you need more details?
Click here to go directly to the FAQ.

Scroll to Top

The key to the news.

Mit unserem Newsletter bleibst du immer auf dem Laufenden. Melde dich jetzt an und erhalte exklusive Inhalte, Webinar-Einladungen und Event-Infos direkt per E-Mail.

(function () { var translations = { de: { headline: "The key to the news.", subline: "Mit unserem Newsletter bleibst du immer auf dem Laufenden. Melde dich jetzt an und erhalte exklusive Inhalte, Webinar-Einladungen und Event-Infos direkt per E-Mail.", success: "Danke dir! Deine Anmeldung war erfolgreich. Du erhältst ab sofort unseren Newsletter mit aktuellen Inhalten, Einblicken und Hinweisen per E-Mail.", fname: "Vorname *", lname: "Nachname *", email: "E-Mail-Adresse *", phone: "Telefon", company: "Unternehmen", consent: 'Ich möchte den Newsletter per E-Mail erhalten und stimme der Verarbeitung meiner Daten gemäß Datenschutzerklärung zu. *', button: "Newsletter abonnieren", language: "de" }, en: { headline: "The key to the news.", subline: "Stay up to date with our newsletter. Sign up now and receive exclusive content, webinar invitations and event updates directly by email.", success: "Thank you! Your subscription was successful. From now on, you will receive our newsletter with current updates, insights and useful information by email.", fname: "First name *", lname: "Last name *", email: "Email address *", phone: "Phone", company: "Company", consent: 'I would like to receive the newsletter by email and agree to the processing of my data in accordance with the privacy policy. *', button: "Subscribe to newsletter", language: "en" } }; function detectLanguage() { var htmlLang = (document.documentElement.lang || "").toLowerCase(); var path = (window.location.pathname || "").toLowerCase(); if (htmlLang.indexOf("en") === 0) { return "en"; } if (/(^|\/)en(\/|$)/.test(path)) { return "en"; } return "de"; } function setText(id, value) { var el = document.getElementById(id); if (el) { el.textContent = value; } } function setHTML(id, value) { var el = document.getElementById(id); if (el) { el.innerHTML = value; } } function applyLanguage(lang) { var t = translations[lang] || translations.de; setText("newsletter-headline", t.headline); setText("newsletter-subline", t.subline); setText("newsletter-success-message", t.success); setText("newsletter-label-fname", t.fname); setText("newsletter-label-lname", t.lname); setText("newsletter-label-email", t.email); setText("newsletter-label-phone", t.phone); setText("newsletter-label-company", t.company); setHTML("newsletter-consent-copy", t.consent); setText("newsletter-button-text", t.button); var langField = document.getElementById("newsletter-language"); if (langField) { langField.value = t.language; } } function hasSuccessFlag() { var searchParams = new URLSearchParams(window.location.search); if (searchParams.get("success") === "true") { return true; } var hash = window.location.hash || ""; if (hash.indexOf("?") !== -1) { var hashQuery = hash.split("?")[1]; var hashParams = new URLSearchParams(hashQuery); if (hashParams.get("success") === "true") { return true; } } return false; } function getParamCaseInsensitive(params, key) { var lowerKey = key.toLowerCase(); var foundValue = ""; params.forEach(function (value, paramKey) { if (paramKey.toLowerCase() === lowerKey && !foundValue) { foundValue = value; } }); return foundValue; } function setFieldValue(id, value) { var field = document.getElementById(id); if (field) { field.value = value || ""; } } function populateUTMFields() { var params = new URLSearchParams(window.location.search); var utmMap = [ { param: "utm_content", field: "newsletter_utm_content" }, { param: "utm_medium", field: "newsletter_utm_medium" }, { param: "utm_source", field: "newsletter_utm_source" }, { param: "utm_campaign", field: "newsletter_utm_campaign" }, { param: "utm_id", field: "newsletter_utm_id" } ]; utmMap.forEach(function (item) { var storageKey = "ss_" + item.param; var urlValue = getParamCaseInsensitive(params, item.param); var storedValue = ""; try { storedValue = sessionStorage.getItem(storageKey) || ""; } catch (e) { storedValue = ""; } var finalValue = urlValue || storedValue || ""; if (urlValue) { try { sessionStorage.setItem(storageKey, urlValue); } catch (e) {} } setFieldValue(item.field, finalValue); }); } var currentLanguage = detectLanguage(); applyLanguage(currentLanguage); populateUTMFields(); if (hasSuccessFlag()) { var successBox = document.getElementById("newsletter-success-message"); var formBox = document.getElementById("newsletter-form"); if (successBox) { successBox.style.display = "block"; } if (formBox) { formBox.scrollIntoView({ behavior: "smooth", block: "start" }); } } })();

the key to the news

Mit unserem Newsletter bleibst du immer auf dem Laufenden. Melde dich jetzt an und erhalte exklusive Lerninhalte, Webinare und Event-Infos vor allen anderen.