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 Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Electronic Arts Interview Questions, Process, and Tips for Freshers

Updated 9 Mar 2025

Top Electronic Arts Interview Questions and Answers for Freshers

View all 6 questions

Electronic Arts Interview Experiences for Freshers

Popular Designations

5 interviews found

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

I applied via LinkedIn

Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work at EA
  • Q2. Describe a time you have a conflict
Round 2 - Technical 

(2 Questions)

  • Q1. What happens when you use a copy constructor in C++
  • Ans. 

    Using a copy constructor in C++ creates a new object by copying the values of another object.

    • Copy constructor is a special member function that creates a new object as a copy of an existing object.

    • It is invoked when a new object is created from an existing object.

    • Example: MyClass obj1; MyClass obj2 = obj1; // Copy constructor is called to create obj2 as a copy of obj1.

  • Answered by AI
  • Q2. When to use pointer/reference
  • Ans. 

    Pointers/references are used to pass memory addresses instead of values, for efficiency and to modify data directly.

    • Use pointers when you need to modify the original data passed to a function

    • Use references when you want to avoid copying large data structures

    • Pointers are commonly used in dynamic memory allocation

    • References are used in function parameters to avoid unnecessary copying

    • Example: int x = 10; int *ptr = &x; *p

  • Answered by AI

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Can you explain me what is the recepie of this dish

Round 2 - HR 

(2 Questions)

  • Q1. Salary expected
  • Q2. You done your job in commies 2

Interview Preparation Tips

Interview preparation tips for other job seekers - I say i am the student of batchelor of hotel management degree and recently training in resort rio goa

Commis Chef 2 Interview Questions asked at other Companies

Q1. What are the mother sauces in classical cuisine, and how are they characterized?
View answer (1)

Specialist Testing Interview Questions & Answers

user image Samatha Reddy

posted on 21 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Manual testing sanity smoke testing

Specialist Testing Interview Questions asked at other Companies

Q1. Write a program for highest odd number from 1 - 100 in java
View answer (1)

I applied via Campus Placement 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
Round difficulty - null
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
Round difficulty - null
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)

Electronic Arts interview questions for popular designations

 Software Engineer

 (4)

 Project Manager

 (1)

 US IT Recruiter

 (1)

 Customer Care Executive

 (1)

 Senior Coordinator

 (1)

 QA Tester

 (1)

 QA/QC Manager

 (1)

 Senior QA Tester

 (1)

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 (223)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic coding test like palindrome, series,arrays

Round 3 - One-on-one 

(1 Question)

  • Q1. Logical questions,puzzle, behavioural round, introduction

Interview Questionnaire 

2 Questions

  • Q1. Palindrome
  • Q2. Study basic coding

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

Interview Questionnaire 

1 Question

  • Q1. Question on basic JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - On the basics of react and JavaScript

I applied via Naukri.com and was interviewed in May 2022. There were 2 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 - Technical 

(6 Questions)

  • Q1. Java oops concepts and describe overloading
  • Ans. 

    Java oops concepts include encapsulation, inheritance, abstraction, and polymorphism. Overloading is a way to define multiple methods with the same name but different parameters.

    • Encapsulation: bundling data and methods that operate on that data within a single unit

    • Inheritance: creating new classes from existing ones

    • Abstraction: hiding implementation details and showing only the necessary information

    • Polymorphism: using ...

  • Answered by AI
  • Q2. Encapsulation how to achieve in java
  • Ans. 

    Encapsulation in Java is achieved by using access modifiers and creating classes with private fields and public methods.

    • Use access modifiers such as private, public, and protected to restrict access to fields and methods

    • Create classes with private fields and public methods to control access to data

    • Encapsulation helps to maintain data integrity and prevent unauthorized access to data

    • Example: class Person { private Strin...

  • Answered by AI
  • Q3. Overriding questions code and snippets
  • Q4. Based on overloading and overriding code and snippets
  • Q5. String and string pool
  • Q6. Exception handling throws ,throw

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic Java upto collection nicely if you going for sg

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerearth test with c# ,SQL and MCQ

Round 2 - Technical 

(1 Question)

  • Q1. Mvvm and Entity framework

Electronic Arts Interview FAQs

How many rounds are there in Electronic Arts interview for freshers?
Electronic Arts interview process for freshers usually has 1-2 rounds. The most common rounds in the Electronic Arts interview process for freshers are HR, One-on-one Round and Technical.
How to prepare for Electronic Arts interview for freshers?
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 Gaming, Mobile Phones, Analytical, Android SDK and Application Development.
What are the top questions asked in Electronic Arts interview for freshers?

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

  1. What happens when you use a copy constructor in ...read more
  2. when to use pointer/refere...read more
  3. What are the challenges of stakeholder management when it comes to ...read more

Tell us how to improve this page.

Electronic Arts Interview Process for Freshers

based on 3 interviews

Interview experience

4.3
  
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
 • 58 Interviews
Aristocrat Interview Questions
3.9
 • 46 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games24x7 Interview Questions
3.7
 • 19 Interviews
View all

Electronic Arts Reviews and Ratings

based on 200 reviews

4.1/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.8

Salary

3.7

Job security

4.2

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 200 Reviews and Ratings
Web & Mobile Applications Senior Engineer

Hyderabad / Secunderabad

6-8 Yrs

Not Disclosed

Web & Mobile Applications Engineer

Hyderabad / Secunderabad

5-7 Yrs

Not Disclosed

Surveillance Desk Agent

Hyderabad / Secunderabad

1-4 Yrs

Not Disclosed

Explore more jobs
QA Tester
129 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Senior QA Tester
97 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

QA Tester II
73 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
53 salaries
unlock blur

₹4 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Electronic Arts with

Pole To Win

3.4
Compare

International Game Technology

3.2
Compare

Ubisoft Entertainment

3.8
Compare

Aristocrat

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