What should you do?
You have an Azure subscription that contains 100 virtual machines. You regularly create and delete virtual machines. You need to identify unused disks that can be deleted. What should you do?A . From Microsoft Azure Storage Explorer, view the Account Management properties.B . From the Azure portal, configure the Advisor...
Which two actions are functions of the Cloud Provider Pod Solution? (Choose two.)
Which two actions are functions of the Cloud Provider Pod Solution? (Choose two.)A . preloads a hardware appliance with VMware vCloud Chargeback Manager componentsB . deploys all necessary components of a VMware vCloud Director solutionC . orchestrates and instantiates VMware vCloud Foundation on Provider infrastructureD . orchestrates and instantiates the...
Which statement is true for solid state drives used in NetApp storage systems?
Which statement is true for solid state drives used in NetApp storage systems?A . Solid state drives are volatile.B . Solid state drives are not hot-swappable.C . Solid state drives write in pages.D . Solid state drives are mechanical drives.View AnswerAnswer: C Explanation: Reference: https://www.extremetech.com/extreme/210492-extremetech-explains-how-do-ssds-work
In this scenario, which statement is correct about the resource allocation for vCPU, memory, and disk space to be provisioned?
You are deploying a virtual AltaVault appliance on a hypervisor for the first time. In this scenario, which statement is correct about the resource allocation for vCPU, memory, and disk space to be provisioned?A . Resources are controlled by the hypervisor and not configurable.B . Resources are limitless and will...
How are the results accessed in "data" with another container called "app2"?
A container named "analytics" that stores results in a volume called "data" was created. docker run -d --name=analytics -v data:/data app1 How are the results accessed in "data" with another container called "app2"?A . docker run -d --name=reports --volume=data app2B . docker run -d --name=reports --volumes-from=analytics app2C . docker run...
Which of the following modes can be used for service discovery of a Docker swarm service (Pick 2 correct answers)
Which of the following modes can be used for service discovery of a Docker swarm service (Pick 2 correct answers)A . Virtual IP (VIP) with --endpoint-mode vipB . Overlay with --endpoint-mode overlayC . DNS Round-Robin with --endpoint-mode dnsrrD . Ingress with --endpoint-mode ingressE . Network Address Translation (NAT) with --endpoint-mode...
What can happen when ESXi host in a VMware Cloud on AWS cluster fails?
What can happen when ESXi host in a VMware Cloud on AWS cluster fails?A . A new host is added to the cluster, and data from problem host is rebuilt or migrated on the new host.B . VMware Site Recovery initiates a failover of the host.C . A new host...
Which information is required when deploying a new SDDC?
Which information is required when deploying a new SDDC?A . AWS RegionB . number of clustersC . credit card detailsD . instance typeView AnswerAnswer: A Explanation: To create an SDDC, pick an AWS region Reference: https://docs.vmware.com/en/VMware-Cloud-on-AWS/services/com.vmware.vmc-aws.gettingĀstarted/GUID-EF198D55-03E3-44D1-AC48-6E2ABA31FF02.html
If you want to configure a link between two Android activities in the same Android application, you need to use:
If you want to configure a link between two Android activities in the same Android application, you need to use:A . ProgressbarB . ToastC . IntentD . GradleView AnswerAnswer: C
Which of the following is true about the following line of code: button.setOnClickListener({})
Which of the following is true about the following line of code: button.setOnClickListener({})A . It sets the time and date of run process.B . The system executes the code you write in setOnClickListener({ }) after the user presses the button.C . It only saves changes in a text field.D ....