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
4.0

based on 1.7k Reviews

Filter interviews by

Photon Interactive Technical Lead Interview Questions, Process, and Tips

Updated 10 May 2024

Top Photon Interactive Technical Lead Interview Questions and Answers

Photon Interactive Technical Lead Interview Experiences

5 interviews found

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

(4 Questions)

  • Q1. Solid principle implemantion in c#
  • Ans. 

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

  • Answered by AI
  • Q2. Write a code for Entity framework DB connection
  • Ans. 

    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

  • Answered by AI
  • Q3. Get 3 rd highest salary
  • Ans. 

    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;

  • Answered by AI
  • Q4. Why we using interface in C#
  • Ans. 

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

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to change the company

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Nov 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 - Technical 

(1 Question)

  • Q1. First round- Java, Spring boot, Microservices questions. Hacker ranker multiple choice questions where we should score 60℅. Questions was related to java, spring. 40 questions to be completed in 40 minute...
Round 3 - Technical 

(1 Question)

  • Q1. Second Round-Java streams coding questions, Logical reasoning questions: 1.Snail will climb a wall of height 30 ft. Every 1 hour it climbs 3 ft and falls by 2 ft. How many hours it takes to climb the wall....

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
Q3. Longest Substring Without Repeating CharactersGiven a string 'S' ... read more
asked in Wipro
Q4. What automation framework have you worked on?
asked in Cognizant
Q5. 1. Type of documentation for computer system validation. 2.Please ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Technical questions related to our technology stack mid level difficulty
  • Q2. Components, dependency injection, ci/cd , ngrx store
  • Q3. About bitbucket git pipeline,Agile
Round 2 - Technical 

(1 Question)

  • Q1. Technical Questions mid to high level difficulty.
Round 3 - HR 

(1 Question)

  • Q1. Package discussion and lots of documentation work

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good overall. But Job security is a ?
Round 1 - Technical 

(1 Question)

  • Q1. .net core, linq, entity framework, mvc

Interview Preparation Tips

Interview preparation tips for other job seekers - Thorough Basics, fundamentals,

Photon Interactive interview questions for designations

 Technical Lead 1

 (1)

 Technical Architect

 (1)

 Test Lead

 (1)

 Senior QA Lead

 (1)

 Lead Data Engineer

 (1)

 Team Lead

 (2)

 Software Engineer

 (9)

 Senior Software Engineer

 (7)

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Pure technical questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be a core tech guy and you can answer all the questions. communication is not a problem and if u r able to communicate decently then u r good.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic knowledge of your skills
  • Q2. Scenario based questions.
Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. SQL technical question.
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion, joining date negotiation and Joining Bonus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect and ready with your skills whatever you have.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. Lot of questions on SQL and Linux commands
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell us about yourself
  • Q2. It was a manager round combined with some technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing much, stick to your basics and prepare all the concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Questions about java concurrency framework, java 8 and 11 features, Code chef coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion about current project architecture
  • Q2. Microservices and cloud foundry
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. React Life cycle methods
  • Q2. Machine coding with crypto price api
  • Ans. 

    Using a crypto price API to fetch and display real-time cryptocurrency prices in a machine coding project.

    • Utilize a crypto price API to fetch real-time cryptocurrency prices

    • Implement error handling for API requests

    • Display the fetched prices in a user-friendly format

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mix of coding, theory and design questions

Photon Interactive Interview FAQs

How many rounds are there in Photon Interactive Technical Lead interview?
Photon Interactive interview process usually has 2-3 rounds. The most common rounds in the Photon Interactive interview process are Technical, HR and Resume Shortlist.
How to prepare for Photon Interactive Technical Lead 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 Javascript, Web Technologies, CMS, .Net and Microservices.
What are the top questions asked in Photon Interactive Technical Lead interview?

Some of the top questions asked at the Photon Interactive Technical Lead interview -

  1. Write a code for Entity framework DB connect...read more
  2. Why we using interface in...read more
  3. Solid principle implemantion in...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Photon Interactive interviews
Job Portal
Referral
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Photon Interactive Technical Lead Salary
based on 405 salaries
₹10 L/yr - ₹28 L/yr
11% more than the average Technical Lead Salary in India
View more details

Photon Interactive Technical Lead Reviews and Ratings

based on 81 reviews

3.4/5

Rating in categories

3.5

Skill development

3.4

Work-Life balance

3.6

Salary & Benefits

3.2

Job Security

3.2

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 81 Reviews and Ratings
Tech Lead Angular

Kolkata,

Mumbai

+5

10-12 Yrs

₹ 10-25 LPA

Tech Lead - Java/API

Chennai

10-12 Yrs

₹ 10-25 LPA

Tech Lead

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
990 salaries
unlock blur

₹6.1 L/yr - ₹23 L/yr

Software Engineer
504 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Technical Lead
405 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Softwaretest Engineer
137 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Project Manager
110 salaries
unlock blur

₹8.5 L/yr - ₹24.5 L/yr

Explore more salaries
Compare Photon Interactive with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview