You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- content: "Which Azure Virtual Machine feature staggers updates across VMs based on their update domain and fault domain?"
21
-
choices:
22
-
- content: "Availability sets"
23
-
isCorrect: true
24
-
explanation: "Availability sets stagger VM updates based on their update and fault domains."
25
-
- content: "Scale sets"
26
-
isCorrect: false
27
-
explanation: "Scale sets let you automatically scale and load balance your VMs, but a scale set doesn’t affect updates."
28
-
- content: "Update sets"
29
-
isCorrect: false
30
-
explanation: "Azure has Availability Sets and Update Domains, but not update sets."
31
-
- content: "Which Azure service allows users to use a cloud hosted version of Windows from any location and connect from most modern browsers?"
32
-
choices:
33
-
- content: "Azure Virtual Desktop"
34
-
isCorrect: true
35
-
explanation: "Azure Virtual Desktop provides access to a cloud-hosted version of Windows, and it works with most modern browsers."
36
-
- content: "Azure Virtual Machines"
37
-
isCorrect: false
38
-
explanation: "Azure Virtual Machines allows you to configure a Windows environment, but it doesn’t provide access via most modern browsers by default."
39
-
- content: "Azure Container Instances"
40
-
isCorrect: false
41
-
explanation: "Azure Container Instances lets you provision containers in the cloud, but doesn’t provide access to a cloud-hosted version of windows available from most modern browsers."
42
-
- content: "If you need connections between virtual networks, point-to-site connections, multisite connections, or coexistence with an Azure ExpressRoute gateway, which type of VPN gateway should you use?"
43
-
choices:
44
-
- content: "Policy-based VPN gateway"
45
-
isCorrect: false
46
-
explanation: "You should use a route-based VPN gateway. They're more resilient to topology changes such as the creation of new subnets."
47
-
- content: "Point-based VPN gateway"
48
-
isCorrect: false
49
-
explanation: "Point-based VPN gateways aren't a type of VPN gateway."
50
-
- content: "Route-based VPN gateway"
51
-
isCorrect: true
52
-
explanation: "You should use a route-based VPN gateway. They're more resilient to topology changes such as the creation of new subnets."
- content: "Which Azure Virtual Machine feature staggers updates across VMs based on their update domain and fault domain?"
21
+
choices:
22
+
- content: "Availability sets"
23
+
isCorrect: true
24
+
explanation: "Availability sets stagger VM updates based on their update and fault domains."
25
+
- content: "Scale sets"
26
+
isCorrect: false
27
+
explanation: "Scale sets let you automatically scale and load balance your VMs, but a scale set doesn’t affect updates."
28
+
- content: "Update sets"
29
+
isCorrect: false
30
+
explanation: "Azure has Availability Sets and Update Domains, but not update sets."
31
+
- content: "Which Azure compute option is event-driven and serverless, so you can run code without managing virtual machines?"
32
+
choices:
33
+
- content: "Azure Functions"
34
+
isCorrect: true
35
+
explanation: "Azure Functions is an event-driven, serverless compute service that runs code without requiring virtual machine management."
36
+
- content: "Azure Virtual Machines"
37
+
isCorrect: false
38
+
explanation: "Azure Virtual Machines is an IaaS option where you still manage the operating system and software."
39
+
- content: "Azure Container Instances"
40
+
isCorrect: false
41
+
explanation: "Azure Container Instances runs containers quickly, but it isn't the module's event-driven serverless code option."
42
+
- content: "Which Azure service lets organizations host web apps and APIs without managing the underlying infrastructure?"
43
+
choices:
44
+
- content: "Azure App Service"
45
+
isCorrect: true
46
+
explanation: "Azure App Service is a managed hosting platform for web apps and APIs, so you don't manage the underlying server infrastructure."
47
+
- content: "Azure Virtual Machines"
48
+
isCorrect: false
49
+
explanation: "Azure Virtual Machines can host apps, but you still manage the operating system and server configuration."
50
+
- content: "Azure ExpressRoute"
51
+
isCorrect: false
52
+
explanation: "Azure ExpressRoute is a private networking connectivity service, not an app hosting platform."
53
+
- content: "Which Azure service category provides prebuilt APIs for capabilities like vision, speech, and language without training your own model from scratch?"
54
+
choices:
55
+
- content: "Azure AI services"
56
+
isCorrect: true
57
+
explanation: "Azure AI services provides prebuilt AI capabilities through APIs so you can quickly add intelligent features to applications."
58
+
- content: "Azure Virtual Machines"
59
+
isCorrect: false
60
+
explanation: "Virtual machines provide infrastructure and hosting control, not prebuilt AI APIs."
61
+
- content: "Azure Virtual Networks"
62
+
isCorrect: false
63
+
explanation: "Azure Virtual Networks is a networking service used for connectivity and segmentation, not prebuilt AI capabilities."
0 commit comments