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
4.0

based on 1.7k Reviews

Filter interviews by

Photon Interactive Interview Questions, Process, and Tips

Updated 26 Dec 2024

Top Photon Interactive Interview Questions and Answers

View all 60 questions

Photon Interactive Interview Experiences

Popular Designations

103 interviews found

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(8 Questions)

  • Q1. Explain about MVVM
  • Ans. 

    MVVM is an architectural pattern used in software development, particularly in Android apps, to separate the user interface from the business logic.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View is the UI component that displays the data and interacts with the user

    • ViewModel acts as a mediator between the Model and View, handling user interactions and updating the Model

    • MVVM helps in...

  • Answered by AI
  • Q2. Kotlin scope function
  • Q3. Sealed claa in kotlin
  • Ans. 

    Sealed classes in Kotlin are used to represent restricted class hierarchies.

    • Sealed classes can have a limited set of subclasses defined within the same file.

    • They are useful for representing a fixed set of types in a hierarchy.

    • Sealed classes are often used in when expressions for exhaustive checks.

  • Answered by AI
  • Q4. Extension function in kotlin
  • Ans. 

    Extension functions in Kotlin allow you to add new functions to existing classes without modifying their source code.

    • Extension functions are defined outside of the class they extend.

    • They can be called on instances of the class as if they were regular methods.

    • They can access the properties and methods of the class they extend.

    • Example: fun String.isEmailValid(): Boolean { ... }

    • Example: fun Int.isEven(): Boolean { ... }

  • Answered by AI
  • Q5. Null safety in kotlin
  • Ans. 

    Null safety in Kotlin ensures that variables cannot hold null values unless explicitly specified.

    • Kotlin uses nullable and non-nullable types to enforce null safety.

    • The '?' operator is used to declare a variable as nullable.

    • Safe call operator '?.' is used to safely access properties or methods of nullable objects.

    • The '!!' operator is used for force unwrapping nullable types, but can lead to NullPointerExceptions.

  • Answered by AI
  • Q6. Room data base explanation
  • Ans. 

    Room database is a persistence library that provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.

    • Room database simplifies database interactions by providing compile-time verification of SQL queries.

    • It consists of three main components: Entity, DAO (Data Access Object), and Database.

    • Entities represent tables in the database, DAOs define methods to i...

  • Answered by AI
  • Q7. Find the vowels in a string and convert that into upper case
  • Ans. 

    Convert vowels in a string to uppercase

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • If it is a vowel, convert it to uppercase

  • Answered by AI
  • Q8. Explain about jet compose
  • Ans. 

    Jet Compose is a modern UI toolkit for building native Android apps using a declarative approach.

    • Jet Compose is a declarative UI framework for building Android apps.

    • It allows developers to create UI components using Kotlin code.

    • Jet Compose simplifies UI development by eliminating the need for XML layouts.

    • It provides a more flexible and efficient way to create dynamic UIs.

    • Jet Compose is part of the Jetpack libraries pro

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Photon Interactive Senior Android Developer interview:
  • Kotlin
  • Scope function
  • Sealed
  • Extension
  • MVVM
  • Null safety

Skills evaluated in this interview

Top Photon Interactive Senior Android Developer Interview Questions and Answers

Q1. Find the vowels in a string and convert that into upper case
View answer (1)

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array SortingA binary array is an array consisting of only 0s and 1s. You are given a binary array "arr" of size ‘N’. Your task is to sort the given array and return this array after sorting. Input Format : The first line of input c... read more
View answer (3)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. Custom painting widget
  • Q2. Web sockets implementation
  • Q3. Bloc Architecture
  • Q4. Pagination in Flutter
  • Ans. 

    Pagination in Flutter allows for efficient loading of large data sets by fetching and displaying data in chunks.

    • Use ListView.builder with a custom itemBuilder function to dynamically load data as the user scrolls.

    • Implement a pagination logic to fetch more data when the user reaches the end of the current data set.

    • Update the ListView with the new data and continue the process until all data is loaded.

    • Consider using pack...

  • Answered by AI
  • Q5. Adding and customising voice over (accessibility) support to Flutter app
  • Ans. 

    To add voice over (accessibility) support to a Flutter app, use the accessibility features provided by Flutter and customize them as needed.

    • Use Semantics widget to add accessibility labels and actions to widgets in the app

    • Customize the voice over experience by providing specific instructions and descriptions for each widget

    • Test the accessibility features using a screen reader to ensure they work as intended

  • Answered by AI
Round 2 - Group Discussion 

Bloc Architecture and implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing the interview, I received an email about the onboarding process but haven't received any updates since. I was informed that the interviewer has been unresponsive. Despite multiple attempts to reach out, there has been no communication regarding the status of the process. I'm particularly concerned as I’ve already shared all my documents with HR, and it seems the person handling it has now absconded.

Skills evaluated in this interview

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Nodejs, REST API, validation, etc
Round 2 - HR 

(1 Question)

  • Q1. Tried to low ball

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 2 interviews one was technical and the other was HR discussion. They asked for salary slips, bank statement, educational certificates etc. In the HR discussion, the HR told that they would only provide conditional offer letter on accepting that, I would have to attend another interview with the client and if I got selected in that interview and decide to not join, I would I have to pay 10% of the conditional offer... LOL! This is ridiculous.

Also said that there would be a clause in the offer letter which mentions there has to be minimum commitment of 6 months with the company, If you drop your papers before 6 months you have to pay 3 months salary..

Absolutely worst!!, How do they even think of these things, Absolutely predatory behavior

Senior Software Interview Questions asked at other Companies

Q1. Design bookmyshow like application. how will you handle the scenario if two people try to book the same seat at the same time?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Solid principle implemantion in c#
  • Ans. 

    Solid principles are a set of design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses wi...

  • Answered by AI
  • Q2. Write a code for Entity framework DB connection
  • Ans. 

    Code snippet for Entity Framework DB connection

    • Install Entity Framework NuGet package

    • Create a DbContext class

    • Define DbSet properties for each entity

    • Configure connection string in app.config/web.config

    • Use DbContext to interact with the database

  • Answered by AI
  • Q3. Get 3 rd highest salary
  • Ans. 

    To get the 3rd highest salary, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.

    • Use a SQL query with 'ORDER BY salary DESC' to sort salaries in descending order.

    • Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and get the 3rd highest salary.

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q4. Why we using interface in C#
  • Ans. 

    Interfaces in C# provide a way to define a contract for classes to implement, promoting code reusability and flexibility.

    • Interfaces allow for multiple inheritance in C# by allowing a class to implement multiple interfaces.

    • Interfaces help in achieving loose coupling between classes, making the code more maintainable and testable.

    • Interfaces are used to define common behavior that multiple classes can share, promoting cod...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to change the company

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Photon Interactive interview questions for popular designations

 Software Engineer

 (9)

 Senior Software Engineer

 (7)

 Business Analyst

 (5)

 Innovation Consultant

 (5)

 Technical Lead

 (5)

 Front end Developer

 (4)

 IOS Developer

 (4)

 Senior Android Developer

 (4)

Software Engineer Interview Questions & Answers

user image Santhosh Krishnan

posted on 10 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly about java,
  • Q2. Spring boot and Jenkins

Top Photon Interactive Software Engineer Interview Questions and Answers

Q1. What are design patterns, and have you implemented any of the design pattern in your previous project, can you explain?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Get interview-ready with Top Photon Interactive Interview Questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you optimise database
  • Ans. 

    Optimizing database involves indexing, query optimization, normalization, and proper hardware configuration.

    • Use indexing to speed up data retrieval

    • Optimize queries by avoiding unnecessary joins and using appropriate indexes

    • Normalize database tables to reduce redundancy and improve data integrity

    • Consider hardware configuration like storage type and memory allocation for optimal performance

  • Answered by AI

