{"id":81939,"date":"2026-01-12T09:26:24","date_gmt":"2026-01-12T14:26:24","guid":{"rendered":"https:\/\/syndigo.com\/?page_id=81939"},"modified":"2026-04-17T13:32:34","modified_gmt":"2026-04-17T17:32:34","slug":"life-at-syndigo","status":"publish","type":"page","link":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/","title":{"rendered":"Life At Syndigo &#8211; Careers"},"content":{"rendered":"\n<div class=\"life-subnav-sentinel\"><\/div>\n\n<nav\n    class=\"life-subnav \"\n    id=\"lifeSubnav\">\n    <button class=\"life-subnav__toggle\" type=\"button\">\n        <span class=\"life-subnav__toggle-label\"><\/span>\n        <span class=\"life-subnav__toggle-icon\" aria-hidden=\"true\"><\/span>\n    <\/button>\n\n    <div class=\"life-subnav__dropdown\">\n        <ul class=\"life-subnav__list\">\n                                                <li>\n                        <a\n                            href=\"#our-values\"\n                            target=\"_self\"\n                            class=\"is-active\">\n                            Values                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a\n                            href=\"#perk-and-benefits\"\n                            target=\"_self\"\n                            >\n                            Perks and Benefits                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a\n                            href=\"#talent-development\"\n                            target=\"_self\"\n                            >\n                            Talent Development                        <\/a>\n                    <\/li>\n                                    <li>\n                        <a\n                            href=\"\/open-positions\/\"\n                            target=\"_self\"\n                            >\n                            Open Positions                        <\/a>\n                    <\/li>\n                                    <\/ul>\n    <\/div>\n<\/nav>\n\n<script>\n    document.addEventListener('DOMContentLoaded', function() {\n        let nav = document.getElementById('lifeSubnav');\n        if (!nav) return;\n\n        let toggle = nav.querySelector('.life-subnav__toggle');\n        let label = nav.querySelector('.life-subnav__toggle-label');\n        let list = nav.querySelector('.life-subnav__list');\n\n        if (!toggle || !label || !list) return;\n\n        let activeLink = list.querySelector('a.is-active');\n        let firstLink = list.querySelector('a');\n\n        if (activeLink) {\n            label.textContent = activeLink.textContent.trim();\n        } else if (firstLink) {\n            label.textContent = firstLink.textContent.trim();\n        }\n\n        toggle.addEventListener('click', function() {\n            nav.classList.toggle('is-open');\n        });\n\n        list.addEventListener('click', function(event) {\n            let link = event.target.closest('a');\n            if (!link) return;\n\n            list.querySelectorAll('a').forEach(function(a) {\n                a.classList.remove('is-active');\n            });\n            link.classList.add('is-active');\n\n            label.textContent = link.textContent.trim();\n            nav.classList.remove('is-open');\n        });\n\n        document.addEventListener('click', function(event) {\n            if (!nav.contains(event.target)) {\n                nav.classList.remove('is-open');\n            }\n        });\n    });\n    document.addEventListener('DOMContentLoaded', function() {\n\n        const nav = document.getElementById('lifeSubnav');\n        const sentinel = document.querySelector('.life-subnav-sentinel');\n        if (!nav || !sentinel) {\n            return;\n        }\n\n        const allLinks = Array.from(nav.querySelectorAll('a'));\n\n        const getHashId = (a) => {\n            const href = a.getAttribute('href') || '';\n            if (!href) return null;\n            if (href.startsWith('#')) return href.slice(1);\n\n            try {\n                const url = new URL(href, window.location.href);\n                return url.hash ? url.hash.slice(1) : null;\n            } catch {\n                return null;\n            }\n        };\n\n        const linkMap = allLinks\n            .map(a => ({\n                a,\n                id: getHashId(a)\n            }))\n            .filter(x => x.id);\n\n        const sections = linkMap\n            .map(x => ({\n                ...x,\n                section: document.querySelector(`#${CSS.escape(x.id)}`)\n            }))\n            .filter(x => x.section);\n\n        const stickyObserver = new IntersectionObserver(\n            ([entry]) => {\n                nav.classList.toggle('is-scrolled', !entry.isIntersecting);\n            }, {\n                rootMargin: '-85px 0px 0px 0px'\n            }\n        );\n        stickyObserver.observe(sentinel);\n\n        const setActive = (id) => {\n            allLinks.forEach(a => a.classList.remove('is-active'));\n            const match = linkMap.find(x => x.id === id);\n            if (match) match.a.classList.add('is-active');\n        };\n\n        const sectionObserver = new IntersectionObserver(\n            (entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        setActive(entry.target.id);\n                    }\n                });\n            }, {\n                rootMargin: '-50% 0px -50% 0px',\n                threshold: 0\n            }\n        );\n\n        sections.forEach(x => sectionObserver.observe(x.section));\n\n        nav.addEventListener('click', function(e) {\n            const a = e.target.closest('a');\n            if (!a) return;\n            const id = getHashId(a);\n            if (id) setActive(id);\n        });\n\n    });\n<\/script>\n\n\n<section class=\"hero-inner  careers\">\n\t<div class=\"container-epic\">\n\t\t<div class=\"hero-inner__content\">\n\t\t\t\n\t\t\t\t\t\t\t<h1 class=\"hero-inner__title\">Life At Syndigo<\/h1>\n\t\t\t\n\t\t\t\t\t\t\t<p class=\"hero-inner__description\">\n\t\t\t\t\tInnovation comes from hiring great people and giving them the tools and culture to grow and succeed.\t\t\t\t<\/p>\n\t\t\t\n\t\t\t\t\t\t\t<a class=\"hero-inner__cta\" href=\"\/open-positions\/\" target=\"_self\">\n\t\t\t\t\tJoin Our Team\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t<div class=\"hero-inner__image\">\n\t\t\t<img\n\t\t\t\tsrc=\"https:\/\/syndigo.com\/wp-content\/themes\/syndigo\/img\/hero-inner.svg\"\n\t\t\t\talt=\"Syndigo\"\n\t\t\t\tclass=\"shapes_hero\">\n\n\t\t\t                    <div style=\"padding:56.25% 0 0 0;position:relative;\"><iframe src=\"https:\/\/player.vimeo.com\/video\/1131791668?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" style=\"position:absolute;top:0;left:0;width:100%;height:100%;\" title=\"About Syndigo\"><\/iframe><\/div><script src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\t\t\t\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n<section class=\"gradient-cards-with-hover\" id=\"our-values\">\n    <div class=\"gradient-cards-with-hover__container\">\n\n        <div class=\"gradient-cards-with-hover__content\">\n                            <h2 class=\"gradient-cards-with-hover__title\">\n                    Our Values                <\/h2>\n            \n                            <div class=\"gradient-cards-with-hover__text\">\n                    Our values are the foundation of Syndigo\u2019s culture and provide context for the way in which we engage with one another and our clients each and every day. They are meant to unify and serve as a common language across geographies and areas of our business.                <\/div>\n                    <\/div>\n\n                    <div class=\"gradient-cards-with-hover__cards\">\n\n                                    <article class=\"gradient-cards-with-hover__card\">\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-icon\">\n                                <img decoding=\"async\" \n                                    src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/Customer-First-1-1.svg\" \n                                    alt=\"\"\n                                    loading=\"lazy\"\n                                >\n                            <\/div>\n                        \n                                                    <h3 class=\"gradient-cards-with-hover__card-title\">\n                                Customer<br> First                            <\/h3>\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-description\">\n                                <p>Prioritize customer needs, look through the customer lens, and continuously improve for customer success.<\/p>\n                            <\/div>\n                        \n                    <\/article>\n                                    <article class=\"gradient-cards-with-hover__card\">\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-icon\">\n                                <img decoding=\"async\" \n                                    src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/Always-Accelerate-1.svg\" \n                                    alt=\"\"\n                                    loading=\"lazy\"\n                                >\n                            <\/div>\n                        \n                                                    <h3 class=\"gradient-cards-with-hover__card-title\">\n                                Always<br> Accelerate                            <\/h3>\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-description\">\n                                <p>Act with speed, agility, and efficiency in everything you do, moving faster than the competition.<\/p>\n                            <\/div>\n                        \n                    <\/article>\n                                    <article class=\"gradient-cards-with-hover__card\">\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-icon\">\n                                <img decoding=\"async\" \n                                    src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/Disrupt-the-Status-Quo-1.svg\" \n                                    alt=\"\"\n                                    loading=\"lazy\"\n                                >\n                            <\/div>\n                        \n                                                    <h3 class=\"gradient-cards-with-hover__card-title\">\n                                Disrupt The<br>\u2028Status Quo                            <\/h3>\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-description\">\n                                <p>Embrace change, challenge norms, and lead industry transformation through innovation.<\/p>\n                            <\/div>\n                        \n                    <\/article>\n                                    <article class=\"gradient-cards-with-hover__card\">\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-icon\">\n                                <img decoding=\"async\" \n                                    src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/Unstoppable-Together-1.svg\" \n                                    alt=\"\"\n                                    loading=\"lazy\"\n                                >\n                            <\/div>\n                        \n                                                    <h3 class=\"gradient-cards-with-hover__card-title\">\n                                Unstoppable<br> Together                            <\/h3>\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-description\">\n                                <p>Foster teamwork, value every contribution, and act as One Syndigo for collective success.<\/p>\n                            <\/div>\n                        \n                    <\/article>\n                                    <article class=\"gradient-cards-with-hover__card\">\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-icon\">\n                                <img decoding=\"async\" \n                                    src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/Get-It-Done-1.svg\" \n                                    alt=\"\"\n                                    loading=\"lazy\"\n                                >\n                            <\/div>\n                        \n                                                    <h3 class=\"gradient-cards-with-hover__card-title\">\n                                Get It<br> Done                            <\/h3>\n                        \n                                                    <div class=\"gradient-cards-with-hover__card-description\">\n                                <p>Be results driven, accountable, and act with urgency to drive ideas into reality.<\/p>\n                            <\/div>\n                        \n                    <\/article>\n                \n            <\/div>\n        \n    <\/div>\n\n    <img decoding=\"async\" \n        src=\"https:\/\/syndigo.com\/wp-content\/themes\/syndigo\/img\/what_we_do_circle.svg\" \n        alt=\"Gradient Cards Decoration\"\n        class=\"gradient-cards-with-hover__circle\"\n        loading=\"lazy\"\n    >\n<\/section>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer advgb-dyn-b0667def\"><\/div>\n\n\n\n<div id=\"perk-and-benefits\" class=\"wp-block-group perks-benefits-careers has-background is-layout-constrained wp-container-core-group-is-layout-6ac10853 wp-block-group-is-layout-constrained\" style=\"background-color:#101820;padding-top:var(--wp--preset--spacing--xl);padding-right:0;padding-bottom:var(--wp--preset--spacing--xl);padding-left:0\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-text-color has-link-color has-medium-font-size wp-elements-f11e53d27ade4eb86472545e370abade\" style=\"color:#38d200;padding-top:0;padding-bottom:10px\">CAREERS AT SYNDIGO<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color has-link-color has-x-large-font-size wp-elements-a884e5493fb014f49def3366cafc4cbe\" id=\"h-perks-amp-benefits\">Perks &amp; Benefits<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-90197917 wp-block-columns-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--xl)\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"83\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/generous-paid-time-off.svg\" alt=\"\" class=\"wp-image-82333\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-ff23f72b5db706a9b09d983b1988883a\" id=\"h-generous-paid-time-off\" style=\"padding-top:24px;padding-bottom:0\">Generous Paid Time Off<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-bef096a1c8ae2d9b8f50ff7713cdf695\" style=\"padding-top:24px\">Embrace life\u2019s important moments through paid time off, parental\/adoption leave, grandparent leave,&nbsp;and bereavement leave.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"83\" height=\"83\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/leadership-development.svg\" alt=\"\" class=\"wp-image-82335\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-df49da4014eaee540b4537453f3a37f7\" id=\"h-leadership-development\" style=\"padding-top:24px\">Leadership development<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-835208a8f6d2701f76f40720b5d7f88e\" style=\"padding-top:24px\">Invest in yourself through our Leadership Blueprint programs, offering individual and team development opportunities for all employees.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"83\" height=\"83\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/weekly-quiet-hours.svg\" alt=\"\" class=\"wp-image-82336\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-bc62d62313d391a2b00b2441250ba1a8\" id=\"h-weekly-quiet-hours\" style=\"padding-top:24px\">Weekly Quiet Hours<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-894ea0fdbc54e88ac3ca9357c65816d4\" style=\"padding-top:24px\">Focus, recharge, and get work done without interruptions through dedicated, meeting-free time each week.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-90197917 wp-block-columns-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--xl)\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"83\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/giving-back.svg\" alt=\"\" class=\"wp-image-82337\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-d957bc743388e129d5068b36e00dc4f7\" id=\"h-giving-back\" style=\"padding-top:24px\">Giving Back<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-7fc1bc16a7453c1827e40cfb7f78f579\" style=\"padding-top:24px\">Invest in your community through paid volunteer time off and company matching contributions.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"83\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/competitive-health-financial-wellbeing.svg\" alt=\"\" class=\"wp-image-82339\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-bad7bcc2d98971b26ed79993b0d14230\" id=\"h-health-amp-financial-wellbeing\" style=\"padding-top:24px\">Health &amp; Financial Wellbeing<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-a50987ae3548ce8592302956e9519dae\" style=\"padding-top:24px\">Thrive at home and at work with comprehensive healthcare coverage, mental health support, life insurance, retirement\/pension plans, and wellness programs.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"83\" height=\"83\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/additional-perks.svg\" alt=\"\" class=\"wp-image-82338\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-8aa6a97cc77c18b4d6100464fcf1473e\" id=\"h-additional-perks\" style=\"padding-top:24px\">Additional Perks<\/h2>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-1fbf576752aa85f57b0ed9af700f414d\" style=\"padding-top:24px\">Enjoy perks like summer Fridays, tuition reimbursement, hybrid and remote work opportunities, referral bonuses, and employee recognition programs that celebrate your contributions!<\/p>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<section class=\"talent-development\" id=\"talent-development\">\n    <div class=\"talent-development__inner\">\n\n                    <header class=\"talent-development__header\">\n                                    <h2 class=\"talent-development__title\">\n                        Talent Development Programs                    <\/h2>\n                \n                                    <p class=\"talent-development__subtitle\">\n                        Highlighting How We Support Our People\u00a0                    <\/p>\n                            <\/header>\n        \n        <div class=\"talent-development__cards\">\n                            <article class=\"talent-card\">\n                    <div class=\"talent-card__icon\">\n                                                    <img decoding=\"async\" \n                                src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/talent-development-1.png\" \n                                alt=\"\"\n                                loading=\"lazy\"\n                            >\n                                            <\/div>\n\n                    <div class=\"talent-card__description\">\n                        Designed for current and aspiring people leaders at Syndigo! We have multiple programs under this umbrella that provides personalized growth opportunities tailored to different stage of our leaders&#8217; journeys, including our NextGen Leaders program for current individual contributors with an interest in future people leadership!                    <\/div>\n                <\/article>\n                            <article class=\"talent-card\">\n                    <div class=\"talent-card__icon\">\n                                                    <img decoding=\"async\" \n                                src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/talent-development-2.png\" \n                                alt=\"\"\n                                loading=\"lazy\"\n                            >\n                                            <\/div>\n\n                    <div class=\"talent-card__description\">\n                        Grow here. With our PerformancePlus approach, you\u2019ll get ongoing feedback, coaching, and recognition to help you thrive. We give you the tools, support, and clarity to own your growth and build the career you want!                    <\/div>\n                <\/article>\n                            <article class=\"talent-card\">\n                    <div class=\"talent-card__icon\">\n                                                    <img decoding=\"async\" \n                                src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/talent-development-3.png\" \n                                alt=\"\"\n                                loading=\"lazy\"\n                            >\n                                            <\/div>\n\n                    <div class=\"talent-card__description\">\n                        A quarterly recognition program all about celebrating and acknowledging the outstanding contributions of our Syndigo teams and individual members who demonstrate our values in action.                    <\/div>\n                <\/article>\n                            <article class=\"talent-card\">\n                    <div class=\"talent-card__icon\">\n                                                    <img decoding=\"async\" \n                                src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/talent-development-4.png\" \n                                alt=\"\"\n                                loading=\"lazy\"\n                            >\n                                            <\/div>\n\n                    <div class=\"talent-card__description\">\n                        We embrace the DiSC methodology to build stronger connections and team understanding. Through interactive workshops, you\u2019ll gain insights into your working style, learn how to collaborate more effectively, and strengthen relationships across the organization.                    <\/div>\n                <\/article>\n                    <\/div>\n\n    <\/div>\n<\/section>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer spacer-dark\"><\/div>\n\n\n\n<section class=\"inner-stats dark inner-stats-careers\">\n    <div class=\"inner-stats__container three-stats-cards\">\n                                    <div class=\"inner-stats__stat\">\n                    <img decoding=\"async\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/careers-stats-1.png\" alt=\"\" class=\"inner-stats__stat-icon\">\n                    <h3 class=\"inner-stats__stat-value\">1400+<\/h3>\n                    <p class=\"inner-stats__stat-label\">GLOBAL EMPLOYEES<\/p>\n                <\/div>\n                            <div class=\"inner-stats__stat\">\n                    <img decoding=\"async\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/careers-stats-2.png\" alt=\"\" class=\"inner-stats__stat-icon\">\n                    <h3 class=\"inner-stats__stat-value\">14<\/h3>\n                    <p class=\"inner-stats__stat-label\">COUNTRIES REPRESENTED<\/p>\n                <\/div>\n                            <div class=\"inner-stats__stat\">\n                    <img decoding=\"async\" src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/careers-stats-3.png\" alt=\"\" class=\"inner-stats__stat-icon\">\n                    <h3 class=\"inner-stats__stat-value\">1<\/h3>\n                    <p class=\"inner-stats__stat-label\">UNIFIED TEAM<\/p>\n                <\/div>\n            \n            <\/div>\n<\/section>\n\n\n\n\n<section class=\"faq-section-module\">\n    <div class=\"faq-section__container faqs-new-version\">\n                    <h2 class=\"faq-section__title\">FAQs<\/h2>\n        \n        <div class=\"faq-section__items\">\n                                                <details class=\"faq-section__item\">\n                        <summary>\n                            <h3 class=\"question\">What is Syndigo\u2019s Remote\/Hybrid Policy? <\/h3>\n                            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/faq-arrow.svg\" alt=\"Arrow icon\" class=\"faq-arrow\">\n                        <\/summary>\n                        <div class=\"faq-section__content\">\n                            <h3><strong>Our Return to Office Approach <\/strong><\/h3>\n<p>We believe great ideas happen when people connect in person. In 2025, we introduced a balanced hybrid rhythm to keep collaboration strong while maintaining flexibility:<\/p>\n<ul>\n<li>Our Centers of Excellence teams, Chicago, Cologne, and Bangalore, will join us two days a week in the office.<\/li>\n<li>Wednesdays are our shared in-office day across all Centers of Excellence\u2014perfect for team synergy and cross-functional collaboration!<\/li>\n<li>Your second day is flexible, so you can coordinate with your team and schedule what works best for you.<\/li>\n<li>As we grow, we\u2019re focusing U.S. hiring in Chicago and India hiring in Bangalore to strengthen these hubs and foster vibrant, connected communities.<\/li>\n<li>Note \u2013 some roles (e.g., location-based photographers) are open to remote hiring based on business needs. These roles will be marked accordingly in the job posting.<\/li>\n<\/ul>\n                        <\/div>\n                    <\/details>\n                                    <details class=\"faq-section__item\">\n                        <summary>\n                            <h3 class=\"question\">How Many Stages are in the Interview Process?<\/h3>\n                            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/faq-arrow.svg\" alt=\"Arrow icon\" class=\"faq-arrow\">\n                        <\/summary>\n                        <div class=\"faq-section__content\">\n                            <h3><strong>What to Expect in Our Interview Process<\/strong><\/h3>\n<p>We keep our process thorough yet streamlined because your time matters. Here\u2019s what you can expect:<\/p>\n<ul>\n<li><strong>Start with a Conversation:<\/strong> Your journey begins with a recruiter interview where we\u2019ll learn about your background, your ideal role, and walk you through the process.<\/li>\n<li><strong>Meet the Hiring Manager:<\/strong> Next, you\u2019ll connect with the leader who knows the role best.<\/li>\n<li><strong>Get a Broader Perspective:<\/strong> You\u2019ll also have the chance to speak with a cross-functional partner or peer to understand how we work together.<\/li>\n<li><strong>Final Step:<\/strong> The last conversation is with the organizational leader for the team you\u2019re joining.<\/li>\n<\/ul>\n<p>Depending on the role, you might also complete a role-play exercise, assessment, or technical interview\u2014all designed to help you showcase your skills and give you a real feel for the work.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <details class=\"faq-section__item\">\n                        <summary>\n                            <h3 class=\"question\">How Often Can I Collaborate with My Team in Person?<\/h3>\n                            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/faq-arrow.svg\" alt=\"Arrow icon\" class=\"faq-arrow\">\n                        <\/summary>\n                        <div class=\"faq-section__content\">\n                            <h3><strong>How We Stay Connected<\/strong><\/h3>\n<p>At Syndigo, we believe connection drives collaboration and success. While we\u2019re mindful of cost efficiency and use tools like Microsoft Teams to stay in touch daily, we also value face-to-face interactions that build stronger relationships.<\/p>\n<p>Depending on your role, you\u2019ll have opportunities to attend trade shows, company events, client meetings, team and client gatherings. If you\u2019re a remote team member, we make it a priority for you to meet your team and partners in person at least once a year.<\/p>\n<p>And if you\u2019re near one of our Centers of Excellence, you\u2019ll enjoy regular in-office days to connect with colleagues, share ideas, and strengthen our culture of teamwork.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <details class=\"faq-section__item\">\n                        <summary>\n                            <h3 class=\"question\">How Soon Should I Expect Feedback on my Application\/Interview Process?<\/h3>\n                            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/faq-arrow.svg\" alt=\"Arrow icon\" class=\"faq-arrow\">\n                        <\/summary>\n                        <div class=\"faq-section__content\">\n                            <h3>Our Commitment to Communication<\/h3>\n<p>We know waiting can be stressful, so we keep things transparent and timely. Here\u2019s what you can expect:<\/p>\n<ul>\n<li><strong>Application Review:<\/strong> We aim to review all applications within 5 business days.<\/li>\n<li><strong>Interview Updates: <\/strong>Once you\u2019re in the process, your dedicated recruiter will keep you informed every step of the way.<\/li>\n<li><strong>Feedback Timeline:<\/strong> After each interview round, we strive to provide updates within 3 business days &#8211; even if we don\u2019t have a final decision yet.<\/li>\n<li><strong>Open Door Policy: <\/strong>Have questions or need clarity? Your recruiter is just an email or call away\u2014we\u2019re here to support you throughout your journey.<\/li>\n<\/ul>\n<p>Because great communication is the foundation of a great candidate experience.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <details class=\"faq-section__item\">\n                        <summary>\n                            <h3 class=\"question\">How is AI Used During the Interview Process? <\/h3>\n                            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/03\/faq-arrow.svg\" alt=\"Arrow icon\" class=\"faq-arrow\">\n                        <\/summary>\n                        <div class=\"faq-section__content\">\n                            <h3><strong>Innovation Starts Here\u2014Even in Recruiting<\/strong><\/h3>\n<p>Why? Because we want our recruiters and interviewers fully present\u2014focused on you, not distracted by note-taking. This approach helps us capture the details accurately while giving you the best possible experience.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"grid-cards-with-hover\" id=\"grid-cards-with-hover\">\n    <div class=\"grid-cards-with-hover__inner\">\n\n                    <header class=\"grid-cards-with-hover__header\">\n                                    <h2 class=\"grid-cards-with-hover__title\">\n                        Centers of Excellence                    <\/h2>\n                \n                                    <p class=\"grid-cards-with-hover__subtitle\">\n                        Highlighting How We Support Our People\u00a0                    <\/p>\n                            <\/header>\n        \n        <div class=\"grid-cards-with-hover__cards\">\n                            <article class=\"grid-cards-with-hover__card\">\n                    <div class=\"grid-cards-with-hover__card-icon\">\n                                                    <img decoding=\"async\"\n                                src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/where-we-work-9.png\"\n                                alt=\"\"\n                                loading=\"lazy\">\n                                            <\/div>\n                    <h3 class=\"grid-cards-with-hover__card-title\">\n                        United States                    <\/h3>\n\n                    <div class=\"grid-cards-with-hover__description\">\n                        141 W Jackson Blvd.\u2028Suite 1375\u2028Chicago, IL 60604                    <\/div>\n                <\/article>\n                            <article class=\"grid-cards-with-hover__card\">\n                    <div class=\"grid-cards-with-hover__card-icon\">\n                                                    <img decoding=\"async\"\n                                src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2025\/06\/icon-india.svg\"\n                                alt=\"\"\n                                loading=\"lazy\">\n                                            <\/div>\n                    <h3 class=\"grid-cards-with-hover__card-title\">\n                        India                    <\/h3>\n\n                    <div class=\"grid-cards-with-hover__description\">\n                        IBC Knowledge Park, Tower C, 5th Floor, Bannerghatta Road Bengaluru \u2013 560029                    <\/div>\n                <\/article>\n                            <article class=\"grid-cards-with-hover__card\">\n                    <div class=\"grid-cards-with-hover__card-icon\">\n                                                    <img decoding=\"async\"\n                                src=\"https:\/\/syndigo.com\/wp-content\/uploads\/2026\/01\/where-we-work-7.png\"\n                                alt=\"\"\n                                loading=\"lazy\">\n                                            <\/div>\n                    <h3 class=\"grid-cards-with-hover__card-title\">\n                        Germany                    <\/h3>\n\n                    <div class=\"grid-cards-with-hover__description\">\n                        Syndigo Deutschland GmbH Gustav-Heinemann-Ufer 72b 50968 K\u00f6ln                    <\/div>\n                <\/article>\n                    <\/div>\n\n    <\/div>\n<\/section>\n\n<section class=\"cta-homepage \" style=\"background-image:url(https:\/\/syndigo.com\/wp-content\/uploads\/2025\/03\/CTA-background-with-gradient-e1740598273446.jpg);\" >\n\t<div class=\"cta-homepage__container\">\n\t\t\t\t\t<h2 class=\"cta-homepage__title\">Join the Largest, Global Two-sided Network of Brands + Recipients<\/h2>\n\t\t\n\t\t\n\t\t\t\t\t\t<a class=\"cta-homepage__button\" href=\"\/open-positions\/\" target=\"_self\">\n\t\t\t\t\tJob Openings\t\t\t\t<\/a>\n\t\t\t<\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>At Syndigo, innovation comes from hiring great people and giving them the tools and culture for an exciting and rewarding careers. Apply to join our team!<\/p>\n","protected":false},"author":21,"featured_media":54251,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"inner-page-redesign.php","meta":{"_acf_changed":false,"advgb_blocks_editor_width":"","advgb_blocks_columns_visual_guide":"","_page_status":"none","program_name":"","program_hidden_field_name":"","footnotes":""},"class_list":["post-81939","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.8 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Life At Syndigo - Careers<\/title>\n<meta name=\"description\" content=\"At Syndigo, innovation comes from hiring great people and giving them the tools and culture for an exciting and rewarding careers. Apply to join our team!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Life At Syndigo - Careers\" \/>\n<meta property=\"og:description\" content=\"At Syndigo, innovation comes from hiring great people and giving them the tools and culture for an exciting and rewarding careers. Apply to join our team!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/syndigo.com\/fr\/life-at-syndigo\/\" \/>\n<meta property=\"og:site_name\" content=\"Syndigo\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/syndigoLLC\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T17:32:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1292\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@syndigoLLC\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/\",\"url\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/\",\"name\":\"Life At Syndigo - Careers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/syndigo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Syndigo.webp\",\"datePublished\":\"2026-01-12T14:26:24+00:00\",\"dateModified\":\"2026-04-17T17:32:34+00:00\",\"description\":\"At Syndigo, innovation comes from hiring great people and giving them the tools and culture for an exciting and rewarding careers. Apply to join our team!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/#primaryimage\",\"url\":\"https:\\\/\\\/syndigo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Syndigo.webp\",\"contentUrl\":\"https:\\\/\\\/syndigo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Syndigo.webp\",\"width\":1292,\"height\":720,\"caption\":\"Syndigo\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/life-at-syndigo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/syndigo.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Life At Syndigo &#8211; Careers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/\",\"name\":\"Syndigo\",\"description\":\"Data Unlocked. Potential Unleashed.\",\"publisher\":{\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/#organization\",\"name\":\"Syndigo\",\"url\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/syndigo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Syndigo.png\",\"contentUrl\":\"https:\\\/\\\/syndigo.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/Syndigo.png\",\"width\":696,\"height\":696,\"caption\":\"Syndigo\"},\"image\":{\"@id\":\"https:\\\/\\\/syndigo.com\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/syndigoLLC\",\"https:\\\/\\\/x.com\\\/syndigoLLC\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/syndigo\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC4W-3BtMfXVAwReREonADRg\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Life At Syndigo - Careers","description":"At Syndigo, innovation comes from hiring great people and giving them the tools and culture for an exciting and rewarding careers. Apply to join our team!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Life At Syndigo - Careers","og_description":"At Syndigo, innovation comes from hiring great people and giving them the tools and culture for an exciting and rewarding careers. Apply to join our team!","og_url":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/","og_site_name":"Syndigo","article_publisher":"https:\/\/www.facebook.com\/syndigoLLC","article_modified_time":"2026-04-17T17:32:34+00:00","og_image":[{"width":1292,"height":720,"url":"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@syndigoLLC","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/","url":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/","name":"Life At Syndigo - Careers","isPartOf":{"@id":"https:\/\/syndigo.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/#primaryimage"},"image":{"@id":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/#primaryimage"},"thumbnailUrl":"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.webp","datePublished":"2026-01-12T14:26:24+00:00","dateModified":"2026-04-17T17:32:34+00:00","description":"At Syndigo, innovation comes from hiring great people and giving them the tools and culture for an exciting and rewarding careers. Apply to join our team!","breadcrumb":{"@id":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/syndigo.com\/fr\/life-at-syndigo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/#primaryimage","url":"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.webp","contentUrl":"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.webp","width":1292,"height":720,"caption":"Syndigo"},{"@type":"BreadcrumbList","@id":"https:\/\/syndigo.com\/fr\/life-at-syndigo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/syndigo.com\/"},{"@type":"ListItem","position":2,"name":"Life At Syndigo &#8211; Careers"}]},{"@type":"WebSite","@id":"https:\/\/syndigo.com\/fr\/#website","url":"https:\/\/syndigo.com\/fr\/","name":"Syndigo","description":"Data Unlocked. Potential Unleashed.","publisher":{"@id":"https:\/\/syndigo.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/syndigo.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/syndigo.com\/fr\/#organization","name":"Syndigo","url":"https:\/\/syndigo.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/syndigo.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.png","contentUrl":"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.png","width":696,"height":696,"caption":"Syndigo"},"image":{"@id":"https:\/\/syndigo.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/syndigoLLC","https:\/\/x.com\/syndigoLLC","https:\/\/www.linkedin.com\/company\/syndigo","https:\/\/www.youtube.com\/channel\/UC4W-3BtMfXVAwReREonADRg"]}]}},"coauthors":[],"author_meta":{"author_link":"https:\/\/syndigo.com\/fr\/author\/adminepicdevs-com\/","display_name":"admin"},"relative_dates":{"created":"Posted 4 months ago","modified":"Updated 1 week ago"},"absolute_dates":{"created":"Posted on January 12, 2026","modified":"Updated on April 17, 2026"},"absolute_dates_time":{"created":"Posted on January 12, 2026 9:26 am","modified":"Updated on April 17, 2026 1:32 pm"},"featured_img_caption":"","featured_img":"https:\/\/syndigo.com\/wp-content\/uploads\/2024\/01\/Syndigo.webp","series_order":"","_links":{"self":[{"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/pages\/81939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/comments?post=81939"}],"version-history":[{"count":31,"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/pages\/81939\/revisions"}],"predecessor-version":[{"id":86586,"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/pages\/81939\/revisions\/86586"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/media\/54251"}],"wp:attachment":[{"href":"https:\/\/syndigo.com\/fr\/wp-json\/wp\/v2\/media?parent=81939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}