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

based on 1.7k Reviews

Filter interviews by

Photon Interactive AWS Data Engineer Interview Questions and Answers

Updated 23 Aug 2024

Photon Interactive AWS Data Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Explain how do you handle large data processing in Pyspark
  • Ans. 

    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

  • Answered by AI
  • Q2. Explain how do you implement data governance in your company
  • Ans. 

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

  • Answered by AI
  • Q3. Name any 2 data lineage tools
  • Ans. 

    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.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tableau Questions 1. Difference between dimensions and measures. 2. What is RLS? 3. What are the functions you can assign in RLS? 4. Explain what is drill down approach. 5. What is LOD? 6. What is a calcul...
  • Q2. SQL Questions 1. In employee table find the 2nd highest salary. 2. Find the highest average salary in department 3. Given two tables(sales & product) find total sales per category 4. Two questions to find ...

Interview Preparation Tips

Topics to prepare for TEKsystems Data Analyst interview:
  • SQL
  • Tableau
  • DBMS
Interview preparation tips for other job seekers - Practice SQL interview questions and tableau interview questions from GfG and DataLemur.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL problem window function
  • Q2. SQL code like join and scenerio
Round 2 - Technical 

(2 Questions)

  • Q1. Design round for adf pipeline
  • Ans. 

    Designing an ADF pipeline for data processing

    • Identify data sources and destinations

    • Define data transformations and processing steps

    • Consider scheduling and monitoring requirements

    • Utilize ADF activities like Copy Data, Data Flow, and Databricks

    • Implement error handling and logging mechanisms

  • Answered by AI
  • Q2. Azure synapses and adf adb
Round 3 - HR 

(2 Questions)

  • Q1. Expected ctc and current ctc negotiations
  • Ans. 

    Discussing expected and current salary for negotiation purposes.

    • Be honest about your current salary and provide a realistic expectation for your desired salary.

    • Highlight your skills and experience that justify your desired salary.

    • Be open to negotiation and willing to discuss other benefits besides salary.

    • Research industry standards and salary ranges for similar positions to support your negotiation.

    • Focus on the value y...

  • Answered by AI
  • Q2. Relocation and remote work until ofc open for Pune location

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for sql and problem solving

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Azure Scenario based questions
  • Q2. Pyspark Coding based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. ADF, Databricks related question
  • Q2. Spark Performance problem and scenarios
  • Ans. 

    Spark performance problems can arise due to inefficient code, data skew, resource constraints, and improper configuration.

    • Inefficient code can lead to slow performance, such as using collect() on large datasets.

    • Data skew can cause uneven distribution of data across partitions, impacting processing time.

    • Resource constraints like insufficient memory or CPU can result in slow Spark jobs.

    • Improper configuration settings, su...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What are accumulators in spark?
  • Ans. 

    Accumulators are shared variables that are updated by worker nodes and can be used for aggregating information across tasks.

    • Accumulators are used for implementing counters and sums in Spark.

    • They are only updated by worker nodes and are read-only by the driver program.

    • Accumulators are useful for debugging and monitoring purposes.

    • Example: counting the number of errors encountered during processing.

  • Answered by AI
  • Q2. Explain spark architecture
  • Ans. 

    Spark architecture is a distributed computing framework that consists of a driver program, cluster manager, and worker nodes.

    • Spark architecture includes a driver program that manages the execution of the Spark application.

    • It also includes a cluster manager that allocates resources and schedules tasks on worker nodes.

    • Worker nodes are responsible for executing the tasks and storing data in memory or disk.

    • Spark architectu...

  • Answered by AI
  • Q3. Write a query to find duplicate data using SQL
  • Ans. 

    Query to find duplicate data using SQL

    • Use GROUP BY and HAVING clause to identify duplicate records

    • Select columns to check for duplicates

    • Use COUNT() function to count occurrences of each record

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is pub/sub?
  • Ans. 

    Pub/sub is a messaging pattern where senders (publishers) of messages do not program the messages to be sent directly to specific receivers (subscribers).

    • Pub/sub stands for publish/subscribe.

    • Publishers send messages to a topic, and subscribers receive messages from that topic.

    • It allows for decoupling of components in a system, enabling scalability and flexibility.

    • Examples include Apache Kafka, Google Cloud Pub/Sub, and

  • Answered by AI
  • Q2. What services have you used in GCP
  • Ans. 

    I have used services like BigQuery, Dataflow, Pub/Sub, and Cloud Storage in GCP.

    • BigQuery for data warehousing and analytics

    • Dataflow for real-time data processing

    • Pub/Sub for messaging and event ingestion

    • Cloud Storage for storing data and files

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on SQL ,GCP ,Pyspark

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basicn details to check for qualifications
Round 2 - Technical 

(1 Question)

  • Q1. About my projects
Round 3 - Technical 

(1 Question)

  • Q1. More details about ML models
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Based on SQL , statistics , python , cognitive

Round 2 - Technical 

(2 Questions)

  • Q1. Based on AI/Ml and based on cv
  • Q2. Based on projects
Round 3 - HR 

(2 Questions)

  • Q1. How to handle toxic work culture?
  • Ans. 

    Address toxic work culture by open communication, setting boundaries, seeking support, and considering leaving if necessary.

    • Open communication with colleagues and management about issues

    • Set boundaries to protect your mental and emotional well-being

    • Seek support from HR, a mentor, or a therapist if needed

    • Consider leaving the toxic work environment if the situation does not improve

  • Answered by AI
  • Q2. 5 strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in interviews and try to calm ur mind!
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction
Round 2 - Aptitude Test 

Maths grammar & communication

Round 3 - Technical 

(2 Questions)

  • Q1. Typeing speed skills check same use paragraph
  • Q2. Typing speed 10 minutes
Round 4 - One-on-one 

(1 Question)

  • Q1. Move on next round easy
Round 5 - Group Discussion 

You're like this job opportunity

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Incremental load in pyspark
  • Ans. 

    Incremental load in pyspark refers to loading only new or updated data into a dataset without reloading the entire dataset.

    • Use the 'delta' function in pyspark to perform incremental loads by specifying the 'mergeSchema' option.

    • Utilize the 'partitionBy' function to optimize incremental loads by partitioning the data based on specific columns.

    • Implement a logic to identify new or updated records based on timestamps or uni...

  • Answered by AI
  • Q2. Drop duplicates

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tableau interview questioins
  • Q2. SQl based quetions

Photon Interactive Interview FAQs

How many rounds are there in Photon Interactive AWS Data Engineer interview?
Photon Interactive interview process usually has 1 rounds. The most common rounds in the Photon Interactive interview process are One-on-one Round.
How to prepare for Photon Interactive AWS Data Engineer 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 PDMS and PLSQL.
What are the top questions asked in Photon Interactive AWS Data Engineer interview?

Some of the top questions asked at the Photon Interactive AWS Data Engineer interview -

  1. Explain how do you handle large data processing in Pysp...read more
  2. Explain how do you implement data governance in your comp...read more
  3. Name any 2 data lineage to...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Photon Interactive interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all
Senior Software Engineer
986 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Engineer
505 salaries
unlock blur

₹3.2 L/yr - ₹13 L/yr

Technical Lead
399 salaries
unlock blur

₹10 L/yr - ₹27 L/yr

Softwaretest Engineer
136 salaries
unlock blur

₹2.8 L/yr - ₹11.4 L/yr

Project Manager
109 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.6
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