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 Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top Photon Interactive Interview Questions and Answers

View all 67 questions

Photon Interactive Interview Experiences

Popular Designations

106 interviews found

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

The average of 20 numbers is zero of them at the most how many may be greater than zero

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The averages of 20 numbers is zero of them at the most how many may be greater than zero

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Photon Interactive Interview Questions and Answers for Freshers
illustration image

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Protocol, Optional, GCD, Push Notifications, and app life cycle?
Round 2 - Technical 

(1 Question)

  • Q1. Two sums from leetcode, NSOperation vs GCD, View life cycle, tuple
  • Ans. 

    The interview question covers topics like solving two sum problems, NSOperation vs GCD, view life cycle, and tuples.

    • Two sum problems involve finding two numbers in an array that add up to a specific target. Example: [2, 7, 11, 15], target = 9

    • NSOperation and GCD are both used for concurrent programming in iOS. NSOperation provides more control and features, while GCD is lower level and more lightweight.

    • View life cycle i...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salay expectations

Skills evaluated in this interview

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is hoist and closure
  • Ans. 

    Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their containing scope during the compilation phase. Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Hoisting moves variable and function declarations to the top of their scope.

    • Closures allow functions to access variables from their outer s...

  • Answered by AI
  • Q2. What is useCallback hook?
  • Ans. 

    useCallback is a hook in React that returns a memoized callback function

    • Returns a memoized callback function

    • Helps in optimizing performance by preventing unnecessary re-renders

    • Useful when passing callbacks to child components that rely on reference equality

  • Answered by AI
Round 2 - Coding Test 

Update state from child compoenent

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

Photon Interactive interview questions for popular designations

 Software Engineer

 (9)

 Senior Software Engineer

 (7)

 Technical Lead

 (6)

 Innovation Consultant

 (5)

 Business Analyst

 (5)

 Front end Developer

 (4)

 Senior Android Developer

 (4)

 IOS Developer

 (4)

SSE Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2024

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

(2 Questions)

  • Q1. Questions from React
  • Q2. Questions from Testing

SSE Interview Questions asked at other Companies

Q1. What is docker and what are the basic commands of docker
View answer (1)

Get interview-ready with Top Photon Interactive Interview Questions

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

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Var,let and const differences
  • Ans. 

    var, let, and const are all used for variable declaration in JavaScript, but they have different scopes and behaviors.

    • var is function scoped, let and const are block scoped

    • var can be redeclared and updated, let can be updated but not redeclared, const cannot be redeclared or updated

    • const is used for variables that should not be reassigned, like constants

  • Answered by AI
  • Q2. What is a promise? in javascript
  • Ans. 

    A promise in JavaScript represents the eventual completion (or failure) of an asynchronous operation and its resulting value.

    • Promises are objects that represent the eventual completion (or failure) of an asynchronous operation.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and failure.

    • Example: new Promise((resolve, reject) => { ... }).then(res

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Jobs at Photon Interactive

View all
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write a code for Factorial series

Round 2 - Technical 

(2 Questions)

  • Q1. Deep learning related
  • Q2. Maximum GenAI Based question

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Interview experience
1
Bad
Difficulty level
Moderate
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 

(2 Questions)

  • Q1. About DevOps & roles and responsibilities
  • Q2. Intro about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company,
you may loose your career.
You will loose your self confidence.
No job security
Not a good & positive vibes
Nobody have good skill in that company

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. SDLC STLC AGILE METHODLOGIES SCRUM REVIEW RETROSPECTIVE TEST CASES ON CALENDER

Interview Preparation Tips

Interview preparation tips for other job seekers - This was the first round of questions they asked me

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Coding Test 

Normal Assessment test

Round 2 - Technical 

(1 Question)

  • Q1. May be the interviewer was expecting 200 years of experience from a 3.6 years Experienced person. So prepare accordingly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask them for actual requirement for the particular opening.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Contribute & help others!
anonymous
You can choose to be anonymous

Photon Interactive Interview FAQs

How many rounds are there in Photon Interactive interview?
Photon Interactive interview process usually has 1-2 rounds. The most common rounds in the Photon Interactive interview process are Technical, One-on-one Round and HR.
How to prepare for Photon Interactive 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 Javascript, Java, Python, Microservices and SQL.
What are the top questions asked in Photon Interactive interview?

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

  1. What are design patterns, and have you implemented any of the design pattern in...read more
  2. what is ES6 feature small coding on how let,var,const works javascript set , cl...read more
  3. What is responsive design ? How will you develop responsive website...read more
How long is the Photon Interactive interview process?

The duration of Photon Interactive interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Photon Interactive

No Jobs

JOBS

Photon Interactive

No Jobs

INTERVIEWS

Allstate

No Interviews

JOBS

Allstate

No Jobs

INTERVIEWS

Grasim Industries

No Interviews

JOBS

Grasim Industries

No Jobs

JOBS

Grasim Industries

No Jobs

SALARIES

Grasim Industries

DESIGNATION

Tell us how to improve this page.

Photon Interactive Interview Process

based on 89 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Photon Interactive Reviews and Ratings

based on 1.8k reviews

4.0/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

4.0

Salary

3.8

Job security

3.9

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 1.8k Reviews and Ratings
Scrum Master

Kolkata,

Mumbai

+5

8-13 Yrs

Not Disclosed

Sr. Scrum Master

Pune

9-14 Yrs

Not Disclosed

Java Developer with AWS

Chennai

5-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
972 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
485 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
417 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
99 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Photon Interactive with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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