AZ-301 Test 1 — Questions and Answers
Question 1: A business has its own ASP. Applications written in.NET and Java that run on older versions of Windows and Linux. Containers will be used to house apps, according to the business. For the applications, you must develop a solution that incorporates networking, service discovery, and load balancing. Storage orchestration must be supported by the solution. <br> <br> Solution: Each application is deployed to an Azure Container instance. <br> <br> Is the solution effective in achieving the goal?
- Incorrect
- Correct (Correct answer)
Correct answer: Correct
The correct answer: <br> Correct
Question 2: You intend to back up 10 TB of on-premises data to Azure. You must suggest a data archiving solution. The expense of storing the data files must be kept to a minimum. <br> Which type of Azure Storage account should you suggest in the recommendation?
- Standard StorageV2 (general purpose v2) (Correct answer)
- Premium Storage (general purpose v1)
- Premium StorageV2 (general purpose v2)
- Standard Storage (general purpose v1)
Correct answer: Standard StorageV2 (general purpose v2)
The Correct Answers: <br> Standard StorageV2 (general purpose v2)
Question 3: You have 100 Microsoft SQL Server Integration Services (SSIS) packages with 10 on-premises SQL Server databases defined as destinations. The ten on-premises databases will be moved to Azure SQL Database. You must propose a method for hosting SSIS packages in Azure. The solution must ensure that the packages can be used to target SQL Database instances. <br> <br> What should your advice include?
- Data Migration Assistant (Correct answer)
- SQL Server Migration Assistant (SSMA)
- Azure Data Catalog
- Azure Data Factory
Correct answer: Data Migration Assistant
Explanation: <br> Data Migration Assistant (DMA) assists you in migrating to a modern data platform by discovering compatibility issues that may affect database functioning in your new SQL Server version. It suggests enhancements to your target environment's performance and reliability.
Question 4: MongoDB is installed on your local machine. MongoDB will be moved to an Azure Cosmos DB account that leverages the MongoDB API. You must propose a migration solution for MongoDB to Azure Cosmos DB. <br> <br> What should your advice include?
- Azure Storage Explorer
- Azure Cosmos DB Data Migration Tool
- mongorestore (Correct answer)
- Data Migration Assistant
Correct answer: mongorestore
Explanation: <br> mongorestore is a straightforward tool for restoring backups. It can read data from the following sources: The mongorestore program is no longer included in the default MongoDB server installation package as of MongoDB 4.4. Instead, it's included in the MongoDB Database Tools package as a distinct package.
Question 5: In a Vmware environment, your organization has 300 virtual computers. The virtual machines are different sizes and have different levels of use. All of your virtual machines will be moved to Azure. To migrate present workloads to Azure, you must determine how many and what size Azure virtual machines would be required. The solution must require the least amount of administrative effort. <br> <br> What method should you utilize to make the suggestion?
- Azure Migrate (Correct answer)
- Azure Advisor
- Azure Cost Management
- Azure Pricing calculator
Correct answer: Azure Migrate
Explanation: <br> Azure Migrate assists with cloud migration planning, but it does not migrate on-premises virtual machines (VMs) to Azure.
Question 6: On its on-premises network, your organization employs Microsoft System Center "" Service Manager. <br> You intend to use Azure to deploy a number of services. <br> You must propose a method for sending Azure service health notifications to Service Manager. <br> What should your advice include?
- Azure Event Hubs
- IT Service Management Connector (ITSM) (Correct answer)
- Application Insights Connector
- Azure Notification Hubs
Correct answer: IT Service Management Connector (ITSM)
Explanation: <br> IT service management, or ITSM, is a set of activities that aid in the design, implementation, management, and support of customer-oriented IT services throughout their lifecycle.
Question 7: You're working on a web service for order processing that will include microservices hosted in an Azure Service Fabric cluster. You must recommend a solution that allows developers to proactively discover and resolve performance issues. The developers must be able to simulate user connections and transactions to the order processing web service over the Internet. If the transaction response time goals are not fulfilled, the developers must be notified. <br> What should your advice include?
- Application Insights (Correct answer)
- Service Fabric Analytics
- container health
- Azure Network Watcher
Correct answer: Application Insights
Explanation: <br> Azure Monitor's Application Insights feature enables flexible application performance management (APM) and monitoring for live web apps.
Question 8: You have an Active Directory forest on-premises and a tenant on Azure Active Directory (Azure AD). A Premium P1 license is issued to all Azure AD users. <br> You set up Azure Active Directory Connect. <br> Which two elements are available in this environment that can help your company's help desk cut operational overhead? Each accurate response provides a comprehensive solution.
- access reviews
- Azure AD Privileged Identity Management policies
- password writeback (Correct answer)
- self-service password reset (Correct answer)
Correct answer: password writeback
Explanation: <br> self-service password reset - Any automated procedure or technology that allows users to reset their own password is referred to as self-service password reset (SSPR). Self-service password resets are meant to relieve IT and customer support professionals of some of their responsibilities. <br> Password writeback - is an Azure AD Connect feature that allows password changes in the cloud to be written back in real time to an existing on-premises directory.
Question 9: You want to use Azure SQL Database and Azure SQL Database Managed Instance to deploy 200 Microsoft SQL Server databases to Azure. You must suggest a monitoring solution that employs a consistent monitoring strategy across all deployments. The following requirements must be met by the solution: Support current-state analysis based on data collected in near-real time, numerous times per minute, and kept for up to an hour Longer-term analysis based on metrics collected numerous times each hour and kept for up to two weeks is possible.Support for counting the number of simultaneous logins and sessions. <br> What should your advice include?
- trace flags
- dynamic management views
- SQL Server Profiler
- Azure Monitor (Correct answer)
Correct answer: Azure Monitor
Explanation: <br> Azure Monitor is a robust reporting and analytics application. It provides a comprehensive solution for collecting, evaluating, and acting on telemetry from your cloud and on-premises settings, maximizing the availability and performance of your applications.
A business has its own ASP.
Applications written in.NET and Java that run on older versions of Windows and Linux.
Containers will be used to house apps, according to the business.
For the applications, you must develop a solution that incorporates networking, service discovery, and load balancing.
Storage orchestration must be supported by the solution.
Solution: Each application is deployed to an Azure Container instance.
Is the solution effective in achieving the goal?