刷题
导入试题
【简答题】
机车乘务员在列车站停或区间停车下车检查机车走行部或处理故障时要做到那些?
查看试卷,进入试卷练习
微信扫一扫,开始刷题
答案
机车乘务员在列车站停或区间停车下车检查机车走行部或处理故障时,必须密切注意邻线过往列车,遇邻线列车通过时,不准在列车的通过一侧作业、行走或停留。
解析
暂无解析
相关试题
【简答题】
电力机车运行中发生故障需要登机车顶部检查弓网状态或处理故障时,应做到?
【简答题】
工作前安全讲话内容?
【简答题】
机车乘务员在列车站停或区间停车下车检查机车走行部或处理故障时要做到那些?
【简答题】
使用手持电动工具要注意哪些?
【简答题】
安全管理的基本原则是什么?
【简答题】
运行途中弓网故障机车乘务员需登顶作业时应做到哪些?
【简答题】
机车乘务员手机使用管理规定?
【简答题】
发现事故隐患或不安全因素时要做到那些?
【简答题】
何谓机车车辆伤害?
【简答题】
运行途中弓网故障机车乘务员需登顶作业时应做到哪些?
【单选题】
下列解锁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数据库的物理存储结构?___
A. 数据文件
B. 控制文件
C. 系统文件
D. 日志文件
【单选题】
下列用于储存字符串数据的数据类型是___。
A. vchar2
B. int
C. number
D. date
【单选题】
以下___内存区不属于 SGA。
A. PGA
B. 日志缓冲区
C. 数据缓冲区
D. 共享池
【单选题】
___模式存储数据库中数据字典的表和视图。
A. DBA
B. SCOTT
C. SYSTEM
D. SYS
【单选题】
在Oracle中,一个用户拥有的所有数据库对象统称为___。
A. 数据库
B. 模式
C. 表空间
D. 实例
【单选题】
以下哪个命令是SQL PLUS命令___。
A. UPDATE
B. EDIT
C. SELECT
D. ALTER TABLE
【单选题】
你要操纵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)
【单选题】
11、下列哪种说法有错___?
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. for…in..loop…End
B. if…then…else
C. if…then…elseif
D. if…then
【单选题】
下列不属于Oracle所支持的触发器为___?
A. 语句级触发器
B. 替换触发器
C. RS触发器
D. 系统触发器
【单选题】
DML触发器可分为三种类型,以下哪个不是DML触发器的类型___?
A. INSERT
B. UPDATE
C. DROP
D. ROP
【单选题】
以下选项中,预定义异常与产生原因对应错误的是___?
A. ACCESS_INTO_NULL--未初始化对象
B. CASE_NOT_FOUND--游标已经被OPEN
C. TOO_MANY_ROWS--执行select into时结果超过一行
D. ZERO_DIVIDE--除数为0
【单选题】
在Oracle中,下面用于限制分组函数的返回值的子句是___。
A. WHERE
B. HAVING
C. ORDER BY
D. 无法限定分组函数的返回值
【单选题】
在Oracle中,以下不属于集合操作符的是___。
A. UNION
B. SUM
C. MINUS
D. INTERSECT
【单选题】
下列哪个不是合法字符?___
A. a.9
B. 9
C. ?
D. *
【单选题】
假设用户USER1的默认表空间为USERS,他在该表空间的配额为10MB,则USER1在USERS 表空间创建基本表时,他应具有什么权限?___
A. CREATE TABLE
B. CREATE USER
C. UNLIMITED TABLESPACE
D. TABLE
【单选题】
在Oracle中,当控制一个显式游标时,下面哪种命令包含INTO子句___。
A. OPEN
B. CLOSE
C. FETCH
D. DECLARE
【单选题】
以下___什么内存区不属于SGA。
A. PGA
B. 日志缓冲区
C. 数据缓冲区
D. 共享池
【单选题】
下列表空间中,___表空间是运行一个数据库必须的一个表空间。
A. ROLLBACK
B. TEMP
C. TOOLS
D. SYSTEM
【单选题】
手工创建一个新的数据库时,首先需要___。
A. 启动一个实例
B. 启动SQL*PLUS,以SYSDBA身份连接Oracle
C. 关闭当前实例
D. 创建一个参数文件
【单选题】
关于控制文件,下列说法正确的是___。
A. 建议至少有两个位于不同磁盘上的控制文件
B. 建议至少有两个位于同一磁盘上的控制文件
C. 建议保存一个控制文件
D. 一个控制文件,数据库不能运行
【单选题】
oracle的表空间包括___。
A. SYSTEM表空间
B. SYSAUX表空间
C. UNDO表空间
D. 以上都是
【单选题】
默认的临时表空间是TEMP,那么默认的永久表空间是___。
A. SYSTEM
B. PMET
C. SYST
D. MET
【单选题】
下列不属于ORACLE的逻辑结构的是___。
A. 区
B. 段
C. 数据文件
D. 表空间
【单选题】
在Oracle中,当控制一个显式游标时,下面哪种命令包含INTO子句___。
A. OPEN
B. CLOSE
C. FETCH
D. CUPSOR
【单选题】
下列哪个数据对象不属于段?___
A. 数据表
B. 视图
C. 索引
D. 回滚
推荐试题
【多选题】
Which two statements are true about Highly Available vSphere Auto Deploy infrastructure? (Choose two.)___
A. It helps prevent data loss.
B. It is a prerequisite for using vSphere Auto Deploy with stateful install.
C. It requires two or more Auto
D. eploy servers.
【多选题】
The virtual machine log rotation size can be changed for all VMs by which two interfaces? (Choose two.)___
A. PowerCLI
B. vSphere Web Client
C. ESXi host client
D. esxcli
【多选题】
Which two configuration options can exclude virtual disks from snapshot operations? (Choose two.)___
A. Use RDM in virtual mode for virtual disk.
B. Use virtual disks in Independent – Persistent mode.
C. Use a virtual disk larger than 2 TB in size.
D. Use RDM in physical mode for virtual disk.
【多选题】
Which two storage configurations on the source server are unsupported with VMware Converter? (Choose two.)___
A. Linux LVM
B. software RAID
C. GPT/MBR hybrid disks
D. Windows basic volumes
E. Windows dynamic volumes
【多选题】
Which two statements about vCenter HA are correct? (Choose two.)___
A. ESXi 5.5 or later is required.
B. vCenter HA network latency between nodes must be less than 50 ms.
C. NFS datastore is supported.
D. It must be deployed on a 3
E. SXi host cluster with DRS enabled.
【多选题】
An attempt to delete NFS datastore from a ESXi host returns the error: Sysinfo error on operation returned the following status:< Busy> Which two statements could explain this failure? (Choose two.)___
A. NFS datastore is a part of Storage DRS Cluster.
B. NFS.VolumeRemountFrequency value is set to 30.
C. Storage I/O Control is enabled on NFS datastore.
D. NFS datastore has running or registered virtual machines.
【多选题】
An administrator finds that the Microsoft Exchange virtual machines are exhibiting network latency. What two in-guest changes can help decrease latency? (Choose two.)___
A. LRO
B. TSO
C. SR-IOV
D. PVRDMA
【多选题】
Which two types of iSCSI adapters require VMkernel networking configuration? (Choose two.)___
A. dependent hardware
B. in-guest
C. software
D. independent hardware
【多选题】
Which two statements are true for NFS v4.1 firewall behavior? (Choose two.)___
A. It closes port 2049.
B. It sets allowed. All flag to TRUE.
C. It sets allowed. All flag to FALSE.
D. It opens port 2049.
【多选题】
A vSphere Administrator attempts to enable Fault Tolerance for a virtual machine but receives the following error: Secondary VM could not be powered on as there are no compatible hosts that can accommodate it. What two options could cause this error? (Choose two.)___
A. The other ESXi host(s) are in Maintenance Mode.
B. Hardware virtualization is not enabled on the other ESXi host(s).
C. The other ESXi host(s) are in Quarantine Mode.
D. Hardware MMU is enabled on the other
E. SXi host(s).
【多选题】
Storage capabilities be populated in what two ways? (Choose two.)___
A. The administrator can use tags to describe capabilities.
B. Default capabilities are provided by vCenter Server.
C. Datastores can advertise their capabilities through VAAI.
D. Datastores can advertise their capabilities through VASA.
【多选题】
In network troubleshooting it is important to know what upstream switch the ESXi host is connected to. Which two features does ESXi provide to help identify the upstream switch? (Choose two.)___
A. Promiscuous mode
B. DPM
C. LLDP
D. CDP
【多选题】
Virtual Volumes supports which three VMware features? (Choose three.)___
A. Instant Clones
B. Distributed Resource Scheduler
C. Linked Clones
D. vMotion
E. Storage Distributed Resource Scheduler
【多选题】
vSphere DRS helps to balance virtual machines with available resources in a vSphere cluster. What three types of resources can be taken into account for balancing? (Choose three.)___
A. CPU
B. physical NIC saturation of an ESXi host
C. virtual NIC saturation of a virtual machine
D. RAM
E. storage latency
【多选题】
Which three design requirements must be satisfied to enable RAID-6 objects in a VMware vSAN cluster? (Choose three.)___
A. vSAN Advanced license or higher
B. vSAN stretched cluster
C. at least six hosts contributing storage
D. deduplication and compression
E. all flash configuration
【多选题】
When using "Cluster resource percentage" for host failover capacity in vSphere HA Admission Control, the total resource requirements are calculated from which two values? (Choose two.)___
A. Total vCPUs assigned to each VM.
B. Average CPU usage on each VM over time.
C. Memory reservations on each VM.
D. Total memory assigned to each VM.
E. Average active memory on each VM over time.
F. CPU reservations on each VM.
【多选题】
Which are four attributes of the Active vCenter HA node? (Choose four)___
A. It uses the vCenter HA network to communicate with the Witness node.
B. It constantly replicates vPostgres data with the Witness node.
C. It uses a public IP address for the management interface.
D. It runs the active vCenter Server Appliance instance.
E. It uses the vCenter HA network for replication of data to the Passive node.
F. It provides a quorum to protect against split-brain situations.
【多选题】
Which are two vCenter Server two-factor authentication methods? (Choose two.)___
A. RSA SecurID
B. Smart Card
C. SAML
D. Symantec VIP
【多选题】
An administrator is creating VMkernel adapters on an ESXi 6.5 host and wants to create separate VMkernel adapters for every type of traffic in the default TCP/IP stack. Which three types of traffic can be explicitly enabled on a separate VMkernel adapter? (Choose three.)___
A. Virtual SAN traffic
B. NFS traffic
C. vMotion traffic
D. vSphere HA traffic
E. Fault Tolerance logging traffic
【多选题】
When migrating a Windows vCenter Server 6.0 to the vCenter Server Appliance 6.5, which two will be migrated by default? (Choose two.)___
A. Local Windows OS users and groups
B. Configuration
C. Custom ports
D. FQDN
E. Historical and Performance data
【多选题】
Which three types of Content Libraries exist within vSphere 6.5? (Choose three.)___
A. Remote Content Library
B. Published Content Library
C. Local Content Library
D. Shared Content Library
E. Subscribed Content Library
【多选题】
An administrator cannot enable multi-processor Fault Tolerance (SMP-FT) for a virtual machine. Which are two possible causes for this? (Choose two.)___
A. The virtual machine is running on a vSAN datastore.
B. The Fault Tolerance network is using a 10Gbit uplink.
C. The virtual machine has 6 vCPUs assigned.
D. The virtual machine has a 1TB VMDK attached.
E. The virtual machine has snapshots present.
【多选题】
Which two statements are true for Predictive DRS? (Choose two.)___
A. It balances resource utilization for virtual machines with unpredictable utilization patterns.
B. It integrates DRS with vRealize Operations Manager to balance workloads for virtual machines before resource utilization spikes occur.
C. It balances resource utilization based on a threshold's algorithm that runs each night.
D. It determines the best placement and balance of virtual machines based on a threshold's algorithm that runs each night in vCenter Server 6.5 Database.
【多选题】
Which two situations could cause a virtual machine to appear with (orphaned) appended to its name? (Choose two.)___
A. if a host failover is unsuccessful
B. if a virtual machine was removed from vCenter Server's inventory
C. if a virtual machine was deployed from template, and the template has been deleted
D. if a virtual machine is unregistered directly on the host
【多选题】
Which three requirements are needed to apply RAID 5 or RAID 6 erasure coding on a vSAN 6.2 or 6.5 object? (Choose three.)___
A. on Disk Format 3.0
B. Hybrid vSAN
C. All Flash vSAN
D. vSAN Advanced License
E. Stretched Cluster Configurations
【多选题】
An administrator sees the following error in the log files: Which two events could be the source of the error message? (Choose two.)___
A. vCenter Server failure
B. VXLAN failure
C. Disk array failure
D. Network failure
E. ESXi host failure
【多选题】
An administrator is attempting to access an ESXi host via the DCUI but is unable to do so. Which could be two possible causes? (Choose two.)___
A. The host in Qhas no out-of-band management capability (i.e. iLO/iDRAC).
B. The SSH service is disabled on the host.
C. Strict lockdown mode is enabled on the host.
D. Normal lockdown mode is enabled and the administrator is a member of the
E. xception User list.
【多选题】
Which two permissions are required to migrate a virtual machine with Storage vMotion? (Choose two.)___
A. Network > Move Network
B. Virtual Machine > Inventory > Move
C. Resource > Migrate powered on virtual machine
D. Datastore > Allocate Space
【多选题】
Which are three supported storage requirements for vCenter Server HA? (Choose three.)___
A. NFS
B. RDM
C. vSAN
D. VMFS
E. JBOD
【多选题】
Which are the two network requirements for a VMware vSAN 6.5 cluster? (Choose two.)___
A. Multicast must be enabled on the physical switches and routers that handle vSAN traffic.
B. vSAN requires IPv6 only.
C. All hosts must have a dedicated 40GbE NIC.
D. The vSAN network supported IPv4 or IPv6.
E. vSAN requires IPv4 only.
【多选题】
Which three prerequisites must be in place prior to enabling secure boot for a virtual machine? (Choose three.)___
A. VirtualMachine.Config.Settings privileges
B. an encrypted USB drive
C. Virtual Hardware version 13 or later
D. Virtual Hardware version 12 or later
E. EFI firmware
【多选题】
A user is given the "Virtual machine user (sample)" role in a vSphere 6.x environment. Which three permissions would the user be able to perform? (Choose three.)___
A. Reset a virtual machine.
B. Power on a virtual machine.
C. Move a host into a cluster.
D. Configure CD media.
E. Migrate a virtual machine with Storage vMotion.
【多选题】
Which three are supported upgrade processes for ESXi host? (Choose three.)___
A. using vSphere Auto Deploy
B. using a TFTP server
C. using Update Manager
D. using an
E. SXCLI command
【多选题】
When enabling Storage DRS on a datastore cluster, which three components are enabled as a result? (Choose three.)___
A. Space load balancing among datastore within the datastore cluster.
B. Initial placement for virtual disks based on space and I/O workload.
C. I/O load balancing among datastores within the datastore cluster.
D. Queue Depth alerting on disks within the datastore cluster.
E. Data de-duplication within the datastore cluster.
【多选题】
What are two features introduced in Network I/O Control version 3? (Choose two.)___
A. Bandwidth reservation per traffic type
B. Network resource pools
C. CoS tagging
D. Bandwidth guarantee to virtual machines
【多选题】
Which two correct virtual machine advanced configuration parameters will accomplish this? (Choose two.)___
A. isolation.device.edit.disable = “FALSE”
B. isolation.device.edit.disable = “TRUE”
C. isolation.device.connectable.disable = “FALSE”
D. isolation.device.connectable.disable = “TRUE”
【多选题】
Which three statements are correct regarding booting an ESXi Host from Fibre Channel SAN? (Choose three.)___
A. Direct connect topology is supported.
B. Each host must have its own boot LUN.
C. ESXi hosts do not require local storage.
D. Multipathing to a boot LUN on an active-passive array is supported.
E. Hosts can share one common boot LUN.
【多选题】
Which two tasks should a vSphere administrator perform if the vmkernel log reports VMFS metadata errors? (Choose two.)___
A. contact VMware technical support
B. reformat the datastore
C. check the device with VOMA
D. ignore the messages
【多选题】
Which two statements are true for a vCenterServer user account that is used for vSphere Data Protection (VDP)? (Choose two.)___
A. The user account must be assigned with Administrator role.
B. The password for the user account cannot contain spaces.
C. The user account should be created in the Single Sign-On domain
D. The user account cannot inherit required permissions from a group role.
【多选题】
Which three storage protocols are supported by Virtual Volumes? (Choose three.)___
A. FCIP
B. FCoE
C. iSCSI
D. NFS v3
E. NFS v4
欢迎使用我爱刷题
×
微信搜索我爱刷题小程序
温馨提示
×
请在电脑上登陆“www.woaishuati.com”使用