Premium Employer

i

This company page is being actively managed by Electronic Arts Team. If you also belong to the team, you can get access from here

Electronic Arts

Compare button icon Compare button icon Compare

Filter interviews by

Electronic Arts Interview Questions, Process, and Tips

Updated 14 Dec 2024

Top Electronic Arts Interview Questions and Answers

View all 8 questions

Electronic Arts Interview Experiences

Popular Designations

22 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Assignment 

Written assessment based on the job role

Round 2 - Behavioral 

(1 Question)

  • Q1. Regular job related basic real time situation based questions.
Round 3 - HR 

(1 Question)

  • Q1. Regular hr based questions

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)

I applied via campus placement at National Institute of Technology (NIT), Jamshedpur and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Online written round 

(2 Questions)

It was an online written round conducted on Coding Game platform. There were 2 sections including 15 MCQ and 2 coding questions.
The MCQs were based on C/C++ output based questions.
In the coding questions, we could only code in C++.

  • Q1. Return the letter in the string having the highest frequency
  • Ans. 

    The answer is a letter in the string that appears most frequently.

    • Iterate through each letter in the string and count its frequency

    • Keep track of the letter with the highest frequency

    • Return the letter with the highest frequency

  • Answered by AI
  • Q2. Given an m x n binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area.
  • Ans. 

    Given a binary matrix, find the largest square containing only 1's and return its area.

    • Use dynamic programming to solve the problem

    • Create a 2D array to store the maximum size of square at each point

    • For each point, check the top, left, and diagonal top-left values to calculate the maximum size of square

    • Return the maximum size of square found

  • Answered by AI
Round 2 - Technical 

(2 Questions)

Round duration - 70 minutes
It was a DSA based round in which the interviewer asked me 2 DSA based questions. One was based on the sliding window technique and the other was based on binary search.

  • Q1. Return the maximum length of the alternating sequence and print the alternating sequence
  • Ans. 

    The maximum length of the alternating sequence is returned along with the sequence itself.

    • Iterate through the array and check if each element alternates with the previous one.

    • Keep track of the current alternating sequence length and the maximum length seen so far.

    • If the current element breaks the alternating pattern, update the maximum length and reset the current length.

    • Print the alternating sequence by storing the el

  • Answered by AI
  • Q2. Given a sorted array in which every element occurs twice except one find the element occurring only once. It can be solved using xor, 2 pointers, hashmap and binary search.
Round 3 - Technical 

(2 Questions)

Round duration - 60 minutes
It was again a DSA based round in which the interviewer asked me 2 DSA based questions. One was based on a hashing technique that is using hashmap and the other was based on a binary tree.

  • Q1. Find the minimum number of arrows needed to burst balloons represented by an array where a[I] means the height of the balloon. The constraint was if we hit a balloon say the height of 4 then the arrow will...
  • Ans. 

    Find minimum arrows needed to burst balloons in decreasing order of height

    • Sort the array in decreasing order of height

    • Initialize arrow count to 1 and max height to first balloon height

    • Iterate through the array and if current balloon height is greater than max height, increment arrow count and update max height

    • Return arrow count

    • Time complexity: O(nlogn) for sorting, O(n) for iteration

    • Space complexity: O(1)

  • Answered by AI
  • Q2. Question was based on the binary tree he asked me to print all paths in the binary tree having sum equal to a given target
  • Ans. I solved it using prefix tree and hashmap,
  • Answered by PrepInsta

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from National Institute of Technology, Jamshedpur.Electronic Arts(EA) Games interview preparation:Resources to prepare for this interview - For output based C/C++ questions you can refer to PrepInsta material for the interview preparation guide and for HR interviews you can take mock interviews.Tips for other job seekers - The only advice from my side would be to practice and learn DSA as much as possible and enhance your speaking and writing skills as you need to explain your code to the interviewer. Take mock tests and interviews to land a good job.Final outcome of the interviewSelected

Skills evaluated in this interview

Software Development Engineering Intern Interview Questions asked at other Companies

Q1. find the minimum number of arrows needed to burst balloons represented by an array where a[I] means the height of the balloon. The constraint was if we hit a balloon say the height of 4 then the arrow will only be able to hit the balloon wi... read more
View answer (2)
Round 1 - Aptitude Test 

English, maths and gamesSalary

Round 2 - Technical 

(1 Question)

  • Q1. About games, previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - recantly played games and Ready to accept hr terms
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Mostly focused on situational bases Questions replayed to my experience
Round 2 - Team interview  

