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

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... 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

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

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Equals and hashcode
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be developed, deployed, and scaled independently

    • Examples: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Springboot annotation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI

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 973 salaries
₹6 L/yr - ₹24 L/yr
12% less than the average Senior Software Engineer Salary in India
View more details

Photon Interactive Senior Software Engineer Reviews and Ratings

based on 144 reviews

2.8/5

Rating in categories

2.9

Skill development

2.6

Work-life balance

3.1

Salary

2.5

Job security

2.7

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 144 Reviews and Ratings
Senior Software Engineer, Technical Lead

Chennai,

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Sr Software Engineer - Java

Kolkata,

Mumbai

+5

10-12 Yrs

Not Disclosed

Senior Software Engineer - Angular, Java

Kolkata,

Mumbai

+5

6-9 Yrs

₹ 14-20 LPA

Explore more jobs
Senior Software Engineer
973 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Software Engineer
489 salaries
unlock blur

₹3.5 L/yr - ₹13.9 L/yr

Technical Lead
416 salaries
unlock blur

₹10.5 L/yr - ₹31 L/yr

Softwaretest Engineer
136 salaries
unlock blur

₹2.7 L/yr - ₹11.4 L/yr

Project Manager
100 salaries
unlock blur

₹8 L/yr - ₹24.5 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