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 and Answers

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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Photon Interactive?
Ask anonymously on communities.

Interview questions from similar companies

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

Round 1 - Aptitude Test 

1. Unit testing
2. Program testing
3. Full integration testing

Round 2 - HR 

(1 Question)

  • Q1. Salary dission and other Location and other Salary related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Android concept very careful. Practice java problems

Senior Android Application Developer Interview Questions Asked at Other Companies

Q1. 1. Activity and fragment life cycle 2. Communicate between parent ... read more
Q2. Write a program to find the duplicate words and the number of tim ... read more
Q3. 13. Write reverse string program in kotlin 14. Safe call and null ... read more
asked in WeHear
Q4. What are the different types of Bluetooth technology?
asked in WeHear
Q5. What is the process of Bluetooth Low Energy (BLE) communication?

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

I applied via Naukri.com and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of OOPS, .NET Core, Angular
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions on .Net Core, AWS Services

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of .NET core, C#,Angular
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hello tell me about yourself

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
  • Ans. 

    Salary expectations should reflect experience, market rates, and the value you bring to the company.

    • Market Research: I have researched industry standards for similar roles in this region, which typically range from $X to $Y.

    • Experience Level: Given my X years of experience and expertise in technologies like A, B, and C, I believe a salary in the range of $Z is appropriate.

    • Value Proposition: I can contribute significantl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basic concept and also must have good communication skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How hashmap works in java?
  • Ans. 

    HashMap in Java is a data structure that stores key-value pairs and allows fast retrieval of values based on keys.

    • HashMap uses hashing to store key-value pairs in an array of linked lists.

    • It allows null keys and values.

    • HashMap provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key1", 1); int value = map.get("key1");

  • Answered by AI
  • Q2. Multithreading in java deadlock, wait and join,
  • Q3. Java 8 feature like streams
Round 2 - One-on-one 

(2 Questions)

  • Q1. SQL Inner join, outer join
  • Q2. Asked about my project

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic Angular and Javascript
  • Q2. Data sharing angular components
  • Q3. Css padding margin diff
  • Ans. 

    Padding is the space inside an element, while margin is the space outside an element.

    • Padding adds space between the content and the border of an element. Example: `padding: 10px;`.

    • Margin creates space outside an element, separating it from other elements. Example: `margin: 20px;`.

    • Padding affects the element's background color, while margin does not.

    • You can set padding and margin individually for each side: `padding-top...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Just salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview but for work required good knowlage
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Project which is you done
  • Q2. Embedded related question

Interview Preparation Tips

Interview preparation tips for other job seekers - All good
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

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 Technical, Resume Shortlist and Aptitude Test.
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.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 243 Interviews
Xoriant Interview Questions
4.1
 • 215 Interviews
INDIUM Interview Questions
4.0
 • 199 Interviews
Incedo Interview Questions
3.0
 • 193 Interviews
Iris Software Interview Questions
4.0
 • 188 Interviews
Globant Interview Questions
3.6
 • 184 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
View all
Photon Interactive Senior Android Application Developer Salary
based on 4 salaries
₹11.1 L/yr - ₹20.8 L/yr
33% 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

1.9/5

Rating in categories

1.9

Skill development

1.9

Work-life balance

1.9

Salary

1.9

Job security

1.9

Company culture

1.9

Promotions

1.9

Work satisfaction

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

₹10.5 L/yr - ₹17.2 L/yr

Software Engineer
466 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Technical Lead
422 salaries
unlock blur

₹17 L/yr - ₹29.5 L/yr

Softwaretest Engineer
136 salaries
unlock blur

₹3.2 L/yr - ₹8.6 L/yr

Software Developer
111 salaries
unlock blur

₹9.1 L/yr - ₹15 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.5
Compare
write
Share an Interview