Which two statements are correct about containers? (Choose two.)

Which two statements are correct about containers? (Choose two.)A . Containers include the entire operating system.B . Containers reduce deployment efficiency.C . Containers have faster boot times than VMs. www*D . Containers require an underlying operating system.View AnswerAnswer: C, D Explanation: Containers are lightweight because they don’t need the extra...

November 25, 2023 No Comments READ MORE +

Which Docker component builds, runs, and distributes Docker containers?

Which Docker component builds, runs, and distributes Docker containers?A . docker cliB . containerdC . dockerdD . docker registryView AnswerAnswer: C Explanation: The Docker component that builds, runs, and distributes Docker containers is dockerd. Dockerd is the persistent process that manages containers. Docker uses different binaries for different tasks. For...

November 22, 2023 No Comments READ MORE +

What are two characteristics of the OpenShift Assisted Installer? (Choose two.)

What are two characteristics of the OpenShift Assisted Installer? (Choose two.)A . It uses one of the control plane nodes as a bootstrap node.B . It does not support bare-metal deployments.C . It offers REST APIs for the configuration and installationD . It provides full feature support and customizations.View AnswerAnswer:...

November 22, 2023 No Comments READ MORE +

Which statement is correct about overlay or underlay networks or fabrics?

Which statement is correct about overlay or underlay networks or fabrics?A . Underlay fabrics decouple network services from the overlay infrastructure.B . Overlay networks are Layer 3 networks that must use OSPF for routing purposes.C . Underlay fabrics enable multitenancy through virtualization.D . Overlay networks are virtual networks.View AnswerAnswer: D...

November 22, 2023 No Comments READ MORE +

Which two statements are true about VRF instances? (Choose two.)

Which two statements are true about VRF instances? (Choose two.)A . VRFs share a single routing table.B . VRFs do not enable overlapping IP addresses within the same cloud network.C . VRFs enable overlapping IP addresses within the same cloud network.D . Each VRF has its own routing table.View AnswerAnswer:...

November 21, 2023 No Comments READ MORE +

Which two Linux commands would you use to show the amount of RAM in your system? (Choose

Which two Linux commands would you use to show the amount of RAM in your system? (Choose two.)A . cat /proc/cpuinfoB . free -hC . cat /proc/memintoD . df -hView AnswerAnswer: B, C Explanation: he free -h command in Linux displays the total amount of free and used physical and...

November 21, 2023 No Comments READ MORE +

Which two statements are correct about an overlay network? (Choose two.)

Which two statements are correct about an overlay network? (Choose two.)A . The overlay network can only be built using a Layer 3 underlay network.B . The overlay network provides physical connectivity between devices.C . The overlay network is built using encapsulation tunnels.D . The overlay network is the virtual...

November 20, 2023 No Comments READ MORE +

Referring to the exhibit, which two statements are correct?

Click the Exhibit button. Referring to the exhibit, which two statements are correct? (Choose two.)A . The c using a custom flavor.B . The myvSRX instance is part of a default network.C . The myvSRX instance is using a default image.D . The myvSRX instance is currently running.View AnswerAnswer: A,...

November 20, 2023 No Comments READ MORE +

What are two Kubernetes objects? (Choose two.)

What are two Kubernetes objects? (Choose two.)A . clusterB . namespaceC . podD . serviceView AnswerAnswer: C, D Explanation: In Kubernetes, a Pod is the smallest and simplest unit in the Kubernetes object model that you create or deploy23. A Pod represents processes running on your cluster23. A Service in...

November 20, 2023 No Comments READ MORE +

Which two statements are correct about Kubernetes resources? (Choose two.)

Which two statements are correct about Kubernetes resources? (Choose two.)A . A deploymentConfig is a Kubernetes resource.B . A daemonSet ensures that a replica of a pod is running on all nodes.C . A ClusterIP type service can only be accessed within a Kubernetes cluster.D . NodePort service exposes the...

November 17, 2023 No Comments READ MORE +