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

Updated 6 Dec 2024

Photon Interactive Senior Software Engineer Interview Experiences

7 interviews found

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

(2 Questions)

  • Q1. Difference between default and props
  • Q2. How do you know the dom is ready or not

Interview Preparation Tips

Interview preparation tips for other job seekers - vue js basic questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Past experience
  • Q2. Python related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever join this company
Their protocol is to provide fake opportunities and fake offer letter
Not safe for girls to join

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java, Typescript, React Native
Round 2 - HR 

(1 Question)

  • Q1. Behavioural round
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

Photon Interactive interview questions for designations

 Senior Software

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (9)

 Senior Software Developer

 (1)

 Software Testing Engineer

 (1)

 Senior Software Engineer 1

 (2)

 Senior Devops Engineer

 (2)

 Senior QA Engineer

 (2)

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

I applied via Referral and was interviewed in Sep 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 - Technical 

(2 Questions)

  • Q1. What is higher order component?
  • Ans. 

    Higher order component is a function that takes a component and returns a new component with additional functionality.

    • HOC is a design pattern in React

    • It allows code reuse, logic abstraction and composition

    • Examples include withRouter, connect, and memo

  • Answered by AI
  • Q2. What is context api?
  • Ans. 

    Context API is a way to manage global state in React applications.

    • Context API allows components to share data without passing props down the component tree.

    • It provides a way to avoid prop drilling and makes code more maintainable.

    • Context API consists of two parts: the Provider and the Consumer.

    • The Provider component allows data to be passed down to all child components.

    • The Consumer component allows components to access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discuss last salary and godhead for final round
Round 4 - HR 

(1 Question)

  • Q1. Discuss only expected package

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply. here not job security. North Indian peoples please don't apply here

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Some tech questions about redux
  • Q2. Some about javascript like spread operator

Interview Preparation Tips

Interview preparation tips for other job seekers - One thing I will choose character of management not package

Senior Software Engineer Jobs at Photon Interactive

View all

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the difference between shared and final layout in sitecore. explain with examples.
  • Ans. 

    Shared and Final Layout in Sitecore

    • Shared Layout is used for all items that inherit from a specific template

    • Final Layout is used for the specific item and overrides the shared layout

    • Shared Layout can be edited by multiple users while Final Layout is locked

    • Shared Layout is stored in the __Standard Values while Final Layout is stored in the item itself

    • Example: Changing the header of a website using Shared Layout will cha...

  • Answered by AI
  • Q2. Helix Architecture
  • Q3. Round for writing programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about the field you applied in. From basics to the proper implementation of your project. All the things one has worked upon should know them thoroughly

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C# in depth, .net core, Angular basics+, intermediate level, Azure basics, OOPS, CI-CD

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews were pure technical and there were technical scenarios asked. Giving example for most of the answers would be good.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

This was a very easy test. It can be crackable easily.

Round 2 - Technical 

(2 Questions)

  • Q1. There is only 1 technical happened. Core java, angular, JUNIT
  • Ans. Basics of core java must, Angular if worked on it
  • Answered Anonymously
  • Q2. Junit test cases if worked previously.
  • Ans. 

    Junit test cases should always be re-run to ensure code quality and prevent regression.

    • Junit test cases should be run after every code change.

    • Test cases should cover all possible scenarios and edge cases.

    • Test cases should be automated to save time and ensure consistency.

    • Test cases should be reviewed and updated regularly.

    • Regression testing should be performed to ensure new changes do not break existing functionality.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, Why this company kind of question.

Interview Preparation Tips

Topics to prepare for CitiusTech Senior Software Engineer interview:
  • Core Java
  • Angular
  • JUnit
Interview preparation tips for other job seekers - Company is good in terms of policies, also there is option of onsite.

Skills evaluated in this interview

Photon Interactive Interview FAQs

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

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

  1. What is the difference between shared and final layout in sitecore. explain wit...read more
  2. What is higher order compone...read more
  3. what is context a...read more

Tell us how to improve this page.

Photon Interactive Senior Software Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Photon Interactive Senior Software Engineer Salary
based on 978 salaries
₹6 L/yr - ₹24 L/yr
13% less than the average Senior Software Engineer Salary in India
View more details

Photon Interactive Senior Software Engineer Reviews and Ratings

based on 149 reviews

2.9/5

Rating in categories

3.0

Skill development

2.7

Work-life balance

3.2

Salary

2.6

Job security

2.8

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 149 Reviews and Ratings
Sr Software Engineer - Java,AWS - CHN

Kolkata,

Mumbai

+5

6-9 Yrs

₹ 14-20 LPA

Sr Software Engineer - Java,AWS - CHN

Kolkata,

Mumbai

+5

6-9 Yrs

₹ 14-20 LPA

Sr Software Engineer - Java,AWS - CHN

Kolkata,

Mumbai

+5

6-9 Yrs

₹ 14-20 LPA

Explore more jobs
Senior Software Engineer
978 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Software Engineer
482 salaries
unlock blur

₹2.8 L/yr - ₹12.9 L/yr

Technical Lead
447 salaries
unlock blur

₹9.6 L/yr - ₹31 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.4
Compare

Iris Software

4.0
Compare

HTC Global Services

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