【填空题】
长征精神___:___
查看试卷,进入试卷练习
微信扫一扫,开始刷题

答案
考过|把全国人民和中华民族的根本利益看得高于一切,坚定革命的理想和信念,坚信正义事业必然胜利的精神;就是为了救国救民,不怕任何艰难险阻,不惜付出一切牺牲的精神;就是坚持独立自主、实事求是,一切从实际出发的精神;就是顾全大局、严守纪律、紧密团结的精神;就是紧紧依靠人民群众,同人民群众生死相依、患难与共、艰苦奋斗的精神。
解析
暂无解析
相关试题
【单选题】
下列解锁scott账户的命令正确的是___。
A. update user scott account unlock
B. alter user scott account unlock
C. alter user scott unlock
D. alter user scott indentified by 123
【单选题】
你要操纵Oracle数据,下列哪个不是SQL命令?___。
A. select * from dual
B. set define
C. update emp set ename=6543 where ename='SMITHERS'
D. create table employees(empid varchar2(10) primary key)
【单选题】
有一产品表(编号,名称,价格,数量,所属分类),下列语法不正确的是___ 。
A. select * from 产品表 where 价格>1000
B. select * from 产品表 where 编号,名称
C. select 所属分类,价格*数量 from 产品表 where 价格>1000
D. select 所属分类, 价格*数量,名称 from 产品表
【单选题】
使用以下哪种数据类型,可使数据131.14159保存为131.14___。
A. Number(6,2)
B. Number(3,2)
C. Number(2.3)
D. Number(2,5)
【单选题】
下列哪种说法有错___?
A. 数据块是逻辑存储结构中的最小逻辑单位
B. 表空间是数据库的最大逻辑划分单位
C. 数据块是Oracle存储分配的最小单位
D. 一个数据库文件智能对应一个表空间
【单选题】
下列对数据库的操作语句错误的是___。
A. create tablespace users dafafile'E:\users01' size 100M
B. create database emp
C. alter database emp
D. drop database emp
【单选题】
以下选项中,预定义异常与产生原因对应错误的是___?
A. ACCESS_INTO_NULL--未初始化对象
B. CASE_NOT_FOUND--游标已经被OPEN
C. TOO_MANY_ROWS--执行select into时结果超过一行
D. ZERO_DIVIDE--除数为0
【单选题】
假设用户USER1的默认表空间为USERS,他在该表空间的配额为10MB,则USER1在USERS 表空间创建基本表时,他应具有什么权限?___
A. CREATE TABLE
B. CREATE USER
C. UNLIMITED TABLESPACE
D. TABLE
【单选题】
关于控制文件,下列说法正确的是___。
A. 建议至少有两个位于不同磁盘上的控制文件
B. 建议至少有两个位于同一磁盘上的控制文件
C. 建议保存一个控制文件
D. 一个控制文件,数据库不能运行
【单选题】
Oracle数据库被划分为___的逻辑存储单元,该逻辑存储单元本身由操作系统磁盘文件和原始分区组成。
A. 表空间
B. 联机重做日志文件
C. 归档重做日志文件
D. 回滚段
【单选题】
假设需要为表customer添加主键约束,主键列为customer_id,可以使用如下___方式。
A. Alter table CUSTOMER ADD PK_CUSTOMER PRIMARY KEY ("CUSTOMER_ID")
B. Alter table CUSTOMER ADD PRIMARY KEY ("CUSTOMER_ID")
C. Alter table CUSTOMER ADD CONSTRAINT PK_CUSTOMER (''CUSTOMER_ID'')
D. Alter table CUSTOMER ADD CONSTRAINT PK_CUSTOMER PRIMARY KEY ("CUSTOMER_ID")
推荐试题
【单选题】
An administrator sets the Failover Capacity for both CPU and Memory at 25%. Based on the Exhibit below, how much of the cluster’s total CPU resources are still available to power on additional virtual machines?___
A. 45%
B. 25%
C. 70%
D. 60%
【单选题】
Which statement applies to the vSphere Replication appliance?___
A. Only one vSphere Replication appliance can be deployed per vCenter Server instance.
B. VMware Tools in the vSphere Replication appliance can be upgraded.
C. A single vSphere Replication appliance can manage a maximum of 4000 replications.
D. vSphere Replication is available only with the vSphere
E. ssentials Plus license.
【单选题】
Which esxcli namespace can a vSphere Administrator use to adjust the queue depth?___
A. esxcli system module parameters
B. esxcli storage core device
C. esxcli system module set
D. esxcli storage core adapter
【单选题】
Which statement regarding datastore clusters meets VMware’s recommended best practices?___
A. Clusters should contain only datastores presented from the same storage array.
B. Clusters should contain only datastores with equal hardware acceleration capability.
C. Clusters should contain only datastores with the same capacity.
D. Clusters should contain only datastores using the same connection method (iSCSI, FC, etc.).
【单选题】
What VM Monitoring setting would ensure that the maximum reset window for a virtual machine is 24 hours?___
A. Medium
B. Low
C. High
D. Normal
【单选题】
What is the default space threshold for vSphere Storage DRS?___
A. 80%
B. 70%
C. 90%
D. 95%
【单选题】
Which is the correct sequence to upgrade a vSphere infrastructure?___
A. vCenter Server>ESXi host> VMware Tools>VM compatibility
B. ESXi host>vCenter Server> VMware Tools>VM compatibility
C. vCenter host> ESXi host> VM compatibility> VMware Tools
D. ESXi host>vCenter Server> VM compatibility>VMware Tools
【单选题】
An administrator has a large boot from SAN cluster and wants to ensure consistent configuration by using host profiles. What special considerations are required for boot from SAN hosts?___
A. Change the “Device is shared clusterwide” setting to “false” in the host profile.
B. Verify that the boot LUN is correctly identified as the boot device in the host profile.
C. The boot from SAN device must report as a local device.
D. Host profiles are incompatible with boot from SAN hosts.
【单选题】
When using VMware Converter to import a Windows server and improve the consistency of the destination virtual machine, which optional step can be performed immediately prior to powering down the source server?___
A. Perform a final synchronization task.
B. Remove the server from the network.
C. Uninstall production applications.
D. Remove the server from the Active Directory domain.
【单选题】
Restoration of the vCenter Server Appliance is accomplished using which interface?___
A. vSphere Web Client
B. vSphere Client
C. vCenter Server Appliance Management Interface
D. vCenter Server Appliance GUI Installer
【单选题】
When attempting to migrate a virtual machine to another host in the same cluster, the error message, “Select a valid compute resource” returns. What could cause this error?___
A. Both hosts run different versions of ESXi.
B. Both hosts are not sharing the same datastore.
C. VMware Tools is not installed.
D. Virtual machine has an ISO attached.
【单选题】
When will vSphere Data Protection delete the expired backup image of a Platform Service Controller?___
A. Immediately after the retention period has expired.
B. After the expired backup image is restored.
C. During the next backup window following expiry.
D. During the next maintenance window following expiry.
【单选题】
Group A has permission to download files in Content Library. Group B does not have permission to download files in Content Library. If a user is a member of both groups, what will be the result?___
A. The user cannot download file from Content Library.
B. The user can download file from Content Library.
C. The user cannot access Content Library.
D. The user can access Content Library.
【单选题】
An administrator is trying to set up Host Partial Failure Response, but the Automated option is grayed out. What can the administrator change to enable the Automated option?___
A. Change the vSphere DRS Automation level to Partially Automated.
B. Change the vSphere DRS Automation level to Fully Automated.
C. Enable vSphere HA Host Monitoring.
D. Change the vSphere DPM Automation level to Automatic.
【单选题】
When you attempt to open a virtual machine console from the vSphere Web Client, the console does not connect. The following error message appears:<HTTP ERROR 404> <Problem accessin/.Reason: Not Found>. Why did not connect?___
A. Port 443 is in use.
B. Port 9443 is in use.
C. Port 8443 is in use.
D. Port 22443 is in use.
【单选题】
What new feature was introduced to the Content Library in vSphere 6.5?___
A. Mount an ISO directly from the Content Library.
B. Deploy a virtual machine from an OVF Package in a Content Library.
C. Upload a File from a URL to a Library Item.
D. Upload a File from a Local System to a Library Item.
【单选题】
How can an administrator exclude Encryption rights from a support engineer?___
A. Clone the role Virtual machine power user, remove Cryptographic operations privileges.
B. Clone the role Administrator and assign to the support engineer.
C. Clone the role Virtual machine power user and assign to the support engineer.
D. Clone the role No cryptography administrator and select privileges only for the support engineer.
【单选题】
The administrator must back up a vCenter HA deployment. Which component must be backed up?___
A. Passive node
B. Witness node
C. External database
D. Active node
【单选题】
What is the supported protocol to perform remote L3 traffic monitoring in vSphere 6.5?___
A. VXLAN
B. ERSPAN
C. RSPAN
D. SPAN
【单选题】
What are the minimum hardware requirements for a Windows vCenter Server with embedded PSC that manages a “Small” environment?___
A. 2vCPUs, 16 GB RAM
B. 4 vCPUs, 16 GB RAM
C. 2 vCPUs, 10 GB RAM
D. 4 vCPUs, 10 GB RAM
【单选题】
Which port is used for communication between ESXi and vSphere Data protection?___
A. 80
B. 443
C. 902
D. 22
【单选题】
What can prevent Storage DRS from functioning on a datastore?___
A. The datastore is configured for Virtual Machine Swapfile location.
B. The datastore is shared across multiple datacenters.
C. The datastore is connected to a host that is running Storage I/O Control.
D. Storage DRS advanced option IgnoreAffinityRulesForMaintenance is set to 1.
【单选题】
When troubleshooting VMware vCenter Server issues, when logging level provides maximum detail?___
A. Verbose
B. Trivia
C. Info
D. Error
【单选题】
What new feature is introduced in NFS 4.1 on ESXi 6.5?___
A. IPv6
B. KRB5i
C. AUTH_SYS
D. Storage DRS
【单选题】
What configuration option would ensure that a virtual NUMA topology is defined on VMs having more than eight virtual CPUs?___
A. cupid.coresPerSocket
B. numa.vcpu.followcorespersocket
C. numa.vcpu.maxPerVirtualNode
D. numa.vcpu.min
【单选题】
What is the minimum disk space required to deploy vSphere Data Protection (VDP) with 8 TB configuration?___
A. 4 TB
B. 16 TB
C. 8 TB
D. 12 TB
【单选题】
What advanced option for vSphere HA defines a maximum number of reset attempts by VMCP for a virtual machine?___
A. das.maxterminates
B. das.isolationshutdowntimeout
C. das.maxresets
D. fdm.isolationpolicydelaysec
【单选题】
What vSphere technology enables the administrator to ensure consistent configuration at scale?___
A. PowerCLI
B. Host Profiles
C. esxcli
D. vSphere Web Client
【单选题】
Which port is used for vSphere HA agent-to-agent communication?___
A. 443
B. 8182
C. 22
D. 902
【单选题】
Which log file would assist in identifying an issue that occurred during the database export phase of a vCenter Server upgrade process?___
A. vcdb_import.out
B. export.json
C. export-upgrade-runner.log
D. vcdb_export.out
【单选题】
Bidirectional CHAP is support by which storage initiator?___
A. software FCoE HBA
B. Fibre Channel HBA
C. independent hardware iSCSI HBA
D. dependent hardware iSCSI HBA
【单选题】
What is a pool of raw storage capacity that a storage system can provide to Virtual Volumes?___
A. protocol endpoint
B. storage container
C. storage provider
D. datastore
【单选题】
vSphere 6.5 DRS is now Network-Aware. Based on network utilization, when will DRS balance VMs?___
A. DRS will balance VMs when a network resource pool is configured for VMs.
B. DRS will balance VMs when Network I/O Control is enabled.
C. DRS will place VMs on initial boot for hosts that have network utilization lower that the threshold.
D. DRS will vMotion VMs when network utilization is higher than the threshold on a particular host.
【单选题】
A scripted upgrade of ESXi fails due to an incorrect parameter in the upgrade script. What file must the administrator modify to correct the problem?___
A. vmreconfig.pl
B. hostinfo.pl
C. ks.cfg
D. boot.cfg
【单选题】
A VM folder contains VM1 and VM2. Group A has permission to power on virtual machines, defined on the VM folder and its children. Group B has permission to power off virtual machine VM2. If a user is a member of group A and B, what action can the user perform?___
A. Suspend VM2.
B. Power off VM1.
C. Power on and power off VM1.
D. Power on and power off VM2.
【单选题】
The networking team has requested to have a dedicated network for iSCSI traffic. This task has been assigned to the vSphere Administrator. What is the VMware-recommended way to accomplish this?___
A. Configure Static Routes on each ESXi Server.
B. Configure the right subnet.
C. Create a custom IP Stack.
D. Define a dedicated gateway for the iSCSI vmkernel.
【单选题】
To prevent possible failures or issues during a vSphere upgrade, which component should be upgraded first?___
A. ESXi Hosts
B. virtual machines
C. datastores
D. vCenter Server
【单选题】
What is the command for updating an ESXi host?___
A. esxcli software vib update –d /vmfs/volumes/Datastore/DirectoryName/PatchName.zip
B. esxupdate software update –d”/vmfs/volumes/Datastore/DirectoryName/PatchName.zip”
C. esxcli software update –d “/vmfs/volumes/Datastore/DirectoryName/PatchName.zip”
D. esxupdate software vib update –d /vmfs/volumes/Datastore/DirectoryName/PatchName.zip
【单选题】
A vSphere Administrator would like to identify which physical NUMA node their virtual machine is currently residing on. What esxtop metric would provide this information?___
A. GST_ND[x]
B. OVD_ND[x]
C. NRMEM
D. NHN
【单选题】
How can a vSphere administrator ensure that two virtual machines never run on the same datastore in a datastore cluster, while permitting the VMs to be load-balanced?___
A. Use an Intra-VM Anti-Affinity Rule.
B. Configure a storage DRS VM override.
C. Disable storage
D. RS for the VMs.