Upload Button Icon Add office photos

Filter interviews by

PwC Gcp Data Engineer Interview Questions, Process, and Tips

Updated 23 Oct 2023

PwC Gcp Data Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed in Sep 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 

(5 Questions)

  • Q1. 1.Walk me through youe cv
  • Q2. Which types of jobs handled in Bigquery.
  • Ans. 

    Bigquery handles various types of jobs including querying, loading, exporting, and copying data.

    • Querying data for analysis and reporting

    • Loading data into Bigquery for storage and processing

    • Exporting data from Bigquery to other systems

    • Copying data within Bigquery or to other destinations

  • Answered by AI
  • Q3. If query fails in bigquery,how can you find out error.
  • Ans. 

    To find out errors in a failed BigQuery query, check the query job history and error message details.

    • Check the query job history in the BigQuery console for details on the failed query.

    • Look for error messages in the job history to identify the specific issue that caused the query to fail.

    • Review the query syntax and data being queried to troubleshoot common errors such as syntax errors or data type mismatches.

  • Answered by AI
  • Q4. Best practices used while writing queries in Bigquery.
  • Ans. 

    Best practices for writing queries in Bigquery

    • Use standard SQL syntax for better performance and compatibility

    • Avoid using SELECT * and instead specify only the columns needed

    • Optimize queries by using appropriate functions and operators

    • Use query caching to reduce costs and improve performance

    • Partition tables and use clustering to improve query performance

  • Answered by AI
  • Q5. Explain Pub-sub mechanism.How you implemented in your project.
  • Ans. 

    Pub-sub mechanism is a messaging pattern where senders (publishers) of messages are decoupled from receivers (subscribers).

    • Pub-sub stands for publish-subscribe.

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

    • Google Cloud Pub/Sub is a fully-managed real-time messaging service that allows you to send and receive messages between independent applications.

    • In my project, we used Google ...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself.
  • Q2. How to use indexing in sql.
  • Ans. 

    Indexing in SQL is used to improve the performance of queries by creating indexes on columns in tables.

    • Indexes can be created on columns that are frequently used in WHERE, JOIN, and ORDER BY clauses.

    • Indexes can speed up query performance by allowing the database to quickly locate rows based on the indexed columns.

    • Primary keys automatically create a unique index on the column(s) specified.

    • Examples: CREATE INDEX idx_name...

  • Answered by AI
  • Q3. Practical scenario based question to check your logical reasoning ability.

Skills evaluated in this interview

Gcp Data Engineer Jobs at PwC

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Topics asked Advanced SQL spark dataproc Bigquery Qliksense Git Hub Any innovations or process optimised or not Google Cloud
Round 2 - Behavioral 

(1 Question)

  • Q1. Bigquery spark hadoop hive questions asked on above topics Why are you changing? what extra can you bring with you? whats motivating you to join Deloitte?

Interview Preparation Tips

Topics to prepare for Deloitte Gcp Data Engineer interview:
  • sql
  • bigquery
  • Spark
  • Hadoop
  • dataproc
  • GCP
Interview preparation tips for other job seekers - prepare well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Project related discussions
  • Q2. Meduim level SQl and DSA
Round 2 - One-on-one 

(2 Questions)

  • Q1. This was data modelling round
  • Q2. Design a uber data model
  • Ans. 

    Uber data model design for efficient storage and retrieval of ride-related information.

    • Create tables for users, drivers, rides, payments, and ratings

    • Include attributes like user_id, driver_id, ride_id, payment_id, rating_id, timestamp, location, fare, etc.

    • Establish relationships between tables using foreign keys

    • Implement indexing for faster query performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQl, Python and data modeling

Skills evaluated in this interview

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

I applied via Newspaper Ad and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three sections are there 1) Aptitude Test 2) SQL 3) DSA

Round 2 - Technical 

(2 Questions)

  • Q1. What is DSA , sorting , difference between array and linked list
  • Ans. 

    DSA stands for Data Structures and Algorithms. Sorting is the process of arranging data in a particular order. Array is a data structure that stores elements of the same data type in contiguous memory locations, while linked list is a data structure that stores elements in nodes with pointers to the next node.

    • DSA stands for Data Structures and Algorithms

    • Sorting is the process of arranging data in a particular order

    • Arra...

  • Answered by AI
  • Q2. Written a SQL query
