i
Photon Interactive
Filter interviews by
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...
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
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;
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...
Java oops concepts
collections
spring framework
I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
Implemented lazy loading in web applications to improve performance by loading content only when needed.
Implemented lazy loading for images on a website to reduce initial page load time.
Utilized libraries like Intersection Observer to trigger loading of elements when they come into view.
Implemented lazy loading for components in a single page application to improve user experience.
Photon Interactive interview questions for popular designations
I was interviewed before Mar 2024.
Hackerrank test in your skill set
Get interview-ready with Top Photon Interactive Interview Questions
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Created an app which take data from API service and show in a list using jetpack compose
I approach design for accessibility by considering various user needs and ensuring the interface is usable for all individuals.
Conducting research to understand the diverse needs of users
Implementing features such as alt text for images and proper color contrast
Testing the design with assistive technologies like screen readers
Providing multiple ways to navigate the interface for different abilities
Balancing aesthetics and functionality in design involves prioritizing user experience while maintaining visual appeal.
Understand the target audience and their needs
Focus on usability and intuitive navigation
Use visual hierarchy to guide users' attention
Simplify complex information for better comprehension
Test designs with real users for feedback and improvements
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Large data processing in Pyspark involves partitioning, caching, and optimizing transformations for efficient processing.
Partitioning data to distribute workload evenly across nodes
Caching intermediate results to avoid recomputation
Optimizing transformations to minimize shuffling and reduce data movement
Data governance is implemented through policies, processes, and tools to ensure data quality, security, and compliance.
Establish data governance policies and procedures to define roles, responsibilities, and processes for managing data
Implement data quality controls to ensure accuracy, completeness, and consistency of data
Utilize data security measures such as encryption, access controls, and monitoring to protect sens...
Two data lineage tools are Apache Atlas and Informatica Enterprise Data Catalog.
Apache Atlas is an open source tool for metadata management and governance in Hadoop ecosystems.
Informatica Enterprise Data Catalog provides a comprehensive data discovery and metadata management solution.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Creating a custom framework involves organizing code into reusable components for easier development and maintenance.
Identify common functionalities that can be abstracted into separate modules
Create a new Xcode project and select 'Framework' as the template
Add your code files, resources, and dependencies to the framework project
Build the framework to generate a .framework file that can be imported into other projects
Top trending discussions
Some of the top questions asked at the Photon Interactive interview -
The duration of Photon Interactive interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 90 interviews
Interview experience
based on 1.8k 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