i
Photon Interactive
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
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
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
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
Create login page and listing products
Self intro, and interests
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 3 interview rounds.
React, JavaScript, es6
You have to get a rady-made react application work
I applied via Job Portal and was interviewed in Aug 2023. There was 1 interview round.
Photon Interactive interview questions for designations
Top trending discussions
I was interviewed before Dec 2020.
Round duration - 360 minutes
Round difficulty - Medium
Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .
Given an array of integers arr
, where arr[i]
represents the number of pages in the i-th
book, and an integer m
representing the number of students, allocate all the books ...
Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.
Iterate through possible allocations and calculate the maximum pages assigned to a student.
Find the minimum of these maximums to get the optimal allocation.
Return the minimum pages allocated in each test case, or -1 if not possible.
Tip 1 : Good understanding of Data Structure and Algorithms
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .
Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
posted on 18 Feb 2024
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
It was easy not that hard
Coding question were on medium level
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.
Box-model consists of content, padding, border, and margin
Content area is where text or images are displayed
Padding is the space between content and border
Border is the line around the content and padding
Margin is the space outside the border
Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.
Flexbox is best for arranging items in a single row or column.
Grid is best for creating complex layouts with rows and columns.
Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.
Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.
Both
I applied via Naukri.com and was interviewed in Oct 2022. There were 4 interview rounds.
How revere the string without using reverse method
Split duplication from the array
based on 4 interviews
Interview experience
based on 3 reviews
Rating in categories
Senior Software Engineer
972
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
485
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
417
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
136
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
99
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech