EMPE DATA QUIZ

EMPE DATA QUIZ

Professional Development

15 Qs

quiz-placeholder

Similar activities

제4과: 개발환경

제4과: 개발환경

Professional Development

15 Qs

Women-in-Tek 2025 Assessment

Women-in-Tek 2025 Assessment

Professional Development

20 Qs

AI-102 (Modules-1,2,3)

AI-102 (Modules-1,2,3)

Professional Development

15 Qs

Microsoft IT Pro Community Meetup - August

Microsoft IT Pro Community Meetup - August

Professional Development

10 Qs

Refresh your knowledge in DE

Refresh your knowledge in DE

Professional Development

18 Qs

lesson02 Git and GitHub Quiz

lesson02 Git and GitHub Quiz

Professional Development

10 Qs

OSS Contribution

OSS Contribution

Professional Development

10 Qs

Agile 03 - Exposés (Jira, Git, API)

Agile 03 - Exposés (Jira, Git, API)

Professional Development

11 Qs

EMPE DATA QUIZ

EMPE DATA QUIZ

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Rahim Starc

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. You've just deployed a new Azure Storage Account for your data lake. The data engineering team needs to be able to read and list blobs, but not delete or write. Which built-in Azure role is the most appropriate to assign them on the storage account?

Contributor

Reader

Storage Blob Data Reader

Storage Account Contributor

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Your data pipelines running in Azure Data Factory need to retrieve secrets (like database connection strings) stored in an Azure Key Vault. Which built-in Azure role should the Data Factory's managed identity be assigned on the Key Vault to allow it to read secrets?

Reader

Contributor

Key Vault Secrets Officer

Key Vault Secrets Officer (Data Plane) or Key Vault Secrets Reader (Preview)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. You are using Terraform to manage your Azure infrastructure. You have sensitive information, like connection strings, that you need to use in your Terraform configuration but don't want to hardcode in your .tf files or commit to Git. How should you handle this sensitive data?

Store it in a variables.tf file and commit it. 

Store it in a .tfvars file and commit it.

Use Terraform's built-in sensitive keyword in variable definitions.

Use a secrets management tool like Azure Key Vault and reference secrets in your Terraform code.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. The team is working on a new feature in a dedicated branch. Before merging it into the main branch, you want to incorporate the latest changes from main into your feature branch without creating a merge commit. Which Git command is your friend here?

git merge main

git rebase main

git cherry-pick main

git stash

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. Your Azure Databricks workspace is deployed in a virtual network (VNet). You need to securely connect to an on-premises SQL Server database without exposing it to the public internet. Which Azure networking service is commonly used in this scenario to establish a secure connection between your VNet and on-premises network?

Azure Application Gateway

Azure Firewall

Azure VPN Gateway or ExpressRoute

Azure Load Balancer

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. A data science team needs full control (read, write, and delete) over blobs within a specific container in your storage account. Which built-in Azure role, scoped to that specific container, would grant them these permissions?

 Contributor

Storage Blob Data Reader

Storage Blob Data Contributor

Owner

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. When deploying an Azure Databricks workspace into your own virtual network (VNet Injection) using Terraform, you need to configure specific subnets for the workspace's control plane and data plane. What are the minimum number of subnets required for VNet-injected Databricks, and what are their primary purposes?

1 subnet for both control and data planes.

2 subnets: one for the control plane and one for the data plane.

3 subnets: one for the control plane, one for the data plane, and one for a NAT gateway.

2 subnets: one public and one private subnet used by the workspace.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?