Platform Engineer Interview Questions asked at other Companies

Q1. Palindrome Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2-> ... read more
View answer (4)

Jobs at Photon Interactive

View all
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sathyabama University and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Round 1 - Aptitude Test
In Round 1 they asked a few questions on the Quantitative Part(Time and work, Speed & Distance) and a few Questions(Paragraph writing) which were asked on differences between Arrays and linked lists, constructors and Methods, class & Objects and so on. and also a few coding questions (Fibonacci series, Matrix Question). The duration was 45 minutes.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Here they have shortlisted a lot of students from other departments as well then proceeded to the next level. Round 2 - Technical Before moving to the technical round, we had a brief presentation on the...
  • Q2. 1. Brief Introduction about Yourself. 2. Projects Explanation & related questions to it. 3. Basic Questions on AI(what captivated you towards AI? why?). 4. Questions like Why should they hire you? why phot...

Interview Preparation Tips

Topics to prepare for Photon Interactive Artificial Intelligence Intern interview:
  • C
  • C++
  • Java
  • Data Structures
Interview preparation tips for other job seekers - Be Confident and True to your Resume.

Artificial Intelligence Intern Interview Questions asked at other Companies

Q1. Which AI field you are interested?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Oct 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Scenario based nodejs questions
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

Business Analyst Interview Questions & Answers

user image harish krishna

posted on 22 May 2024

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sprint Planning and Backlog Grooming
  • Q2. Definition of Done and and Ready
  • Ans. 

    Definition of Done and Ready in the context of business analysis

    • Definition of Done: Criteria that a product must meet to be considered complete and ready for release

    • Definition of Ready: Criteria that a user story must meet before it can be worked on by the team

    • Examples: Done criteria may include passing all tests, obtaining stakeholder approval, and documenting changes. Ready criteria may include having clear acceptanc...

  • Answered by AI

Skills evaluated in this interview

Top Photon Interactive Business Analyst Interview Questions and Answers

Q1. What tools do you use and why do you required them?
View answer (1)

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Protocol?
  • Ans. 

    A protocol is a set of rules or guidelines that define how data is transmitted and received in a network or system.

    • Protocols define the format, timing, sequencing, and error checking of data transmission.

    • Examples of protocols include HTTP, TCP/IP, and Bluetooth.

    • Protocols ensure that devices can communicate effectively and reliably with each other.

  • Answered by AI
  • Q2. GCD, ARC, delegate, solid principles
Round 2 - Technical 

(1 Question)

  • Q1. Basics of Swift and ios
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation?

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)

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.

Tell us how to improve this page.

Photon Interactive Interview Process

based on 59 interviews in last 1 year

Interview experience

3.6
  
Good
View more

People are getting interviews through

based on 57 Photon Interactive interviews
Job Portal
Company Website
Recruitment Consultant
Referral
Campus Placement
WalkIn
58%
9%
7%
5%
5%
2%
14% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all

Photon Interactive Reviews and Ratings

based on 1.7k reviews

4.0/5

Rating in categories

4.1

Skill development

4.0

Work-Life balance

4.1

Salary & Benefits

3.9

Job Security

4.0

Company culture

3.9

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1.7k Reviews and Ratings
Sr UX Designer

Kolkata,

Mumbai

+5

5-10 Yrs

Not Disclosed

Scrum Master - Bangalore

Kolkata,

Mumbai

+5

8-13 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
990 salaries
unlock blur

₹6.1 L/yr - ₹23 L/yr

Software Engineer
504 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Technical Lead
405 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Softwaretest Engineer
137 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Project Manager
110 salaries
unlock blur

₹8.5 L/yr - ₹24.5 L/yr

Explore more salaries
Compare Photon Interactive with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview