EA Sports · Victoria
Apply on EA Sports’s site →Advanced DevOps Games Software Engineer - American Football - 216214 - Electronic Arts
/* ===========================================================================
ELEMENTS
--------------------------------------------------------------------------
Buttons
: Actions
: Add
: Delete
: Edit
: Remove
: Iconographics
: Close
: Vendors
: Registration/application
: Customizables
External
: Thumbnails
Fields
COMPONENTS
--------------------------------------------------------------------------
Navigation
: Menu (Dynamic)
MODULES
--------------------------------------------------------------------------
Banner
: Home
PAGETYPES
--------------------------------------------------------------------------
Login
=========================================================================== */
/*
ELEMENTS/Buttons: Actions
*/
/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */
.action:before,
.addDatasetRow:before,
.removeDatasetRow:before,
.removeFile:before,
[id*="dropboxRemove_"]:before,
.fileInputCancelButton:before {
mask-image: var(--action__icon--background--image);
-webkit-mask-image: var(--action__icon--background--image);
}
/*
ELEMENTS/Buttons: Actions: Add
*/
.addDatasetRow,
.action--add {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--add.webp);
}
/*
ELEMENTS/Buttons: Actions: Delete
*/
.action--delete {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);
}
/*
ELEMENTS/Buttons: Actions: Edit
*/
.action--edit {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--edit.svg);
}
/*
ELEMENTS/Buttons: Actions: Remove
*/
.removeDatasetRow,
.removeFile,
[id*="dropboxRemove_"],
.fileInputCancelButton,
.action--remove {
--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);
}
/*
ELEMENTS/Buttons: Iconographics: Close
*/
.ui-button.ui-dialog-titlebar-close,
.TIN_display_CloserButton_NotificationAndDialog,
.autoschedule_editor_availability_header_Container_HeaderButton {
--button__icon--background--image: url(https://jobs.ea.com/portal/4/images/close.svg);
}
/*
ELEMENTS/Buttons: Vendors: Registration/application: Customizables
*/
.methodButton--later {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--later.svg);
}
.methodButton--file {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--file.svg);
}
.methodButton--paste {
--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--paste.svg);
}
/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */
.methodButton--later:before,
.methodButton--file:before,
.methodButton--paste:before {
mask-image: var(--buttons__icon--background--image);
-webkit-mask-image: var(--buttons__icon--background--image);
}
/*
ELEMENTS/Icons: Shrare buttons
*/
:root {
--icon--share--whatsapp: url(https://jobs.ea.com/portal/4/images/icon--share--whatsapp.svg);
--icon--share--linkedin: url(https://jobs.ea.com/portal/4/images/icon--share--linkedin.svg);
}
/*
ELEMENTS/External: Thumbnails
*/
:root {
--thumbnail--border--radius: 100%;
--thumbnail--border--width: 0;
--thumbnail--border--color: transparent;
--thumbnail--width: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within LAYOUTS/Structures: Section)
*/
.section__header__image {
--thumbnail--width: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within COMPONENTS/Cards)
*/
.table--cards {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within COMPONENTS/Navigation: Menu)
*/
.menu__link {
--thumbnail--width: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */
}
.submenu__link,
.portalLanguages__link {
--thumbnail--width: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */
}
/*
ELEMENTS/External: Thumbnails (Within WIDGETS/Forms: Types: FileField)
*/
.FileField {
--thumbnail--background--image: url(https://jobs.ea.com/portal/4/images/icon--user.svg);
}
/*
ELEMENTS/External: Thumbnails (Within MODULES/Banner)
*/
.banner {
--thumbnail--border--width: .2rem;
--thumbnail--border--color: var(--color--white);
--thumbnail--width: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */
}
.banner--scrolling {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
/* Media query to target mobile and tablet */
@media all and (max-width:1024px) {
.banner {
--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */
}
}
/*
ELEMENTS/Fields
*/
:root {
--fields--icon--caret--down: url(https://jobs.ea.com/portal/4/images/icon--caret--down.svg);
--fields--icon--caret--down--disabled: url(https://jobs.ea.com/portal/4/images/icon--caret--down--disabled.svg);
--fields--icon--caret--up: url(https://jobs.ea.com/portal/4/images/icon--caret--up.svg);
--fields--icon--clear: url(https://jobs.ea.com/portal/4/images/icon--clear.svg);
}
/*
COMPONENTS/Navigation: Menu (Dynamic)
*/
@media all and (max-width:1024px) {
:root {
--header--height: 5.5rem;
}
}
@media all and (min-width:1024px) {
.body--menu--threshold .menu--visible .menu__panel {
flex-wrap: nowrap;
justify-content: flex-end;
align-items: flex-start;
border-top: solid .1rem var(--dividers--border--color);
padding-top: var(--header--padding--top);
margin-top: var(--header--padding--top);
}
.body--menu--threshold .menu__list {
flex-wrap: wrap;
justify-content: flex-start;
}
.body--menu--threshold .header__content {
flex-direction: column;
align-items: flex-start;
}
.body--menu--threshold .header__menu {
width: 100%;
}
.body--menu--threshold .menu--visible .menu__list {
flex-grow: 1;
}
}
/*
PAGETYPES/Login
*/
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
/* Media query to target only tablet */
@media all and (min-width:751px) and (max-width:1024px) {
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
}
/* Media query to target only mobile */
@media all and (max-width:750px) {
:root {
--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);
}
}
EventManager.getInstance().addEventHandler(EventManager.EVENT_LOAD_NAME, function () {
}, EventManager.PRIORITY_HIGH);
Skip to content
Electronic Arts
Open Roles
About EA
EA Careers
EA News
Login
English - US
Chinese English - US Finnish Français Italian Korean Malay Polish Romanian Spanish Swedish
Advanced DevOps Games Software Engineer - American Football
Home
...
Open Roles
Role Detail
General Information
Locations : Victoria, British Columbia, Canada
Role ID
216214
Worker Type
Temporary Employee
Studio/Department
EA Studios - SPORTS
Work Model
Hybrid
Description & Requirements
Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.
*1 year, temporary full-time (TFT) role with benefits* Please note, this position will require a hybrid onsite presence in Victoria, BC Description & Requirements Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.
American Football games (Madden, College Football, and our new project) are developed at EA’s Tiburon Studios in Orlando, FL, Madrid, Spain, and Victoria, BC, Canada by a team that prides itself on innovation and creative collaboration. We’re looking for top technical talent passionate about automation, scalability, and reliability to help redefine how we build, deploy, and operate large-scale connected game experiences within Unreal Engine for a new title that connects with football fans around the world.
Reporting to a Software Engineering Manager, as an Advanced DevOps & Automation Engineer, you will be responsible for designing, implementing, and maintaining scalable systems and tools that improve developer velocity, build stability, and service reliability across multiple environments. Your work will have a direct impact on how our teams develop, integrate, and deliver world-class sports entertainment experiences.
Your Responsibilities Design, implement, and maintain robust CI/CD pipelines for Unreal Engine game clients, backend services, and tools using C++, python, c#, groovy, and more.
Automate build, deployment, and environment management processes across Dev, Staging, and Production.
Develop and maintain infrastructure-as-code solutions (e.g., Terraform, Ansible, CloudFormation).
Monitor, diagnose, and resolve issues affecting build stability, uptime, and environment health.
Collaborate closely with gameplay, backend, and tools engineers to identify and eliminate workflow bottlenecks within Unreal Engine.
Manage version control integrations and branch strategies to ensure stable and consistent release cycles.
Implement monitoring, observability, and alerting solutions to ensure proactive service reliability.
Drive continuous improvement in deployment practices, including test automation, rollback strategies, and release governance.
Contribute to defining and tracking key engineering KPIs, including build success rate, environment uptime, and mean time to recovery (MTTR).
Champion DevOps best practices across the studio, helping teams adopt modern, automated workflows.
Foster a strong testing culture by actively promoting best practices, mentoring team members, and driving the consistent adoption of effective testing methodologies across the team.
Your Qualifications 7+ years of professional software development or DevOps engineering experience.
5+ years of experience with CI/CD systems such as Jenkins, GitLab CI, or GitHub Actions.
3+ years of programming experience with C++ 3+ years of experience developing automation for large-scale or live-service environments.
Strong scripting skills in Python, Bash, or PowerShell.
Experience with containerization and orchestration (Docker, Kubernetes).
Experience with one or more cloud providers such as AWS, GCP, or Azure (multi-cloud experience preferred).
Hands-on experience with Infrastructure as Code (IaC) frameworks such as Terraform, Ansible, and CloudFormation for scalable, repeatable environment management.
Experience with Perforce and/or Git version control workflows.
Experience building and maintaining monitoring and alerting systems (Grafana, Prometheus, Datadog, or CloudWatch).
Strong understanding of networking, security practices, and environment isolation.
Excellent debugging, problem-solving, and communication skills in a collaborative, multi-disciplinary environment.
A passion for automation, developer enablement, and building reliable systems that scale.
Knowledge of Unreal Engine and its build and development ecosystem (e.g., Unreal Build Tool, Unreal Automation Tool, Horde, SubmitTool) is desired.
Bonus Experience in multiplayer and live games.
Experience with artifact management, distributed caching, and CI parallelization.
Familiarity with secure software development practices, including secrets management and automated security scanning.
Experience supporting game or real-time service build pipelines for console and PC platforms.
Desire to mentor engineers and advocate for continuous improvement in automation and DevOps processes.
Passion for continual learning and growing in your career.
Pay Transparency - North America
COMPENSATION AND BENEFITS The ranges listed below are what EA in good faith expects to pay applicants for this role in these locations at the time of this posting. If you reside in a different location, a recruiter will advise on the applicable range and benefits. Pay offered will be determined based on a number of relevant business and candidate factors (e.g. education, qualifications, certifications, experience, skills, geographic location, or business needs).
PAY RANGES
* British Columbia (depending on location e.g. Vancouver vs. Victoria) *$122,300 - $170,700 CAD
Pay is just one part of the overall compensation at EA.
In Canada, we offer a package of benefits including vacation (3 weeks per year to start), 10 days per year of sick time, and extended health/dental/vision coverage and basic life insurance.
About Electronic Arts We’re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.
We adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.
Electronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.
Post To
External careers site, Internal careers site
LinkedInID
74884070
Back to Role List
Apply
Share this role:
X
2026
Electronic Arts Inc.
Copyright
2026
Candidate Privacy Notice
|
Notice at Collection (California)
/**
* This variable will define every property we need to pass to Templates core library as we can't define twig variables on JS files.
*/
var twigConfig = {
"pageParameters": {
"personSort": null,
"personSortDirection": null,
"jobSort": null,
"jobSortDirection": null,
"jobRecordsPerPage": "",
"personRecordsPerPage": ""
},
"jobLabel": "job",
"STEP_INDEX": "" || null,
"wizardModalViewEnabled": "" || false,
"wizardHasErrors": "" || false,
"sortedBy": "Sorted by ",
"loading": "Loading ",
"plugins": {
"popper": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/popper.min.js"
},
"tooltip": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy-bundle.umd.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy.css"
},
"popup": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.css"
},
"slider": {
"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.js",
"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.css"
},
"google": {
"jsMarkerCluster": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/googlemaps/markerclusterer.js",
"apiKey": ""
}
},
"menu": {"typeByDefault":"visible","itemsThreshold":8,"headerHeightDefault":5.5,"typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024},"toggleSide":"right","panelFrom":"right","panelEffect":"over"},
"search": {"typeByDefault":"visible","typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024,"preventTabsConflicts":true}},
"results": {"resultsDisplayTypeByDefault":"listed","resultsDisplayTypeBelowBreakpoint":{"enabled":true,"type":"grided","breakpoint":750},"resultsItemTypeByDefault":"result","resultsItemTypeBelowBreakpoint":{"enabled":true,"type":"card","breakpoint":750}},
"stickyAside": 0,
"stickyHeader": 1,
"stickyBanner": 0,
"page": {
"PORTAL_BASE_REAL_URL": "https://jobs.ea.com/portal/4",
"wizardPageBackTo": "",
},
"relatedJobs": {
"relatedJobsEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8301&jobId=216214",
"selector": "#relatedJobs"
},
"convertDatesToUserTZ": {
"CSSClass": "timelocal",
"convertDatesToUserTZEnabled": 1,
"loggedUserTZ": Intl.DateTimeFormat().resolvedOptions().timeZone,
"weekday": "long",
"day": "numeric",
"month": "long",
"hour": "numeric",
"minute": "numeric",
"hour12": "1",
},
"userLang": "en_US",
"breadcrumbsEnabled": 1,
"googleMapsEnabled": 0,
"googleMarkerClusterEnabled": 0,
"googleParameters": {
"dataUrl": "//jobs.ea.com/en_US/careers/Home/216214",
"centerLatitude": 0,
"centerLongitude": 0,
"startZoom": 3,
"infoWindowCSSClassDiv": "info-window",
"infoWindowCSSClassHeader": "info-window__header",
"infoWindowCSSClassLink": "link info-window__link"
},
"browsingHistory": {
"browsingHistoryEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/BrowsingHistoryList?3_139_3=%5B8301%5D",
"selector": "#browsingHistory"
},
"widgetRelatedJobs": {
"relatedJobsEnabled": 1,
"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8301&jobId=216214",
"selector": "#widgetRelatedJobs"
},
"widgetOpenPositions":{
"url": "",
"selector": "#widgetOpenPositions"
},
"widgetRecommendations":{
"widgetRecommendationsEnabled": 1,
"url": "",
"selector": "#widgetRecommendations"
},
"languageSwitcherFlagsPath": "https://templates-static-assets.avacdn.net/assets/flags",
"enableLanguageSwitcherFlags": 0,
"enableSectionCollapsibleAccordionDisplay": 0
};
var lightbox;
var slider;
var Templates;
pjQuery(function() { var domManager = new DomManager(); domManager.run(); }); (function() {
var legacyViewCopilotData = {"jobs_data":[{"General Information":"","text_7527":"\u003Cstrong\u003ELocations\u003C\/strong\u003E: Victoria, British Columbia, Canada \u003Cbr\u003E","Location":"Victoria","Country":", Canada","Role ID":"216214","Worker Type":"Temporary Employee","Studio\/Department":"EA Studios - SPORTS","Work Model":"Hybrid","Description & Requirements":"","text_5537":"Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.","text_6157":"","schemaField_3_291":"\u003Ch2 dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:14pt;margin-bottom:6pt;\"\u003E\u003Cem\u003E*1 year, temporary full-time (TFT) role with benefits*\u003C\/em\u003E\u003C\/h2\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" data-pasted=\"true\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003E\u003Cstrong\u003EPlease note, this position will require a hybrid onsite presence in Victoria, BC\u003C\/strong\u003E\u003C\/span\u003E\u003C\/p\u003E\u003Ch2 dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:14pt;margin-bottom:6pt;\" data-pasted=\"true\"\u003E\u003Cspan style=\"font-size:22pt;font-family:Calibri,sans-serif;color:#4f81bd;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EDescription & Requirements\u003C\/span\u003E\u003C\/h2\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EElectronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.\u003C\/span\u003E\u003C\/p\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EAmerican Football games (Madden, College Football, and our new project) are developed at EA\u2019s Tiburon Studios in Orlando, FL, Madrid, Spain, and Victoria, BC, Canada by a team that prides itself on innovation and creative collaboration. We\u2019re looking for top technical talent passionate about automation, scalability, and reliability to help redefine how we build, deploy, and operate large-scale connected game experiences within Unreal Engine for a new title that connects with football fans around the world.\u003C\/span\u003E\u003C\/p\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EReporting to a Software Engineering Manager, as an Advanced DevOps & Automation Engineer, you will be responsible for designing, implementing, and maintaining scalable systems and tools that improve developer velocity, build stability, and service reliability across multiple environments. Your work will have a direct impact on how our teams develop, integrate, and deliver world-class sports entertainment experiences.\u003C\/span\u003E\u003C\/p\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\"\u003E\u003Cspan style=\"font-size:22pt;font-family:Calibri,sans-serif;color:#4f81bd;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EYour Responsibilities\u003C\/span\u003E\u003C\/p\u003E\u003Cul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\"\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EDesign, implement, and maintain robust CI\/CD pipelines for Unreal Engine game clients, backend services, and tools using C++, python, c#, groovy, and more.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EAutomate build, deployment, and environment management processes across Dev, Staging, and Production.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EDevelop and maintain infrastructure-as-code solutions (e.g., Terraform, Ansible, CloudFormation).\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EMonitor, diagnose, and resolve issues affecting build stability, uptime, and environment health.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003ECollaborate closely with gameplay, backend, and tools engineers to identify and eliminate workflow bottlenecks within Unreal Engine.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EManage version control integrations and branch strategies to ensure stable and consistent release cycles.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EImplement monitoring, observability, and alerting solutions to ensure proactive service reliability.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EDrive continuous improvement in deployment practices, including test automation, rollback strategies, and release governance.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EContribute to defining and tracking key engineering KPIs, including build success rate, environment uptime, and mean time to recovery (MTTR).\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EChampion DevOps best practices across the studio, helping teams adopt modern, automated workflows.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EFoster a strong testing culture by actively promoting best practices, mentoring team members, and driving the consistent adoption of effective testing methodologies across the team.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003C\/ul\u003E\u003Ch2 dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:14pt;margin-bottom:6pt;\"\u003E\u003Cspan style=\"font-size:22pt;font-family:Calibri,sans-serif;color:#4f81bd;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EYour Qualifications\u003C\/span\u003E\u003C\/h2\u003E\u003Cul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\"\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003E7+ years of professional software development or DevOps engineering experience.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003E5+ years of experience with CI\/CD systems such as Jenkins, GitLab CI, or GitHub Actions.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003E3+ years of programming experience with C++\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003E3+ years of experience developing automation for large-scale or live-service environments.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EStrong scripting skills in Python, Bash, or PowerShell.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExperience with containerization and orchestration (Docker, Kubernetes).\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExperience with one or more cloud providers such as AWS, GCP, or Azure (multi-cloud experience preferred).\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EHands-on experience with Infrastructure as Code (IaC) frameworks such as Terraform, Ansible, and CloudFormation for scalable, repeatable environment management.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExperience with Perforce and\/or Git version control workflows.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExperience building and maintaining monitoring and alerting systems (Grafana, Prometheus, Datadog, or CloudWatch).\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EStrong understanding of networking, security practices, and environment isolation.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExcellent debugging, problem-solving, and communication skills in a collaborative, multi-disciplinary environment.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EA passion for automation, developer enablement, and building reliable systems that scale.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EKnowledge of Unreal Engine and its build and development ecosystem (e.g., Unreal Build Tool, Unreal Automation Tool, Horde, SubmitTool) is desired.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003C\/ul\u003E\u003Ch2 dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:14pt;margin-bottom:6pt;\"\u003E\u003Cspan style=\"font-size:22pt;font-family:Calibri,sans-serif;color:#4f81bd;font-weight:700;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EBonus\u003C\/span\u003E\u003C\/h2\u003E\u003Cul style=\"margin-top:0;margin-bottom:0;padding-inline-start:48px;\"\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExperience in multiplayer and live games.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExperience with artifact management, distributed caching, and CI parallelization.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EFamiliarity with secure software development practices, including secrets management and automated security scanning.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EExperience supporting game or real-time service build pipelines for console and PC platforms.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EDesire to mentor engineers and advocate for continuous improvement in automation and DevOps processes.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003Cli dir=\"ltr\" style=\"list-style-type:disc;font-size:12pt;font-family: initial;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;margin-left: -18pt;\"\u003E\u003Cp dir=\"ltr\" style=\"line-height:1.3800000000000001;margin-top:0pt;margin-bottom:8pt;\" role=\"presentation\"\u003E\u003Cspan style=\"font-size:12pt;font-family:Cambria,serif;color:#000000;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre;white-space:pre-wrap;\"\u003EPassion for continual learning and growing in your career.\u003C\/span\u003E\u003C\/p\u003E\u003C\/li\u003E\u003C\/ul\u003E","text_19907":"\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cstrong\u003EPay Transparency - North America\u003C\/strong\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E","text_19908":"\u003Cdiv\u003E\u003Cdiv\u003E\u003Cstrong\u003ECOMPENSATION AND BENEFITS \u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003EThe ranges listed below are what EA in good faith expects to pay applicants for this role in these locations at the time of this posting. If you reside in a different location, a recruiter will advise on the applicable range and benefits. Pay offered will be determined based on a number of relevant business and candidate factors (e.g. education, qualifications, certifications, experience, skills, geographic location, or business needs). \u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003EPAY RANGES\u003C\/strong\u003E\u003C\/div\u003E\u003C\/div\u003E","schemaField_3_254":"* British Columbia (depending on location e.g. Vancouver vs. Victoria) *$122,300 - $170,700 CAD","text_19910":"\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E\u003Cdiv\u003EPay is just one part of the overall compensation at EA.\u003C\/div\u003E","text_19914":"\u003Cdiv\u003E\u003Cdiv\u003E\u003Cdiv\u003E In Canada, we offer a package of benefits including vacation (3 weeks per year to start), 10 days per year of sick time, and extended health\/dental\/vision coverage and basic life insurance.\u003C\/div\u003E\u003C\/div\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C\/div\u003E","text_16177":"\u003Cdiv\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003EAbout Electronic Arts\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe\u2019re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EElectronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.\u003C\/font\u003E\u003C\/div\u003E\u003C\/div\u003E","separator_2":"","text_16527":"","text_16528":"","text_16529":"","text_16530":"","Post To":"External careers site, Internal careers site","LinkedInID":"74884070","entityExtensionId":3,"entityTypeId":3}]};
document.addEventListener('copilot:collectcontext', function(evt) {
var context = evt.context || new Map();
var existing = context.get('insights') || {persons_data: [], jobs_data: [], table_data: []};
var personsData = (existing.persons_data || []).concat(
(legacyViewCopilotData.persons_data || []).map(function(data) { return {personInfo: data}; })
);
var jobsData = (existing.jobs_data || []).concat(
(legacyViewCopilotData.jobs_data || []).map(function(data) { return {jobInfo: data}; })
);
var merged = {
persons_data: personsData,
jobs_data: jobsData,
table_data: existing.table_data || []
};
context.set('insights', merged);
evt.context = context;
});
})();
var service = EventManager.getInstance();
Posted by EA Sports and synced from their own careers page. DevQuest doesn’t take a fee, doesn’t sit between you and the studio, and doesn’t sell your data — you apply directly with them.
More like this: Engineering jobs · All EA Sports openings · Browse every category