exam questions

Exam AZ-304 All Questions

View all questions & answers for the AZ-304 exam

Exam AZ-304 topic 13 question 4 discussion

Actual exam question from Microsoft's AZ-304
Question #: 4
Topic #: 13
[All AZ-304 Questions]

HOTSPOT -
You are evaluating the components of the migration to Azure that require you to provision an Azure Storage account.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
IAGirl
Highly Voted 4 years ago
N,N,Y 1. You can use online database migration service for minimal downtime, which does not require a storage account. 2. There is no mention about website data. So, website data can be migrated to Azure App Service. 3. Database metrics must be available for administrators, so you store metrics in a storage account.
upvoted 25 times
GetulioJr
3 years, 10 months ago
This is the best answer here. N,N,Y
upvoted 9 times
...
...
BrettusMaximus
Highly Voted 3 years, 11 months ago
N,N,N 1: Database migration can use stretch Database https://azure.microsoft.com/en-au/services/sql-server-stretch-database/ 2: Any website data is part of the Web App 3: You create a Log Analytics workspace https://docs.microsoft.com/en-us/azure/azure-monitor/logs/quick-create-workspace https://docs.microsoft.com/en-us/azure/azure-monitor/insights/azure-sql
upvoted 22 times
JayBee65
3 years ago
But a Log Analytics workspace requires storage...
upvoted 1 times
...
BrettusMaximus
3 years, 11 months ago
Database migration could also use Transnational replication https://azure.microsoft.com/de-de/blog/transactional-replication-to-azure-sql-database-is-now-generally-available/
upvoted 5 times
...
poplovic
3 years, 9 months ago
If your answer to topic 7 question 1 is "transactional replication", then the answer is "Yes", you need to create a storage account in the migration https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/replication-between-two-instances-configure-tutorial#3---create-an-azure-storage-account Other two are correct. So Y N N
upvoted 4 times
...
...
ZUMY
Most Recent 1 year, 6 months ago
YNY Create or make a note of Standard Performance tier, Azure Storage Account, that allows DMS service to upload the database backup files to and use for migrating databases. Make sure to create the Azure Storage Account in the same region as the Azure Database Migration Service instance is created.
upvoted 1 times
...
Ezio8423
2 years, 2 months ago
Storage account settings The SAS URI that provides Azure Database Migration Service with access to your storage account container to which the service uploads the backup files and that is used for migrating databases to SQL Managed Instance. Learn how to get the SAS URI for blob container. This SAS URI must be for the blob container, not for the storage account. https://learn.microsoft.com/en-us/azure/dms/tutorial-sql-server-to-managed-instance
upvoted 1 times
...
Snownoodles
2 years, 10 months ago
Azure Database Migration tool creates storage account, so you don't have to provision storage account: https://docs.microsoft.com/en-us/azure/migrate/replicate-using-expressroute Web App doesn't require storage account You can use Log analytics workspace to store Database metrics, instead of Storage account. So answers are N-N-N
upvoted 1 times
Snownoodles
2 years, 8 months ago
You NEED a storage account if you use Database Migrate Service to migrate database You DON'T need a storage account if you use transactional replication to migrate the database
upvoted 1 times
...
...
anishk
3 years, 4 months ago
Metric to disk : To configure writing audit logs to a storage account, select Storage when you get to the Auditing section. Select the Azure storage account where logs will be saved, and then select the retention period by opening Advanced properties. Then click Save. Logs older than the retention period are deleted. https://docs.microsoft.com/en-us/azure/azure-sql/database/auditing-overview The default value for retention period is 0 (unlimited retention) Last option is 'Y'
upvoted 2 times
...
Dpejic
3 years, 6 months ago
On exam today 22-Dec-21
upvoted 2 times
...
walkwolf3
3 years, 7 months ago
Given answers are correct. YNY 1. Requirement: Database backups must be retained for a minimum of seven years to meet compliance requirements. Which storage option is cheaper than archive tier ? Stretched database data storage Data storage is charged based at $0.16/GB/month https://azure.microsoft.com/en-ca/pricing/details/sql-server-stretch-database/ Standard (GPv2) storage Archive tier First 50 terabyte (TB) / month: $0.00099 per GB https://azure.microsoft.com/en-ca/pricing/details/storage/blobs/ ---or to use long-term backup With Azure SQL Database, you can set a long-term backup retention policy (LTR) to automatically retain backups in separate Azure Blob storage containers for up to 10 years. https://docs.microsoft.com/en-us/azure/azure-sql/database/long-term-backup-retention-configure?tabs=portal 2. There is no storage requirement for web site content 3. Requirement: Database metrics for the production instance of WebApp1 must be available for analysis so that database administrators can optimize the performance settings. We do need storage to analyze database metrics
upvoted 5 times
...
student22
3 years, 8 months ago
Y N N ---
upvoted 1 times
...
syu31svc
3 years, 9 months ago
I would say No to all There is another qn for this case study "You need to recommend a strategy for migrating the database content of WebApp1 to Azure. What should you include in the recommendation?" in which answer is transactional replication to me. Storage account is not needed. Web App comes with its own storage (https://docs.microsoft.com/en-us/azure/app-service/overview-hosting-plans) For metrics monitoring you can use Azure Monitor
upvoted 2 times
...
jj0097
3 years, 10 months ago
YNN stroage account seems being reauired as described here: https://docs.microsoft.com/en-us/azure/azure-sql/migration-guides/managed-instance/sql-server-to-managed-instance-guide
upvoted 2 times
...
Pinto
3 years, 10 months ago
https://www.examtopics.com/discussions/microsoft/view/14121-exam-az-301-topic-15-question-1-discussion/ Same question. Even there no consensus.
upvoted 2 times
...
gunnam
3 years, 10 months ago
NYN 2. Key things to note Web site content must be easily updated from a single point. Any new deployments to Azure must be redundant in case an Azure region fails. AppService needs seperate instances per region for redundancy meaning it's data would not be updateable in a single location unless stored in a GRS storage account
upvoted 3 times
rdemontis
3 years, 6 months ago
Absolutely agree with you! Here we can find some documentation about: https://docs.microsoft.com/en-us/azure/storage/common/geo-redundant-design?tabs=current
upvoted 1 times
...
MrClumsy
3 years, 5 months ago
NNN I believe you are wrong regarding second question. Although you can use RA-GZRS storage account to store static content. It has serve disadvantage: "The paired secondary region is determined based on the primary region, and can't be changed.". In order to handle requirements you could use Continuous Deployment and Traffic Manager.
upvoted 1 times
...
...
Babu1975
3 years, 11 months ago
Y Y N 1. Need to provision the azure storage for database 2. Website data is part of the webapp 3. Use log analytics workspace for metrics
upvoted 2 times
...
tvs2021
3 years, 11 months ago
on exam (7-19-2021). passed 304
upvoted 4 times
ramkazure21
3 years, 11 months ago
so given answer are correct
upvoted 1 times
...
cfsxtuv33
3 years, 10 months ago
You're answers for this question was???
upvoted 2 times
...
RockyKapade
3 years, 8 months ago
@tvs2021 is lier. He failed exam.
upvoted 10 times
...
...
Raj1703
3 years, 12 months ago
no, It should be look at in conjunction with the case study and not as generic one. Given answer is correct... Please look at this statement...To avoid disrupting customer access
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...