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

Clear (1)

Electronic Arts Project Manager Interview Questions and Answers

Updated 28 Sep 2023

Electronic Arts Project Manager Interview Experiences

1 interview found

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:
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 Resume 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.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 7 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. About self, experience, background
Round 3 - Assignment 

Sample project : Creation of project artifacts and presentation

Round 4 - One-on-one 

(1 Question)

  • Q1. Review of Project Artifact creation and discusison
  • Ans. 

    Project artifact creation is crucial for project success. It involves creating and managing project documents and deliverables.

    • Project artifacts include project charter, scope statement, project plan, risk management plan, etc.

    • They help in defining project objectives, scope, timelines, and deliverables.

    • Artifact creation involves collaboration with stakeholders and subject matter experts.

    • Regular review and updates of ar

  • Answered by AI
Round 5 - One-on-one 

(1 Question)

  • Q1. Hirning Manager round
Round 6 - One-on-one 

(1 Question)

  • Q1. Org leader round
Round 7 - HR 

(1 Question)

  • Q1. If through this round will be about salary negotiations and joining formalities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with scenarios that you have handled in the past to be able to articulate and present easy.

I applied via Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOW they focus more, RIP, specially budgeting related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through with PMI PMP concepts, brush-up all the budgeting related concepts.
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical and business development questions
Round 3 - Technical 