Round 3 - HR 

(2 Questions)

  • Q1. Coding question like add numbers
  • Q2. Experience on your project
  • Ans. 

    I have experience working on various data analysis projects, including market research, customer segmentation, and predictive modeling.

    • Developed predictive models to forecast customer behavior and optimize marketing strategies

    • Conducted market research to identify trends and opportunities for growth

    • Performed customer segmentation analysis to target specific demographics with personalized marketing campaigns

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Maxium sub string and reverse a string

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

I applied via Indeed and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Basics of power bi and sql
  • Q2. What are joins and types of join
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FULL JOIN...

  • Answered by AI
  • Q3. How to add date table in power bi
  • Ans. 

    To add a date table in Power BI, you can create a new table with a list of dates and relationships with other tables.

    • Create a new table in Power BI with a list of dates

    • Add columns for day, month, year, etc. for additional analysis

    • Establish relationships between the date table and other tables in the data model

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Sql scenario based question on joins
  • Q2. Window function questions
  • Q3. Performance tuning
  • Q4. Power bi dax question

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. How good are you with numbers
Round 2 - Technical 

(1 Question)

  • Q1. Vlookup, pivot table, sumif, average, graphs
Round 3 - Behavioral 

(1 Question)

  • Q1. Do you know the role and responsibility of this position
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Present yourself
  • Q2. Asks about level of experience in each tachnology in the CV
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the number of tourist per day in jaipur
  • Ans. 

    The number of tourists per day in Jaipur varies depending on the season and events happening in the city.

    • Tourist numbers fluctuate based on time of year (peak season vs off-peak season)

    • Events like festivals or cultural events can attract more tourists

    • Historical sites like Amer Fort and Hawa Mahal are popular attractions

    • Tourist numbers can be estimated based on hotel occupancy rates and ticket sales for attractions

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Basic Mathematics, Statistics questions

Round 3 - Group Discussion 

Share thoughts on one topic for in 1 minute

Round 4 - One-on-one 

(2 Questions)

  • Q1. This is the technical round
  • Q2. 1. Regression analysis 2. R2 , adj R2 3. Statistics 4. Machine Learning
Round 5 - One-on-one 

(1 Question)

  • Q1. Basic Aptitude, quizzes, case study

PwC Interview FAQs

How many rounds are there in PwC Gcp Data Engineer interview?
PwC interview process usually has 3 rounds. The most common rounds in the PwC interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for PwC Gcp 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 PwC. The most common topics and skills that interviewers at PwC expect are SQL, Python, SAP Business Intelligence, Analytical Chemistry and Clinical Data Management.
What are the top questions asked in PwC Gcp Data Engineer interview?

Some of the top questions asked at the PwC Gcp Data Engineer interview -

  1. Explain Pub-sub mechanism.How you implemented in your proje...read more
  2. If query fails in bigquery,how can you find out err...read more
  3. Best practices used while writing queries in Bigque...read more

Tell us how to improve this page.

PwC Gcp Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 792 Interviews
ZS Interview Questions
3.4
 • 481 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
Grant Thornton Interview Questions
3.7
 • 99 Interviews
WSP Interview Questions
4.3
 • 89 Interviews
View all
PwC Gcp Data Engineer Salary
based on 8 salaries
₹7.5 L/yr - ₹12.5 L/yr
15% more than the average Gcp Data Engineer Salary in India
View more details

PwC Gcp Data Engineer Reviews and Ratings

based on 2 reviews

2.5/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

2.5

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
IN_Senior Associate_GCP Data Engineer

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Senior Associate_GCP Data Engineer

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Senior Associate_GCP Data Engineer_Data and Analytics

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

Explore more jobs
Senior Associate
14.9k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
12.8k salaries
unlock blur

₹4.8 L/yr - ₹17.3 L/yr

Manager
6.7k salaries
unlock blur

₹14 L/yr - ₹44.3 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹32 L/yr

Associate2
4.2k salaries
unlock blur

₹4.6 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.9
Compare

TCS

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