DP 203 Questions Flashcards
All Azure SQL Databases have a default rention period of how many days?
7 days
You can change the backup retention period to as long as 35 days. If you need to keep the backups for longer than the maximum retention period, you can modify the backup properties to add one or more long-term retention (LTR) periods to your database.
This database allows existing SQL Server customers to lift and shift their on-premises applications to the cloud with minimal application and database changes.
Azure Sql Database
What does TLS mean and what does it do?
Transport Layer Security (TLS) is an encryption protocol that keeps data secure when being transferred over a network.
Azure Backup uses transport layer security to protect the privacy of backup data being transferred.
This Azure service uses server-level IP firewall rules but it does not support database-level IP Firewall rules.
Azure Synapse Analytics
What feature can store full backups in Azure Blob storage with read-access geo-redundant storage for up to 10 years
With the long term retention (LTR)
What distribution startegy is best?
– The table size on disk is more than 2 GB.
– The table has a frequent insert, update, and delete operations.
Hash Distribution table in Synapse SQL Pools
Data factory offers what three types of Integration Runtime(IR)?
Azure, Self Hosted and Azure-SSIS
Does Azure SQL database perform the automated backup?
Yes
How does the Dynamic Data Masking (DDM) limit the exposure of sensitive data?
Masking it to non-privileged users
Indexing is helpful for reading tables quickly. For tables up to 100 million rows, what is the best indexing type ?
clustered index
Members of the db……………… fixed database role can add or remove access to the database for Windows logins, Windows groups, and SQL Server logins.
db_accessadmin
Members of the db…………… fixed database role can back up the database.
db_backupoperator
Members of the db …………… fixed database role can perform all configuration and maintenance activities on the database, and can also drop the database in SQL Server
db_owner
db_owner is one of the fixed roles which exists in all databases. This role can perform all configuration and maintenance activities on the database, and can also drop the database in SQL Server.
You are building a pipeline for processing big data on Microsoft Azure. The pipeline must meet the following requirements: – Use streaming capabilities – Provide the ability to code in SQL, Python, Scala and R – Workspace integration with Git repository – Use in-memory data processing engine to speed up ETL and machine learning operations. What should you use?
A. Azure Stream Analytics
B. Azure Synapse
C. HDInsight Hadoop Cluster
D.HDInsight Spark Cluster
E. HDInsight Storm Cluster
D.HDInsight Spark Cluster
You are considering to deploy an Azure Databricks interactive cluster. You need to ensure that the cluster configuration is kept, even if the cluster is inactive for more than 30 days.
How would you achieve this goal?
A. Terminate the cluster manually
B. Clone the cluster after termination
C. Pin the cluster
D. Start the cluster manually
C. Pin the cluster