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 Softwaretest Engineer Interview Questions and Answers

Updated 25 Sep 2024

Electronic Arts Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourslef
  • Ans. 

    I am a dedicated and detail-oriented Software Test Engineer with a passion for ensuring quality in software products.

    • Experienced in creating test plans, test cases, and executing tests to identify software defects

    • Proficient in using testing tools such as Selenium, JIRA, and TestRail

    • Strong analytical skills to troubleshoot issues and communicate effectively with development teams

  • Answered by AI
  • Q2. Tell about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and Jira

    • Strong knowledge of software development lifecycle and Agile methodologies

    • Excellent problem-solving skills and attention to detail

    • Effective communication and collaboration with cross-functional tea

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tell about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and Jira

    • Strong knowledge of software development lifecycle and Agile methodologies

    • Excellent problem-solving skills and attention to detail

    • Effective communication skills for collaborating with cross-functio

  • Answered by AI
  • Q2. Testing process

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview questions from similar companies

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 

(2 Questions)

  • Q1. Describe binary tree
  • Ans. 

    A binary tree is a hierarchical data structure in which each node has at most two children.

    • Consists of nodes connected by edges

    • Each node can have at most two children, referred to as left child and right child

    • The left child is smaller than the parent node, while the right child is greater

    • Used for efficient searching, sorting, and organizing data

  • Answered by AI
  • Q2. How to validate ip addres?
  • Ans. 

    To validate an IP address, check if it consists of four numbers separated by periods, each number being between 0 and 255.

    • Split the IP address string by periods to get an array of four numbers

    • Check if the array length is 4

    • Loop through each number in the array and check if it is between 0 and 255

    • If any number is outside the valid range, the IP address is invalid

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn about algorithm and data structure, you can choose interview programming language

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

DSA, puzzles, DBMS, OD, and networking

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Assignment 

What is aptitude and reasoning profits and comparable

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is free fire
  • Ans. 

    Free Fire is a popular battle royale game where players compete against each other to be the last person standing.

    • Free Fire is a mobile game developed by Garena.

    • It is a battle royale game where players are dropped onto an island and fight against each other until only one player or team remains.

    • Players can choose their starting point, collect weapons and resources, and strategically move around the map to survive.

    • The g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Position good hr good Company Greate achieve sector to this Company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 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 - Aptitude Test 

They want English Grammar prepare those thing whatever you think

Round 3 - Technical 

(2 Questions)

  • Q1. What is bug life cycles
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.

    • Bug is identified by testers or users

    • Bug is reported to developers

    • Developers fix the bug

    • Testers verify the fix

    • Bug is closed if verified or reopened if not

    • Bug tracking tools are used to manage the process

  • Answered by AI
  • Q2. Which types of game you most play
  • Ans. 

    I mostly play strategy and puzzle games.

    • I enjoy games that challenge my problem-solving skills

    • I also like games that require strategic thinking and planning

    • Some of my favorite games include Chess, Sudoku, and Civilization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well and prepare manual testing

Knowledge about game testing

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2023. 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 - Aptitude Test 

Aptitude test in numbers system

Round 3 - One-on-one 

(5 Questions)

  • Q1. Technical question means skill based
  • Q2. Only manual and automation and sql
  • Q3. What is the manual testing
  • Ans. 

    Manual testing is the process of testing software manually to identify defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand without the use of automation scripts.

    • Testers verify that the software functions correctly and meets requirements through manual exploration.

    • Manual testing is time-consuming but allows for thorough testing of user interfaces, usability, and edge ...

  • Answered by AI
  • Q4. What is Automaction testing
  • Ans. 

    Automation testing is the use of software to execute test cases and compare actual outcomes with expected outcomes.

    • Automation testing saves time and effort by automating repetitive tasks.

    • It helps in increasing test coverage and accuracy.

    • Popular automation testing tools include Selenium, Appium, and JUnit.

  • Answered by AI
  • Q5. Why using in Oracle sql
  • Ans. 

    Using 'IN' in Oracle SQL allows for filtering data based on a list of specific values.

    • Allows for filtering data based on multiple specific values

    • Can be used with subqueries to retrieve data from another table

    • Improves readability and performance compared to multiple OR conditions

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Common aptitude questions related to this role.

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to the bullet points from resume, defect life stages.

