Apply on CCP Games’s site →

Senior Backend Engineer

CCP Games · London

Senior Engineering Hybrid Posted 2026-07-05 Full time
Apply on CCP Games’s site →

var _rollbarConfig = {"accessToken":"0ab41f8274e04d638238b61af91c297a","captureUncaught":true,"payload":{"environment":"production","client":{"javascript":{"source_map_enabled":true,"code_version":"9a1a5f009a8b1bc817acae3633b8fd6c426321d6","guess_uncaught_frames":true}}},"ignoredMessages":["SP401 - Unauthorized","SP403 - Forbidden"],"checkIgnore":function(isUncaught, args, payload) {

var message = args[0];

var ignoredMobileMessages = [

`Uncaught SyntaxError: Unexpected token ';'`,

`SyntaxError: Unexpected token ';'. Expected ')' to end a compound expression.`

];

var userAgentContainsMobile = window && window.navigator && window.navigator.userAgent && window.navigator.userAgent.indexOf('Mobile') !== -1;

if(userAgentContainsMobile && ignoredMobileMessages.includes(message)) {

// ignore this message

return true;

}

var ignoredMessages = [

`ResizeObserver loop completed with undelivered notifications.`,

`Script error.`

];

if(ignoredMessages.includes(message)) {

// ignore this message

return true;

}

// Ignore errors from browser autofill and password managers (Safari, LastPass, 1Password, etc.)

if(message && message.indexOf('_AutofillCallbackHandler') !== -1) {

return true;

}

// Ignore errors from browser extensions (chrome, firefox, safari, edge)

var frames = payload && payload.body && payload.body.trace && payload.body.trace.frames;

if(frames && frames.some(function(frame) {

var filename = frame.filename || '';

return filename.indexOf('chrome-extension://') !== -1 ||

filename.indexOf('moz-extension://') !== -1 ||

filename.indexOf('safari-extension://') !== -1 ||

filename.indexOf('ms-browser-extension://') !== -1;

})) {

return true;

}

// Ignore errors from per-customer inline snippets on careers sites: a

// single anonymous frame whose filename is the page URL (no /packs/ bundle frame).

// These bespoke snippets aren't tracked centrally so Rollbar can't tell us which

// one broke - non-actionable noise. Errors from our bundled JS still report.

if(frames && frames.length === 1) {

var inlineFrame = frames[0];

var inlineFilename = inlineFrame.filename || '';

var requestUrl = (payload && payload.request && payload.request.url) || '';

var pageUrl = requestUrl.split('?')[0];

if(inlineFrame.method === '[anonymous]' && inlineFilename.indexOf('/packs/') === -1 && inlineFilename === pageUrl) {

return true;

}

}

// Same root cause via Turbolinks: when Turbolinks navigates, assignNewBody

// sets document.body to the next page's HTML, which re-evaluates customer

// inline snippets. If a snippet redeclares an identifier that's

// still on the source page, the browser throws and Turbolinks rethrows it

// with a stack made entirely of turbolinks.js frames - so the single-frame

// filter above never matches. Identify by the message shape plus a

// turbolinks frame in the trace.

if(message && message.indexOf('has already been declared') !== -1 &&

frames && frames.some(function(frame) {

return (frame.filename || '').indexOf('turbolinks') !== -1;

})) {

return true;

}

}

};

