Upload Button Icon Add office photos
Engaged Employer

i

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

Ediiie Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 40 Reviews

Filter interviews by

Ediiie Senior QA Tester Interview Questions, Process, and Tips

Updated 22 Mar 2023

Ediiie Senior QA Tester Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed before Mar 2022. There were 4 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 - One-on-one 

(3 Questions)

  • Q1. What is a bug and what are its types?
  • Ans. 

    A bug is a defect or flaw in a software application that causes it to behave unexpectedly or produce incorrect results.

    • A bug can be a coding error, design flaw, or an issue with the software's functionality.

    • Common types of bugs include syntax errors, logic errors, and user interface bugs.

    • Examples of bugs include crashes, data corruption, incorrect calculations, and security vulnerabilities.

  • Answered by AI
  • Q2. What is VR? What is Metaverse?
  • Ans. 

    VR stands for Virtual Reality, which is a simulated experience that can be similar to or completely different from the real world. Metaverse refers to a collective virtual shared space, created by the convergence of virtually enhanced physical reality and physically persistent virtual reality.

    • VR is a technology that immerses users in a computer-generated environment, typically through the use of headsets and controller...

  • Answered by AI
  • Q3. What is a Collider? Where is it used?
  • Ans. 

    A Collider is a component in game development that detects collisions between objects.

    • A Collider is used in game development to detect when two objects collide with each other.

    • It is commonly used in physics-based games to simulate realistic interactions between objects.

    • Colliders can be attached to game objects such as characters, obstacles, or projectiles.

    • They can be configured to have different shapes such as boxes, s...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Knowledge about Gaming industry?
  • Ans. 

    Yes

    • Understanding of gaming platforms, genres, and trends

    • Knowledge of game development processes and methodologies

    • Familiarity with gaming hardware and software

    • Awareness of gaming industry standards and regulations

    • Experience with game testing and quality assurance practices

  • Answered by AI
  • Q2. What is Bug life cycle? What are bug types?
  • Ans. 

    Bug life cycle is the process of a bug from its identification to its closure. Bug types include functional, performance, usability, etc.

    • Bug life cycle involves stages like bug identification, bug reporting, bug fixing, bug retesting, and bug closure

    • Bug types include functional bugs (e.g. incorrect calculations), performance bugs (e.g. slow response time), usability bugs (e.g. confusing user interface), etc.

    • Bug severit...

  • Answered by AI
  • Q3. Experience about Jira and Testing processess?
  • Q4. Jira is project tracking website which aids in projections, timeline assesments and acts as bug reporting platform as well. Testing process may be answered as Smoke testing, Funcitonality testing, Black b...
Round 4 - HR 

(3 Questions)

  • Q1. Salary expectation and Negociation
  • Q2. Willingness to relocate to company HQs?
  • Q3. Relatable answer for candidates preference

Interview Preparation Tips

Topics to prepare for Ediiie Senior QA Tester interview:
  • Bug Reporting
  • Gaming
  • metaverse
  • VR
  • Testing
Interview preparation tips for other job seekers - Gaming industry knowledge, Gaming experience and expertise. Testing knowledge and its processes need to be known. Info about what is VR/MR/XR and other stuff would be helpful

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Los process of loans
  • Ans. 

    The process of loans involves application, approval, disbursement, and repayment.

    • Application: Borrower submits loan application with required documents.

    • Approval: Lender reviews application, checks creditworthiness, and decides whether to approve or deny.

    • Disbursement: If approved, funds are disbursed to borrower.

    • Repayment: Borrower makes scheduled payments to repay the loan amount.

    • Examples: Personal loans, home loans, c

  • Answered by AI
  • Q2. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in a software application.

    • Defect identification: Defects are identified by testers during testing.

    • Defect reporting: Testers report defects in a defect tracking tool.

    • Defect fixing: Developers fix the reported defects.

    • Defect retesting: Testers retest the fixed defects to ensure they are resolved.

    • Defect closing: Once the def

  • Answered by AI
  • Q3. Difference between sanity, smoke and regression testing
  • Ans. 

    Sanity testing is a quick test to check if the software is stable, smoke testing is a subset of sanity testing focusing on critical functionalities, and regression testing is retesting after code changes.

    • Sanity testing is a narrow and deep testing to ensure that the most critical functionalities work correctly after changes.

    • Smoke testing is a broad and shallow testing to ensure that the basic functionalities work befor...

  • Answered by AI
  • Q4. Different types of https methods in api testing
  • Ans. 

    Different types of https methods in api testing include GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD.

    • GET - Used to retrieve data from the server

    • POST - Used to submit data to the server

    • PUT - Used to update existing data on the server

    • DELETE - Used to delete data on the server

    • PATCH - Used to partially update data on the server

    • OPTIONS - Used to check what HTTP methods are supported by the server

    • HEAD - Used to retrieve head

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

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Banking domain related questions

Skills evaluated in this interview

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Test scenarios, regression sanity and integration testing

Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

General queries from lead code

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good. Interviewer are very supportive in nature.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is STLC? What is Bug life cycle?
  • Q2. Tell me about your project?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion part
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 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 - Technical 

(1 Question)

  • Q1. Manual testing,SQL,java
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am sanobar I am from bijapur I am looking for both testing and development.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application. Sanity testing is a subset of regression testing that focuses on testing the specific changes made to an application.

    • Smoke testing is performed to ensure that the most critical functionalities of an application are working as expected.

    • It is usually performed after a build is deployed to check if the a...

  • Answered by AI
  • Q2. What is regression testing, testing
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to ensure that the modifications have not introduced new bugs or issues.

    • It involves re-executing previously executed test cases to verify that the existing functionalities still work as expected.

    • Regression testing helps in iden...

  • Answered by AI
  • Q3. Black Box and what Box testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics technical questions for manual Testing, test cases writing , test scenarios

Skills evaluated in this interview

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 Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were asked

Round 2 - Coding Test 

It had two questions on binary strings

Ediiie Interview FAQs

How many rounds are there in Ediiie Senior QA Tester interview?
Ediiie interview process usually has 4 rounds. The most common rounds in the Ediiie interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Ediiie Senior QA Tester interview?

Some of the top questions asked at the Ediiie Senior QA Tester interview -

  1. What is Bug life cycle? What are bug typ...read more
  2. What is a bug and what are its typ...read more
  3. What is a Collider? Where is it us...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Ediiie interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 740 Interviews
Swiggy Interview Questions
3.8
 • 412 Interviews
upGrad Interview Questions
3.8
 • 198 Interviews
Unacademy Interview Questions
3.0
 • 195 Interviews
Ola Cabs Interview Questions
3.4
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
View all

Ediiie Senior QA Tester Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
Talent Acquisition Specialist
6 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Unity Developer
5 salaries
unlock blur

₹3.7 L/yr - ₹8 L/yr

Project Manager
4 salaries
unlock blur

₹9.2 L/yr - ₹18.5 L/yr

Business Development Manager
4 salaries
unlock blur

₹4.4 L/yr - ₹7 L/yr

Content Writer
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Ediiie with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.8
Compare

Upstox

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview