Upload Button Icon Add office photos
Engaged Employer

i

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

Photon Interactive Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Photon Interactive QA Engineer Interview Questions and Answers

Updated 26 Dec 2024

Photon Interactive QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Api testig questions
  • Q2. Rest assured api testig questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated QA Engineer with 5 years of experience in testing web and mobile applications.

    • Experienced in manual and automated testing

    • Proficient in using testing tools such as Selenium and Jira

    • Strong attention to detail and problem-solving skills

    • Collaborative team player with excellent communication skills

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

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

    • Defect identification: Defects are identified through testing, code reviews, or user feedback.

    • Defect reporting: Once a defect is identified, it is reported in a defect tracking system with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers analyze and fix the reported...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. pen weight = 2 kg + 1/2 of its own weight -> what is the weigh ... read more

QA Engineer Jobs at Photon Interactive

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is root cause analysis
  • Ans. 

    Root cause analysis is a systematic process used to identify the underlying cause of a problem or issue.

    • Identify the problem or issue

    • Gather data and evidence related to the problem

    • Analyze the data to determine the root cause

    • Develop solutions to address the root cause

    • Implement and monitor the effectiveness of the solutions

  • Answered by AI
  • Q2. What is scrum agile
  • Ans. 

    Scrum Agile is a framework for managing and completing complex projects in an iterative and incremental manner.

    • Scrum is based on the principles of transparency, inspection, and adaptation.

    • It involves breaking down the project into smaller tasks called user stories.

    • Teams work in short iterations called sprints, usually 2-4 weeks long.

    • Daily stand-up meetings are held to discuss progress and any obstacles.

    • Scrum roles incl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic testing methodology

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is encapsulation and loading process.also write an code for Reverse string
  • Ans. 

    Encapsulation is the process of hiding internal details of an object and providing access only through defined methods.

    • Encapsulation helps in achieving data abstraction and data hiding.

    • It allows for better control over the data and prevents direct access to it.

    • Loading process refers to the process of loading a program or data into memory for execution.

    • Reverse string code example: function reverseString(str) { return st

  • Answered by AI
  • Q2. What is encapsulation and loading process. Also write an code for reverse string
  • Ans. 

    Encapsulation is the process of hiding internal implementation details and providing a public interface. Loading process refers to the steps involved in loading a program or data into memory.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • Loading process involves steps like parsing, linking, and loading the program or data ...

  • Answered by AI
  • Q3. Regression testing and sanity difference
  • Ans. 

    Regression testing is retesting of previously tested functionality, while sanity testing is a quick check to ensure basic functionality is working.

    • Regression testing is performed to ensure that changes or fixes in the software do not introduce new defects or impact existing functionality.

    • It involves retesting of the entire application or a specific set of test cases.

    • Regression testing is usually performed after major c...

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

(1 Question)

  • Q1. STLC and Defect bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - java

Skills evaluated in this interview

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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. Authentication and authorization
  • Q2. Severity, priority, examples
  • Q3. Types of Testing
  • Ans. 

    Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression 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 the software meets the user's requirements.

    • Regression t...

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your personal interest
  • Q3. Your expected salary
  • Q4. Last drawn salary
  • Q5. Why did you select testing
  • Ans. 

    I selected testing because I enjoy finding bugs and ensuring quality in software products.

    • I have a keen eye for detail and enjoy problem-solving.

    • I like the challenge of breaking down complex systems to identify issues.

    • I believe in the importance of delivering high-quality products to users.

    • I have a passion for technology and ensuring that it functions as intended.

    • I enjoy working collaboratively with developers to impro

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. What is inheritance 2. What is polymorphism 3. How to handle Window handles 4 How to handle iframes
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class, promoting code reusability and reducing redundancy.

    • Subclasses can inherit attributes and methods from a superclass, and can also override or extend them.

    • Inheritance creates a hierarchical relationship between classes, with child classes i...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

Iris Software user image NAVEENKUMAR SAKTHIVEL

posted on 12 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL to join tables
  • Ans. 

    SQL join tables to combine data from multiple tables based on a related column

    • Use JOIN keyword to combine tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Specify the columns to join on using ON clause

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 min apti and ask role and resp in current org

Round 2 - Coding Test 

Ask the basic theory and code of java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your ans and skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Sql exam - MCQ & write a query

Round 2 - Technical 

(1 Question)

  • Q1. SDLC, STLC & Bug life cycle Where we apply OOPs concept in automation where we apply collection in automation Explain framework

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Prepare basic java coding questions
  • Q2. Prepare selenium appium automations questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic java coding questions

Photon Interactive Interview FAQs

How many rounds are there in Photon Interactive QA Engineer interview?
Photon Interactive interview process usually has 1 rounds. The most common rounds in the Photon Interactive interview process are Technical.
How to prepare for Photon Interactive QA Engineer 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 Photon Interactive. The most common topics and skills that interviewers at Photon Interactive expect are Automation Testing, JIRA, Selenium Testing, Python and Performance Testing.
What are the top questions asked in Photon Interactive QA Engineer interview?

Some of the top questions asked at the Photon Interactive QA Engineer interview -

  1. explain defect life cy...read more
  2. rest assured api testig questi...read more
  3. api testig questi...read more

Tell us how to improve this page.

Photon Interactive QA Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Photon Interactive QA Engineer Salary
based on 96 salaries
₹2.2 L/yr - ₹9.6 L/yr
12% less than the average QA Engineer Salary in India
View more details

Photon Interactive QA Engineer Reviews and Ratings

based on 14 reviews

3.7/5

Rating in categories

4.8

Skill development

4.3

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.6

Work satisfaction

Explore 14 Reviews and Ratings
QA Engineer_Offshore

Kolkata,

Mumbai

+5

3-7 Yrs

Not Disclosed

QA Engineer - ETL Testing

Chennai

3-6 Yrs

Not Disclosed

QA Engineer - Load Testing - India

Kolkata,

Mumbai

+5

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
985 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Software Engineer
483 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Technical Lead
452 salaries
unlock blur

₹9.6 L/yr - ₹28 L/yr

Softwaretest Engineer
136 salaries
unlock blur

₹2.7 L/yr - ₹11.4 L/yr

Senior QA Engineer
99 salaries
unlock blur

₹4.9 L/yr - ₹16 L/yr

Explore more salaries
Compare Photon Interactive with

Xoriant

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare

HTC Global Services

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