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

Updated 19 Jul 2023

Photon Interactive Senior Android Application Developer Interview Experiences

1 interview found

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 Jan 2023. There were 3 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 - Aptitude Test 

Android sdk and kotlin related questions

Round 3 - Technical 

(4 Questions)

  • Q1. 1. Activity and fragment life cycle 2. Communicate between parents fragment to child fragment 3. Broadcasting receiver 4. How to implement MVVM design pattern for login page 5. Modifier in kotlin 6. Abstra...
  • Ans. 

    The interview questions cover various topics related to Android development, including activity and fragment life cycle, communication between fragments, MVVM design pattern, Kotlin modifiers, abstract vs interface, coroutines, background services, and Room database implementation.

    • Understand the life cycle of activities and fragments in Android development

    • Use communication techniques like interfaces or shared view mode...

  • Answered by AI
  • Q2. 11. How to store sensible data
  • Ans. 

    Sensitive data should be stored securely using encryption and secure storage mechanisms.

    • Use encryption algorithms like AES to encrypt sensitive data before storing it in the database.

    • Store encryption keys securely, separate from the data they encrypt.

    • Implement secure storage mechanisms like Android Keystore to protect sensitive data.

    • Avoid storing sensitive data in plain text or easily accessible formats.

  • Answered by AI
  • Q3. 12. Explain about the Keystore file
  • Ans. 

    Keystore file is a secure container used to store cryptographic keys and certificates for Android applications.

    • Keystore file is used to securely store private keys, public keys, and certificates used for encryption and authentication in Android applications.

    • It helps in protecting sensitive information such as passwords, API keys, and other credentials.

    • Keystore file can be generated using keytool command-line utility or...

  • Answered by AI
  • Q4. 13. Write reverse string program in kotlin 14. Safe call and null check operator
  • Ans. 

    Reverse a string and demonstrate safe call and null check operator in Kotlin

    • To reverse a string in Kotlin, you can use the built-in extension function 'reversed()'

    • Safe call operator '?' is used to safely access properties of nullable objects without causing NullPointerException

    • Null check operator '!!' is used to explicitly throw a NullPointerException if a nullable object is null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before attend the interview

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Core java, spring boot, sql, java8
  • Q2. Basic concept of java
Round 2 - HR 

(1 Question)

  • Q1. What is your Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basic concept and also must have good communication skills

I applied via Referral and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Find the maximum for each and every contiguous subarray of size k from an arr of size n.
  • Ans. 

    Find maximum for each contiguous subarray of size k from an array of size n.

    • Iterate through the array and keep track of maximum for each subarray of size k

    • Use a sliding window approach to efficiently calculate maximum for each subarray

    • Time complexity: O(n)

    • Example: arr = [10, 5, 2, 7, 1, 9, 4], k = 3, output = [10, 7, 7, 9, 9]

  • Answered by AI
  • Q2. Find all the permutations of the string.
  • Ans. 

    Permutations of a string

    • Use recursion to swap characters and generate permutations

    • Iterate through the string and swap each character with the first character

    • Repeat the above step for each character in the string

  • Answered by AI
  • Q3. Left View of a Binary Tree.
  • Ans. 

    Left view of a binary tree

    • The left view of a binary tree shows the leftmost node at each level

    • We can traverse the tree in a pre-order fashion and keep track of the current level

    • If the current level is greater than the maximum level seen so far, add the node to the result

  • Answered by AI
  • Q4. Segregate an array containing 0 and 1 with minimum number of swaps.
  • Ans. 

    Segregate an array of 0s and 1s with minimum swaps.

    • Count the number of 0s in the array.

    • Swap the 1s with the 0s until all 0s are on one side and 1s on the other.

    • The minimum number of swaps required is half the number of 1s on the side with fewer 1s.

  • Answered by AI
  • Q5. More questions from CV (about project and framwork link springboot mentioned in cv) and collections (question on map and comparable and comparator), multithreading (consumer producer for odd even number)

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions will be medium, prepare well basic DS, Algo and the top project and frameworks from CV.

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Java Basics
  • Q2. Hashmap Working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides fast access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hashmap provides constant time complexity for insertion, deletion, and retrieval of values.

    • Example: HashMap<S...

  • Answered by AI
  • Q3. Spring Boot, Microservices, Circuit Breaker
  • Q4. SQL-> 3rd Highest Salary
  • Ans. 

    To find the 3rd highest salary in SQL, we can use the 'LIMIT' and 'OFFSET' keywords.

    • Use 'ORDER BY' to sort the salaries in descending order

    • Use 'LIMIT 1 OFFSET 2' to select the 3rd highest salary

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

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to basics of Kotlin
  • Q2. Questions related to basics of Android
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

