Upload Button Icon Add office photos

PwC

Compare button icon Compare button icon Compare

Filter interviews by

PwC Azure Cloud Engineer Interview Questions and Answers

Updated 30 Jul 2024

PwC Azure Cloud Engineer Interview Experiences

1 interview found

Azure Cloud Engineer Interview Questions & Answers

user image Jagadeeskumar lenin

posted on 15 May 2024

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

(2 Questions)

  • Q1. Explain previous work scenario
  • Ans. 

    Implemented Azure-based data analytics solution for a retail company

    • Designed and implemented data pipelines using Azure Data Factory

    • Utilized Azure Databricks for data processing and analysis

    • Developed Power BI dashboards for visualizing insights

    • Implemented Azure SQL Database for storing structured data

    • Worked closely with stakeholders to gather requirements and ensure solution met business needs

  • Answered by AI
  • Q2. Explain about my project
  • Ans. 

    I have worked on a project to migrate on-premises infrastructure to Azure Cloud for a large enterprise.

    • Designed and implemented Azure Virtual Networks, Subnets, and Security Groups.

    • Utilized Azure Site Recovery for disaster recovery planning.

    • Implemented Azure Active Directory for user authentication and access control.

    • Utilized Azure DevOps for continuous integration and deployment.

    • Optimized costs by implementing Azure R

  • Answered by AI

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What steps are involved in fetching data from an on-premises Unix server?
  • Q2. Types of triggers in azure data factory
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is polybase?
  • Ans. 

    Polybase is a feature in Azure SQL Data Warehouse that allows users to query data stored in Hadoop or Azure Blob Storage.

    • Polybase enables users to access and query external data sources without moving the data into the database.

    • It provides a virtualization layer that allows SQL queries to seamlessly integrate with data stored in Hadoop or Azure Blob Storage.

    • Polybase can significantly improve query performance by levera...

  • Answered by AI
  • Q2. Explain your current project architecture.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is Medallion Architecture
  • Ans. 

    Medallion Architecture is a data processing architecture that involves breaking down data into smaller pieces for easier processing.

    • Medallion Architecture involves breaking down data into smaller pieces for easier processing

    • It allows for parallel processing of data to improve performance

    • Commonly used in big data processing systems like Hadoop and Spark

  • Answered by AI
  • Q2. What is Spark Architecture
  • Ans. 

    Spark Architecture is a distributed computing framework that provides an efficient way to process large datasets.

    • Spark Architecture consists of a driver program, cluster manager, and worker nodes.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark supports various programming languages like Scala, Java, Python, and SQL.

    • It includes components like Spark Core, Spark SQL, Spa...

  • Answered by AI
  • Q3. Find the second highest salary in employee table
  • Ans. 

    Use SQL query to find the second highest salary in employee table

    • Use SQL query with ORDER BY and LIMIT to get the second highest salary

    • Example: SELECT DISTINCT salary FROM employee ORDER BY salary DESC LIMIT 1, 1

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you perform Partitioning
  • Ans. 

    Partitioning in Azure Data Engineer involves dividing data into smaller chunks for better performance and manageability.

    • Partitioning can be done based on a specific column or key in the dataset

    • It helps in distributing data across multiple nodes for parallel processing

    • Partitioning can improve query performance by reducing the amount of data that needs to be scanned

    • In Azure Synapse Analytics, you can use ROUND_ROBIN or H

  • Answered by AI
  • Q2. What are your current responsibilities as Azure Data Engineer
  • Ans. 

    As an Azure Data Engineer, my current responsibilities include designing and implementing data solutions on Azure, optimizing data storage and processing, and ensuring data security and compliance.

    • Designing and implementing data solutions on Azure

    • Optimizing data storage and processing for performance and cost efficiency

    • Ensuring data security and compliance with regulations

    • Collaborating with data scientists and analysts

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round will consists of SQL and pyspark questions, it's a medium level

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

