[2022年01月21日]HPE2-N68テストエンジンお試しセット、HPE2-N68問題集PDF
最新のHP HPE2-N68のPDFと問題集で(2022)無料試験問題解答
質問 20
You have created a Data Fabric-type Kubernetes cluster on Ezmeral Container Platform. You want to use this cluster's Data Fabric to provide persistent storage for other Kubernetes clusters on the platform.
This storage should include automatically generated TenantShares and TenantStorages.
What should you do?
- A. Set the platform's Tenant Storage to HDFS mode; specify the IP address of the Data Fabric cluster's conductor (master) in the HDFS settings.
- B. Reference the Data Fabric cluster as the underlying cluster for every Kubernetes Tenant that you create.
- C. Re-run the Ezmeral Container Platform installation file, selecting the "--upgrade" option, and select the embedded Data Fabric option.
- D. Use scripts on the controller to prepare, configure, and register the Data Fabric cluster as the Tenant Storage.
正解: A
質問 21
Refer to the exhibit.
What should you keep (n mind as you configure the circled setting?
- A. You must check with network admins and make sure that they have set up routes to these subnets in the data.
- B. You can select any large subnets; these addresses are tunneled with VXLAN and invisible outside the cluster.
- C. You must increase the size of these subnets by changing them to use a /24 prefix length.
- D. You must make sure that the two subnets overlap so that pods can communicate with services.
正解: C
質問 22
You are creating an EPIC Tenant on Ezmeral Container Platform.
When would you grant the Cluster Superuser privilege to Tenant Admins?
- A. The Tenant Admins need additional rights to set up persistent storage for certain applications.
- B. The Tenant Admins need to access the App Store and download apps for the tenant.
- C. The Tenant Admins requires root access to run ActionScripts on virtual clusters.
- D. The Tenant Admins need rights to multiple tenants, and you do not want to give these users Site Admin rights.
正解: B
質問 23
You have added a deployment object to the "tenant!" namespaces on a Kubetnetes cluster using the
"cluster.local" domain name.
The deployment's pods run a Web-based application. You want the application running on these pods to be accessible within the cluster at hostname:
portaLtenantl.svc.clusteUocal.
Which object meets these requirements?
- A. A service object with ClusterIP type and name "portal"
- B. A replica set object with container ports 80 and 443
- C. A kdcluster object with hostname "portal.tenantl.svc.cluster.local"
- D. A configmap object with ports 80 and 443 and name "portaLtenant l"
正解: A
質問 24
You want to set up high availability (HA) for the HPE Ezmeral Container Platform control plane. This includes HA for gateways and HA for the platform. You are not planning to use the embedded Ezmeral Data Fabric.
Which hosts will you require at minimum?
- A. Two hosts with 500 GB for ephemeral storage and 500 GB for OS storage Two hosts with 500 GB for OS storage
- B. Four hosts with 500 GB for OS storage and 500 GB storage for ephemeral storage
- C. Three hosts with 500 GB for ephemeral storage and 500 GB for OS storage Two hosts with 500 GB for OS storage
- D. Three hosts with 500 GB for OS storage Two hosts with 500 GB for OS storage and 500 GB for ephemeral storage
正解: B
質問 25
You have an Ezmejal Container Platform solution that manages an internally created Kubernetes cluster. The cluster uses AD for Its authentication settings, and users can successfully log into the platform with their domain credentials.
You have created a Tenant on the cluster which has the "AI/ML project" setting enabled on it. You have also created a Notebook cluster within that project. However, users receive an error when they try to log into the Notebook endpoint (Jupyter Hub) with their domain credentials.
What should you check?
- A. That the users have a manually created external account that assigns them to the Cluster Admin role in the cluster
- B. That the Notebook cluster has a "cluster" connection to the AD server hostname
- C. That the Notebook cluster has a "secret" connection with this value: "hpecp-ext-auth-secret"
- D. That the users have a manually created external account that assigns them to the Admin status in the AI/ML Project
正解: A
質問 26
A company IT department has strict requirements around data protection and wants you to explain how to use the Max Target and Mm Target options for an HPE Ezmeral Data Fabric volume.
What should you explain?
The Max Target sets the desired RAID level for data In the primary volume. The Mm Target sets the desired RAID level for data In associated mirror and snapshot volumes.
- A. The Max Target sets the desired number of replicas for data; the Min Target sets a replica number at which the fabric still tries to reach the Max Target, but less aggressively.
- B. The Max Target sets the desired number of replicas for "hot" (frequently used) data; the Min Target sets the desired number of replicas for "warm" (less frequently used) data.
- C. The Max Target and Min Target work together to set the erasure coding level for data in the volume. C.
The Max Target is the total number of blocks and the Min Target is the total minus redundant blocks.
正解: B
質問 27
You have used Ezmeral Container Platform to create a Kubernetes cluster, which has 3 conductor (master) nodes tor HA and 12 workers. Which correctly describes how the platform manages this cluster?
- A. The controller elects one conductor as the primary conductor and places the other conductors in standby mode.
- B. The controller can manage the cluster, but using HA for the conductors limits a few features such as Data Taps and the Web Terminal.
- C. The controller places the conductor nodes in standby mode and takes over as the active conductor for the Kubernetes cluster.
- D. The controller sends API requests through the gateway, which load balances them across the conductor nodes.
正解: A
質問 28
What Is the arbiter's role in the HPE Ezmeral Container Platform?
- A. Detect if the controller or shadow controller has failed and begin managing the platform
- B. Load balance requests sent to the controller and shadow controller
- C. Direct the shadow controller to begin managing the platform if the controller fails
- D. Monitor the gateway and notify the administrator if a critical error occurs
正解: C
質問 29
You need to enable the Al/ML project option for a Kubernetes tenant on HPE Ezmeral Container Platform.
What Is a requirement?
- A. That the Ezmeral ML Ops Installation package was run on the platform and cluster before the tenant was added
- B. That the Kubernetes cluster for the tenant has both Spark operator and Istio enabled on it
- C. That the platform has enough available Ezmeral ML Ops licenses to match the core quota on the tenant
- D. That the Kubernetes cluster for the tenant is running Kubernetes version 1.18.6 or above
正解: C
質問 30
For which use case should you enable Istlo on a Kubernetes cluster?
- A. Creating more sophisticated routing rules for services running on the cluster
- B. Training ML algorithms to perform complex tasks such as clustering andimage recognition
- C. Converting stateful applications such as Spark into a form that can run on Kubernetes
- D. Connecting a KubeDirector cluster to external Kubernetes components such as secrets and config maps
正解: C
質問 31
Your company has developed a JSON file to define a custom KubeDirector application.
What step should you take to add the application to the catalog available to a Kubernetes Tenant?
- A. As a Site Admin, place the file in the controller /srv/bluedata/catalog directory; modify permissions on the file to make it accessible in the Ul.
- B. As a Tenant Member or Admin, use the Web Terminal or HPE Kubectl plug-in to issue the kubectl apply -f command.
- C. As a Tenant Admin, use Helm to download the JSON file as a chart. Then deploy the chart as a release within the tenant.
- D. As a Site Admin, import the JSON file using the Web Ul. Then enable the application within the Tenant settings.
正解: B
質問 32
Which correctly describes components of the Hadoop framework?
- A. YARN is a particular type of application intended for in-memory analytics.
- B. MapReduce compresses data that is stored in HDFS.
- C. YARN provides data protection and management for data within HOF5.
- D. MapReduce applications process data that is stored in HDFS.
正解: D
質問 33
What ate the network requirements for the HPE Ezmeral Container Platform controller and gateway?
- A. The controller and gateway must be on the same non-routable private network as each other and all other hosts.
- B. The controller and gateway must be on the same routable network as each other, but not necessarily other hosts.
- C. The controller and gateway must be on routable networks, but do not have to be on the same network as each other or other hosts.
- D. The controller and gateway must be on the same routable network as the Kubernetes or EPIC hosts.
正解: A
質問 34
You want to create a custom dashboard with monitoring information collected by HPE Ezmerat Container Platform. What step should you complete first?
- A. Exec Into the epic-monitoring pod on the controller and enable Kibana.
- B. Create a user account and assign that account the "monitoring" role.
- C. Exec into the epic-nagios pod on the controller and start the Nagios service.
- D. Access each host managed by the platform and export logs in the "var/log/bluedata" directory.
正解: C
質問 35
You need to set up email alerts.
When do you need to exec into the Ezmeral Container Platform controller's "epic-nagios" container, as opposed to using the Web Ul?
- A. When you want to specify multiple destination email addresses and groups
- B. When you want to send an alert to an SNMP version 3 server
- C. When you want to set a custom source email address for the alerts
- D. When the controller DNS server does not have an entry for the destination email domain
正解: D
質問 36
......
あなたを合格させるHPE Product Certified - Containers HPE2-N68試験問題集で2022年01月21日には41問あります:https://jp.fast2test.com/HPE2-N68-premium-file.html