!function(r){var e={};function o(n){if(e[n])return e[n].exports;var t=e[n]={i:n,l:!1,exports:{}};return r[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.m=r,o.c=e,o.d=function(r,e,n){o.o(r,e)||Object.defineProperty(r,e,{enumerable:!0,get:n})},o.r=function(r){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})},o.t=function(r,e){if(1&e&&(r=o(r)),8&e)return r;if(4&e&&"object"==typeof r&&r&&r.__esModule)return r;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:r}),2&e&&"string"!=typeof r)for(var t in r)o.d(n,t,function(e){return r[e]}.bind(null,t));return n},o.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return o.d(e,"a",e),e},o.o=function(r,e){return Object.prototype.hasOwnProperty.call(r,e)},o.p="",o(o.s=0)}([function(r,e,o){"use strict";var n=o(1),t=o(5);_rollbarConfig=_rollbarConfig||{},_rollbarConfig.rollbarJsUrl=_rollbarConfig.rollbarJsUrl||"https://cdn.rollbar.com/rollbarjs/refs/tags/v2.26.1/rollbar.min.js",_rollbarConfig.async=void 0===_rollbarConfig.async||_rollbarConfig.async;var a=n.setupShim(window,_rollbarConfig),l=t(_rollbarConfig);window.rollbar=n.Rollbar,a.loadFull(window,document,!_rollbarConfig.async,_rollbarConfig,l)},function(r,e,o){"use strict";var n=o(2),t=o(3);function a(r){return function(){try{return r.apply(this,arguments)}catch(r){try{console.error("[Rollbar]: Internal error",r)}catch(r){}}}}var l=0;function i(r,e){this.options=r,this._rollbarOldOnError=null;var o=l++;this.shimId=function(){return o},"undefined"!=typeof window&&window._rollbarShims&&(window._rollbarShims[o]={handler:e,messages:[]})}var s=o(4),d=function(r,e){return new i(r,e)},c=function(r){return new s(d,r)};function u(r){return a((function(){var e=this,o=Array.prototype.slice.call(arguments,0),n={shim:e,method:r,args:o,ts:new Date};window._rollbarShims[this.shimId()].messages.push(n)}))}i.prototype.loadFull=function(r,e,o,n,t){var l=!1,i=e.createElement("script"),s=e.getElementsByTagName("script")[0],d=s.parentNode;i.crossOrigin="",i.src=n.rollbarJsUrl,o||(i.async=!0),i.onload=i.onreadystatechange=a((function(){if(!(l||this.readyState&&"loaded"!==this.readyState&&"complete"!==this.readyState)){i.onload=i.onreadystatechange=null;try{d.removeChild(i)}catch(r){}l=!0,function(){var e;if(void 0===r._rollbarDidLoad){e=new Error("rollbar.js did not load");for(var o,n,a,l,i=0;o=r._rollbarShims[i++];)for(o=o.messages||[];n=o.shift();)for(a=n.args||[],i=0;i

Senior Backend Engineer - London | Fenris Creations Careers

:root {

--theme-primary-color: #455C51;

--theme-secondary-color: #F4F4F4;

--theme-highlight-color: #ED9D85;

--theme-primary-font-color: #FFFFFF;

--theme-secondary-font-color: #1C2121;

--theme-highlight-font-color: #FFFFFF;

}

@media (min-width: 1024px) {

.intercom-launcher, .intercom-messenger-frame, .intercom-app > [class*="intercom-with-namespace"]:not([name="intercom-banner-frame"]) {

left: 10px !important;

transform: none !important;

}

}

iframe[title="Pinpoint Status"] {

bottom: 20px !important;

transform: translateX(calc(100vw - 400px)) !important;

transition: none !important;

}

// privacy policy .","further_information":null},"customDomain":"careers.fenriscreations.com","includeGoogleAnalytics":false,"isChatbotEnabled":false,"youTubeCookieManagement":false,"translations":{"accept_all":"Accept all","close":"Close","cookie_preferences":"Cookie preferences","cookies":"Cookies","description":"Description","domain":"Domain","expiration":"Expiration","google_analytics_main":"Used to distinguish unique users by assigning a randomly generated number as a client identifier. Included in each page request in a site and used to calculate visitor, session, and campaign data for the site's analytics reports","google_analytics_secondary":"Used by Google Analytics 4 to persist session state. It stores a unique identifier for each user and ensures user activity is measured accurately over time","more_information":"More information","name":"Name","reject_all":"Reject all","save_settings":"Save settings","settings":"Settings","strictly_necessary_cookies":"Strictly necessary cookies","these_cookies_are_essential":"These cookies are essential for the proper functioning of our website. Without these cookies, the website may not work properly.","as_soon_as_browser_window_is_closed":"As soon as browser window is closed","allows_us_to_associate_file_uploads":"Allows us to associate file uploads to our file storage provider with your form submissions","allows_our_load_balancer":"Allows our load balancer to send your specific traffic to the same backend server","saves_your_decisions":"Saves your decisions about these cookies so we don't need to ask every time","analytics_and_performance_cookies":"Analytics and Performance cookies","these_cookies_remember_the_choices":"These cookies allow the website to remember the choices you have made in the past","internal_metrics_collector":"We use an internal metrics collector to understand interactions with our website over time","six_months":"Six months","two_years":"Two years","four_hours":"Four hours","youtube_visitor_information":"Measures bandwidth, used to optimize youtube video playback. Also used for tracking.","youtube_ysc":"Tracks views of embedded youtube videos, ties to a Google user.","youtube_pref":"Stores user preferences like autoplay and layout for embedded youtube videos. May be used for tracking."}};

//]]>

body,

input {

font-family: bebas-neue-pro-semiexpanded, "GTWalsheimPro", "Helvetica Neue", "Helvetica", sans-serif !important;

}

/* (Default Options) Custom Type to allow us to use both of our brand typefaces in heros etc */

.pinpoint-block--hero .careers-hero-block__title {

font-weight: 700;

font-size: 72px;

}

.pinpoint-block--text .careers-block__h2 {

font-weight: 700;

font-size: 4rem;

line-height: 1.1;

margin-bottom: 20px;

}

.pinpoint-block--text .careers-block__trix {

font-weight: 400;

line-height: 1.6;

font-size: 22px;

}

.pinpoint-block--cards .careers-card-block__h3 {

font-weight: 700;

line-height: 1.2;

}

.pinpoint-block--cards .careers-card-block__p {

font-weight: 400;

line-height: 1.6;

font-size: 22px;

}

.pinpoint-block--jobs .careers-block__h2 {

font-weight: 700;

font-size: 4rem;

line-height: 1.1;

}

/* (Default Options) Buttons */

.external-button {

border-radius: 10px;

}

/* (Default Options) Custom Footer */

.external-footer {

padding: 32px;

}

/* (Default Options) Image Gallery */

.pinpoint-block--image-gallery img {

border-radius: 10px;

}

.pinpoint-block--cards .careers-card-block__image {

border-radius: 10px;

}

/* (Default Options) Testimonial Block */

.pinpoint-block--testimonial img {

border-radius: 185px;

}

.pinpoint-block--testimonial cite {

font-weight: 700 !important;

letter-spacing: 3px;

}

.pinpoint-block--testimonial .careers-testimonial-block {

align-items: center;

}

/* (Default Options) External Panels - e.g. titles on JDs, Interview Scheduling, etc.) */

.external-panel .external-panel__title {

font-weight: 700;

}

/* (Default Options) Custom Hero Image Positioning */

.careers-hero-block--image {

background-position: center;

}

/* (Default Options) Hide the Logo Text */

.careers-navigation-block__logo-text,

.careers-hero-block__logo-text {

display: none;

}

/* (Default Options) Make hero bigger because people like to see video and pictures */

.careers-hero-block-container {

padding-top: 80px !important;

padding-bottom: 80px !important;

}

/*

Fix to ensure that the darkened hero video takes up the right amount of vertical space

*/

/* (PVN) What follows is specific to our template careers site design */

/* Customize nav bar */

.careers-navigation-block {

padding: 15px 15px 15px 150px;

}

/* Set logo width for desktop */

@media (min-width: 768px) {

.pinpoint-block--navigation img,

.careers-hero-block--align-center img {

width: 75px !important;

height: auto !important;

}

}

.careers-navigation-block__menu-item {

background-color: transparent !important;

font-size: 18px;

font-weight: 700 !important;

text-transform: uppercase;

}

.careers-navigation-block__sub-nav-menu {

color: var(--theme-primary-color) !important;

background-color: #ffffff !important;

}

.careers-navigation-block__menu-section--center > div > div > .careers-navigation-block__menu-item > div {

box-shadow: 0px 0px 10px -4px rgb(0 0 0 / 45%) !important;

overflow: hidden;

border-radius: 3px;

}

.careers-navigation-block__menu-item:hover,

.careers-navigation-block__sub-nav-menu:hover {

color: #62fef3 !important;

}

.fa-chevron-down {

font-size: 12px;

}

/* Customize buttons */

.external-button {

border-radius: 0px;

color: var(--theme-primary-color);

border-color: #62fef3;

background-color: #62fef3;

padding: 10px 25px;

font-size: 20px;

}

.external-button:hover {

filter: brightness(100%);

color: var(--theme-primary-color);

border-color: #8cfff7;

background-color: #8cfff7;

}

/* Customize hero */

#home-hero {

width: 100vw;

max-width: 100%;

background-size: cover;

background-position: top center;

background-repeat: no-repeat;

min-height: 370px;

display: flex;

flex-direction: column;

justify-content: flex-end;

> div > div > div.col-1-1.col-sm-6-7.col-md-4-5.col-lg-3-5.col-lg-3-5,

> div > div > div.careers-block__inner {

width: 100%;

}

.search>.bp3-icon-custom {

left: 18px;

top: 19px;

}

.search__input {

font-size: 18px;

color: var(--theme-primary-color);

}

.filter .filter__dropdown-item-label,

.filter .filter__dropdown-item-label--hover,

.filter .filter__button {

font-size: 18px;

padding: .7em;

color: var(--theme-primary-color);

}

}

/* Customize intro */

#intro .careers-card-block__image {

margin-top: 80px;

}

.careers-card-block__p,

.careers-block__trix,

.careers-testimonial-block__quotation,

.careers-block__p--dark,

.rt-tbody,

.external-panel__trix-content,

.external-stage-carousel__stage-name,

.external-panel__text,

.external-definition-list dd,

.text-bold,

.text-medium,

.external-panel__link,

.theme-highlight-color-ie-override,

.external-stage-carousel__stage-position,

.careers-testimonial-block__quotation,

[role="columnheader"] {

font-size: 19px !important;

}

#js-careers-jobs-block {

margin-top: 0;

> div:nth-child(1) {

display: none;

}

.ReactTable .rt-thead.-header {

background-color: var(--theme-secondary-color);

}

.ReactTable.-themed .rt-th {

color: #000 !important;

}

.ReactTable .rt-td {

color: #4c4c4c;

}

.rt-td a::before {

width: 100%;

background: #45A29D;

transition: width 0.35s;

}

.ReactTable.-themed .rt-tr-group:nth-child(even),

.ReactTable.-themed .rt-tr-group:nth-child(odd) {

background-color: #fff;

}

> div > div > div > div > div.rt-table > div.rt-tbody > div > div {

border-bottom: 1px solid #D2D3D5;

}

.ReactTable.-themed .rt-tr-group:hover a {

color: var(--theme-primary-color);

}

.careers-block__text {

font-size: 19px;

}

/* Underline animation for the link */

.rt-tr .rt-td a:first-of-type {

position: relative;

display: inline-flex !important;

text-decoration: none;

transition: color 0.3s ease-in-out;

}

.rt-tr .rt-td a:first-of-type::after {

content: "";

position: absolute;

left: 0;

bottom: -2px;

width: 0;

height: 1px;

background-color: #45A29D;

transition: width 0.3s ease-in-out;

}

.rt-tr:hover .rt-td a:first-of-type {

color: #45A29D;

}

.rt-tr:hover .rt-td a:first-of-type::after {

width: 100%;

}

.rt-tr .rt-td a:first-of-type::after {

width: 0;

left: 0;

transition: width 0.3s ease-in-out;

}

}

/* ------------ Footer ------------ */

.external-footer {

padding: 32px;

background-color: #202835;

.external-footer__link {

color: #c5c6c8 !important;

text-transform: capitalize;

font-size: 20px;

&:hover {

color: #62fef3 !important;

}

i, img {

filter: invert(1) grayscale(1) brightness(1000%);

}

}

a[href*="instagram"] {

height: 41px !important;

img {

width: 19px !important;

}

}

}

/* Text colours */

body,

.pinpoint-block--cards .careers-card-block__p,

.pinpoint-block--text .careers-block__trix,

.external-panel .external-panel__trix-content,

.external-panel .external-panel__text,

.careers-block .careers-block__p--dark,

.careers-testimonial-block__quotation,

.external-stage-carousel .external-stage-carousel__stage-name,

.external-definition-list dd,

.external-form .external-form__label span:not(.external-form__label--title),

.external-form .external-form__text,

.external-panel .external-panel__back-link {

color: #4c4c4c !important;

}

.careers-card-block .careers-card-block__h3,

.external-form .external-form__label,

.pinpoint-block--text .careers-block__h2,

.pinpoint-block--jobs .careers-block__h2,

.pinpoint-block--testimonial cite,

.careers-testimonial-block__attribution,

.careers-card-block--variant-large .careers-card-block__h3 {

color: #1B2121;

}

.external-panel .external-panel__link {

color: #46A29E;

}

sidebar {

.pinpoint-job-sidebar--hiring_manager,

hr.divider {

display: none;

}

}

.external-form .external-form__legend-index {

font-size: 2.2rem;

font-weight: 500;

}

//

:root {

--theme-primary-color: #202835;

--theme-secondary-color: #f4f4f4;

--theme-highlight-color: #1b2120;

--theme-primary-font-color: #FFFFFF;

--theme-secondary-font-color: #1C2121;

--theme-highlight-font-color: #FFFFFF;

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.theme-primary-color-ie-override {

color: #202835 !important;

}

.theme-primary-background-color-ie-override {

background-color: #202835 !important;

}

.theme-primary-border-color-ie-override {

border-color: #202835 !important;

}

.theme-secondary-color-ie-override {

color: #f4f4f4 !important;

}

.theme-secondary-background-color-ie-override {

background-color: #f4f4f4 !important;

}

.theme-secondary-border-color-ie-override {

border-color: #f4f4f4 !important;

}

.theme-highlight-color-ie-override {

color: #1b2120 !important;

}

.theme-highlight-background-color-ie-override {

background-color: #1b2120 !important;

}

.theme-highlight-border-color-ie-override {

border-color: #1b2120 !important;

}

}

Careers at

{"@context":"http://schema.org","@type":"JobPosting","datePosted":"2026-06-30T14:50:13+01:00","description":"\u003ch1\u003eSenior Backend Engineer\u003c/h1\u003e\u003cp\u003e\u003cstrong\u003eDepartment: \u003c/strong\u003eSoftware Engineering\u003c/p\u003e\u003cp\u003e\u003cstrong\u003eEmployment Type: \u003c/strong\u003ePermanent - Full Time\u003c/p\u003e\u003cp\u003e\u003cstrong\u003eLocation: \u003c/strong\u003eLondon\u003c/p\u003e\u003cbr\u003e\u003c/br\u003e\u003ch3\u003eDescription\u003c/h3\u003e\u003cdiv\u003eFenris Creations is looking for a talented and passionate Senior Backend Engineer to join our team in London building EVE Vanguard. We are a tight-knit team creating a new perspective into the rich universe of EVE Online using Unreal Engine 5. We want someone who enjoys working with both technical and non-technical colleagues, has a drive for excellence, and is proactive in seeking out and finding ways to support others. You’ll be joining an established team responsible for a variety of services - so the ability to learn and get up to speed quickly is key. Once live, you’ll be required to join our compensated on-call rota to support the game. Our backend is run on AWS infrastructure and built using Golang following Domain Driven Design and Event Driven Architecture principles. Direct experience with these technologies and methodologies is desirable, but a strong foundation in programming, problem solving, networking, and software design comes foremost. \u003c/div\u003e\u003cbr\u003e\u003c/br\u003e\u003ch3\u003eYour Tasks\u003c/h3\u003e\u003cul\u003e\n\u003cli\u003eBuild highly available and secure cloud infrastructure \u003c/li\u003e\n\u003cli\u003eBuild CI/CD pipelines for code, config, and infrastructure\u003c/li\u003e\n\u003cli\u003eMature our monitoring and alerting setup ready for launch Plan the implementation of milestone deliverables \u003c/li\u003e\n\u003cli\u003eBuild game features and tools in Golang \u003c/li\u003e\n\u003cli\u003eProactively support internal backend users and triage issues \u003c/li\u003e\n\u003cli\u003eProactively seek out cost saving opportunities \u003c/li\u003e\n\u003cli\u003ePerform code reviews and maintain a high-quality codebase \u003c/li\u003e\n\u003cli\u003eSet team direction in areas of ownership \u003c/li\u003e\n\u003cli\u003eMaintain relationships with external vendors \u003c/li\u003e\n\u003cli\u003eShare progress updates with the studio and stake holders  Stay up to date with best practices, standards, technologies \u003c/li\u003e\n\u003c/ul\u003e\u003cbr\u003e\u003c/br\u003e\u003ch3\u003eYour Profile\u003c/h3\u003e\u003cul\u003e\n\u003cli\u003ePassionate about playing and building video games! \u003c/li\u003e\n\u003cli\u003eHas built infrastructure within a major cloud provider (AWS preferred) \u003c/li\u003e\n\u003cli\u003eHas designed and coded significant backend features (Golang preferred) \u003c/li\u003e\n\u003cli\u003eHas built CI/CD pipelines for production systems \u003c/li\u003e\n\u003cli\u003eHas experience architecting distributed systems \u003c/li\u003e\n\u003cli\u003eHas experience supporting distributed systems in production. \u003c/li\u003e\n\u003cli\u003eHas experience communicating technical concepts to non-technical audiences \u003c/li\u003e\n\u003c/ul\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e\u003cbr\u003e\u003c/br\u003e\u003ch3\u003eWhat We Can Offer You\u003c/h3\u003e\u003cul\u003e\n\u003cli\u003e The inspiring challenge of working on a pioneering, ambitious project with great coworkers. \u003c/li\u003e\n\u003cli\u003eAn opportunity to learn and grow within an international company. \u003c/li\u003e\n\u003cli\u003eA multicultural work environment that encourages growth, creativity, and innovation. \u003c/li\u003e\n\u003cli\u003eFree breakfasts, lunches, drinks, and snacks in the office. \u003c/li\u003e\n\u003cli\u003eA family friendly work environment with flexible work hours. \u003c/li\u003e\n\u003cli\u003eEmployer contributory pension plan. \u003c/li\u003e\n\u003cli\u003eLife Insurance. \u003c/li\u003e\n\u003cli\u003ePrivate medical and Dental for you and your family.\u003c/li\u003e\n\u003cli\u003eAnnual Commuting Allowance. \u003c/li\u003e\n\u003cli\u003eMonthly Home Working Allowance. \u003c/li\u003e\n\u003cli\u003eAnnual Fitness Allowance. \u003c/li\u003e\n\u003cli\u003eDiscretionary quarterly and annual performance sharing plan. \u003c/li\u003e\n\u003c/ul\u003e\u003cdiv\u003e\u003cbr\u003e\u003c/div\u003e","employmentType":"FULL_TIME","hiringOrganization":{"@type":"Organization","name":"Fenris Creations","url":"https://fenriscreations.com","sameAs":"https://fenriscreations.com","logo":"https://app.pinpointhq.com/rails/active_storage/blobs/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBCT2VSemdZPSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--0bb82385400eae3ceca145ba2917f147da674426/1080x1080.png"},"identifier":{"@type":"PropertyValue","name":"Pinpoint Job Posting ID","value":"65f4f0db-13cf-499b-a863-53a3709a2a70"},"jobLocation":{"@type":"Place","name":"London","address":{"@type":"PostalAddress","streetAddress":"Tea Auction House, 2nd Floor, Hay’s Galleria, Tooley St","addressCountry":"GB","addressLocality":"London","addressRegion":"United Kingdom","postalCode":"SE1 2DA"}},"title":"Senior Backend Engineer","applicantLocationRequirements":{"@type":"Country","name":"United Kingdom"}}

Senior Backend Engineer

{"railsEnv":"production","inMailer":false,"i18nLocale":"en","i18nDefaultLocale":"en","rorVersion":"13.0.2","rorPro":false,"href":"https://careers.fenriscreations.com/en/postings/65f4f0db-13cf-499b-a863-53a3709a2a70","location":"/en/postings/65f4f0db-13cf-499b-a863-53a3709a2a70","scheme":"https","host":"careers.fenriscreations.com","port":null,"pathname":"/en/postings/65f4f0db-13cf-499b-a863-53a3709a2a70","search":null,"httpAcceptLanguage":"*","serverSide":false}

{"htmlString":"\u003cdiv\u003e\n\u003c!--block--\u003eFenris Creations is looking for a talented and passionate Senior Backend Engineer to join our team in London building EVE Vanguard. We are a tight-knit team creating a new perspective into the rich universe of EVE Online using Unreal Engine 5. We want someone who enjoys working with both technical and non-technical colleagues, has a drive for excellence, and is proactive in seeking out and finding ways to support others. You’ll be joining an established team responsible for a variety of services - so the ability to learn and get up to speed quickly is key. Once live, you’ll be required to join our compensated on-call rota to support the game. Our backend is run on AWS infrastructure and built using Golang following Domain Driven Design and Event Driven Architecture principles. Direct experience with these technologies and methodologies is desirable, but a strong foundation in programming, problem solving, networking, and software design comes foremost. \u003c/div\u003e","featureFlags":{"job_templates":"enabled"},"companySettings":{"edit_offer_before_send":true,"facebook_advert":false,"bulk_download":false,"move_to_hired_on_offer_acceptance":true,"bulk_email_job_seekers":true,"workflow_automation":true,"job_requisition_management":true,"essential_cookies_only":false,"use_company_from_address":true,"semi_private_comments":false,"additional_statuses":true,"multiple_company_themes":true,"strict_ofccp_compliance":false,"grouped_jobs":true,"move_to_any_job":true,"remove_logo_from_email_template":false,"candidate_job_preferences":false,"automatically_reject_referrals":false,"indeed_feed_stages":false,"variable_sign_off_signatories":true,"react_select_on_external_jobs":false,"monitor_with_rum":false,"restricted_cronofy_oauth_scope":false,"application_national_identifiers":false,"allow_inactive_structures":false,"visible_other_applications":true,"allow_editing_job_requisition_fields":false,"multiple_job_postings":true,"max_applications":false,"group_interviews":false,"create_requisitions_for_existing_jobs":true,"team_rejection_notification":false,"send_pdf_copy_of_application":false,"disable_indeed_feed":false,"vonq_v2":true,"redirect_to_custom_subdomain":true,"add_cc_and_bcc_to_email":true,"allow_creating_company_teams":false,"manually_send_offers":false,"private_calendar_events":true,"candidate_details_in_offer_header":false,"show_date_in_offer_header":true,"show_job_seekers_in_all_candidates":false,"talent_pipeline":true,"anonymous_screening":true,"candidate_surveys":true,"task_management":true,"offer_management":true,"referral_management":true,"advanced_reporting":true,"allow_cover_letters":true,"location_city_state":false,"dei_reports":true,"accessible_date_and_phone":false,"internship_programme":false,"stage_visibilities":true,"onboarding_v2":false,"limit_onboarding_to_hired_candidates":false,"personal_details_auto_update":true,"group_assessments":false,"enforce_all_offer_fields_required":false,"custom_job_posting_locations":false,"offer_splitting":false,"download_pdf_application":true,"workflow_automation_v2":true,"disable_cookie_dialog":false,"linkedin_job_postings":true,"talent_pipeline_v2":true,"require_headcount":false,"onboarding_v1":false,"skills":true,"careers_site_builder_v2":false,"extra_monitoring_for_automations":false,"enable_cronofy_event_deletion_tracking":true,"allow_mydata_deletion":true,"edit_sent_offers":false,"scorecard_summary":true,"custom_field_option_labels":false,"position_management":false,"master_job_applications_view":false,"show_all_candidates_index":true,"structured_sections":true,"linkedin_rsc":true,"use_fallback_sign_off_workflows":false,"report_only_csp":false,"basic_consent_management":false,"conditional_custom_fields":true,"allow_bulk_pool":false,"enforce_all_offer_salary_field":false,"allowed_email_suffixes_only_for_internal_jobs":true,"careers_site_form_captchas":false,"premium_workflow_automations":false,"offer_retracted_notification":false,"approval_lists":false,"show_compensation_by_default":true,"recruitment_agencies":true,"can_skip_sign_off_stage":false,"redirect_to_copied_object":false,"redirect_moved_job_to_copied_object":false,"hide_discarded_eq_templates_in_reports":false,"external_recruiters":true,"recruitment_agency_location_matching":false,"onboarding_v2_turbocharger":false,"radius_search":false,"edit_sent_offers_all_fields":false,"manage_communication_preferences":true,"monitor_saml":false,"approval_workflow_logging":false,"alternative_saml_claim_identifier":false,"additional_permissions":false,"integration_plugins":false,"disable_public_hiring_profiles":false,"candidate_custom_fields":false,"indeed_theme_sourcename":false,"postmark_event_monitoring":false,"stage_dates_in_external_application":false,"onboarding_dashboard_stage_step_ownership":true,"onboarding_v2_enforce_job_visibilities":false,"reference_checking":false,"bulk_csv_editing":false,"filled_tab":false,"remove_email_footer":false,"reject_all_other_applications":false,"remove_comp_time_unit_on_offer":false,"sign_off_specificity_v2":false,"always_send_notifications":false,"onboarding_document_templates":true,"referrals_user_notification_defaults":false,"email_open_tracking":false,"email_link_tracking":false,"create_cached_job_and_stage_visibilities":false,"cached_job_and_stage_visibilities":false,"notify_interested_candidates":false,"hide_cv_download":false,"hide_individual_connect":false,"state_filters":true,"offer_packs":false,"disallow_personal_referee_emails":false,"google_analytics_enabled":false,"youtube_cookie_management":false,"restrict_job_visibility":false,"indeed_use_shared_client_id":true,"onboarding_v2_background_check_need_review_opt_out":true,"can_delete_scorecards":false,"reference_checking_review_forms":false,"indeed_disposition_sync":true,"job_posting_address":false,"onboarding_v2_reporting":true,"send_rescheduled_interview_cancellation_events":false,"editable_question_answers":false,"customisable_columns":true,"careers_site_chatbot":false,"careers_page_ai_auditor":false,"clientside_job_posting_filtering":false,"ai_custom_fields":true,"delay_essential_cookie_setting":false,"careers_site_chatbot_voice_prompts":false,"disable_willUpdateUrl":false,"multiple_video_interview_provider_support":true,"instant_impact_client":false,"autofill_offer_fields_from_job_fields":true,"new_workflow_automation_pricing":false,"google_translate_widget":false,"reference_checking_paused":false,"determine_interview_host":false,"experimental_parallel_report_generation":false,"indeed_job_postings_api":true,"willo_pinpoint_video_interviewing":false,"onboarding_process_step_deadlock_handlers":false,"automatic_assignment_to_onboarding_improvements":true,"interview_invite_restriction":false,"include_open_date_on_jobs_page":true,"waypoint_logging":false,"multiple_question_collections":false,"updated_requisitions_cards":false,"onboarding_v2_notification_candidate_messages":false,"approval_workflows_additional_information":true,"onboarding_v2_assigned_step_notifications":false,"onboarding_notify_candidate_on_team_member_stage_completion":false,"onboarding_v2_start_date_change_reasons":true,"display_team_member_stages_in_onboarding_candidate_portal":false,"show_api_keys_once":false,"whitelabelled_certn_centric_background_checks":false,"hybrid_interviews":true,"new_conferencing_provider_ux":false,"marine_cv_parsing":false,"stage_group_visibilities":false,"automatic_sftp_report_encryption":false,"use_planetscale_optimized_candidate_queries":false,"video_interview_willo_paused":false,"inferred_answers":false,"reference_checking_time_based":true,"upsell_reference_checking":false,"zinc_polling_process_onboarding_answers":false,"display_approval_status":true,"cv_redaction":true,"cv_parsing":true,"api_logging":true,"api_redesign":true,"facebook_advert_exclude_instagram":false,"disable_referral_user_notifications":false,"allow_dei_fields_in_bulk_application_upload":false,"merge_attachments_to_pdf":false,"overriding_job_access":true,"candidate_assessment_workflow_automation_trigger":false,"refresh_csrf_token_before_application_submit":false,"pinpoint_checks_paused":false,"onboarding_candidate_viewer_role":false,"wism_cached_onboarding_application":false,"manually_added_candidates_required_questions":false,"use_chunked_report_filtering":false,"onboarding_comment_notification_routing":false,"restrict_onboarding_candidate_comment_visibility":false,"enforce_two_factor_authentication":false,"onboarding_process_validator":false,"ai_notetaker":false,"skip_thanks_for_applying_email":false,"candidate_companion_reporting":false,"indeed_apply_address_questions":false,"notifications_scoped_to_candidate_owners":false,"optimised_comment_queries":false,"use_pluck_candidate_policy_queries":false,"show_all_candidates_count":false,"willo_video_interviewing_early_access":true,"nova_scoring":false,"scim_request_logging":false,"talent_pipeline_index_improvements":false,"editable_talent_pipeline_question_answers":false,"bulk_actions_select_all":false,"upsell_willo_video_interviewing":true,"edit_approved_offer_start_date":false,"activity_feed":true,"job_team_roles":false,"indeed_apply_use_job_posting_questions":false,"enable_job_table_view_sorting":true,"linkedin_premium_omit_poster_email":false,"optimised_pdf_export":false,"application_remover_role":false,"upsell_ai_notetaker":false,"ai_notetaker_paused":true,"ai_notetaker_for_intake_notes":true,"ai_careers_site_editor":false,"show_one_way_video_interview_pinpoint_credits_messaging":true,"show_reference_checks_pinpoint_credits_messaging":false,"show_background_checks_pinpoint_credits_messaging":false,"pinpoint_checks_beta":false,"assessment_result_column":false,"prevent_duplicate_pinpoint_check_orders":false,"mcp_enabled":false,"requisition_creator_viewer":false,"one_way_video_interviews_beta":false,"billing_dashboard":true,"hide_sensitive_answers_in_document_request_policy":false,"careers_site_terms_and_conditions":false,"external_api_custom_attribute_eager_loading":false,"editable_marine_cv_question_answers":false,"affinda_v2_models":false,"copilot_job_creation":false,"show_custom_fields_on_interview_page":false,"allow_external_job_postings_without_careers_site":false,"apply_connect_visible":false,"optimised_external_interview_scope":false,"ai_custom_fields_via_arti":false,"workday_export_candidates":false,"update_job_visibility_workflow_automation_action":false,"insights_dashboard_sharing":true,"onboarding_progress_cache":true,"scope_job_templates_by_structure":false,"nova_candidate_score_paused":false,"platform_copilot":true,"onboarding_form_builder":false,"upsell_nova_scoring":false,"intake_notes":true,"uk_rtw_share_code_check":false,"onboarding_activity_drawer":true,"surface_organic_job_posting_errors":false,"use_candidate_visibility_facets":false,"write_candidate_visibility_facets":false,"use_optimised_candidate_filters":false,"exclude_deleted_jobs_from_stage_movements_report":false,"hide_communication_preference_sms_column":false,"sourcing_tool":false,"advanced_agency_management":false,"agentfit":false,"prevent_copying_existing_requisitions":false,"email_template_videos":true,"manual_pinpoint_checks":false,"pinpoint_check_job_level_consent":false,"unified_candidate_search":false,"job_evaluations":false,"insights_hub_data_access":true,"offer_expiry_date_optional":false,"stage_conditions":false,"hide_equality_monitoring_traits_on_application":false,"notetaker_consent_enabled":false,"require_job_application_deadline":false,"send_candidate_email_via_sendgrid":false,"candidate_gap_explanations":false,"apply_connect_self_serve":false,"platform_copilot_tour":true,"candidate_workflow_automations":false,"prevent_hiring_manager_job_visibility":false,"talent_pipeline_manual_add_field_visibility":false},"enabledLocaleKeys":["en"],"userRoles":null,"onboardingSettings":{"isOnboardingEnabled":false}}

Department

Software Engineering

Employment Type

Permanent - Full Time

Location

London

Workplace type

Hybrid

Your Tasks

{"htmlString":"\u003cul\u003e\n\u003cli\u003e\n\u003c!--block--\u003eBuild highly available and secure cloud infrastructure \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eBuild CI/CD pipelines for code, config, and infrastructure\u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eMature our monitoring and alerting setup ready for launch Plan the implementation of milestone deliverables \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eBuild game features and tools in Golang \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eProactively support internal backend users and triage issues \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eProactively seek out cost saving opportunities \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003ePerform code reviews and maintain a high-quality codebase \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eSet team direction in areas of ownership \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eMaintain relationships with external vendors \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eShare progress updates with the studio and stake holders  Stay up to date with best practices, standards, technologies \u003c/li\u003e\n\u003c/ul\u003e","featureFlags":{"job_templates":"enabled"},"companySettings":{"edit_offer_before_send":true,"facebook_advert":false,"bulk_download":false,"move_to_hired_on_offer_acceptance":true,"bulk_email_job_seekers":true,"workflow_automation":true,"job_requisition_management":true,"essential_cookies_only":false,"use_company_from_address":true,"semi_private_comments":false,"additional_statuses":true,"multiple_company_themes":true,"strict_ofccp_compliance":false,"grouped_jobs":true,"move_to_any_job":true,"remove_logo_from_email_template":false,"candidate_job_preferences":false,"automatically_reject_referrals":false,"indeed_feed_stages":false,"variable_sign_off_signatories":true,"react_select_on_external_jobs":false,"monitor_with_rum":false,"restricted_cronofy_oauth_scope":false,"application_national_identifiers":false,"allow_inactive_structures":false,"visible_other_applications":true,"allow_editing_job_requisition_fields":false,"multiple_job_postings":true,"max_applications":false,"group_interviews":false,"create_requisitions_for_existing_jobs":true,"team_rejection_notification":false,"send_pdf_copy_of_application":false,"disable_indeed_feed":false,"vonq_v2":true,"redirect_to_custom_subdomain":true,"add_cc_and_bcc_to_email":true,"allow_creating_company_teams":false,"manually_send_offers":false,"private_calendar_events":true,"candidate_details_in_offer_header":false,"show_date_in_offer_header":true,"show_job_seekers_in_all_candidates":false,"talent_pipeline":true,"anonymous_screening":true,"candidate_surveys":true,"task_management":true,"offer_management":true,"referral_management":true,"advanced_reporting":true,"allow_cover_letters":true,"location_city_state":false,"dei_reports":true,"accessible_date_and_phone":false,"internship_programme":false,"stage_visibilities":true,"onboarding_v2":false,"limit_onboarding_to_hired_candidates":false,"personal_details_auto_update":true,"group_assessments":false,"enforce_all_offer_fields_required":false,"custom_job_posting_locations":false,"offer_splitting":false,"download_pdf_application":true,"workflow_automation_v2":true,"disable_cookie_dialog":false,"linkedin_job_postings":true,"talent_pipeline_v2":true,"require_headcount":false,"onboarding_v1":false,"skills":true,"careers_site_builder_v2":false,"extra_monitoring_for_automations":false,"enable_cronofy_event_deletion_tracking":true,"allow_mydata_deletion":true,"edit_sent_offers":false,"scorecard_summary":true,"custom_field_option_labels":false,"position_management":false,"master_job_applications_view":false,"show_all_candidates_index":true,"structured_sections":true,"linkedin_rsc":true,"use_fallback_sign_off_workflows":false,"report_only_csp":false,"basic_consent_management":false,"conditional_custom_fields":true,"allow_bulk_pool":false,"enforce_all_offer_salary_field":false,"allowed_email_suffixes_only_for_internal_jobs":true,"careers_site_form_captchas":false,"premium_workflow_automations":false,"offer_retracted_notification":false,"approval_lists":false,"show_compensation_by_default":true,"recruitment_agencies":true,"can_skip_sign_off_stage":false,"redirect_to_copied_object":false,"redirect_moved_job_to_copied_object":false,"hide_discarded_eq_templates_in_reports":false,"external_recruiters":true,"recruitment_agency_location_matching":false,"onboarding_v2_turbocharger":false,"radius_search":false,"edit_sent_offers_all_fields":false,"manage_communication_preferences":true,"monitor_saml":false,"approval_workflow_logging":false,"alternative_saml_claim_identifier":false,"additional_permissions":false,"integration_plugins":false,"disable_public_hiring_profiles":false,"candidate_custom_fields":false,"indeed_theme_sourcename":false,"postmark_event_monitoring":false,"stage_dates_in_external_application":false,"onboarding_dashboard_stage_step_ownership":true,"onboarding_v2_enforce_job_visibilities":false,"reference_checking":false,"bulk_csv_editing":false,"filled_tab":false,"remove_email_footer":false,"reject_all_other_applications":false,"remove_comp_time_unit_on_offer":false,"sign_off_specificity_v2":false,"always_send_notifications":false,"onboarding_document_templates":true,"referrals_user_notification_defaults":false,"email_open_tracking":false,"email_link_tracking":false,"create_cached_job_and_stage_visibilities":false,"cached_job_and_stage_visibilities":false,"notify_interested_candidates":false,"hide_cv_download":false,"hide_individual_connect":false,"state_filters":true,"offer_packs":false,"disallow_personal_referee_emails":false,"google_analytics_enabled":false,"youtube_cookie_management":false,"restrict_job_visibility":false,"indeed_use_shared_client_id":true,"onboarding_v2_background_check_need_review_opt_out":true,"can_delete_scorecards":false,"reference_checking_review_forms":false,"indeed_disposition_sync":true,"job_posting_address":false,"onboarding_v2_reporting":true,"send_rescheduled_interview_cancellation_events":false,"editable_question_answers":false,"customisable_columns":true,"careers_site_chatbot":false,"careers_page_ai_auditor":false,"clientside_job_posting_filtering":false,"ai_custom_fields":true,"delay_essential_cookie_setting":false,"careers_site_chatbot_voice_prompts":false,"disable_willUpdateUrl":false,"multiple_video_interview_provider_support":true,"instant_impact_client":false,"autofill_offer_fields_from_job_fields":true,"new_workflow_automation_pricing":false,"google_translate_widget":false,"reference_checking_paused":false,"determine_interview_host":false,"experimental_parallel_report_generation":false,"indeed_job_postings_api":true,"willo_pinpoint_video_interviewing":false,"onboarding_process_step_deadlock_handlers":false,"automatic_assignment_to_onboarding_improvements":true,"interview_invite_restriction":false,"include_open_date_on_jobs_page":true,"waypoint_logging":false,"multiple_question_collections":false,"updated_requisitions_cards":false,"onboarding_v2_notification_candidate_messages":false,"approval_workflows_additional_information":true,"onboarding_v2_assigned_step_notifications":false,"onboarding_notify_candidate_on_team_member_stage_completion":false,"onboarding_v2_start_date_change_reasons":true,"display_team_member_stages_in_onboarding_candidate_portal":false,"show_api_keys_once":false,"whitelabelled_certn_centric_background_checks":false,"hybrid_interviews":true,"new_conferencing_provider_ux":false,"marine_cv_parsing":false,"stage_group_visibilities":false,"automatic_sftp_report_encryption":false,"use_planetscale_optimized_candidate_queries":false,"video_interview_willo_paused":false,"inferred_answers":false,"reference_checking_time_based":true,"upsell_reference_checking":false,"zinc_polling_process_onboarding_answers":false,"display_approval_status":true,"cv_redaction":true,"cv_parsing":true,"api_logging":true,"api_redesign":true,"facebook_advert_exclude_instagram":false,"disable_referral_user_notifications":false,"allow_dei_fields_in_bulk_application_upload":false,"merge_attachments_to_pdf":false,"overriding_job_access":true,"candidate_assessment_workflow_automation_trigger":false,"refresh_csrf_token_before_application_submit":false,"pinpoint_checks_paused":false,"onboarding_candidate_viewer_role":false,"wism_cached_onboarding_application":false,"manually_added_candidates_required_questions":false,"use_chunked_report_filtering":false,"onboarding_comment_notification_routing":false,"restrict_onboarding_candidate_comment_visibility":false,"enforce_two_factor_authentication":false,"onboarding_process_validator":false,"ai_notetaker":false,"skip_thanks_for_applying_email":false,"candidate_companion_reporting":false,"indeed_apply_address_questions":false,"notifications_scoped_to_candidate_owners":false,"optimised_comment_queries":false,"use_pluck_candidate_policy_queries":false,"show_all_candidates_count":false,"willo_video_interviewing_early_access":true,"nova_scoring":false,"scim_request_logging":false,"talent_pipeline_index_improvements":false,"editable_talent_pipeline_question_answers":false,"bulk_actions_select_all":false,"upsell_willo_video_interviewing":true,"edit_approved_offer_start_date":false,"activity_feed":true,"job_team_roles":false,"indeed_apply_use_job_posting_questions":false,"enable_job_table_view_sorting":true,"linkedin_premium_omit_poster_email":false,"optimised_pdf_export":false,"application_remover_role":false,"upsell_ai_notetaker":false,"ai_notetaker_paused":true,"ai_notetaker_for_intake_notes":true,"ai_careers_site_editor":false,"show_one_way_video_interview_pinpoint_credits_messaging":true,"show_reference_checks_pinpoint_credits_messaging":false,"show_background_checks_pinpoint_credits_messaging":false,"pinpoint_checks_beta":false,"assessment_result_column":false,"prevent_duplicate_pinpoint_check_orders":false,"mcp_enabled":false,"requisition_creator_viewer":false,"one_way_video_interviews_beta":false,"billing_dashboard":true,"hide_sensitive_answers_in_document_request_policy":false,"careers_site_terms_and_conditions":false,"external_api_custom_attribute_eager_loading":false,"editable_marine_cv_question_answers":false,"affinda_v2_models":false,"copilot_job_creation":false,"show_custom_fields_on_interview_page":false,"allow_external_job_postings_without_careers_site":false,"apply_connect_visible":false,"optimised_external_interview_scope":false,"ai_custom_fields_via_arti":false,"workday_export_candidates":false,"update_job_visibility_workflow_automation_action":false,"insights_dashboard_sharing":true,"onboarding_progress_cache":true,"scope_job_templates_by_structure":false,"nova_candidate_score_paused":false,"platform_copilot":true,"onboarding_form_builder":false,"upsell_nova_scoring":false,"intake_notes":true,"uk_rtw_share_code_check":false,"onboarding_activity_drawer":true,"surface_organic_job_posting_errors":false,"use_candidate_visibility_facets":false,"write_candidate_visibility_facets":false,"use_optimised_candidate_filters":false,"exclude_deleted_jobs_from_stage_movements_report":false,"hide_communication_preference_sms_column":false,"sourcing_tool":false,"advanced_agency_management":false,"agentfit":false,"prevent_copying_existing_requisitions":false,"email_template_videos":true,"manual_pinpoint_checks":false,"pinpoint_check_job_level_consent":false,"unified_candidate_search":false,"job_evaluations":false,"insights_hub_data_access":true,"offer_expiry_date_optional":false,"stage_conditions":false,"hide_equality_monitoring_traits_on_application":false,"notetaker_consent_enabled":false,"require_job_application_deadline":false,"send_candidate_email_via_sendgrid":false,"candidate_gap_explanations":false,"apply_connect_self_serve":false,"platform_copilot_tour":true,"candidate_workflow_automations":false,"prevent_hiring_manager_job_visibility":false,"talent_pipeline_manual_add_field_visibility":false},"enabledLocaleKeys":["en"],"userRoles":null,"onboardingSettings":{"isOnboardingEnabled":false}}

Your Profile

{"htmlString":"\u003cul\u003e\n\u003cli\u003e\n\u003c!--block--\u003ePassionate about playing and building video games! \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eHas built infrastructure within a major cloud provider (AWS preferred) \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eHas designed and coded significant backend features (Golang preferred) \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eHas built CI/CD pipelines for production systems \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eHas experience architecting distributed systems \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eHas experience supporting distributed systems in production. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eHas experience communicating technical concepts to non-technical audiences \u003c/li\u003e\n\u003c/ul\u003e\u003cdiv\u003e\n\u003c!--block--\u003e\u003cbr\u003e\n\u003c/div\u003e","featureFlags":{"job_templates":"enabled"},"companySettings":{"edit_offer_before_send":true,"facebook_advert":false,"bulk_download":false,"move_to_hired_on_offer_acceptance":true,"bulk_email_job_seekers":true,"workflow_automation":true,"job_requisition_management":true,"essential_cookies_only":false,"use_company_from_address":true,"semi_private_comments":false,"additional_statuses":true,"multiple_company_themes":true,"strict_ofccp_compliance":false,"grouped_jobs":true,"move_to_any_job":true,"remove_logo_from_email_template":false,"candidate_job_preferences":false,"automatically_reject_referrals":false,"indeed_feed_stages":false,"variable_sign_off_signatories":true,"react_select_on_external_jobs":false,"monitor_with_rum":false,"restricted_cronofy_oauth_scope":false,"application_national_identifiers":false,"allow_inactive_structures":false,"visible_other_applications":true,"allow_editing_job_requisition_fields":false,"multiple_job_postings":true,"max_applications":false,"group_interviews":false,"create_requisitions_for_existing_jobs":true,"team_rejection_notification":false,"send_pdf_copy_of_application":false,"disable_indeed_feed":false,"vonq_v2":true,"redirect_to_custom_subdomain":true,"add_cc_and_bcc_to_email":true,"allow_creating_company_teams":false,"manually_send_offers":false,"private_calendar_events":true,"candidate_details_in_offer_header":false,"show_date_in_offer_header":true,"show_job_seekers_in_all_candidates":false,"talent_pipeline":true,"anonymous_screening":true,"candidate_surveys":true,"task_management":true,"offer_management":true,"referral_management":true,"advanced_reporting":true,"allow_cover_letters":true,"location_city_state":false,"dei_reports":true,"accessible_date_and_phone":false,"internship_programme":false,"stage_visibilities":true,"onboarding_v2":false,"limit_onboarding_to_hired_candidates":false,"personal_details_auto_update":true,"group_assessments":false,"enforce_all_offer_fields_required":false,"custom_job_posting_locations":false,"offer_splitting":false,"download_pdf_application":true,"workflow_automation_v2":true,"disable_cookie_dialog":false,"linkedin_job_postings":true,"talent_pipeline_v2":true,"require_headcount":false,"onboarding_v1":false,"skills":true,"careers_site_builder_v2":false,"extra_monitoring_for_automations":false,"enable_cronofy_event_deletion_tracking":true,"allow_mydata_deletion":true,"edit_sent_offers":false,"scorecard_summary":true,"custom_field_option_labels":false,"position_management":false,"master_job_applications_view":false,"show_all_candidates_index":true,"structured_sections":true,"linkedin_rsc":true,"use_fallback_sign_off_workflows":false,"report_only_csp":false,"basic_consent_management":false,"conditional_custom_fields":true,"allow_bulk_pool":false,"enforce_all_offer_salary_field":false,"allowed_email_suffixes_only_for_internal_jobs":true,"careers_site_form_captchas":false,"premium_workflow_automations":false,"offer_retracted_notification":false,"approval_lists":false,"show_compensation_by_default":true,"recruitment_agencies":true,"can_skip_sign_off_stage":false,"redirect_to_copied_object":false,"redirect_moved_job_to_copied_object":false,"hide_discarded_eq_templates_in_reports":false,"external_recruiters":true,"recruitment_agency_location_matching":false,"onboarding_v2_turbocharger":false,"radius_search":false,"edit_sent_offers_all_fields":false,"manage_communication_preferences":true,"monitor_saml":false,"approval_workflow_logging":false,"alternative_saml_claim_identifier":false,"additional_permissions":false,"integration_plugins":false,"disable_public_hiring_profiles":false,"candidate_custom_fields":false,"indeed_theme_sourcename":false,"postmark_event_monitoring":false,"stage_dates_in_external_application":false,"onboarding_dashboard_stage_step_ownership":true,"onboarding_v2_enforce_job_visibilities":false,"reference_checking":false,"bulk_csv_editing":false,"filled_tab":false,"remove_email_footer":false,"reject_all_other_applications":false,"remove_comp_time_unit_on_offer":false,"sign_off_specificity_v2":false,"always_send_notifications":false,"onboarding_document_templates":true,"referrals_user_notification_defaults":false,"email_open_tracking":false,"email_link_tracking":false,"create_cached_job_and_stage_visibilities":false,"cached_job_and_stage_visibilities":false,"notify_interested_candidates":false,"hide_cv_download":false,"hide_individual_connect":false,"state_filters":true,"offer_packs":false,"disallow_personal_referee_emails":false,"google_analytics_enabled":false,"youtube_cookie_management":false,"restrict_job_visibility":false,"indeed_use_shared_client_id":true,"onboarding_v2_background_check_need_review_opt_out":true,"can_delete_scorecards":false,"reference_checking_review_forms":false,"indeed_disposition_sync":true,"job_posting_address":false,"onboarding_v2_reporting":true,"send_rescheduled_interview_cancellation_events":false,"editable_question_answers":false,"customisable_columns":true,"careers_site_chatbot":false,"careers_page_ai_auditor":false,"clientside_job_posting_filtering":false,"ai_custom_fields":true,"delay_essential_cookie_setting":false,"careers_site_chatbot_voice_prompts":false,"disable_willUpdateUrl":false,"multiple_video_interview_provider_support":true,"instant_impact_client":false,"autofill_offer_fields_from_job_fields":true,"new_workflow_automation_pricing":false,"google_translate_widget":false,"reference_checking_paused":false,"determine_interview_host":false,"experimental_parallel_report_generation":false,"indeed_job_postings_api":true,"willo_pinpoint_video_interviewing":false,"onboarding_process_step_deadlock_handlers":false,"automatic_assignment_to_onboarding_improvements":true,"interview_invite_restriction":false,"include_open_date_on_jobs_page":true,"waypoint_logging":false,"multiple_question_collections":false,"updated_requisitions_cards":false,"onboarding_v2_notification_candidate_messages":false,"approval_workflows_additional_information":true,"onboarding_v2_assigned_step_notifications":false,"onboarding_notify_candidate_on_team_member_stage_completion":false,"onboarding_v2_start_date_change_reasons":true,"display_team_member_stages_in_onboarding_candidate_portal":false,"show_api_keys_once":false,"whitelabelled_certn_centric_background_checks":false,"hybrid_interviews":true,"new_conferencing_provider_ux":false,"marine_cv_parsing":false,"stage_group_visibilities":false,"automatic_sftp_report_encryption":false,"use_planetscale_optimized_candidate_queries":false,"video_interview_willo_paused":false,"inferred_answers":false,"reference_checking_time_based":true,"upsell_reference_checking":false,"zinc_polling_process_onboarding_answers":false,"display_approval_status":true,"cv_redaction":true,"cv_parsing":true,"api_logging":true,"api_redesign":true,"facebook_advert_exclude_instagram":false,"disable_referral_user_notifications":false,"allow_dei_fields_in_bulk_application_upload":false,"merge_attachments_to_pdf":false,"overriding_job_access":true,"candidate_assessment_workflow_automation_trigger":false,"refresh_csrf_token_before_application_submit":false,"pinpoint_checks_paused":false,"onboarding_candidate_viewer_role":false,"wism_cached_onboarding_application":false,"manually_added_candidates_required_questions":false,"use_chunked_report_filtering":false,"onboarding_comment_notification_routing":false,"restrict_onboarding_candidate_comment_visibility":false,"enforce_two_factor_authentication":false,"onboarding_process_validator":false,"ai_notetaker":false,"skip_thanks_for_applying_email":false,"candidate_companion_reporting":false,"indeed_apply_address_questions":false,"notifications_scoped_to_candidate_owners":false,"optimised_comment_queries":false,"use_pluck_candidate_policy_queries":false,"show_all_candidates_count":false,"willo_video_interviewing_early_access":true,"nova_scoring":false,"scim_request_logging":false,"talent_pipeline_index_improvements":false,"editable_talent_pipeline_question_answers":false,"bulk_actions_select_all":false,"upsell_willo_video_interviewing":true,"edit_approved_offer_start_date":false,"activity_feed":true,"job_team_roles":false,"indeed_apply_use_job_posting_questions":false,"enable_job_table_view_sorting":true,"linkedin_premium_omit_poster_email":false,"optimised_pdf_export":false,"application_remover_role":false,"upsell_ai_notetaker":false,"ai_notetaker_paused":true,"ai_notetaker_for_intake_notes":true,"ai_careers_site_editor":false,"show_one_way_video_interview_pinpoint_credits_messaging":true,"show_reference_checks_pinpoint_credits_messaging":false,"show_background_checks_pinpoint_credits_messaging":false,"pinpoint_checks_beta":false,"assessment_result_column":false,"prevent_duplicate_pinpoint_check_orders":false,"mcp_enabled":false,"requisition_creator_viewer":false,"one_way_video_interviews_beta":false,"billing_dashboard":true,"hide_sensitive_answers_in_document_request_policy":false,"careers_site_terms_and_conditions":false,"external_api_custom_attribute_eager_loading":false,"editable_marine_cv_question_answers":false,"affinda_v2_models":false,"copilot_job_creation":false,"show_custom_fields_on_interview_page":false,"allow_external_job_postings_without_careers_site":false,"apply_connect_visible":false,"optimised_external_interview_scope":false,"ai_custom_fields_via_arti":false,"workday_export_candidates":false,"update_job_visibility_workflow_automation_action":false,"insights_dashboard_sharing":true,"onboarding_progress_cache":true,"scope_job_templates_by_structure":false,"nova_candidate_score_paused":false,"platform_copilot":true,"onboarding_form_builder":false,"upsell_nova_scoring":false,"intake_notes":true,"uk_rtw_share_code_check":false,"onboarding_activity_drawer":true,"surface_organic_job_posting_errors":false,"use_candidate_visibility_facets":false,"write_candidate_visibility_facets":false,"use_optimised_candidate_filters":false,"exclude_deleted_jobs_from_stage_movements_report":false,"hide_communication_preference_sms_column":false,"sourcing_tool":false,"advanced_agency_management":false,"agentfit":false,"prevent_copying_existing_requisitions":false,"email_template_videos":true,"manual_pinpoint_checks":false,"pinpoint_check_job_level_consent":false,"unified_candidate_search":false,"job_evaluations":false,"insights_hub_data_access":true,"offer_expiry_date_optional":false,"stage_conditions":false,"hide_equality_monitoring_traits_on_application":false,"notetaker_consent_enabled":false,"require_job_application_deadline":false,"send_candidate_email_via_sendgrid":false,"candidate_gap_explanations":false,"apply_connect_self_serve":false,"platform_copilot_tour":true,"candidate_workflow_automations":false,"prevent_hiring_manager_job_visibility":false,"talent_pipeline_manual_add_field_visibility":false},"enabledLocaleKeys":["en"],"userRoles":null,"onboardingSettings":{"isOnboardingEnabled":false}}

What We Can Offer You

{"htmlString":"\u003cul\u003e\n\u003cli\u003e\n\u003c!--block--\u003e The inspiring challenge of working on a pioneering, ambitious project with great coworkers. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eAn opportunity to learn and grow within an international company. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eA multicultural work environment that encourages growth, creativity, and innovation. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eFree breakfasts, lunches, drinks, and snacks in the office. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eA family friendly work environment with flexible work hours. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eEmployer contributory pension plan. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eLife Insurance. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003ePrivate medical and Dental for you and your family.\u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eAnnual Commuting Allowance. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eMonthly Home Working Allowance. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eAnnual Fitness Allowance. \u003c/li\u003e\n\u003cli\u003e\n\u003c!--block--\u003eDiscretionary quarterly and annual performance sharing plan. \u003c/li\u003e\n\u003c/ul\u003e\u003cdiv\u003e\n\u003c!--block--\u003e\u003cbr\u003e\n\u003c/div\u003e","featureFlags":{"job_templates":"enabled"},"companySettings":{"edit_offer_before_send":true,"facebook_advert":false,"bulk_download":false,"move_to_hired_on_offer_acceptance":true,"bulk_email_job_seekers":true,"workflow_automation":true,"job_requisition_management":true,"essential_cookies_only":false,"use_company_from_address":true,"semi_private_comments":false,"additional_statuses":true,"multiple_company_themes":true,"strict_ofccp_compliance":false,"grouped_jobs":true,"move_to_any_job":true,"remove_logo_from_email_template":false,"candidate_job_preferences":false,"automatically_reject_referrals":false,"indeed_feed_stages":false,"variable_sign_off_signatories":true,"react_select_on_external_jobs":false,"monitor_with_rum":false,"restricted_cronofy_oauth_scope":false,"application_national_identifiers":false,"allow_inactive_structures":false,"visible_other_applications":true,"allow_editing_job_requisition_fields":false,"multiple_job_postings":true,"max_applications":false,"group_interviews":false,"create_requisitions_for_existing_jobs":true,"team_rejection_notification":false,"send_pdf_copy_of_application":false,"disable_indeed_feed":false,"vonq_v2":true,"redirect_to_custom_subdomain":true,"add_cc_and_bcc_to_email":true,"allow_creating_company_teams":false,"manually_send_offers":false,"private_calendar_events":true,"candidate_details_in_offer_header":false,"show_date_in_offer_header":true,"show_job_seekers_in_all_candidates":false,"talent_pipeline":true,"anonymous_screening":true,"candidate_surveys":true,"task_management":true,"offer_management":true,"referral_management":true,"advanced_reporting":true,"allow_cover_letters":true,"location_city_state":false,"dei_reports":true,"accessible_date_and_phone":false,"internship_programme":false,"stage_visibilities":true,"onboarding_v2":false,"limit_onboarding_to_hired_candidates":false,"personal_details_auto_update":true,"group_assessments":false,"enforce_all_offer_fields_required":false,"custom_job_posting_locations":false,"offer_splitting":false,"download_pdf_application":true,"workflow_automation_v2":true,"disable_cookie_dialog":false,"linkedin_job_postings":true,"talent_pipeline_v2":true,"require_headcount":false,"onboarding_v1":false,"skills":true,"careers_site_builder_v2":false,"extra_monitoring_for_automations":false,"enable_cronofy_event_deletion_tracking":true,"allow_mydata_deletion":true,"edit_sent_offers":false,"scorecard_summary":true,"custom_field_option_labels":false,"position_management":false,"master_job_applications_view":false,"show_all_candidates_index":true,"structured_sections":true,"linkedin_rsc":true,"use_fallback_sign_off_workflows":false,"report_only_csp":false,"basic_consent_management":false,"conditional_custom_fields":true,"allow_bulk_pool":false,"enforce_all_offer_salary_field":false,"allowed_email_suffixes_only_for_internal_jobs":true,"careers_site_form_captchas":false,"premium_workflow_automations":false,"offer_retracted_notification":false,"approval_lists":false,"show_compensation_by_default":true,"recruitment_agencies":true,"can_skip_sign_off_stage":false,"redirect_to_copied_object":false,"redirect_moved_job_to_copied_object":false,"hide_discarded_eq_templates_in_reports":false,"external_recruiters":true,"recruitment_agency_location_matching":false,"onboarding_v2_turbocharger":false,"radius_search":false,"edit_sent_offers_all_fields":false,"manage_communication_preferences":true,"monitor_saml":false,"approval_workflow_logging":false,"alternative_saml_claim_identifier":false,"additional_permissions":false,"integration_plugins":false,"disable_public_hiring_profiles":false,"candidate_custom_fields":false,"indeed_theme_sourcename":false,"postmark_event_monitoring":false,"stage_dates_in_external_application":false,"onboarding_dashboard_stage_step_ownership":true,"onboarding_v2_enforce_job_visibilities":false,"reference_checking":false,"bulk_csv_editing":false,"filled_tab":false,"remove_email_footer":false,"reject_all_other_applications":false,"remove_comp_time_unit_on_offer":false,"sign_off_specificity_v2":false,"always_send_notifications":false,"onboarding_document_templates":true,"referrals_user_notification_defaults":false,"email_open_tracking":false,"email_link_tracking":false,"create_cached_job_and_stage_visibilities":false,"cached_job_and_stage_visibilities":false,"notify_interested_candidates":false,"hide_cv_download":false,"hide_individual_connect":false,"state_filters":true,"offer_packs":false,"disallow_personal_referee_emails":false,"google_analytics_enabled":false,"youtube_cookie_management":false,"restrict_job_visibility":false,"indeed_use_shared_client_id":true,"onboarding_v2_background_check_need_review_opt_out":true,"can_delete_scorecards":false,"reference_checking_review_forms":false,"indeed_disposition_sync":true,"job_posting_address":false,"onboarding_v2_reporting":true,"send_rescheduled_interview_cancellation_events":false,"editable_question_answers":false,"customisable_columns":true,"careers_site_chatbot":false,"careers_page_ai_auditor":false,"clientside_job_posting_filtering":false,"ai_custom_fields":true,"delay_essential_cookie_setting":false,"careers_site_chatbot_voice_prompts":false,"disable_willUpdateUrl":false,"multiple_video_interview_provider_support":true,"instant_impact_client":false,"autofill_offer_fields_from_job_fields":true,"new_workflow_automation_pricing":false,"google_translate_widget":false,"reference_checking_paused":false,"determine_interview_host":false,"experimental_parallel_report_generation":false,"indeed_job_postings_api":true,"willo_pinpoint_video_interviewing":false,"onboarding_process_step_deadlock_handlers":false,"automatic_assignment_to_onboarding_improvements":true,"interview_invite_restriction":false,"include_open_date_on_jobs_page":true,"waypoint_logging":false,"multiple_question_collections":false,"updated_requisitions_cards":false,"onboarding_v2_notification_candidate_messages":false,"approval_workflows_additional_information":true,"onboarding_v2_assigned_step_notifications":false,"onboarding_notify_candidate_on_team_member_stage_completion":false,"onboarding_v2_start_date_change_reasons":true,"display_team_member_stages_in_onboarding_candidate_portal":false,"show_api_keys_once":false,"whitelabelled_certn_centric_background_checks":false,"hybrid_interviews":true,"new_conferencing_provider_ux":false,"marine_cv_parsing":false,"stage_group_visibilities":false,"automatic_sftp_report_encryption":false,"use_planetscale_optimized_candidate_queries":false,"video_interview_willo_paused":false,"inferred_answers":false,"reference_checking_time_based":true,"upsell_reference_checking":false,"zinc_polling_process_onboarding_answers":false,"display_approval_status":true,"cv_redaction":true,"cv_parsing":true,"api_logging":true,"api_redesign":true,"facebook_advert_exclude_instagram":false,"disable_referral_user_notifications":false,"allow_dei_fields_in_bulk_application_upload":false,"merge_attachments_to_pdf":false,"overriding_job_access":true,"candidate_assessment_workflow_automation_trigger":false,"refresh_csrf_token_before_application_submit":false,"pinpoint_checks_paused":false,"onboarding_candidate_viewer_role":false,"wism_cached_onboarding_application":false,"manually_added_candidates_required_questions":false,"use_chunked_report_filtering":false,"onboarding_comment_notification_routing":false,"restrict_onboarding_candidate_comment_visibility":false,"enforce_two_factor_authentication":false,"onboarding_process_validator":false,"ai_notetaker":false,"skip_thanks_for_applying_email":false,"candidate_companion_reporting":false,"indeed_apply_address_questions":false,"notifications_scoped_to_candidate_owners":false,"optimised_comment_queries":false,"use_pluck_candidate_policy_queries":false,"show_all_candidates_count":false,"willo_video_interviewing_early_access":true,"nova_scoring":false,"scim_request_logging":false,"talent_pipeline_index_improvements":false,"editable_talent_pipeline_question_answers":false,"bulk_actions_select_all":false,"upsell_willo_video_interviewing":true,"edit_approved_offer_start_date":false,"activity_feed":true,"job_team_roles":false,"indeed_apply_use_job_posting_questions":false,"enable_job_table_view_sorting":true,"linkedin_premium_omit_poster_email":false,"optimised_pdf_export":false,"application_remover_role":false,"upsell_ai_notetaker":false,"ai_notetaker_paused":true,"ai_notetaker_for_intake_notes":true,"ai_careers_site_editor":false,"show_one_way_video_interview_pinpoint_credits_messaging":true,"show_reference_checks_pinpoint_credits_messaging":false,"show_background_checks_pinpoint_credits_messaging":false,"pinpoint_checks_beta":false,"assessment_result_column":false,"prevent_duplicate_pinpoint_check_orders":false,"mcp_enabled":false,"requisition_creator_viewer":false,"one_way_video_interviews_beta":false,"billing_dashboard":true,"hide_sensitive_answers_in_document_request_policy":false,"careers_site_terms_and_conditions":false,"external_api_custom_attribute_eager_loading":false,"editable_marine_cv_question_answers":false,"affinda_v2_models":false,"copilot_job_creation":false,"show_custom_fields_on_interview_page":false,"allow_external_job_postings_without_careers_site":false,"apply_connect_visible":false,"optimised_external_interview_scope":false,"ai_custom_fields_via_arti":false,"workday_export_candidates":false,"update_job_visibility_workflow_automation_action":false,"insights_dashboard_sharing":true,"onboarding_progress_cache":true,"scope_job_templates_by_structure":false,"nova_candidate_score_paused":false,"platform_copilot":true,"onboarding_form_builder":false,"upsell_nova_scoring":false,"intake_notes":true,"uk_rtw_share_code_check":false,"onboarding_activity_drawer":true,"surface_organic_job_posting_errors":false,"use_candidate_visibility_facets":false,"write_candidate_visibility_facets":false,"use_optimised_candidate_filters":false,"exclude_deleted_jobs_from_stage_movements_report":false,"hide_communication_preference_sms_column":false,"sourcing_tool":false,"advanced_agency_management":false,"agentfit":false,"prevent_copying_existing_requisitions":false,"email_template_videos":true,"manual_pinpoint_checks":false,"pinpoint_check_job_level_consent":false,"unified_candidate_search":false,"job_evaluations":false,"insights_hub_data_access":true,"offer_expiry_date_optional":false,"stage_conditions":false,"hide_equality_monitoring_traits_on_application":false,"notetaker_consent_enabled":false,"require_job_application_deadline":false,"send_candidate_email_via_sendgrid":false,"candidate_gap_explanations":false,"apply_connect_self_serve":false,"platform_copilot_tour":true,"candidate_workflow_automations":false,"prevent_hiring_manager_job_visibility":false,"talent_pipeline_manual_add_field_visibility":false},"enabledLocaleKeys":["en"],"userRoles":null,"onboardingSettings":{"isOnboardingEnabled":false}}

About Fenris Creations

Fenris Creations is an independent video game developer headquartered in Reykjavík, Iceland, with studios in London and Shanghai. Founded in 1997, the studio is renowned for creating deep, player-driven virtual worlds that connect communities across the globe.

Fenris Creations rose to international acclaim with the launch of EVE Online in 2003, a groundbreaking MMORPG that redefined emergent gameplay and player-driven storytelling. Since then, the company has continued to push boundaries through ambitious game development, technological innovation and immersive online experiences.

At Fenris Creations, we believe great virtual worlds are built through collaboration, curiosity, and courage. We create an environment where respect, open dialogue, and creativity thrive, empowering both our teams and our players to shape meaningful experiences together.

Now independently owned once again as of May 2026, Fenris Creations continues its mission to pioneer the future of virtual worlds and online games.

Our name draws inspiration from Norse mythology and honors the studio’s very first published game concept, Hættuspilið (“Danger Game”), created in 1997.

Join us in building worlds more meaningful than real life.

Apply Now

{"stageName":"Stage","stages":[{"externalName":"Applied","description":null},{"externalName":"Screening Call","description":"\u003cdiv\u003e\u003c!--block--\u003eIn this stage we'll invite you to a screening call with one of our recruiters via Teams or a phone call. This will be an introductory meeting where we'd like to get to know you a bit more and to give you an initial introduction of the role and the hiring process.\u003c/div\u003e"},{"externalName":"First Stage Interview - Hiring Manager","description":"\u003cdiv\u003e\u003c!--block--\u003eIn this stage, you'll have the opportunity to meet with your potential future manager. This conversation is designed to determine if we're a good match for each other and to give you the chance to ask any questions you may have about the role, the company, or the team.\u003cbr\u003e\u003cbr\u003eAs you progress through the interview process, please let us know if you need any additional support or accommodations. We're happy to assist in any way to ensure you have the best possible experience. \u0026nbsp;\u003c/div\u003e"},{"externalName":"Discipline and Peers Interview","description":"\u003cdiv\u003e\u003c!--block--\u003eIn this stage, you'll meet with experienced members of our hiring team for a Discipline Interview. This is a great opportunity to ask any technical or discipline-specific questions you may have.\u003cstrong\u003e\u003cbr\u003e\u003c/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003c/div\u003e"},{"externalName":"SHL Assessment","description":"\u003cdiv\u003e\u003c!--block--\u003eAs a part of our hiring process we send out two assessments to get to know you better as a candidate:\u003c/div\u003e\u003cul\u003e\u003cli\u003e\u003c!--block--\u003eOccupational Personality Questionnaire (OPQ)\u003c/li\u003e\u003cli\u003e\u003c!--block--\u003eGeneral Ability Assessment (Verify G+)\u003c/li\u003e\u003c/ul\u003e\u003cdiv\u003e\u003c!--block--\u003eThe Occupational Personality Questionnaire is an assessment that helps us get to know you as a person, and to understand your preferences of behavior in a work environment.\u003cbr\u003eThe General Ability Assessment is not related to a specific field but rather focuses on your general problem solving ability.\u003cbr\u003e\u003cbr\u003eBoth assessments are short and combined should only take around an hour to complete.\u003c/div\u003e"},{"externalName":"Onsite Studio Interview - HR \u0026 Production","description":"\u003cdiv\u003e\u003c!--block--\u003eThis is a great opportunity for you to visit the studio in London, get a tour and meet with HR and Production.\u003cbr\u003e\u003cbr\u003eThis interview will be an opportunity for us to get to know you better and for you to learn more about our company’s values, work environment, and team dynamics. It will be a great chance to ensure that our culture aligns with your work style and professional goals.\u003c/div\u003e"},{"externalName":"Hired","description":null}],"jobId":540053,"title":"Our Hiring Process","isPreview":false,"featureFlags":{"job_templates":"enabled"},"companySettings":{"edit_offer_before_send":true,"facebook_advert":false,"bulk_download":false,"move_to_hired_on_offer_acceptance":true,"bulk_email_job_seekers":true,"workflow_automation":true,"job_requisition_management":true,"essential_cookies_only":false,"use_company_from_address":true,"semi_private_comments":false,"additional_statuses":true,"multiple_company_themes":true,"strict_ofccp_compliance":false,"grouped_jobs":true,"move_to_any_job":true,"remove_logo_from_email_template":false,"candidate_job_preferences":false,"automatically_reject_referrals":false,"indeed_feed_stages":false,"variable_sign_off_signatories":true,"react_select_on_external_jobs":false,"monitor_with_rum":false,"restricted_cronofy_oauth_scope":false,"application_national_identifiers":false,"allow_inactive_structures":false,"visible_other_applications":true,"allow_editing_job_requisition_fields":false,"multiple_job_postings":true,"max_applications":false,"group_interviews":false,"create_requisitions_for_existing_jobs":true,"team_rejection_notification":false,"send_pdf_copy_of_application":false,"disable_indeed_feed":false,"vonq_v2":true,"redirect_to_custom_subdomain":true,"add_cc_and_bcc_to_email":true,"allow_creating_company_teams":false,"manually_send_offers":false,"private_calendar_events":true,"candidate_details_in_offer_header":false,"show_date_in_offer_header":true,"show_job_seekers_in_all_candidates":false,"talent_pipeline":true,"anonymous_screening":true,"candidate_surveys":true,"task_management":true,"offer_management":true,"referral_management":true,"advanced_reporting":true,"allow_cover_letters":true,"location_city_state":false,"dei_reports":true,"accessible_date_and_phone":false,"internship_programme":false,"stage_visibilities":true,"onboarding_v2":false,"limit_onboarding_to_hired_candidates":false,"personal_details_auto_update":true,"group_assessments":false,"enforce_all_offer_fields_required":false,"custom_job_posting_locations":false,"offer_splitting":false,"download_pdf_application":true,"workflow_automation_v2":true,"disable_cookie_dialog":false,"linkedin_job_postings":true,"talent_pipeline_v2":true,"require_headcount":false,"onboarding_v1":false,"skills":true,"careers_site_builder_v2":false,"extra_monitoring_for_automations":false,"enable_cronofy_event_deletion_tracking":true,"allow_mydata_deletion":true,"edit_sent_offers":false,"scorecard_summary":true,"custom_field_option_labels":false,"position_management":false,"master_job_applications_view":false,"show_all_candidates_index":true,"structured_sections":true,"linkedin_rsc":true,"use_fallback_sign_off_workflows":false,"report_only_csp":false,"basic_consent_management":false,"conditional_custom_fields":true,"allow_bulk_pool":false,"enforce_all_offer_salary_field":false,"allowed_email_suffixes_only_for_internal_jobs":true,"careers_site_form_captchas":false,"premium_workflow_automations":false,"offer_retracted_notification":false,"approval_lists":false,"show_compensation_by_default":true,"recruitment_agencies":true,"can_skip_sign_off_stage":false,"redirect_to_copied_object":false,"redirect_moved_job_to_copied_object":false,"hide_discarded_eq_templates_in_reports":false,"external_recruiters":true,"recruitment_agency_location_matching":false,"onboarding_v2_turbocharger":false,"radius_search":false,"edit_sent_offers_all_fields":false,"manage_communication_preferences":true,"monitor_saml":false,"approval_workflow_logging":false,"alternative_saml_claim_identifier":false,"additional_permissions":false,"integration_plugins":false,"disable_public_hiring_profiles":false,"candidate_custom_fields":false,"indeed_theme_sourcename":false,"postmark_event_monitoring":false,"stage_dates_in_external_application":false,"onboarding_dashboard_stage_step_ownership":true,"onboarding_v2_enforce_job_visibilities":false,"reference_checking":false,"bulk_csv_editing":false,"filled_tab":false,"remove_email_footer":false,"reject_all_other_applications":false,"remove_comp_time_unit_on_offer":false,"sign_off_specificity_v2":false,"always_send_notifications":false,"onboarding_document_templates":true,"referrals_user_notification_defaults":false,"email_open_tracking":false,"email_link_tracking":false,"create_cached_job_and_stage_visibilities":false,"cached_job_and_stage_visibilities":false,"notify_interested_candidates":false,"hide_cv_download":false,"hide_individual_connect":false,"state_filters":true,"offer_packs":false,"disallow_personal_referee_emails":false,"google_analytics_enabled":false,"youtube_cookie_management":false,"restrict_job_visibility":false,"indeed_use_shared_client_id":true,"onboarding_v2_background_check_need_review_opt_out":true,"can_delete_scorecards":false,"reference_checking_review_forms":false,"indeed_disposition_sync":true,"job_posting_address":false,"onboarding_v2_reporting":true,"send_rescheduled_interview_cancellation_events":false,"editable_question_answers":false,"customisable_columns":true,"careers_site_chatbot":false,"careers_page_ai_auditor":false,"clientside_job_posting_filtering":false,"ai_custom_fields":true,"delay_essential_cookie_setting":false,"careers_site_chatbot_voice_prompts":false,"disable_willUpdateUrl":false,"multiple_video_interview_provider_support":true,"instant_impact_client":false,"autofill_offer_fields_from_job_fields":true,"new_workflow_automation_pricing":false,"google_translate_widget":false,"reference_checking_paused":false,"determine_interview_host":false,"experimental_parallel_report_generation":false,"indeed_job_postings_api":true,"willo_pinpoint_video_interviewing":false,"onboarding_process_step_deadlock_handlers":false,"automatic_assignment_to_onboarding_improvements":true,"interview_invite_restriction":false,"include_open_date_on_jobs_page":true,"waypoint_logging":false,"multiple_question_collections":false,"updated_requisitions_cards":false,"onboarding_v2_notification_candidate_messages":false,"approval_workflows_additional_information":true,"onboarding_v2_assigned_step_notifications":false,"onboarding_notify_candidate_on_team_member_stage_completion":false,"onboarding_v2_start_date_change_reasons":true,"display_team_member_stages_in_onboarding_candidate_portal":false,"show_api_keys_once":false,"whitelabelled_certn_centric_background_checks":false,"hybrid_interviews":true,"new_conferencing_provider_ux":false,"marine_cv_parsing":false,"stage_group_visibilities":false,"automatic_sftp_report_encryption":false,"use_planetscale_optimized_candidate_queries":false,"video_interview_willo_paused":false,"inferred_answers":false,"reference_checking_time_based":true,"upsell_reference_checking":false,"zinc_polling_process_onboarding_answers":false,"display_approval_status":true,"cv_redaction":true,"cv_parsing":true,"api_logging":true,"api_redesign":true,"facebook_advert_exclude_instagram":false,"disable_referral_user_notifications":false,"allow_dei_fields_in_bulk_application_upload":false,"merge_attachments_to_pdf":false,"overriding_job_access":true,"candidate_assessment_workflow_automation_trigger":false,"refresh_csrf_token_before_application_submit":false,"pinpoint_checks_paused":false,"onboarding_candidate_viewer_role":false,"wism_cached_onboarding_application":false,"manually_added_candidates_required_questions":false,"use_chunked_report_filtering":false,"onboarding_comment_notification_routing":false,"restrict_onboarding_candidate_comment_visibility":false,"enforce_two_factor_authentication":false,"onboarding_process_validator":false,"ai_notetaker":false,"skip_thanks_for_applying_email":false,"candidate_companion_reporting":false,"indeed_apply_address_questions":false,"notifications_scoped_to_candidate_owners":false,"optimised_comment_queries":false,"use_pluck_candidate_policy_queries":false,"show_all_candidates_count":false,"willo_video_interviewing_early_access":true,"nova_scoring":false,"scim_request_logging":false,"talent_pipeline_index_improvements":false,"editable_talent_pipeline_question_answers":false,"bulk_actions_select_all":false,"upsell_willo_video_interviewing":true,"edit_approved_offer_start_date":false,"activity_feed":true,"job_team_roles":false,"indeed_apply_use_job_posting_questions":false,"enable_job_table_view_sorting":true,"linkedin_premium_omit_poster_email":false,"optimised_pdf_export":false,"application_remover_role":false,"upsell_ai_notetaker":false,"ai_notetaker_paused":true,"ai_notetaker_for_intake_notes":true,"ai_careers_site_editor":false,"show_one_way_video_interview_pinpoint_credits_messaging":true,"show_reference_checks_pinpoint_credits_messaging":false,"show_background_checks_pinpoint_credits_messaging":false,"pinpoint_checks_beta":false,"assessment_result_column":false,"prevent_duplicate_pinpoint_check_orders":false,"mcp_enabled":false,"requisition_creator_viewer":false,"one_way_video_interviews_beta":false,"billing_dashboard":true,"hide_sensitive_answers_in_document_request_policy":false,"careers_site_terms_and_conditions":false,"external_api_custom_attribute_eager_loading":false,"editable_marine_cv_question_answers":false,"affinda_v2_models":false,"copilot_job_creation":false,"show_custom_fields_on_interview_page":false,"allow_external_job_postings_without_careers_site":false,"apply_connect_visible":false,"optimised_external_interview_scope":false,"ai_custom_fields_via_arti":false,"workday_export_candidates":false,"update_job_visibility_workflow_automation_action":false,"insights_dashboard_sharing":true,"onboarding_progress_cache":true,"scope_job_templates_by_structure":false,"nova_candidate_score_paused":false,"platform_copilot":true,"onboarding_form_builder":false,"upsell_nova_scoring":false,"intake_notes":true,"uk_rtw_share_code_check":false,"onboarding_activity_drawer":true,"surface_organic_job_posting_errors":false,"use_candidate_visibility_facets":false,"write_candidate_visibility_facets":false,"use_optimised_candidate_filters":false,"exclude_deleted_jobs_from_stage_movements_report":false,"hide_communication_preference_sms_column":false,"sourcing_tool":false,"advanced_agency_management":false,"agentfit":false,"prevent_copying_existing_requisitions":false,"email_template_videos":true,"manual_pinpoint_checks":false,"pinpoint_check_job_level_consent":false,"unified_candidate_search":false,"job_evaluations":false,"insights_hub_data_access":true,"offer_expiry_date_optional":false,"stage_conditions":false,"hide_equality_monitoring_traits_on_application":false,"notetaker_consent_enabled":false,"require_job_application_deadline":false,"send_candidate_email_via_sendgrid":false,"candidate_gap_explanations":false,"apply_connect_self_serve":false,"platform_copilot_tour":true,"candidate_workflow_automations":false,"prevent_hiring_manager_job_visibility":false,"talent_pipeline_manual_add_field_visibility":false},"enabledLocaleKeys":["en"],"userRoles":null,"onboardingSettings":{"isOnboardingEnabled":false}}

Find out more

If you don t see any roles you want to apply for now, you can register your interest to allow us to contact you when a suitable role meeting your criteria comes along.

Register Your Interest

Apply Now

Department

Software Engineering

Employment Type

Permanent - Full Time

Location

London

Workplace type

Hybrid

View all opportunities at Fenris Creations

{"visibleBelow":768,"links":[{"text":"Apply Now","path":"/en/postings/65f4f0db-13cf-499b-a863-53a3709a2a70/applications/new","className":"external-button external-button--compact external-button--full external-button--theme-highlight"}],"featureFlags":{"job_templates":"enabled"},"companySettings":{"edit_offer_before_send":true,"facebook_advert":false,"bulk_download":false,"move_to_hired_on_offer_acceptance":true,"bulk_email_job_seekers":true,"workflow_automation":true,"job_requisition_management":true,"essential_cookies_only":false,"use_company_from_address":true,"semi_private_comments":false,"additional_statuses":true,"multiple_company_themes":true,"strict_ofccp_compliance":false,"grouped_jobs":true,"move_to_any_job":true,"remove_logo_from_email_template":false,"candidate_job_preferences":false,"automatically_reject_referrals":false,"indeed_feed_stages":false,"variable_sign_off_signatories":true,"react_select_on_external_jobs":false,"monitor_with_rum":false,"restricted_cronofy_oauth_scope":false,"application_national_identifiers":false,"allow_inactive_structures":false,"visible_other_applications":true,"allow_editing_job_requisition_fields":false,"multiple_job_postings":true,"max_applications":false,"group_interviews":false,"create_requisitions_for_existing_jobs":true,"team_rejection_notification":false,"send_pdf_copy_of_application":false,"disable_indeed_feed":false,"vonq_v2":true,"redirect_to_custom_subdomain":true,"add_cc_and_bcc_to_email":true,"allow_creating_company_teams":false,"manually_send_offers":false,"private_calendar_events":true,"candidate_details_in_offer_header":false,"show_date_in_offer_header":true,"show_job_seekers_in_all_candidates":false,"talent_pipeline":true,"anonymous_screening":true,"candidate_surveys":true,"task_management":true,"offer_management":true,"referral_management":true,"advanced_reporting":true,"allow_cover_letters":true,"location_city_state":false,"dei_reports":true,"accessible_date_and_phone":false,"internship_programme":false,"stage_visibilities":true,"onboarding_v2":false,"limit_onboarding_to_hired_candidates":false,"personal_details_auto_update":true,"group_assessments":false,"enforce_all_offer_fields_required":false,"custom_job_posting_locations":false,"offer_splitting":false,"download_pdf_application":true,"workflow_automation_v2":true,"disable_cookie_dialog":false,"linkedin_job_postings":true,"talent_pipeline_v2":true,"require_headcount":false,"onboarding_v1":false,"skills":true,"careers_site_builder_v2":false,"extra_monitoring_for_automations":false,"enable_cronofy_event_deletion_tracking":true,"allow_mydata_deletion":true,"edit_sent_offers":false,"scorecard_summary":true,"custom_field_option_labels":false,"position_management":false,"master_job_applications_view":false,"show_all_candidates_index":true,"structured_sections":true,"linkedin_rsc":true,"use_fallback_sign_off_workflows":false,"report_only_csp":false,"basic_consent_management":false,"conditional_custom_fields":true,"allow_bulk_pool":false,"enforce_all_offer_salary_field":false,"allowed_email_suffixes_only_for_internal_jobs":true,"careers_site_form_captchas":false,"premium_workflow_automations":false,"offer_retracted_notification":false,"approval_lists":false,"show_compensation_by_default":true,"recruitment_agencies":true,"can_skip_sign_off_stage":false,"redirect_to_copied_object":false,"redirect_moved_job_to_copied_object":false,"hide_discarded_eq_templates_in_reports":false,"external_recruiters":true,"recruitment_agency_location_matching":false,"onboarding_v2_turbocharger":false,"radius_search":false,"edit_sent_offers_all_fields":false,"manage_communication_preferences":true,"monitor_saml":false,"approval_workflow_logging":false,"alternative_saml_claim_identifier":false,"additional_permissions":false,"integration_plugins":false,"disable_public_hiring_profiles":false,"candidate_custom_fields":false,"indeed_theme_sourcename":false,"postmark_event_monitoring":false,"stage_dates_in_external_application":false,"onboarding_dashboard_stage_step_ownership":true,"onboarding_v2_enforce_job_visibilities":false,"reference_checking":false,"bulk_csv_editing":false,"filled_tab":false,"remove_email_footer":false,"reject_all_other_applications":false,"remove_comp_time_unit_on_offer":false,"sign_off_specificity_v2":false,"always_send_notifications":false,"onboarding_document_templates":true,"referrals_user_notification_defaults":false,"email_open_tracking":false,"email_link_tracking":false,"create_cached_job_and_stage_visibilities":false,"cached_job_and_stage_visibilities":false,"notify_interested_candidates":false,"hide_cv_download":false,"hide_individual_connect":false,"state_filters":true,"offer_packs":false,"disallow_personal_referee_emails":false,"google_analytics_enabled":false,"youtube_cookie_management":false,"restrict_job_visibility":false,"indeed_use_shared_client_id":true,"onboarding_v2_background_check_need_review_opt_out":true,"can_delete_scorecards":false,"reference_checking_review_forms":false,"indeed_disposition_sync":true,"job_posting_address":false,"onboarding_v2_reporting":true,"send_rescheduled_interview_cancellation_events":false,"editable_question_answers":false,"customisable_columns":true,"careers_site_chatbot":false,"careers_page_ai_auditor":false,"clientside_job_posting_filtering":false,"ai_custom_fields":true,"delay_essential_cookie_setting":false,"careers_site_chatbot_voice_prompts":false,"disable_willUpdateUrl":false,"multiple_video_interview_provider_support":true,"instant_impact_client":false,"autofill_offer_fields_from_job_fields":true,"new_workflow_automation_pricing":false,"google_translate_widget":false,"reference_checking_paused":false,"determine_interview_host":false,"experimental_parallel_report_generation":false,"indeed_job_postings_api":true,"willo_pinpoint_video_interviewing":false,"onboarding_process_step_deadlock_handlers":false,"automatic_assignment_to_onboarding_improvements":true,"interview_invite_restriction":false,"include_open_date_on_jobs_page":true,"waypoint_logging":false,"multiple_question_collections":false,"updated_requisitions_cards":false,"onboarding_v2_notification_candidate_messages":false,"approval_workflows_additional_information":true,"onboarding_v2_assigned_step_notifications":false,"onboarding_notify_candidate_on_team_member_stage_completion":false,"onboarding_v2_start_date_change_reasons":true,"display_team_member_stages_in_onboarding_candidate_portal":false,"show_api_keys_once":false,"whitelabelled_certn_centric_background_checks":false,"hybrid_interviews":true,"new_conferencing_provider_ux":false,"marine_cv_parsing":false,"stage_group_visibilities":false,"automatic_sftp_report_encryption":false,"use_planetscale_optimized_candidate_queries":false,"video_interview_willo_paused":false,"inferred_answers":false,"reference_checking_time_based":true,"upsell_reference_checking":false,"zinc_polling_process_onboarding_answers":false,"display_approval_status":true,"cv_redaction":true,"cv_parsing":true,"api_logging":true,"api_redesign":true,"facebook_advert_exclude_instagram":false,"disable_referral_user_notifications":false,"allow_dei_fields_in_bulk_application_upload":false,"merge_attachments_to_pdf":false,"overriding_job_access":true,"candidate_assessment_workflow_automation_trigger":false,"refresh_csrf_token_before_application_submit":false,"pinpoint_checks_paused":false,"onboarding_candidate_viewer_role":false,"wism_cached_onboarding_application":false,"manually_added_candidates_required_questions":false,"use_chunked_report_filtering":false,"onboarding_comment_notification_routing":false,"restrict_onboarding_candidate_comment_visibility":false,"enforce_two_factor_authentication":false,"onboarding_process_validator":false,"ai_notetaker":false,"skip_thanks_for_applying_email":false,"candidate_companion_reporting":false,"indeed_apply_address_questions":false,"notifications_scoped_to_candidate_owners":false,"optimised_comment_queries":false,"use_pluck_candidate_policy_queries":false,"show_all_candidates_count":false,"willo_video_interviewing_early_access":true,"nova_scoring":false,"scim_request_logging":false,"talent_pipeline_index_improvements":false,"editable_talent_pipeline_question_answers":false,"bulk_actions_select_all":false,"upsell_willo_video_interviewing":true,"edit_approved_offer_start_date":false,"activity_feed":true,"job_team_roles":false,"indeed_apply_use_job_posting_questions":false,"enable_job_table_view_sorting":true,"linkedin_premium_omit_poster_email":false,"optimised_pdf_export":false,"application_remover_role":false,"upsell_ai_notetaker":false,"ai_notetaker_paused":true,"ai_notetaker_for_intake_notes":true,"ai_careers_site_editor":false,"show_one_way_video_interview_pinpoint_credits_messaging":true,"show_reference_checks_pinpoint_credits_messaging":false,"show_background_checks_pinpoint_credits_messaging":false,"pinpoint_checks_beta":false,"assessment_result_column":false,"prevent_duplicate_pinpoint_check_orders":false,"mcp_enabled":false,"requisition_creator_viewer":false,"one_way_video_interviews_beta":false,"billing_dashboard":true,"hide_sensitive_answers_in_document_request_policy":false,"careers_site_terms_and_conditions":false,"external_api_custom_attribute_eager_loading":false,"editable_marine_cv_question_answers":false,"affinda_v2_models":false,"copilot_job_creation":false,"show_custom_fields_on_interview_page":false,"allow_external_job_postings_without_careers_site":false,"apply_connect_visible":false,"optimised_external_interview_scope":false,"ai_custom_fields_via_arti":false,"workday_export_candidates":false,"update_job_visibility_workflow_automation_action":false,"insights_dashboard_sharing":true,"onboarding_progress_cache":true,"scope_job_templates_by_structure":false,"nova_candidate_score_paused":false,"platform_copilot":true,"onboarding_form_builder":false,"upsell_nova_scoring":false,"intake_notes":true,"uk_rtw_share_code_check":false,"onboarding_activity_drawer":true,"surface_organic_job_posting_errors":false,"use_candidate_visibility_facets":false,"write_candidate_visibility_facets":false,"use_optimised_candidate_filters":false,"exclude_deleted_jobs_from_stage_movements_report":false,"hide_communication_preference_sms_column":false,"sourcing_tool":false,"advanced_agency_management":false,"agentfit":false,"prevent_copying_existing_requisitions":false,"email_template_videos":true,"manual_pinpoint_checks":false,"pinpoint_check_job_level_consent":false,"unified_candidate_search":false,"job_evaluations":false,"insights_hub_data_access":true,"offer_expiry_date_optional":false,"stage_conditions":false,"hide_equality_monitoring_traits_on_application":false,"notetaker_consent_enabled":false,"require_job_application_deadline":false,"send_candidate_email_via_sendgrid":false,"candidate_gap_explanations":false,"apply_connect_self_serve":false,"platform_copilot_tour":true,"candidate_workflow_automations":false,"prevent_hiring_manager_job_visibility":false,"talent_pipeline_manual_add_field_visibility":false},"enabledLocaleKeys":["en"],"userRoles":null,"onboardingSettings":{"isOnboardingEnabled":false}}

Fenris Creations

Privacy Policy

Cookies

Powered by

// Remove legend title from talent pipeline page

var introLegend = document.querySelector("#talent-pipeline-fieldset-intro > legend");

if (introLegend) {

introLegend.innerHTML = `

If you can't see a role that you want to apply for right now, complete the form to be notified of any roles that come along that meet your criteria.

You'll receive an email when you register, and then again once a job comes up that you would be interested in.

`;

}

// Update notice to policy

var privacyLinks = document.querySelectorAll("#talent-pipeline-fieldset-submit > div > div:nth-child(1) > p > a, #application-fieldset-submit > div > div:nth-child(1) > p > a");

privacyLinks.forEach(privacyLink => {

if (privacyLink) {

privacyLink.textContent = "view our privacy policy";

}

});

Posted by CCP Games 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 CCP Games openings · Browse every category