I applied via Campus Placement

Interview Preparation Tips

Round: Test
Experience: Questions on linked list, basic logic and an adhoc math problem. Questions were very doable, but time maybe the only constraint
Tips: Manage time, get used to fluently coding in C Java or C++. You wont have access to Internet, man pages during contest so practice coding g without them.
Duration: 3 minutes
Total Questions: 75

Skills:
Duration: 2
College Name: IIT Madras

I applied via Campus Placement and was interviewed in Jan 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Finding a loop in a directed graph, find the last element in a binary tree
  • Ans. 

    To find a loop in a directed graph, use Floyd's cycle-finding algorithm. To find the last element in a binary tree, traverse the tree and return the rightmost leaf node.

    • For finding a loop in a directed graph, use Floyd's cycle-finding algorithm which uses two pointers moving at different speeds.

    • To find the last element in a binary tree, traverse the tree recursively or iteratively and return the rightmost leaf node.

  • Answered by AI
  • Q2. On circular queue and finding the last number which is highest and contains same number. Of digits a the given numbber
  • Ans. 

    The question is about finding the last number in a circular queue that has the highest number of digits.

    • Implement a circular queue data structure

    • Iterate through the circular queue to find the last number with the highest number of digits

    • Compare the number of digits of each number in the circular queue

    • Keep track of the last number with the highest number of digits

  • Answered by AI
  • Q3. Tell me your passions and what. Is the one thing I want to know about you

Interview Preparation Tips

Round: Test
Experience: Coding round based on logic was given
Tips: Practice coding
Duration: 2 hours
Total Questions: 3

College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2016. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Binary tree question. Check if left child is less than right child. Recursive and iterative implementation
  • Ans. 

    Check if left child is less than right child in a binary tree

    • Traverse the tree recursively and compare left and right child values

    • Use a stack to traverse the tree iteratively and compare left and right child values

    • Return true if all left children are less than right children, else false

  • Answered by AI
  • Q2. Check if a string is a substring in another string. Discussed speed (not time complexity). not neccessarily always correct but fast
  • Ans. 

    Use built-in string method to check substring presence for faster execution.

    • Use 'indexOf' method to check if substring is present in the main string.

    • If the method returns -1, the substring is not present.

    • If the method returns a non-negative integer, the substring is present.

  • Answered by AI
  • Q3. Maze question. write code on paper in 5 mins. automatically check if function is correct (not testcases)

Interview Preparation Tips

Round: Technical Interview
Tips: Practice writing code on paper

College Name: IIT Madras
Contribute & help others!
anonymous
You can choose to be anonymous

Electronic Arts Interview FAQs

How many rounds are there in Electronic Arts Softwaretest Engineer interview?
Electronic Arts interview process usually has 2 rounds. The most common rounds in the Electronic Arts interview process are Technical.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Brillo Technologies

No Interviews

INTERVIEWS

Eavetop Softtech

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

Cloudera

No Interviews

INTERVIEWS

Oriserve

No Interviews

INTERVIEWS

Electronic Arts

No Interviews

INTERVIEWS

Regami Solutions

No Interviews

DESIGNATION

Tell us how to improve this page.

Electronic Arts Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
Aristocrat Interview Questions
3.8
 • 45 Interviews
Light & Wonder Interview Questions
3.8
 • 29 Interviews
PurpleTalk Interview Questions
4.0
 • 27 Interviews
IDZ Digital Interview Questions
3.8
 • 22 Interviews
Games24x7 Interview Questions
3.7
 • 19 Interviews
View all
Electronic Arts Softwaretest Engineer Salary
based on 19 salaries
₹4 L/yr - ₹6.5 L/yr
At par with the average Softwaretest Engineer Salary in India
View more details

Electronic Arts Softwaretest Engineer Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.5

Skill development

4.8

Work-life balance

4.8

Salary

3.9

Job security

4.8

Company culture

4.5

Promotions

4.8

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