(1 Question)

  • Q1. Details review of the work at the current company

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to relate the current work with position and how you can contribute to the company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different engagement models/ contract types.
  • Ans. 

    Different engagement models/ contract types include fixed price, time and materials, and milestone-based contracts.

    • Fixed Price: Project cost is predetermined and does not change regardless of actual effort or time spent.

    • Time and Materials: Payment is based on actual time and materials used for the project.

    • Milestone-based: Payments are made upon completion of specific project milestones.

    • Cost Plus Fee: Project cost inclu...

  • Answered by AI
  • Q2. What are the different delivery methodologies which are followed in the Project.
  • Ans. 

    Different delivery methodologies in project management include Agile, Waterfall, Scrum, Kanban, and Lean.

    • Agile: Iterative approach with frequent feedback and adaptability.

    • Waterfall: Sequential approach with distinct phases like planning, design, development, testing, and deployment.

    • Scrum: Framework with roles, events, and artifacts for iterative development.

    • Kanban: Visual management method to track work and limit work ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Microsoft Corporation Project Manager interview:
  • Agile Methodology
  • Scrum
  • Project Management
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 May 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. How you convince the difficult client
  • Ans. 

    To convince a difficult client, I listen to their concerns, empathize with their situation, and offer solutions that meet their needs.

    • Listen actively to their concerns and acknowledge their perspective

    • Empathize with their situation and show that you understand their frustrations

    • Offer solutions that meet their needs and address their concerns

    • Communicate clearly and effectively to build trust and credibility

    • Be patient an...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What's your leadership style
  • Ans. 

    My leadership style is collaborative and empowering, focusing on building strong relationships and fostering a positive team culture.

    • I believe in involving team members in decision-making processes and valuing their input.

    • I prioritize open communication and encourage feedback to ensure everyone feels heard and supported.

    • I provide clear direction and set achievable goals, while also empowering team members to take owner...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ambitious and give new ideas to interviewer.

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. You have a Binary tree having numbers>=0 and a numeber N. Print all downwards paths from any node having the sum of elements equal to N
  • Ans. 

    Print all downward paths from any node in a binary tree with sum of elements equal to N.

    • Traverse the binary tree and keep track of the sum of elements in the path from root to current node.

    • If the sum equals N, print the path from root to current node.

    • Recursively traverse the left and right subtrees with updated sum.

    • Use a stack to keep track of the current path being traversed.

    • Example: Binary tree with root 1, left chil...

  • Answered by AI
  • Q2. You have a cuboid (m*n*p) each block of the cuboid is having a metallic ball. Now we are passing X-ray from front face and getting a bool matrix1 of m*p the elements are set if there is a black spot.(as...
  • Ans. 

    Yes, it is possible to get the accurate result from the given data.

    • The coordinates (i,j,k) where metallic balls are present can be determined by finding the set elements in both matrix1 and matrix2.

    • Additional data is not required as the given data is sufficient to determine the coordinates.

    • The coordinates can be obtained by iterating through the elements of matrix1 and matrix2 and checking for set elements.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Output questions
Tips: focus on basics
Duration: 30 minutes
Total Questions: 15

Round: Test
Experience: Two coding problems in one hour,on Cocobues.com

1. Given two arrays of numbers. The numbers are from 0-9 you have two maximize the first array by using the elements from the second array.
the elements can be used only once.
e.g. arr1[]={5,2,3,6,7};
arr2[]={9,2,8,4,5};
You should output the modified arr1 as {9,8,5,6,7}

2.Given a matrix of characters and a word.
you have to count the number of occurences of that word in that matrix. you can move to any of the eight valid directions from current position.
e.g. word="HELLO";
matrix[][5]={ {'H','E','L','L','O'},
{'E','H','E','A','B'},
{'L','L','O','C','D'}};
output should be : 5

Tips: DO AS MUCH AS PRACTICE
Duration: 60 minutes
Total Questions: 2

Round: Test
Experience: One Coding question was given to all the students ,You have to code and explain it.
You are given an string as input which represents a path. You have to normalize that path inplace(NO EXTRA SPACE).
e.g.
input : "\a\b\c\..\..\file.txt"
output: "\a\file.txt"
Hint: Double dot(..) means you have to skip the previous parent.
It was on paper.
Duration: 40 minutes
Total Questions: 1

Round: Technical Interview
Experience: The interviewer was very nice that was an amazing experience.
Tips: Be confident and relaxed.

Round: HR Interview
Experience: Again the interviewer was very nice. Firstly he asked me what i have done in technical till that time.
After the interview was over he looks impressed.
Tips: Don't see what others are doing . Take your time and try to short out the correct solution.

General Tips: Do coding as much as you can
Skills: Algorithm, Coding Skills And Knowledge On Data Structures
Duration: 2
College Name: NIT Bhopal
Motivation: It comes to our institute, and the name Microsoft is sufficient for motivation.
Funny Moments: The journey to Microsoft IDC Hydrabad was very beautiful.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Write the backend server code for a tic tac toe game
  • Ans. 

    Backend server code for a tic tac toe game

    • Create a RESTful API using a framework like Express.js

    • Implement game logic to check for winning conditions

    • Use a database to store game state and user information

    • Handle user authentication and authorization

    • Implement real-time updates using WebSockets

  • Answered by AI
  • Q2. Write a program to store a tree on a file. Also write code to reconstruct the tree from that file. Think of efficient techniques
  • Ans. 

    Program to store and reconstruct a tree from a file with efficient techniques.

    • Use a recursive approach to traverse the tree and write each node to the file

    • Include information about the node's parent and children in the file

    • Use a unique identifier for each node to reconstruct the tree from the file

    • Use a data structure like a hash table to store the nodes and their identifiers for efficient reconstruction

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: All types of C/C++ Aptitude and I/O questions were asked.
Was not a very easy round.
Tips: Prepare from -----/ and -----/
I had done everything in these 2 links.
Other than that, you can prepare from "Test your C Skills" by Yeshwant Kanetkar. PDF available online.
Duration: 30 minutes
Total Questions: 40-50

Round: Test
Experience: Two coding questions were asked. It was hosted on CoCubes website.
Questions were pretty basic.
First one was ad-hoc, requiring to count the number of set bits of a number.
Second one was the standard, minimum cost path DP problem.
Tips: Prepare from geeksforgeeks, careercup and ambitionbox.
If you know competitive programming, you should not have much of a problem.
Duration: 90 minutes
Total Questions: 2

Round: Test
Experience: Had to write code on paper. 2 questions.
First one was to rotate a matrix by 90 degrees. Pretty standard question.
Second one was to remove all negative elements in an array to the right end. Do it without extra memory.
Tips: Apart from correctness of solution, they check for code quality. Code written must be clean, indented and with properly named variables and functions.
Keep communicating your ideas to the people who will be supervising the test. They will understand your thought process that way.
Duration: 60 minutes
Total Questions: 2

Round: Technical Interview
Experience: Wrote the class in JAVA. Explained the methods, and optimized them. Variables were named properly.
Also generalized the class for an nxn matrix tic-tac-toe game.
Interviewer was very friendly. Wrote the code on paper.
Tips: Prepare on class design beforehand. They are quite likely to ask you questions on OOP.
Write clean code.

Round: Technical Interview
Experience: Just had to write the functions. Wrote code in C++.
The interviewer tested me on edge cases. Asked me to prepare test cases.
Tips: Make sure your code is ready to tackle those dirty edge cases.
Knowing standard library functions is beneficial. Make sure you learn some important ones. They can come in handy.
Write clean code. You can choose any language you are comfortable in.

General Tips: Stay calm. Prepare well.
Focus on the data structures that Microsoft usually asks about.
Skill Tips: A good internship helps in the process. I had interned at Google, so I got selected relatively easily as compared to other candidates. Make sure your resume is as impressive as you can make it.
Stay calm in the rounds. That way you can think better.
Communicate with the company officials. They will know you and your thought process that way.
Don't stay quiet in the interview rounds. If you have doubts, ask them. I had made this mistake when they came for internships and did not get selected because I didn't clear my doubts. The interview should be ideally like a discussion, where you present your thoughts and ideas, clear your doubts, and come up with a solution.
Skills: Resume, Communication, Analytical Skills, Algorithmic Approach To Problem Solving, Coding Skills And Knowledge On Data Structures
College Name: NIT Surathkal
Motivation: It is one of the biggest tech giants in the world. I definitely wanted to be a part of it.
Funny Moments: Since I had only 2 interviews, while others had 5, I came out so early that they thought I was rejected.
They later discovered, they were wrong.

Skills evaluated in this interview

Interview Preparation Tips

Round: Technical Interview
Experience: Technical Interview involved two questions, was asked to write code for the given tasks, which the interviewer would then "execute" manually to check it.
Was asked to go in detail on how the computer handles the program at a low level (like displaying the stack state after each call to a recursive function). Apart from that, I was questioned on some C fundamentals, namely memory allocation and segmentation faults.

Skills:
College Name: NIT Surathkal

I applied via Campus Placement

Interview Questionnaire 

2 Questions

  • Q1. Given a string of unknown length, what is a good approach to find n-k th element from last
  • Ans. 

    To find n-k th element from last in a string of unknown length

    • Traverse the string to find its length

    • Calculate the position of n-k th element from last

    • Traverse the string again to find the element at calculated position

  • Answered by AI
  • Q2. Given an array of strings, count the number of unique occurrences
  • Ans. 

    Count the number of unique occurrences in an array of strings.

    • Create a hash table to store the count of each string occurrence.

    • Iterate through the array and update the count in the hash table.

    • Count the number of unique occurrences by counting the number of keys in the hash table.

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: They checked my CGPA and my projects worked on. They also looked at previous internship I have done
Tips: Focus on CGPA and projects done. Also mention internship experience.

Round: Test
Experience: Easier questions and good amount of time to think.
Tips: Careful with IDE.
Duration: 60min minutes
Total Questions: 2

Round: Group Discussion
Experience: Enough time to think,solve. Questions were easy and only tested basic understanding of ds and algos.
Tips: Think well. They do not expect complete optimal solution. Discuss your ideas with members there

Round: Technical Interview
Tips: They do not expect optimal solution. they want to know thought process

General Tips: Be thorough in course work being done at present.
Revise the projects you have done in your semester
Skills: Data Structures, Algorithms, Probability theory, Basics of Machine Learning
Duration: 2 months
College Name: IIT Madras
Motivation: Microsoft !

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Electronic Arts Interview FAQs

How many rounds are there in Electronic Arts Project Manager interview?
Electronic Arts interview process usually has 3 rounds. The most common rounds in the Electronic Arts interview process are One-on-one Round and Resume Shortlist.
How to prepare for Electronic Arts Project Manager 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 Agile, PMI, Project Management, Confluence and Execution.
What are the top questions asked in Electronic Arts Project Manager interview?

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

  1. Questions on Sc...read more
  2. Questions on Da...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

SALARIES

Regami Solutions

SALARIES

Electronic Arts

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

Regami Solutions

5.6k top interview questions

INTERVIEWS

Electronic Arts

5.6k top interview questions

SALARIES

Eavetop Softtech

SALARIES

Brillo Technologies

INTERVIEWS

Regami Solutions

No Interviews

Tell us how to improve this page.

Electronic Arts Project Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Electronic Arts We exist to inspire the world to play.
Electronic Arts Project Manager Salary
based on 4 salaries
₹14.7 L/yr - ₹27 L/yr
36% more than the average Project Manager Salary in India
View more details

Electronic Arts Project Manager Reviews and Ratings

based on 3 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

3.2

Salary

3.4

Job security

4.2

Company culture

3.2

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
QA Tester
118 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Tester
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Tester II
72 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Assurance Tester 2
53 salaries
unlock blur

₹0 L/yr - ₹0 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