(2 Questions)

  • Q1. Day to day activities
  • Q2. Challenging problem
  • Ans. 

    Designing a data pipeline to process and analyze large volumes of real-time data from multiple sources.

    • Identify the sources of data and their formats

    • Design a scalable data ingestion process

    • Implement data transformation and cleansing steps

    • Utilize Azure Data Factory, Azure Databricks, and Azure Synapse Analytics for processing and analysis

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write dockerfile
  • Ans. 

    A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

    • Start with a base image using the FROM keyword

    • Use the RUN keyword to execute commands in the container

    • Use the COPY keyword to add files from your local machine to the container

    • Use the CMD keyword to specify the command to run when the container starts

  • Answered by AI
  • Q2. Write yaml file
  • Ans. 

    Creating a YAML file for Azure DevOps

    • Use proper indentation with spaces, not tabs

    • Start with '---' to indicate the beginning of the YAML file

    • Define stages, jobs, and tasks within the YAML file

    • Use variables and templates for reusability

    • Utilize YAML anchors and aliases for DRY (Don't Repeat Yourself) code

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What are key components in ADF? What all you have used in your pipeline?
  • Ans. 

    ADF key components include pipelines, activities, datasets, triggers, and linked services.

    • Pipelines - logical grouping of activities

    • Activities - individual tasks within a pipeline

    • Datasets - data sources and destinations

    • Triggers - event-based or time-based execution of pipelines

    • Linked Services - connections to external data sources

    • Examples: Copy Data activity, Lookup activity, Blob Storage dataset

  • Answered by AI
  • Q2. Do you create any encryprion key in Databricks? Cluster size in Databricks.
  • Ans. 

    Yes, encryption keys can be created in Databricks. Cluster size can be adjusted based on workload.

    • Encryption keys can be created using Azure Key Vault or Databricks secrets

    • Cluster size can be adjusted manually or using autoscaling based on workload

    • Encryption at rest can also be enabled for data stored in Databricks

  • Answered by AI
  • Q3. Difference between ADLS gen 1 and gen 2?
  • Ans. 

    ADLS gen 2 is an upgrade to gen 1 with improved performance, scalability, and security features.

    • ADLS gen 2 is built on top of Azure Blob Storage, while gen 1 is a standalone service.

    • ADLS gen 2 supports hierarchical namespace, which allows for better organization and management of data.

    • ADLS gen 2 has better performance for large-scale analytics workloads, with faster read and write speeds.

    • ADLS gen 2 has improved securit...

  • Answered by AI
  • Q4. What is Semantic layer?
  • Ans. 

    Semantic layer is a virtual layer that provides a simplified view of complex data.

    • It acts as a bridge between the physical data and the end-user.

    • It provides a common business language for users to access data.

    • It simplifies data access by hiding the complexity of the underlying data sources.

    • Examples include OLAP cubes, data marts, and virtual tables.

  • Answered by AI
  • Q5. Difference between RDD, Dataframe and Dataset. How and what you have used in you databricks for data anlysis
  • Ans. 

    RDD, Dataframe and Dataset are data structures in Spark. RDD is a low-level structure, Dataframe is tabular and Dataset is a combination of both.

    • RDD stands for Resilient Distributed Datasets and is a low-level structure in Spark that is immutable and fault-tolerant.

    • Dataframe is a tabular structure with named columns and is similar to a table in a relational database.

    • Dataset is a combination of RDD and Dataframe and pro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know your project thoroughly.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Incremental load
  • Q2. SQL stored procedures
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are the difference b/w data lake gen1 and gen2
  • Ans. 

    Data Lake Gen1 is based on Hadoop Distributed File System (HDFS) while Gen2 is built on Azure Blob Storage.

    • Data Lake Gen1 uses HDFS for storing data while Gen2 uses Azure Blob Storage.

    • Gen1 has a hierarchical file system while Gen2 has a flat file system.

    • Gen2 provides better performance, scalability, and security compared to Gen1.

    • Gen2 supports Azure Data Lake Storage features like tiering, lifecycle management, and acce...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good & smooth interview experience

Skills evaluated in this interview

PwC Interview FAQs

How many rounds are there in PwC Azure Cloud Engineer interview?
PwC interview process usually has 1 rounds. The most common rounds in the PwC interview process are One-on-one Round.

Tell us how to improve this page.

PwC Azure Cloud Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 802 Interviews
ZS Interview Questions
3.4
 • 483 Interviews
BCG Interview Questions
3.8
 • 196 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.2
 • 89 Interviews
View all
PwC Azure Cloud Engineer Salary
based on 5 salaries
₹8.4 L/yr - ₹19.9 L/yr
78% more than the average Azure Cloud Engineer Salary in India
View more details
Senior Associate
15.1k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate
13k salaries
unlock blur

₹4.9 L/yr - ₹17 L/yr

Manager
6.8k salaries
unlock blur

₹14 L/yr - ₹44.5 L/yr

Senior Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹33 L/yr

Associate2
4.3k salaries
unlock blur

₹4.8 L/yr - ₹16.6 L/yr

Explore more salaries
Compare PwC with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

Accenture

3.8
Compare

TCS

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