Apply on Slingshot Games (India)’s site →

Product Management Intern

Slingshot Games (India) · Hyderabad

Entry Production Posted 2026-09-21 Intern
Apply on Slingshot Games (India)’s site →

Product Management Intern - 216129 - Electronic Arts

/* ===========================================================================

ELEMENTS

--------------------------------------------------------------------------

Buttons

: Actions

: Add

: Delete

: Edit

: Remove

: Iconographics

: Close

: Vendors

: Registration/application

: Customizables

External

: Thumbnails

Fields

COMPONENTS

--------------------------------------------------------------------------

Navigation

: Menu (Dynamic)

MODULES

--------------------------------------------------------------------------

Banner

: Home

PAGETYPES

--------------------------------------------------------------------------

Login

=========================================================================== */

/*

ELEMENTS/Buttons: Actions

*/

/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */

.action:before,

.addDatasetRow:before,

.removeDatasetRow:before,

.removeFile:before,

[id*="dropboxRemove_"]:before,

.fileInputCancelButton:before {

mask-image: var(--action__icon--background--image);

-webkit-mask-image: var(--action__icon--background--image);

}

/*

ELEMENTS/Buttons: Actions: Add

*/

.addDatasetRow,

.action--add {

--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--add.webp);

}

/*

ELEMENTS/Buttons: Actions: Delete

*/

.action--delete {

--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);

}

/*

ELEMENTS/Buttons: Actions: Edit

*/

.action--edit {

--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--edit.svg);

}

/*

ELEMENTS/Buttons: Actions: Remove

*/

.removeDatasetRow,

.removeFile,

[id*="dropboxRemove_"],

.fileInputCancelButton,

.action--remove {

--action__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--remove.webp);

}

/*

ELEMENTS/Buttons: Iconographics: Close

*/

.ui-button.ui-dialog-titlebar-close,

.TIN_display_CloserButton_NotificationAndDialog,

.autoschedule_editor_availability_header_Container_HeaderButton {

--button__icon--background--image: url(https://jobs.ea.com/portal/4/images/close.svg);

}

/*

ELEMENTS/Buttons: Vendors: Registration/application: Customizables

*/

.methodButton--later {

--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--later.svg);

}

.methodButton--file {

--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--file.svg);

}

.methodButton--paste {

--buttons__icon--background--image: url(https://jobs.ea.com/portal/4/images/icon--paste.svg);

}

/* to de deleted after we migrate to typographic icons (this is here and not in core.css due to a FF bug) */

.methodButton--later:before,

.methodButton--file:before,

.methodButton--paste:before {

mask-image: var(--buttons__icon--background--image);

-webkit-mask-image: var(--buttons__icon--background--image);

}

/*

ELEMENTS/Icons: Shrare buttons

*/

:root {

--icon--share--whatsapp: url(https://jobs.ea.com/portal/4/images/icon--share--whatsapp.svg);

--icon--share--linkedin: url(https://jobs.ea.com/portal/4/images/icon--share--linkedin.svg);

}

/*

ELEMENTS/External: Thumbnails

*/

:root {

--thumbnail--border--radius: 100%;

--thumbnail--border--width: 0;

--thumbnail--border--color: transparent;

--thumbnail--width: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 8); /* 3.2rem +doc+ */

}

/*

ELEMENTS/External: Thumbnails (Within LAYOUTS/Structures: Section)

*/

.section__header__image {

--thumbnail--width: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 14); /* 5.6rem +doc+ */

}

/*

ELEMENTS/External: Thumbnails (Within COMPONENTS/Cards)

*/

.table--cards {

--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */

}

/*

ELEMENTS/External: Thumbnails (Within COMPONENTS/Navigation: Menu)

*/

.menu__link {

--thumbnail--width: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 6); /* 2.4rem +doc+ */

}

.submenu__link,

.portalLanguages__link {

--thumbnail--width: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 4); /* 1.6rem +doc+ */

}

/*

ELEMENTS/External: Thumbnails (Within WIDGETS/Forms: Types: FileField)

*/

