Azure Data Engineer Interview Questions and Answers
Azure Data Engineer Interview Questions and Answers
12. What are the factors affecting the cost of the Storage Accounts?
Region: Geographical region in which your account is based.
Account Type: Refers to types of storage account like standard, premium.
Access Tier: Data storage pattern like Hot, Cool, Archive.
Redundancy: How many copies of data are maintained at one time in multiple regions.
Transactions: Refer to all read/write operations to azure storage.
Data Egress: Data transfer across different regions.
13. What are different ways to authorize the data access of storage account?
Account Access Key (Shared Key): It provides all access to the storage account with all services.
SAS token: Shared Access Signature provides conditional access to type of service, time duration
and various access methods.
Azure AD: RBAC role back access control like reader, writer, contributor etc.
23. What are the scenarios where copy activity’s mapping can be used?
If the columns of the source and destination are not same i.e schema are not matching.
Azure Databricks: