ExamGecko
Home Home / Juniper / JN0-213

Juniper JN0-213 Practice Test - Questions Answers, Page 6

Question list
Search
Search

Which statement is correct about a vRouter?

A.
A vRouter uses virtual routing and forwarding (VRF) instances to create individual routing tables for each tenant.
A.
A vRouter uses virtual routing and forwarding (VRF) instances to create individual routing tables for each tenant.
Answers
B.
A vRouter always provides a direct connection between a tenant VM and the underlay network.
B.
A vRouter always provides a direct connection between a tenant VM and the underlay network.
Answers
C.
A vRouter can only provide connections to a single tenant's VM.
C.
A vRouter can only provide connections to a single tenant's VM.
Answers
D.
A vRouter uses logical systems to create individual routing tables for each tenant.
D.
A vRouter uses logical systems to create individual routing tables for each tenant.
Answers
Suggested answer: A

Explanation:

A vRouter uses virtual routing and forwarding (VRF) instances to create individual routing tables for each tenant. A VRF is a logical partition of a router's routing table that allows multiple instances of routing information to coexist on the same router.A vRouter can provide connections to multiple tenants' VMs by using different VRFs for each tenant

What is an OpenShift route?

A.
It provisions endpoints for a service.
A.
It provisions endpoints for a service.
Answers
B.
It allows pods to communicate across clusters.
B.
It allows pods to communicate across clusters.
Answers
C.
It provisions external access to a service.
C.
It provisions external access to a service.
Answers
D.
It allows pods to communicate across namespaces.
D.
It allows pods to communicate across namespaces.
Answers
Suggested answer: C

Explanation:

An OpenShift route is a way to provision external access to a service. A route exposes a service at a host name, such as www.example.com, that external clients can use to access the service.A route can also specify security options, such as TLS termination, and load balancing options, such as round robin or least connection

Click the Exhibit button.

You apply the manifest file shown in the exhibit.

Which two statements are correct in this scenario? (Choose two.)

A.
The created pods are receiving traffic on port 80.
A.
The created pods are receiving traffic on port 80.
Answers
B.
This manifest is used to create a deployment.
B.
This manifest is used to create a deployment.
Answers
C.
This manifest is used to create a
C.
This manifest is used to create a
Answers
D.
Four pods are created as a result of applying this manifest.
D.
Four pods are created as a result of applying this manifest.
Answers
Suggested answer: B, D

Explanation:

This manifest is used to create a deployment, which is a Kubernetes resource that manages a set of pods with the same configuration. A deployment can also provide declarative updates, scaling, and rolling back for the pods. The created pods are not receiving traffic on port 80, because the manifest does not specify a service or a selector for the deployment. A service is another Kubernetes resource that defines a logical set of pods and a policy to access them. A selector is a label query that matches the pods that belong to the service.Four pods are created as a result of applying this manifest, because the manifest specifies replicas: 4 in the spec section of the deployment

What is the name of the Docker container runtime?

A.
dockerd
A.
dockerd
Answers
B.
docker cl
B.
docker cl
Answers
C.
containerd
C.
containerd
Answers
D.
cri-o
D.
cri-o
Answers
Suggested answer: C

Explanation:

The name of the Docker container runtime is containerd, which is a daemon that manages the complete container lifecycle of its host system, from image transfer and storage to container execution and supervision to low-level storage to network attachments and beyond. Dockerd is the Docker daemon that acts as the primary user interface for Docker. Docker cl is not a valid name for any Docker component.Cri-o is another container runtime that implements the Kubernetes Container Runtime Interface (CRI) to enable using OCI (Open Container Initiative) compatible runtimes

Which two features are provided by CN2? (Choose two.)

A.
application firewall
A.
application firewall
Answers
B.
isolated namespaces
B.
isolated namespaces
Answers
C.
role-based access control
C.
role-based access control
Answers
D.
user-defined virtual networks
D.
user-defined virtual networks
Answers
Suggested answer: B, D

Explanation:

According to the CN2 datasheet1, CN2 supports ''multiple isolated namespaces for each tenant, allowing for overlapping IP addresses among tenants'' and ''user-defined virtual networks that can span across clusters, regions, and clouds''.Other features of CN2 include cloud-native networking, NetOps-driven automation, edge and remote compute, enhanced observability, and ultra-fast, high performance1.

Your organization has legacy virtual machine workloads that need to be managed within a Kubernetes deployment.

Which Kubernetes add-on would be used to satisfy this requirement?

A.
Canal
A.
Canal
Answers
B.
ADOT
B.
ADOT
Answers
C.
KubeVirt
C.
KubeVirt
Answers
D.
Romana
D.
Romana
Answers
Suggested answer: C

Explanation:

KubeVirt is a Kubernetes add-on that allows you to run and manage legacy virtual machine workloads alongside container workloads within a Kubernetes deployment. According to the KubeVirt website, KubeVirt is ''a virtual machine management add-on for Kubernetes'' that ''aims to provide a common ground for virtualization solutions on top of Kubernetes''. Other Kubernetes add-ons that are mentioned in the question are Canal, which is a network policy provider that combines Flannel and Calico; ADOT, which is a distribution of the OpenTelemetry Collector that supports tracing and metrics collection for AWS services; and Romana, which is a network and security automation solution that supports multiple network topologies and policies.

In the CN2 architecture, which component integrates with the orchestrator to listen for changes and take action on any events affecting network resources?

A.
cni.bin
A.
cni.bin
Answers
B.
kube-a pi server
B.
kube-a pi server
Answers
C.
contrail-vrouter-agent
C.
contrail-vrouter-agent
Answers
D.
contrail-k8s-kubemanaqer
D.
contrail-k8s-kubemanaqer
Answers
Suggested answer: D

Explanation:

contrail-k8s-kubemanager is the component in the CN2 architecture that integrates with the orchestrator (such as Kubernetes or OpenShift) to listen for changes and take action on any events affecting network resources.According to the CN2 components documentation2, contrail-k8s-kubemanager is ''the interface between Kubernetes resources and Contrail resources'' that ''watches the kube-apiserver for changes to regular Kubernetes resources such as service and namespace and acts on any changes that affect the networking resources''.Other components in the CN2 architecture are contrail-k8s-apiserver2, which is an aggregated API server that manages all Contrail resources; cni.bin, which is a binary file that implements the Container Network Interface (CNI) specification for CN2; and contrail-vrouter-agent, which is a pod that runs on every node and communicates with the CN2 control plane to program the data plane.

What are the two characteristics of the Network Functions Virtualization (NFV) framework? (Choose two.)

A.
It decouples the network control plane from the forwarding plane.
A.
It decouples the network control plane from the forwarding plane.
Answers
B.
It implements virtualized tunnel endpoints.
B.
It implements virtualized tunnel endpoints.
Answers
C.
It implements virtualized network functions
C.
It implements virtualized network functions
Answers
D.
It decouples the network software from the hardware.
D.
It decouples the network software from the hardware.
Answers
Suggested answer: C, D

Explanation:

The two characteristics of the Network Functions Virtualization (NFV) framework are that it implements virtualized network functions (VNFs) and that it decouples the network software from the hardware.According to the NFV overview by VMware3, NFV is ''designed to deliver the network services needed to support an infrastructure totally independent from hardware by decoupling network functions from proprietary purpose-built hardware appliances'' and that ''the software that provides these network services are known as virtual network functions (VNFs) and run on generic hardware''. Other characteristics that are mentioned in the question are related to Software Defined Networking (SDN), not NFV. SDN separates the network control plane from the forwarding plane and implements virtualized tunnel endpoints.

Which cloud automation tool uses YAML playbooks to install software and tools on servers?

A.
Terraform
A.
Terraform
Answers
B.
Ansible
B.
Ansible
Answers
C.
Python
C.
Python
Answers
D.
Heat
D.
Heat
Answers
Suggested answer: B

Explanation:

According to the Ansible documentation4, Ansible playbooks are ''automation blueprints, in YAML format, that Ansible uses to deploy and configure nodes in an inventory''. Other cloud automation tools that are mentioned in the question are Terraform, which uses HCL (HashiCorp Configuration Language) or JSON files to provision infrastructure resources; Python, which is a general-purpose programming language that can be used for various automation tasks; and Heat, which is an orchestration service for OpenStack that uses HOT (Heat Orchestration Template) or CFN (AWS CloudFormation) formats to describe stacks of cloud resources.


You want to quickly assign a specific combination of permissions to a set of users.

In this scenario, which OpenStack object should you create?

A.
flavor
A.
flavor
Answers
B.
image
B.
image
Answers
C.
role
C.
role
Answers
D.
project
D.
project
Answers
Suggested answer: C

Explanation:

In OpenStack, aroleis a set of permissions that determines what actions users can perform in a given context. Roles are assigned to user-project pairs.If you want to quickly assign a specific combination of permissions to a set of users, you should create a role1. Reference from Juniper site:OpenStack Docs

Total 65 questions
Go to page: of 7