.FileField {

--thumbnail--background--image: url(https://jobs.ea.com/portal/4/images/icon--user.svg);

}

/*

ELEMENTS/External: Thumbnails (Within MODULES/Banner)

*/

.banner {

--thumbnail--border--width: .2rem;

--thumbnail--border--color: var(--color--white);

--thumbnail--width: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 16); /* 6.2rem +doc+ */

}

.banner--scrolling {

--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */

}

/* Media query to target mobile and tablet */

@media all and (max-width:1024px) {

.banner {

--thumbnail--width: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */

--thumbnail--height: calc(var(--sizing--basis) * 10); /* 4rem +doc+ */

}

}

/*

ELEMENTS/Fields

*/

:root {

--fields--icon--caret--down: url(https://jobs.ea.com/portal/4/images/icon--caret--down.svg);

--fields--icon--caret--down--disabled: url(https://jobs.ea.com/portal/4/images/icon--caret--down--disabled.svg);

--fields--icon--caret--up: url(https://jobs.ea.com/portal/4/images/icon--caret--up.svg);

--fields--icon--clear: url(https://jobs.ea.com/portal/4/images/icon--clear.svg);

}

/*

COMPONENTS/Navigation: Menu (Dynamic)

*/

@media all and (max-width:1024px) {

:root {

--header--height: 5.5rem;

}

}

@media all and (min-width:1024px) {

.body--menu--threshold .menu--visible .menu__panel {

flex-wrap: nowrap;

justify-content: flex-end;

align-items: flex-start;

border-top: solid .1rem var(--dividers--border--color);

padding-top: var(--header--padding--top);

margin-top: var(--header--padding--top);

}

.body--menu--threshold .menu__list {

flex-wrap: wrap;

justify-content: flex-start;

}

.body--menu--threshold .header__content {

flex-direction: column;

align-items: flex-start;

}

.body--menu--threshold .header__menu {

width: 100%;

}

.body--menu--threshold .menu--visible .menu__list {

flex-grow: 1;

}

}

/*

PAGETYPES/Login

*/

:root {

--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);

}

/* Media query to target only tablet */

@media all and (min-width:751px) and (max-width:1024px) {

:root {

--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);

}

}

/* Media query to target only mobile */

@media all and (max-width:750px) {

:root {

--login__body--background--image: url(https://jobs.ea.com/portal/4/images/login--bg--desktop.webp);

}

}

EventManager.getInstance().addEventHandler(EventManager.EVENT_LOAD_NAME, function () {

}, EventManager.PRIORITY_HIGH);

Skip to content

Electronic Arts

Open Roles

About EA

EA Careers

EA News

Login

English - US

Chinese English - US Finnish Français Italian Korean Malay Polish Romanian Spanish Swedish

Product Management Intern

Home

...

Open Roles

Role Detail

General Information

Locations : Hyderabad, Telangana, India

Role ID

216129

Worker Type

Intern - Temporary Employee

Studio/Department

EA Mobile - Slingshot Games (India)

Work Model

Hybrid

Description & Requirements

Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.

Product Management Intern – Growth & Player Marketing Location: Hyderabad (In office) Duration: 8- 10 weeks About EA: Electronic Arts Inc. is a global leader in interactive entertainment. We develop and deliver games, content and online services across platforms. We have a broad portfolio of brands that span the most popular genres.

We exist to Inspire the World to Play. We create extraordinary new game experiences for our millions of players everywhere by bringing together talented people that combine creativity, innovation, and passion. We immerse our employees in an inclusive culture and provide opportunities for learning and leading that allow our employees to do the most impactful and rewarding work of their careers.

Join us in driving the next revolution in games.

Help us create games players love to talk about EA is looking for a Product Management Intern who is curious about players, data, culture, storytelling, and what makes a game stand out. The intern will report to a PM/ SPM and work closely with game designers, developers, artists, analysts, user researchers, and marketing teams to help us understand our audiences, shape how we communicate with players, and support campaigns that introduce more people to our games and encourage existing players to keep coming back.

In this role, the intern will support the development and improvement of game features, live events, progression systems, monetization experiences, and player journeys. It will use a combination of player feedback, market research, game data, and structured problem-solving to identify opportunities and help the team make better product decisions.

This internship is ideal for someone who enjoys games, understands what makes players return to them, and wants to learn how successful games are designed, launched, measured, and improved.

Responsibilities : Product and Creative Collaboration Collaborate with analysts, designers, engineers and artists to gather inputs, scope product requirements and communicate decisions to stakeholders.

Support product managers in defining features, events, progression systems, social features, and monetization experiences.

Participate in playtests, design reviews, sprint planning, and feature retrospectives.

Create product collaterals to document learnings, and support teams in tracking feature scope, development progress & utilization.

Campaigns and Game Launches Help develop player communication journeys across push notifications, email, social media, community channels, and in-game messages.

Support the planning and execution of campaigns for new features, events, content updates, and game launches.

Help create campaign briefs that define the audience, player insight, message, channels, and success metrics.

Contribute ideas for social media content, creator partnerships, in-game messaging, app-store promotions, and community activations.

Support A/B tests across messages, creative concepts, channels, offers, and audience segments.

Market Research: Conduct competitor research & emerging trends to identify growth opportunities and propose product features to game leads.

Player Insights: Analyze game telemetry data to understand player behavior across areas such as onboarding, progression, retention, engagement, conversion, and monetization.

Identify drop-offs, friction points, and underserved player needs within the game.

Understand player persona and expectations based on qualitative data from surveys, app-store reviews, community channels, customer support, and social media.

Must have: Interest in games and understanding games as a business Strong analytical and problem-solving skills with keen attention to detail.

Excellent written and verbal communication skills.

Structured problem-solving and analytical thinking.

Ability to work collaboratively in a fast-moving, cross-functional environment.

Good to have: Familiarity with free-to-play games, live-service games, and mobile games, and understanding of game metrics Experience with SQL, Excel, Google Sheets, Tableau, Power BI, Looker, or another analytics tool.

Experience creating surveys, analyzing customer feedback, or conducting user research.

Experience participating in gaming communities, esports, game jams, fandoms, creator communities, or student clubs.

What Success will look like: During the internship, the intern should be able to: Develop a practical understanding of game development and product management lifecycle.

Independently analyze a player or product problem and recommend potential solutions.

Contribute to at least one feature, event, experiment, or product improvement from discovery through evaluation.

Produce clear product documentation that helps cross-functional teams make decisions.

Build strong working relationships with product, design, engineering, art, analytics, and other partner teams.

Sample Internship Projects Depending on the team’s priorities, the intern will be assigned to a game team, and they may work on projects such as: Creating go-to-market strategy for a new game under development Analyzing the new player onboarding funnel and recommending improvements.

Conducting a competitive review of progression or social systems.

Identifying causes of player churn within a specific segment

About Electronic Arts We’re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.

We adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.

Electronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.

Post To

External careers site, Internal careers site

LinkedInID

1449

Back to Role List

Apply

Share this role:

LinkedIn

X

WhatsApp

Email

Facebook

2026

Electronic Arts Inc.

Copyright

2026

Candidate Privacy Notice

|

Notice at Collection (California)

/**

* This variable will define every property we need to pass to Templates core library as we can't define twig variables on JS files.

*/

var twigConfig = {

"pageParameters": {

"personSort": null,

"personSortDirection": null,

"jobSort": null,

"jobSortDirection": null,

"jobRecordsPerPage": "",

"personRecordsPerPage": ""

},

"jobLabel": "job",

"STEP_INDEX": "" || null,

"wizardModalViewEnabled": "" || false,

"wizardHasErrors": "" || false,

"sortedBy": "Sorted by ",

"loading": "Loading ",

"plugins": {

"popper": {

"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/popper.min.js"

},

"tooltip": {

"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy-bundle.umd.js",

"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/tippy/tippy.css"

},

"popup": {

"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.js",

"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/glightbox/glightbox.min.css"

},

"slider": {

"js": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.js",

"css": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/swiper/swiper-bundle.min.css"

},

"google": {

"jsMarkerCluster": "https://templates-static-assets.avacdn.net/jsLibrary/plugins/googlemaps/markerclusterer.js",

"apiKey": ""

}

},

"menu": {"typeByDefault":"visible","itemsThreshold":8,"headerHeightDefault":5.5,"typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024},"toggleSide":"right","panelFrom":"right","panelEffect":"over"},

"search": {"typeByDefault":"visible","typeBelowBreakpoint":{"enabled":true,"type":"toggleable","breakpoint":1024,"preventTabsConflicts":true}},

"results": {"resultsDisplayTypeByDefault":"listed","resultsDisplayTypeBelowBreakpoint":{"enabled":true,"type":"grided","breakpoint":750},"resultsItemTypeByDefault":"result","resultsItemTypeBelowBreakpoint":{"enabled":true,"type":"card","breakpoint":750}},

"stickyAside": 0,

"stickyHeader": 1,

"stickyBanner": 0,

"page": {

"PORTAL_BASE_REAL_URL": "https://jobs.ea.com/portal/4",

"wizardPageBackTo": "",

},

"relatedJobs": {

"relatedJobsEnabled": 1,

"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8328&jobId=216129",

"selector": "#relatedJobs"

},

"convertDatesToUserTZ": {

"CSSClass": "timelocal",

"convertDatesToUserTZEnabled": 1,

"loggedUserTZ": Intl.DateTimeFormat().resolvedOptions().timeZone,

"weekday": "long",

"day": "numeric",

"month": "long",

"hour": "numeric",

"minute": "numeric",

"hour12": "1",

},

"userLang": "en_US",

"breadcrumbsEnabled": 1,

"googleMapsEnabled": 0,

"googleMarkerClusterEnabled": 0,

"googleParameters": {

"dataUrl": "//jobs.ea.com/en_US/careers/Home/216129",

"centerLatitude": 0,

"centerLongitude": 0,

"startZoom": 3,

"infoWindowCSSClassDiv": "info-window",

"infoWindowCSSClassHeader": "info-window__header",

"infoWindowCSSClassLink": "link info-window__link"

},

"browsingHistory": {

"browsingHistoryEnabled": 1,

"url": "https://jobs.ea.com/en_US/careers/BrowsingHistoryList?3_139_3=%5B8328%5D",

"selector": "#browsingHistory"

},

"widgetRelatedJobs": {

"relatedJobsEnabled": 1,

"url": "https://jobs.ea.com/en_US/careers/WidgetRelatedJobs?3_139_3=8328&jobId=216129",

"selector": "#widgetRelatedJobs"

},

"widgetOpenPositions":{

"url": "",

"selector": "#widgetOpenPositions"

},

"widgetRecommendations":{

"widgetRecommendationsEnabled": 1,

"url": "",

"selector": "#widgetRecommendations"

},

"languageSwitcherFlagsPath": "https://templates-static-assets.avacdn.net/assets/flags",

"enableLanguageSwitcherFlags": 0,

"enableSectionCollapsibleAccordionDisplay": 0

};

var lightbox;

var slider;

var Templates;

pjQuery(function() { var domManager = new DomManager(); domManager.run(); }); (function() {

var legacyViewCopilotData = {"jobs_data":[{"General Information":"","text_7527":"\u003Cstrong\u003ELocations\u003C\/strong\u003E: Hyderabad, Telangana, India \u003Cbr\u003E","Location":"Hyderabad","Country":", India","Role ID":"216129","Worker Type":"Intern - Temporary Employee","Studio\/Department":"EA Mobile - Slingshot Games (India)","Work Model":"Hybrid","Description & Requirements":"","text_5537":"Electronic Arts creates next-level entertainment experiences that inspire players and fans around the world. Here, everyone is part of the story. Part of a community that connects across the globe. A place where creativity thrives, new perspectives are invited, and ideas matter. A team where everyone makes play happen.","text_6157":"","schemaField_3_291":"\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;' data-pasted=\"true\"\u003E\u003Cstrong\u003EProduct Management Intern \u2013 Growth & Player Marketing\u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003ELocation: Hyderabad (In office)\u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003EDuration: 8- 10 weeks\u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003EAbout EA:\u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EElectronic Arts Inc. is a global leader in interactive entertainment. We develop and deliver games, content and online services across platforms. We have a broad portfolio of brands that span the most popular genres.\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EWe exist to Inspire the World to Play. We create extraordinary new game experiences for our millions of players everywhere by bringing together talented people that combine creativity, innovation, and passion. We immerse our employees in an inclusive culture and provide opportunities for learning and leading that allow our employees to do the most impactful and rewarding work of their careers.\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E Join us in driving the next revolution in games.\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003EHelp us create games players love to talk about\u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EEA is looking for a Product Management Intern who is curious about players, data, culture, storytelling, and what makes a game stand out. The intern will report to a PM\/ SPM and work closely with game designers, developers, artists, analysts, user researchers, and marketing teams to help us understand our audiences, shape how we communicate with players, and support campaigns that introduce more people to our games and encourage existing players to keep coming back.\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EIn this role, the intern will support the development and improvement of game features, live events, progression systems, monetization experiences, and player journeys. It will use a combination of player feedback, market research, game data, and structured problem-solving to identify opportunities and help the team make better product decisions.\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EThis internship is ideal for someone who enjoys games, understands what makes players return to them, and wants to learn how successful games are designed, launched, measured, and improved.\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003EResponsibilities\u003C\/strong\u003E:\u003C\/p\u003E\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"disc\"\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E Product and Creative Collaboration\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"circle\"\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003ECollaborate with analysts, designers, engineers and artists to gather inputs, scope product requirements and communicate decisions to stakeholders.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003ESupport product managers in defining features, events, progression systems, social features, and monetization experiences.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EParticipate in playtests, design reviews, sprint planning, and feature retrospectives.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003ECreate product collaterals to document learnings, and support teams in tracking feature scope, development progress & utilization.\u003C\/li\u003E\u003C\/ul\u003E\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003ECampaigns and Game Launches\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"circle\"\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EHelp develop player communication journeys across push notifications, email, social media, community channels, and in-game messages.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003ESupport the planning and execution of campaigns for new features, events, content updates, and game launches.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EHelp create campaign briefs that define the audience, player insight, message, channels, and success metrics.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EContribute ideas for social media content, creator partnerships, in-game messaging, app-store promotions, and community activations.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003ESupport A\/B tests across messages, creative concepts, channels, offers, and audience segments.\u003C\/li\u003E\u003C\/ul\u003E\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EMarket Research:\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"circle\"\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EConduct competitor research & emerging trends to identify growth opportunities and propose product features to game leads.\u003C\/li\u003E\u003C\/ul\u003E\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EPlayer Insights:\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"circle\"\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EAnalyze game telemetry data to understand player behavior across areas such as onboarding, progression, retention, engagement, conversion, and monetization.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EIdentify drop-offs, friction points, and underserved player needs within the game.\u003C\/li\u003E\u003Cli style=\"margin-top: 0in;margin-right: 0in;font-size:11pt;font-family: Arial, sans-serif;margin-bottom: 8pt;line-height: 105%;\"\u003EUnderstand player persona and expectations based on qualitative data from surveys, app-store reviews, community channels, customer support, and social media.\u003C\/li\u003E\u003C\/ul\u003E\u003C\/li\u003E\u003C\/ul\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003EMust have:\u003C\/strong\u003E\u003C\/p\u003E\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"disc\"\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EInterest in games and understanding games as a business\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EStrong analytical and problem-solving skills with keen attention to detail.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EExcellent written and verbal communication skills.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EStructured problem-solving and analytical thinking.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EAbility to work collaboratively in a fast-moving, cross-functional environment.\u003C\/li\u003E\u003C\/ul\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003E \u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003EGood to have:\u003C\/strong\u003E\u003C\/p\u003E\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"disc\"\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EFamiliarity with free-to-play games, live-service games, and mobile games, and understanding of game metrics\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EExperience with SQL, Excel, Google Sheets, Tableau, Power BI, Looker, or another analytics tool.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EExperience creating surveys, analyzing customer feedback, or conducting user research.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EExperience participating in gaming communities, esports, game jams, fandoms, creator communities, or student clubs.\u003C\/li\u003E\u003C\/ul\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003EWhat Success will look like:\u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EDuring the internship, the intern should be able to:\u003C\/p\u003E\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"disc\"\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EDevelop a practical understanding of game development and product management lifecycle.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EIndependently analyze a player or product problem and recommend potential solutions.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EContribute to at least one feature, event, experiment, or product improvement from discovery through evaluation.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EProduce clear product documentation that helps cross-functional teams make decisions.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EBuild strong working relationships with product, design, engineering, art, analytics, and other partner teams.\u003C\/li\u003E\u003C\/ul\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cstrong\u003ESample Internship Projects\u003C\/strong\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EDepending on the team\u2019s priorities, the intern will be assigned to a game team, and they may work on projects such as:\u003C\/p\u003E\u003Cul style=\"margin-bottom:0in;margin-top:0in;\" type=\"disc\"\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003ECreating go-to-market strategy for a new game under development\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EAnalyzing the new player onboarding funnel and recommending improvements.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EConducting a competitive review of progression or social systems.\u003C\/li\u003E\u003Cli style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003EIdentifying causes of player churn within a specific segment\u003C\/li\u003E\u003C\/ul\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cbr\u003E\u003C\/p\u003E\u003Cp style='margin:0in;line-height:105%;font-size:11pt;font-family:\"Arial\",sans-serif;margin-bottom:8.0pt;'\u003E\u003Cbr\u003E\u003C\/p\u003E","text_16177":"\u003Cdiv\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cstrong\u003E\u003Cem\u003E\u003Cfont face=\"times new roman\"\u003EAbout Electronic Arts\u003C\/font\u003E\u003C\/em\u003E\u003C\/strong\u003E\u003C\/div\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe\u2019re proud to have an extensive portfolio of games and experiences, locations around the world, and opportunities across EA. We value adaptability, resilience, creativity, and curiosity. From leadership that brings out your potential, to creating space for learning and experimenting, we empower you to do great work and pursue opportunities for growth.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EWe adopt a holistic approach to our benefits programs, emphasizing physical, emotional, financial, career, and community wellness to support a balanced life. Our packages are tailored to meet local needs and may include healthcare coverage, mental well-being support, retirement savings, paid time off, family leaves, complimentary games, and more. We nurture environments where our teams can always bring their best to what they do.\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003E\u003Cbr\u003E\u003C\/font\u003E\u003C\/div\u003E\u003Cdiv\u003E\u003Cfont face=\"times new roman\"\u003EElectronic Arts is an equal opportunity employer. All employment decisions are made without regard to race, color, national origin, ancestry, sex, gender, gender identity or expression, sexual orientation, age, genetic information, religion, disability, medical condition, pregnancy, marital status, family status, veteran status, or any other characteristic protected by law. We will also consider employment qualified applicants with criminal records in accordance with applicable law. EA also makes workplace accommodations for qualified individuals with disabilities as required by applicable law.\u003C\/font\u003E\u003C\/div\u003E\u003C\/div\u003E","separator_2":"","text_16527":"","text_16528":"","text_16529":"","text_16530":"","Post To":"External careers site, Internal careers site","LinkedInID":"1449","entityExtensionId":3,"entityTypeId":3}]};

document.addEventListener('copilot:collectcontext', function(evt) {

var context = evt.context || new Map();

var existing = context.get('insights') || {persons_data: [], jobs_data: [], table_data: []};

var personsData = (existing.persons_data || []).concat(

(legacyViewCopilotData.persons_data || []).map(function(data) { return {personInfo: data}; })

);

var jobsData = (existing.jobs_data || []).concat(

(legacyViewCopilotData.jobs_data || []).map(function(data) { return {jobInfo: data}; })

);

var merged = {

persons_data: personsData,

jobs_data: jobsData,

table_data: existing.table_data || []

};

context.set('insights', merged);

evt.context = context;

});

})();

var service = EventManager.getInstance();

Posted by Slingshot Games (India) 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: Production jobs · All Slingshot Games (India) openings · Browse every category