(1 Question)

  • Q1. Mostly focused on end to end process into coordination and operations

Senior Coordinator Interview Questions asked at other Companies

Q1. How you can treat a customer,if he or she is very angry with the service,
View answer (1)

Electronic Arts interview questions for popular designations

 Software Engineer

 (4)

 Customer Care Executive

 (1)

 Operations Executive

 (1)

 Project Manager

 (1)

 QA Tester

 (1)

 QA/QC Manager

 (1)

 Quality Assurance Tester 2

 (1)

 React Js Frontend Developer

 (1)

QA/QC Manager Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations and reason for change
Round 3 - One-on-one 

(1 Question)

  • Q1. Current work and scenario based questions

QA/QC Manager Interview Questions asked at other Companies

Q1. What are the materials you have worked in. Low alloy steel, P91, Monel
View answer (2)

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions on data structures and algorithms.
  • Q2. Questions on system design

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest. Questions were easy to moderate

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

Jobs at Electronic Arts

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Questions on Scrum
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on Data.

Interview Preparation Tips

Interview preparation tips for other job seekers - EA is an excellent company.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Leetcode medium questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare top leetcode questions

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

Internal Communications and Experience Coordinator Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2021

I applied via LinkedIn and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the challenges of stakeholder management when it comes to IC?
  • Ans. Talk about 1 or 2 personal experiences which deal with critical stakeholder management. Think of situations that involved last minute requirement, lack of involvement from stakeholder/their team etc.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your assignment well. Try to jot down the areas you specialize, projects you have worked on. Pick 1 critical project that was game changing for you or the organization and elaborate on it. IC is relatively qualitative questions based. So the more you are clear about your role and previous achievements that compliment the interviewer's expectations, you are good to go. All the best!

QA Tester Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2022

I applied via LinkedIn and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Details about latest games. types of games, various game modes and game logics
  • Q2. Android and iOS software versions and features. Mobile hardware related questions
  • Q3. Basics of Testing,

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good understanding of how games work, since you are trying to step into Gaming Industry have some prior knowledge.
Also most of the testing is on Mobiles so good to have knowledge on them

QA Tester Interview Questions asked at other Companies

Q1. If you are given a ball pen tested for indian market, now you have to test it for international market, what testings will you perform.?
View answer (1)

Electronic Arts Interview FAQs

How many rounds are there in Electronic Arts interview?
Electronic Arts interview process usually has 2 rounds. The most common rounds in the Electronic Arts interview process are Technical, One-on-one Round and HR.
How to prepare for Electronic Arts interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Electronic Arts. The most common topics and skills that interviewers at Electronic Arts expect are HTML, Gaming, Mobile Phones, Python and hrd.
What are the top questions asked in Electronic Arts interview?

Some of the top questions asked at the Electronic Arts interview -

  1. What are the challenges of stakeholder management when it comes to ...read more
  2. What happens when you use a copy constructor in ...read more
  3. Tell Me few products in...read more

Tell us how to improve this page.

Electronic Arts Interview Process

based on 20 interviews

Interview experience

4.4
  
Good
View more
Join Electronic Arts We exist to inspire the world to play.

Interview Questions from Similar Companies

Pole To Win Interview Questions
3.4
 • 54 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
PurpleTalk Interview Questions
3.9
 • 27 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Tencent Interview Questions
4.6
 • 6 Interviews
View all

Electronic Arts Reviews and Ratings

based on 192 reviews

4.1/5

Rating in categories

3.7

Skill development

4.4

Work-life balance

3.8

Salary

3.8

Job security

4.2

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 192 Reviews and Ratings
Quality Designer

Hyderabad / Secunderabad

6-8 Yrs

Not Disclosed

Full Stack Engineer - React

Hyderabad / Secunderabad

2-5 Yrs

Not Disclosed

Software Engineer III

Hyderabad / Secunderabad

7-12 Yrs

₹ 40-41.25061 LPA

Explore more jobs
QA Tester
118 salaries
unlock blur

₹2.8 L/yr - ₹7.2 L/yr

Senior QA Tester
98 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

QA Tester II
72 salaries
unlock blur

₹4 L/yr - ₹6.3 L/yr

Quality Analyst
57 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Quality Assurance Tester 2
52 salaries
unlock blur

₹4 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Electronic Arts with

Ubisoft Entertainment

3.8
Compare

Nintendo

5.0
Compare

Microsoft Corporation

4.0
Compare

Tencent

4.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview