Home
41.
Where is captured metric data stored?
  • A.
    A blob container named $metrics.
  • B.
    A blob container named $logs.
  • C.
    In a series of tables that begin with $Metric.
  • D.
    In a SQL database outside of the storage account.
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
A. Incorrect: Metric data is stored in a series of tables that begin with $Metric.
B. Incorrect: Metric data is stored in a series of tables that begin with $Metric.
C. Correct: Metric data is stored in a series of tables that begin with $Metric.
D. Incorrect: Metric data is stored in a series of tables that begin with $Metric.
Report
Name Email  
42.
Where is captured log data stored?
  • A.
    A blob container named $metrics.
  • B.
    A blob container named $logs.
  • C.
    In a series of tables that begin with $Metric.
  • D.
    In a SQL database outside of the storage account.
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: Storage log data is stored in a blob container named $logs in the storage account being monitored.
B. Correct: Storage log data is stored in a blob container named $logs in the storage account being monitored.
C. Incorrect: Storage log data is stored in a blob container named $logs in the storage account being monitored.
D. Incorrect: Storage log data is stored in a blob container named $logs in the storage account being monitored.
Report
Name Email  
43.
You have a single database that is 300 GB. What is the minimum service tier needed for the database?
  • A.
    Basic
  • B.
    Premium
  • C.
    Standard
  • D.
    None, the maximum database size is 150 GB.
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
A. Incorrect: The Basic service tier can support a database with a maximum size of 2 GB.
B. Correct: The Premium service tier can support a database with a maximum size of 500 GB.
C. Incorrect: The Standard service tier can support a database with a maximum size of 250 GB.
D. Incorrect: The Standard and Premium service tiers both support databases larger than 150 GB.
Report
Name Email  
44.
How many SQL Database replicas are supported with geo-replication using a Standard service tier?
  • A.
    4
  • B.
    2
  • C.
    1
  • D.
    None, geo-replication is not supported with the Standard service tier.
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
A. Incorrect: Standard geo-replication supports one secondary database that is considered offline except for replication traffic.
B. Incorrect: Standard geo-replication supports one secondary database that is considered offline except for replication traffic.
C. Correct: Standard geo-replication supports one secondary database that is considered offline except for replication traffic.
D. Incorrect Standard geo-replication is supported on the Standard service tier, and supports one secondary database that is considered offline except for replication traffic.
Report
Name Email  
45.
Which partitioning schemes involves using multiple data stores?
  • A.
    Hybrid
  • B.
    Horizontal
  • C.
    Vertical
  • D.
    None, partitioning only applies to data in the same data store.
  • Answer & Explanation
  • Report
Answer : [A, C]
Explanation :
A. Correct: Hybrid partitioning can involve horizontal and vertical partitioning, which involves multiple data stores.
B. Incorrect: Horizontal partitioning involves partitioning the data across multiple instances of the same data store.
C. Correct: Vertical portioning involves storing portions of a data set in multiple data stores.
D. Incorrect: Hybrid and vertical partitioning schemes involve multiple data stores.
Report
Name Email