Upload Button Icon Add office photos

Filter interviews by

Photon Technologies Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top Photon Technologies Interview Questions and Answers

View all 14 questions

Photon Technologies Interview Experiences

Popular Designations

11 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 19 Dec 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is abstraction in Java
  • Q2. What is encapsulation in java

SDE Interview Questions asked at other Companies

Q1. Longest Increasing Subsequence Problem Statement Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly inc... read more
Add answer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Interviewer asked a lot of questions covering almost everything in android
  • Q2. Explain Work manager and how it is implemented
  • Ans. 

    Work manager is an Android library that manages background tasks efficiently.

    • Work manager is part of Android Jetpack and is used for deferrable background tasks.

    • It provides a way to schedule tasks that need to run even if the app is in the background or not running.

    • Work manager handles task constraints, retries, and backoff policies automatically.

    • Tasks can be one-time or periodic, with support for specifying constraint...

  • Answered by AI
  • Q3. How retrofit is integrated
  • Ans. 

    Retrofit is integrated in Android apps using a few simple steps.

    • Add Retrofit dependency in build.gradle file

    • Create an interface with API endpoints using Retrofit annotations

    • Instantiate Retrofit object with base URL and converter factory

    • Create API service using the interface and Retrofit object

    • Make API calls using the service and handle responses

  • Answered by AI
  • Q4. How to create custom UI
  • Ans. 

    Custom UI can be created by designing layouts using XML or programmatically in Android.

    • Design UI elements using XML in layout files

    • Customize UI elements programmatically using Java or Kotlin

    • Use libraries like ConstraintLayout for complex layouts

    • Implement custom views by extending existing views or creating new ones

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Photon Technologies Senior Android Developer interview:
  • Work manager
  • Services
  • Custom UI
Interview preparation tips for other job seekers - 1 hour interview. Asks theory like questions, we have to remember the code to answer.

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. How will you handle alert
  • Ans. 

    I will handle alerts by prioritizing them based on severity, investigating the root cause, and implementing necessary actions to resolve the issue.

    • Prioritize alerts based on severity levels (e.g. critical, high, medium, low)

    • Investigate the root cause of the alert to understand the underlying issue

    • Collaborate with relevant teams to address and resolve the alert in a timely manner

    • Implement necessary actions to prevent si...

  • Answered by AI
  • Q2. How will you handle dropdown
  • Ans. 

    Dropdowns can be handled by identifying the dropdown element, selecting an option, and verifying the selection.

    • Identify the dropdown element using its locator (ID, class, etc.)

    • Use a method like selectByVisibleText() or selectByValue() to choose an option

    • Verify the selected option to ensure it was successfully chosen

  • Answered by AI
  • Q3. About cucumber and complete details

Quality Assurance Analyst Interview Questions asked at other Companies

Q1. What Is Stress & Strain?? What Is Automobile??What is the works of an IC Engine?? Difference between IC engine and SI Engine.. What is Four stroke and two stroke engine??
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java related questions
  • Q2. Spring Boot and DB related questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Photon Technologies interview questions for popular designations

 Technical Lead

 (2)

 Business Analyst

 (1)

 Java Developer

 (1)

 Node JS Developer

 (1)

 Quality Assurance Analyst

 (1)

 SDE

 (1)

 Senior Android Developer

 (1)

 Senior Software Engineer

 (1)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Project experience
  • Q2. All about working of APIs

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied through Naukri. I got my resume shortlisted and was invited for their first round of technical interview. The interview was virtual. The interview started with my project experiences and my qualifications and everything like that.
After briefing my project experience, the interviewer started to ask technical questions. The interviewer was asking questions from a list of questions he have prepared earlier. He started to ask the questions from the list in which I was not at all experienced. In my opinion ,The interviewer should listen to the project experiences and know the tech stack of the interview and ask questions based on that. He was asking questions from no where and something I haven’t ever worked on so far. It was a very bad experience in my entire career or entire interview experiences. Please do make the interviewer who can ask questions in reflect of the candidates experiences and skills. I felt so bad, saying repeatedly that I don’t know this technology. I haven’t worked on this.

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)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All java 8 features
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, default methods, and more.

    • Lambda expressions allow for functional programming in Java.

    • Streams provide a way to work with collections in a more functional style.

    • Default methods allow interfaces to have method implementations.

    • Optional class helps to avoid NullPointerExceptions.

    • DateTime API provides a more comprehensive way to work with dates an

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
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 Nov 2022. 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 - Technical 

