i
Photon Interactive
Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.
Android sdk and kotlin related questions
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...
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.
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...
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
Top trending discussions
I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 2 interview rounds.
posted on 7 Jul 2020
I applied via Referral and was interviewed in Jun 2020. There were 3 interview rounds.
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]
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
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
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.
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...
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
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.
MC- Android Java related Questions
I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.
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.
Hello tell me about yourself
I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.
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'.
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.
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
Some of the top questions asked at the Photon Interactive Senior Android Application Developer interview -
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Senior Software Engineer
985
salaries
| ₹6 L/yr - ₹24 L/yr |
Software Engineer
483
salaries
| ₹2.8 L/yr - ₹13 L/yr |
Technical Lead
452
salaries
| ₹9.6 L/yr - ₹28 L/yr |
Softwaretest Engineer
136
salaries
| ₹2.7 L/yr - ₹11.4 L/yr |
Senior QA Engineer
99
salaries
| ₹4.9 L/yr - ₹16 L/yr |
Xoriant
CitiusTech
Iris Software
HTC Global Services