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...

February 5, 2024No CommentsREAD 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...

February 4, 2024No CommentsREAD MORE +

Which virtualization technique is used by containers?

Which virtualization technique is used by containers?A . OS-level virtualizationB . full visualizationC . hardware-assisted virtualizationD . paravirtualizationView AnswerAnswer: A Explanation: This technique allows multiple isolated user-space instances to be created by the host operating system. Unlike full virtualization, where the entire system’s hardware is emulated, OS-level virtualization shares the...

February 3, 2024No CommentsREAD 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...

February 3, 2024No CommentsREAD 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...

February 3, 2024No CommentsREAD MORE +

Which two protocols provide this function?

You must provide tunneling in the overlay that supports multipath capabilities. Which two protocols provide this function? (Choose two.)A . MPLSoUDPB . VPNC . VXLAND . MPLSoGREView AnswerAnswer: A, C Explanation: MPLSoUDP (Multiprotocol Label Switching over User Datagram Protocol) and VXLAN (Virtual Extensible LAN) are two protocols that provide tunneling...

February 2, 2024No CommentsREAD MORE +

Which CN2 component provides the network control plane capability?

Which CN2 component provides the network control plane capability?A . contrail-k8s-kubemanaqerB . contrail-vrouter-nodesC . contrail-controlD . contrail-k8s-controllerView AnswerAnswer: C Explanation: The network control plane in CN2 represents CN2’s full-featured SDN capability. It communicates with other controllers and uses XMPP to communicate with the distributed data plane components on the worker...

February 1, 2024No CommentsREAD MORE +

In this scenario, which Kubernetes service type would provide equal access to all nodes using a single URL?

Your company has a Web app hosted in Kubernetes with a fluctuating number of pods. In this scenario, which Kubernetes service type would provide equal access to all nodes using a single URL?A . ExternalNameB . NodePortC . LoadBalancerD . ClusterIPView AnswerAnswer: C Explanation: The LoadBalancer service type in Kubernetes...

February 1, 2024No CommentsREAD 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,...

January 31, 2024No CommentsREAD 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:...

January 31, 2024No CommentsREAD MORE +