(5 Questions)

  • Q1. WHAT IS THE DIFFERENCE BETWEEN ANGULAR AND ANGULAR JS ? WHAT ARE THE MODULES IN ANGULAR ?
  • Ans. 

    Angular is a complete rewrite of AngularJS with improved performance and features.

    • Angular is a TypeScript-based framework while AngularJS is a JavaScript-based framework.

    • Angular has a more component-based architecture while AngularJS uses a controller-based architecture.

    • Angular has better performance and improved features like server-side rendering and lazy loading.

    • Modules in Angular are used to organize code into sepa...

  • Answered by AI
  • Q2. WHAT IS ROUTING HOW CAN WE USE THAT ? WHAT ARE COMPONENT SERVICES ?
  • Ans. 

    Routing is the process of selecting a path for network traffic. It is used to direct users to different pages in a web application.

    • Routing is used in web development to navigate between different pages or views in a web application

    • It involves defining routes and mapping them to specific components or views

    • Routing can be used to pass parameters and data between different components

    • Component services are reusable service...

  • Answered by AI
  • Q3. WHAT IS LAZY LOADING ? HOW CAN WE CALL HTTP REQUESTS FROM ONE COMPONENT TO ANOTHER COMPONENT ?
  • Ans. 

    Lazy loading is a technique to defer loading of non-critical resources until they are needed.

    • Lazy loading improves page load time and performance.

    • It is commonly used for images, videos, and other media files.

    • To call HTTP requests from one component to another, we can use Angular's HttpClient service.

    • We can inject the HttpClient service in the constructor of the component and use its methods to make HTTP requests.

    • We can...

  • Answered by AI
  • Q4. HOW CAN WE TRANSFER DATA FROM ONE COMPONENT TO ANOTHER ?
  • Ans. 

    Data can be transferred between components using props, state, context, or Redux.

    • Props: pass data from parent to child components

    • State: manage data within a component

    • Context: share data between components without passing props

    • Redux: manage global state for the entire application

    • Examples: passing user data from a login component to a dashboard component using props, managing form data within a component using state, sha...

  • Answered by AI
  • Q5. WHAT ARE INLINE ELEMENTS AND BLOCK ELEMENTS IN HTML ?
  • Ans. 

    Inline elements are elements that do not start on a new line and only take up as much width as necessary. Block elements are elements that start on a new line and take up the full width available.

    • Inline elements include <span>, <a>, <strong>, <em>, <img>, <input>, <button>

    • Block elements include <div>, <p>, <h1> - <h6>, <ul>, <ol>, <li>,

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. WHAT IS SYMANTIC TAG IN HTML?
  • Ans. 

    Semantic tags in HTML are special tags that provide meaning and structure to the content, making it easier for search engines and screen readers to understand.

    • Semantic tags help define the structure of a web page, such as <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, etc.

    • They improve accessibility by providing context to screen readers and assistive technolo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - PLEASE LEARN THESE BASICS BEFORE ATTEND INTERVIEW SELF INTRODUCTION IS MAIN HOW CAN YOU OPENUP YOUR SELF WITH YOUR SKILLS.

Skills evaluated in this interview

Top Photon Technologies Senior Software Engineer Interview Questions and Answers

Q1. HOW CAN WE TRANSFER DATA FROM ONE COMPONENT TO ANOTHER ?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

I applied via Naukri.com and was interviewed in Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. All sitecore questions which are all scenario based
Round 3 - Technical 

(1 Question)

  • Q1. Technical architect interview
Round 4 - Technical 

(1 Question)

  • Q1. Client Interview with all sitecore questions
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion , company policies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with respect to sitecore and all questions will be based on your experience

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)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Was asked to write a program on converting list of names into caps. Good conceptuql questions on java 8

Interview Preparation Tips

Interview preparation tips for other job seekers - Good conceptual questions on java8.
Good questions on Springboot.
Good questions on microservices.
Was asked to write programs on normal editor. Hence you should remember package imports.

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)

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Roles and responsibilities...wireframes..diff between brd and frd.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what u talk ...

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 (9)

Photon Technologies Interview FAQs

How many rounds are there in Photon Technologies interview?
Photon Technologies interview process usually has 1-2 rounds. The most common rounds in the Photon Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Photon Technologies interview?

Some of the top questions asked at the Photon Technologies interview -

  1. HOW CAN WE TRANSFER DATA FROM ONE COMPONENT TO ANOTHER...read more
  2. Explain Work manager and how it is implemen...read more
  3. WHAT ARE INLINE ELEMENTS AND BLOCK ELEMENTS IN HTM...read more

Tell us how to improve this page.

Photon Technologies Interview Process

based on 11 interviews

Interview experience

3.5
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Photon Technologies Reviews and Ratings

based on 45 reviews

2.4/5

Rating in categories

2.5

Skill development

2.4

Work-life balance

2.9

Salary

2.2

Job security

2.3

Company culture

2.2

Promotions

2.4

Work satisfaction

Explore 45 Reviews and Ratings
Senior Software Engineer
79 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Software Engineer
24 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Technical Lead
21 salaries
unlock blur

₹16.4 L/yr - ₹25.5 L/yr

Softwaretest Engineer
14 salaries
unlock blur

₹4.5 L/yr - ₹10.1 L/yr

Software Developer
13 salaries
unlock blur

₹5.6 L/yr - ₹15.9 L/yr

Explore more salaries
Compare Photon Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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