有難いAZ-305模試エンジン & 合格スムーズAZ-305問題数 | 素敵なAZ-305認定内容Jpexamが提供した問題集を使用してIT業界の頂点の第一歩としてとても重要な地位になります。君の夢は1歩更に近くなります。資料を提供するだけでなく、MicrosoftのAZ-305試験も一年の無料アップデートになっています。
認定試験は、組織向けのAzure Infrastructure Solutionsの設計と実装を担当するIT専門家向けです。この試験は、Azure Infrastructure Solutionsの専門知識を実証し、クラウドコンピューティングでのキャリアを促進したい個人にも適しています。この認定は、Azure Infrastructure Solutionsの設計と実装における個人のスキルの検証として、雇用主と業界の専門家によって認識されています。 Microsoft Designing Microsoft Azure Infrastructure Solutions 認定 AZ-305 試験問題 (Q272-Q277):質問 # 272
You have an on-premises Microsoft SQL server named SQLI that hosts 50 databases.
You plan to migrate SQL 1 to Azure SQL Managed Instance.
You need to perform an offline migration of SQL 1. The solution must minimize administrative effort.
What should you include in the solution?
A. Data Migration Assistant (DMA)
B. Azure Database Migration Service
C. Azure Migrate
D. SQL Server Migration Assistant (SSMA)
正解:B
解説:
This Azure service supports migration in the offline mode for applications that can afford downtime during the migration process. Unlike the continuous migration in online mode, offline mode migration runs a one-time restore of a full database backup from the source to the target https://learn.microsoft.com/en-u ... e-migration-options
質問 # 273
You have the Free edition of a hybrid Azure Active Directory (Azure AD) tenant. The tenant uses password hash synchronization.
You need to recommend a solution to meet the following requirements:
Prevent Active Directory domain user accounts from being locked out as the result of brute force attacks targeting Azure AD user accounts.
Block legacy authentication attempts to Azure AD integrated apps.
Minimize costs.
What should you recommend for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point. 正解:
解説:
Reference: https://docs.microsoft.com/en-us ... sword-smart-lockout https://docs.microsoft.com/en-us ... gacy-authentication
質問 # 274
You need to recommend an Azure Storage Account configuration for two applications named Application1 and Applications. The configuration must meet the following requirements:
* Storage for Application1 must provide the highest possible transaction rates and the lowest possible latency.
* Storage for Application2 must provide the lowest possible storage costs per GB.
* Storage for both applications must be optimized for uploads and downloads.
* Storage for both applications must be available in an event of datacenter failure.
What should you recommend ? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point 正解:
解説:
Explanation
Graphical user interface, text, application Description automatically generated
Box 1: BloblBlobStorage with Premium performance and Zone-redundant storage (ZRS) replication.
BlockBlobStorage accounts: Storage accounts with premium performance characteristics for block blobs and append blobs. Recommended for scenarios with high transactions rates, or scenarios that use smaller objects or require consistently low storage latency.
Premium: optimized for high transaction rates and single-digit consistent storage latency.
Box 2: General purpose v2 with Standard performance..
General-purpose v2 accounts: Basic storage account type for blobs, files, queues, and tables. Recommended for most scenarios using Azure Storage.
Reference: https://docs.microsoft.com/en-us ... ge-account-overview https://docs.microsoft.com/en-us ... /storage-redundancy
質問 # 275
You plan to deploy a network-intensive application to several Azure virtual machines.
You need to recommend a solution that meets the following requirements:
Minimizes the use of the virtual machine processors to transfer data
Minimizes network latency
Which virtual machine size and feature should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point. 正解:
解説:
Reference: https://docs.microsoft.com/en-us ... /sizes-hpc#h-series
質問 # 276
Your company develops Azure applications.
You need to recommend a solution for the deployment of Azure subscriptions. The solution must meet the following requirements:
Provision resource groups.
A. Create custom role-based access control (RBAC) roles.
B. What should you include in the recommendation?
C. Support deployments across all Azure regions.
D. Provide consistent virtual machine and virtual network configurations.
正解:B
解説:
Resource groups: You can scope your deployment to a resource group. You use an Azure Resource Manager template (ARM template) for the deployment.
Regions: If you have a template spec in one region and want to move it to new region, you can export the template spec and redeploy it.
RBAC: Azure role-based access control (Azure RBAC) is the authorization system you use to manage access to Azure resources. To grant access, you assign roles to users, groups, service principals, or managed identities at a particular scope. In addition to using Azure PowerShell or the Azure CLI, you can assign roles using Azure Resource Manager templates. Templates can be helpful if you need to deploy resources consistently and repeatedly You can setup Virtual machines and virtual network configurations in an Azure Resource Manager template.
Reference: https://docs.microsoft.com/en-us ... blueprints/overview https://docs.microsoft.com/en-us ... ources-move-regions https://docs.microsoft.com/en-us ... ssignments-template https://docs.microsoft.com/en-us ... emplate-description