MC- Android Java related Questions

Round 2 - Technical 

(1 Question)

  • Q1. Kotlin coroutine related, Comparison of Architecture
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. JAVA 8 new features spring framework
  • Q2. What is marker interface why we use
  • Ans. 

    Marker interface is an empty interface used to mark classes for special treatment.

    • Marker interface has no methods or fields, it is used to provide metadata about the class.

    • It is used by frameworks or APIs to identify classes that implement the interface.

    • Examples include Serializable interface in Java, which marks classes as serializable.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hello tell me about yourself

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

I applied via Approached by Company and was interviewed before Oct 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. 1 round consist base of development like OOPS, Basic Concept of solid, Design Pattern, Database, AZURE/AWS, Testing Frameworks, ORM etc.
  • Q2. What is Oops in c#?
  • Ans. 

    Object-Oriented Programming concepts in C#

    • Oops stands for Object-Oriented Programming.

    • It includes concepts like classes, objects, inheritance, polymorphism, encapsulation.

    • Example: Creating a class 'Car' with properties like 'make', 'model' and methods like 'drive'.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. More discussion on basic topic along with some advance area like architecture, security, performance,
Round 4 - HR 

(1 Question)

  • Q1. Mostly want to know how you are fit with there culture, more focus on personality.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare from basic things, If you don't know answer please tell them know, don't try to waste your time as well as interviewer

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 high order function?
  • Ans. 

    A high order function is a function that can take other functions as parameters or return functions as results.

    • High order functions can be used to create more flexible and reusable code.

    • They allow for functions to be passed as arguments, making code more modular.

    • Examples include map, filter, and reduce functions in functional programming.

  • Answered by AI
  • Q2. What is most efficient layout to use on android
  • Ans. 

    ConstraintLayout is the most efficient layout to use on Android.

    • Allows for flat view hierarchy

    • Handles complex layouts efficiently

    • Supports responsive design

    • Provides tools for optimizing layouts

  • Answered by AI

Skills evaluated in this interview

Photon Interactive Interview FAQs

How many rounds are there in Photon Interactive Senior Android Application Developer interview?
Photon Interactive interview process usually has 3 rounds. The most common rounds in the Photon Interactive interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Photon Interactive Senior Android Application Developer 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 Android, Application Development, Java, Kotlin and Mobile Application Development.
What are the top questions asked in Photon Interactive Senior Android Application Developer interview?

Some of the top questions asked at the Photon Interactive Senior Android Application Developer interview -

  1. 1. Activity and fragment life cycle 2. Communicate between parents fragment to ...read more
  2. 13. Write reverse string program in kotlin 14. Safe call and null check opera...read more
  3. 11. How to store sensible d...read more

Tell us how to improve this page.

Photon Interactive Senior Android Application Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.4
 • 274 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
Iris Software Interview Questions
4.0
 • 150 Interviews
ThoughtWorks Interview Questions
3.9
 • 148 Interviews
Apexon Interview Questions
3.3
 • 141 Interviews
View all
Photon Interactive Senior Android Application Developer Salary
based on 5 salaries
₹8.8 L/yr - ₹20 L/yr
48% more than the average Senior Android Application Developer Salary in India
View more details

Photon Interactive Senior Android Application Developer Reviews and Ratings

based on 2 reviews

2.3/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

2.3

Salary

2.3

Job security

2.3

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
985 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Software Engineer
483 salaries
unlock blur

₹2.8 L/yr - ₹13 L/yr

Technical Lead
452 salaries
unlock blur

₹9.6 L/yr - ₹28 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.3
Compare

Iris Software

4.0
Compare

HTC Global Services

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