- web.groovymark@gmail.com
- December 1, 2024
Question 21
What describes the capabilities and features of AzCopy?
a) File compression
b) Asynchronous operations in multiple threads
c) Direct file editing
d) Cloud-based storage
Correct Answer: b) Asynchronous operations in multiple threads
Explanation: AzCopy supports efficient file transfers with asynchronous operations.
Question 22
Which format do Azure Resource Manager (ARM) templates use?
a) XML
b) YAML
c) JavaScript Object Notation (JSON)
d) CSV
Correct Answer: c) JavaScript Object Notation (JSON)
Explanation: ARM templates are defined in JSON format for resource deployment.
Question 23
Which disk format should be used to create a template for an Azure Virtual Machine (VM) hard disk file?
a) Virtual hard disk (VHD)
b) ISO file
c) IMG file
d) Virtual disk image (VDI)
Correct Answer: a) Virtual hard disk (VHD)
Explanation: The VHD format is standard for Azure VM disk templates.
Question 24
Which property in an Azure Resource Manager template identifies whether the deployment of an Azure Marketplace image will result in a virtual machine (VM) running Windows or Linux?
a) imageType
b) offer
c) SKU
d) publisher
Correct Answer: b) offer
Explanation: The 'offer' property indicates the operating system type for the VM image.
Question 25
What should be done to make a copy of the initial deployment template in Azure?
a) Import the template
b) Export and download from resource deployment history
c) Manually recreate the template
d) Use a backup tool
Correct Answer: b) Export and download from resource deployment history
Explanation: The deployment history allows exporting the template used for a specific deployment.
Question 26
Which type of virtual machine (VM) should be used for a CPU-intensive network appliance?
a) General-purpose
b) Memory-optimized
c) Compute-optimized
d) Storage-optimized
Correct Answer: c) Compute-optimized
Explanation: Compute-optimized VMs are designed for CPU-intensive workloads.
Question 27
What happens when a virtual machine (VM) is resized?
a) The VM is deleted
b) The VM is resized without interruption
c) The VM is rebooted
d) The VM becomes unresponsive
Correct Answer: c) The VM is rebooted
Explanation: Resizing a VM typically requires a reboot to apply the changes.
Question 28
How should network flow and isolation be controlled for multi-tiered applications in an Azure Virtual Network (VNet)?
a) By placing all tiers in a single subnet
b) By placing each application tier into unique subnets
c) By using Network Security Groups
d) By applying application gateway
Correct Answer: b) By placing each application tier into unique subnets
Explanation: Isolating tiers in different subnets enhances security and traffic control.
Question 29
What is the maximum amount of memory that can be assigned to an Azure Container Instance (ACI)?
a) 4 GB
b) 8 GB
c) 16 GB
d) 32 GB
Correct Answer: c) 16 GB
Explanation: The maximum memory allocation for an ACI is 16 GB.
Question 30
Which configuration setting should be set to a different value for each container in the same Azure Container Instance container group?
a) Environment variables
b) Memory allocation
c) Port
d) Image name
Correct Answer: c) Port
Explanation: Each container can listen on different ports within the same container group.
Question 31
Which type of container is the smallest deployable resource in Kubernetes?
a) Node
b) Service
c) Pod
d) Deployment
Correct Answer: c) Pod
Explanation: A Pod is the smallest deployable unit in Kubernetes, housing one or more containers.
Question 32
Which Kubernetes feature adds or removes resources when the system processing approaches maximum capacity?
a) Cluster Autoscaler
b) Vertical Pod Autoscaler
c) Horizontal Pod Autoscaler
d) Replica Set
Correct Answer: c) Horizontal Pod Autoscaler
Explanation: The Horizontal Pod Autoscaler adjusts the number of pod replicas based on CPU utilization or custom metrics.
Question 33
Which location can the App Service creation process be started from?
a) Azure CLI
b) Azure Marketplace
c) Azure PowerShell
d) Azure Storage
Correct Answer: b) Azure Marketplace
Explanation: The App Service creation can be initiated from the Azure Marketplace.
Question 34
Which option should be used to configure a third-party identity provider for an Azure web app?
a) Azure Key Vault
b) App Service
c) Azure Active Directory
d) Azure Functions
Correct Answer: b) App Service
Explanation: App Service supports configuring third-party identity providers for authentication.
Question 35
Where should secrets be stored when configuring a third-party identity provider that uses Open Authorization (OAuth) authentication?
a) Azure App Service
b) Azure Key Vault
c) Azure Storage
d) Azure Function
Correct Answer: b) Azure Key Vault
Explanation: Azure Key Vault securely stores secrets used for authentication.
Question 36
What can be configured as a service endpoint?
a) Virtual network
b) Storage account
c) Web app
d) Azure Function
Correct Answer: b) Storage account
Explanation: Service endpoints can be configured to secure access to Azure PaaS services like storage accounts.
Question 37
What is the smallest subnet that is supported by Azure virtual networking?
a) /28
b) /30
c) /29
d) /24
Correct Answer: c) /29
Explanation: The minimum supported subnet size for Azure virtual networks is /29.
Question 38
What is the maximum number of network security groups that can be associated with a network interface card (NIC)?
a) Two
b) One
c) Four
d) Ten
Correct Answer: b) One
Explanation: Only one NSG can be associated with each network interface card in Azure.
Question 39
Which two features are available in Azure Firewall?
a) Load balancing, monitoring
b) High availability, scalability
c) Network isolation, segmentation
d) VPN support, DNS integration
Correct Answer: b) High availability, scalability
Explanation: Azure Firewall offers built-in high availability and scalability features.
Question 40
Which level should an alert rule be configured at to analyze logs on all available resources?
a) Resource group
b) Subscription
c) Management group
d) Resource
Correct Answer: b) Subscription
Explanation: Configuring at the subscription level allows analysis of logs across all resources within that subscription.