Exam Code | AZ-300 |
Exam Name | Designing Microsoft Azure Infrastructure Solutions |
Questions | 228 Questions Answers With Explanation |
Update Date | November 08,2024 |
Price |
Was : |
Are you ready to take your career to the next level with Designing Microsoft Azure Infrastructure Solutions? At Prep4Certs, we're dedicated to helping you achieve your goals by providing high-quality AZ-300 Dumps and resources for a wide range of certification exams.
At Prep4Certs, we're committed to your success in the Microsoft AZ-300 exam. Our comprehensive study materials and resources are designed to equip you with the knowledge and skills needed to ace the exam with confidence:
Start Your Certification Journey Today
Whether you're looking to advance your career, expand your skill set, or pursue new opportunities, Prep4Certs is here to support you on your certification journey. Explore our comprehensive study materials, take your exam preparation to the next level, and unlock new possibilities for professional growth and success.
Ready to achieve your certification goals? Begin your journey with Prep4Certs today!
You have a Microsoft SQL Server Always On availability group on Azure virtual machines. You need to configure an Azure internal load balancer as a listener for the availability group. What should you do?
A. Create an HTTP health probe on port 1433.
B. Set Session persistence to Client IP.
C. Set Session persistence to Client IP and protocol.
D. Enable Floating IP.
Note: This question is part of series of questions that present the same scenario. Each question in theseries contains a unique solution that might meet the stated goals. Some question sets might have morethan one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, thesequestions will not appear in the review screen.You have an Azure subscription.You have an on-premises file server named Server! that runs Windows Server 2019.You manage Server! by using Windows Admin Center.You need to ensure that if Server! fails, you can recover the data from Azure.Solution: From the Azure portal, you create a Recovery Services vault. On VM1, you install the Azure Backupagent and you schedule a backup.Does this meet the goal?
A. Yes
B. No
You have an Azure web app named App1 that is configured to run between two and five instances. There arecurrently three instances of App1 running.App1 has the following autoscale rules:Increase the instance count by one when the CPU percentage is greater or equal to 80.Decrease the instance count by one when the CPU percentage is less than or equal to 60.You are evaluating the following CPU percentage of utilization for App1:60%55%50%45%You need to identify which utilizations will cause App1 to scale in
A. 45% only
B. 45% and 50% only
C. 50% and 55% only
D. 45%, 50%, and 55% only
You have a resource group named RG5. The access controls for RG5 are configured as shown in the following Which users can deploy virtual networks to RG5?
A. User1, User2, and prvi
B. only User1 and User2
C. only User1
D. only prvi and User1
You have an Azure Kubernetes Service (AKS) cluster named Clus1 in a resource group named RG1. An administrator plans to manage Clus1 from an Azure AD-joined device. You need to ensure that the administrator can deploy the YAML application manifest file for a container application. You install the Azure CLI on the device. Which command should you run next?
A. kubectl get nodes
B. az aks install-cli
C. kubectl apply –f appl.yaml
You have an Azure Active Directory (Azure AD) tenant. All administrators must enter a verification code to access the Azure portal. You need to ensure that the administrators can access the Azure portal only from your on-premises network. What should you configure?
A. the default for all the roles in Azure AD Privileged Identity Management
B. an Azure AD Identity Protection user risk policy
C. an Azure AD Identity Protection sign-in risk policy
Note: This question is part of series of questions that present the same scenario. Each question in theseries contains a unique solution that might meet the stated goals. Some question sets might have morethan one correct solution, while others might not have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As a result, thesequestions will not appear in the review screen.You have an Azure subscription.You have an on-premises file server named Server! that runs Windows Server 2019.You manage Server! by using Windows Admin Center.You need to ensure that if Server! fails, you can recover Server! files from Azure.Solution: You register Windows Admin Center in Azure and configure Azure Backup.Does this meet the goal?
A. Yes
B. No
Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have a server named Server1 that runs Windows Server 2019. Server1 is a container host. You are creating a Dockerfile to build a container image. You need to add a file named File1.txt from Server1 to a folder named C:\Folder1 in the container image. Solution: You add the following line to the Dockerfile. XCOPY File1.txt C:\Folder1\ You then build the container image. Does this meet the goal?
A. Yes
B. NO
You have an Azure SQL database named Db1 that runs on an Azure SQL server named SQLserver1.You need to ensure that you can use the query editor on the Azure portal to query Db1.What should you do?
A. Modify the Advanced Data Security settings of Db1
B. Configure the Firewalls and virtual networks settings for SQLserver1
C. Copy the ADO.NET connection string of Db1 and paste the string to the query editor
You have a server named Server1 that runs Windows Server 2019. Server1 is a container host.You plan to create a container image.You create the following instructions in a text editor.FROM mcr.microsoft.com/windows/servercore:lts2019RUN dism.exe /online /enable-feature /all /featurename:iis-webserver /NoRestartRUN echo "Hello World!" > c:\inetpub\wwwroot\index.htmlYou need to be able to automate the container image creation by using the instructions.To which file should you save the instructions?
A. dockerconfig.json
B. Dockerfile
C. daemon.json
D. Build.ini
E. B