【填空题】
23. 高处作业时不准上下投扔材料、___等。
查看试卷,进入试卷练习
微信扫一扫,开始刷题
答案
工具
解析
暂无解析
相关试题
【填空题】
24. 人员持有长大、飘动等物件,走近接触网下,不得高举挥动,应与牵引供电设备带电部分保持___m以上距离。
【填空题】
25. 不准戴妨碍___的眼镜、帽子。
【填空题】
26.严禁在运行的机车、车辆前抢越,严禁在机车车辆底部、端部,线路道心、钢轨、轨枕头、桥梁上和隧道内、电气化设施设备周围___或躲避风雨。
【填空题】
27.严格执行领车制度。不准在机车、车辆运行中提车钩、摘风管或___。
【填空题】
28.处理有压配件或制动联动装置故障应___,待排完风后方可作业。
【填空题】
29. 禁止探身于两车钩间提钩、摘管、开闭折角塞门或___。
【填空题】
30. 更换闸瓦必须关闭相应台车的截断塞门,并在制动机手柄上挂好___后方准作业。
【简答题】
更换有压力配件时要做到哪些?
【简答题】
机车乘务员在列车站停或区间停车下车检查机车走行部或处理故障时要做到那些?
【简答题】
电力机车运行中发生故障需要登机车顶部检查弓网状态或处理故障时,应做到?
【简答题】
工作前安全讲话内容?
【简答题】
机车乘务员在列车站停或区间停车下车检查机车走行部或处理故障时要做到那些?
【简答题】
使用手持电动工具要注意哪些?
【简答题】
安全管理的基本原则是什么?
【简答题】
运行途中弓网故障机车乘务员需登顶作业时应做到哪些?
【简答题】
机车乘务员手机使用管理规定?
【简答题】
发现事故隐患或不安全因素时要做到那些?
【简答题】
何谓机车车辆伤害?
【简答题】
运行途中弓网故障机车乘务员需登顶作业时应做到哪些?
【单选题】
下列解锁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
推荐试题
【单选题】
Which STP feature can prevent an attacker from becoming the root bridge by immediately shutting down the interface when it receives a BPDU?___
A. root guard
B. Port Fast
C. BPDU guard
D. BPDU filtering
【单选题】
Which technology can best protect data at rest on a user system?___
A. full-disk encryption
B. IPsec tunnel
C. router ACL
D. network IPS
【多选题】
Which two primary security concerns can you mitigate with a BYOD solution ?___
A. schedule for patching the device
B. securing access to a trusted corporate network
C. compliance with applicable policies
D. connections to public Wi-Fi networks
E. device tagging and invento
【多选题】
choose five___
A. MD5————————inserure
B. DES————————insercure
C. SDES———————legacy
D. SHA-1———————legacy
E. HMAC-MD5—————legacy
【多选题】
Which two characteristics of symmetric encryption are true?___
A. It uses digital certificates
B. It requires more resources than asymmetric ancryption
C. It uses the same key to enctypt and decrupt traffic
D. It uses a public key and a pricate key to encrypt and decrypt traffic.
E. It is faster than asymmetric encryption
【多选题】
which two characteristics of PVLAN are true?___
A. Promiscuous porta can communicate with PVLAN ports.
B. Isolated ports cannot communicate with other ports on the same VLAN
C. Community ports have to be a part of the trunk.
D. They require VTP to be enabled in server mode
E. PVLAN ports can be configured as Ether Channel ports
【多选题】
What are two options for running Cisco SDM?___
A. Running SDM from a mobile device
B. Running SDM from within CiscoWorks
C. Running SDM from a router's flash
D. Running SDM from the Cisco web porta
E. Running SDM from a PC
【多选题】
Which two options are the primary deployment modeles for mobile device management?___
A. multisite
B. cloud-based
C. on premises
D. hybrid cloud basedo
E. single site
【多选题】
Drag the recommendation on the left to the Cryptographic algorithms on the right, Options will be used more than once.___
A. Avoid——————————————DES,MD5
B. Legacy——————————————SDES,SHA1,HMAC-MD5
【多选题】
Which two are valid types of vLans using PVLANS ?___
A. Community VLAN
B. Backup VLAN
C. Secondary VLAN
D. Isolated VLAN
E. Isolated VLAN
【多选题】
Which two commands are used to implement Resilient lOS Configuration ___
A. Secure boot-config
B. copy running-config tftp
C. copy flash:ios bin tftp
D. copy running-config startup-config
E. secure boot-image
【多选题】
Which two types of firewalls work at layer 4 and above ?___
A. Stateful inspection
B. Network Address Translation
C. Circuit-Level gateway
D. Static packet filter
E. Application Level firewall
【多选题】
Which two default settings for port security are true ?___
A. Violation is Protect
B. Violation is Restrict
C. Violation is Shutdown
D. Maximum number of MAC addresses is 2
E. Maximum number of MAC addresses is 1
【多选题】
Which two are characteristics of RADIUS?___
A. Uses UDP ports 1812 /1813
B. Uses TCP port 49
C. Uses UDP port 49
D.
E. ncrypts only the password between user and server
【多选题】
When setting up a site-to-site VPN with PSK authentication on a Cisco router, which two elements must be configured under crypto map?___
A. pfs
B. nat
C. reverse route
D. peer
E. transform-set
【多选题】
When using the Adaptive Security Device Manager(ASDM), which two options are available to add a new root certificate?___
A. Install from SFTP server
B. Usehttps
C. Install from a file
D. Use LDAP
E. Use SCEP
【多选题】
Which two SNMPv3 services support its capabilities as a secure networ k manage protocol? ___
A. access control
B. the shared secret key
C. authentication
D. authorization
E. accounting
【多选题】
Which two statements about routed firewall mode are true ?___
A. The firewall acts as a routed hop in the network
B. This mode conceals the presence of the firewall
C. The firewall requires a unique iP address for each interface
D. This mode allows the firewall to be added to an existing networ k with minimal additional configuration By default, this mode permits most traffic to pass throug
【多选题】
Which two statements describe DHCP spoofing attacks?___
A. They are used to perform man-in- the-middle attacks
B. They can access most network devices
C. They can modify the flow of traffic in transit. LNGKAIG
D. They protect the identity of ti attacker by masking the DHCP address
E. They can physically modify the network gateway
【多选题】
Which two types of VLANs using PVLANs are valid?___
A. isolated
B. promiscuous
C. backup
D. secondary
E. community
【多选题】
What are two limitations of the self-zone policies on a zone-based firewall?___
A. They are unable to block Https traffic
B. They restrict SNMP traffic.
C. They are unable to support Https traffic
D. They are unable to implement application inspection
E. They are unable to perform rate limiting
【多选题】
Which two descriptions of TACACS+ are true? ___
A. The TACACS+ header is unencrypted
B. It combines a uthentication and authorization
C. It uses TCP as its transport protocol
D. Only the password is encrypted.
E. It uses UDP as its transport protocol.
【多选题】
Which two actions does an IPS perform? ___
A. it spans the traffic
B. it reflects the traffic back to the sender
C. it encrypts the traffic
D. it terminates the user session or connection of the attacker
E. it reconfigures a device to block the traffic
【多选题】
In which form of fraud does an attacker try to learn information such as login credenti account information by ma squerading as a reputable entity or person in email, IM or communication channels ?___
A. phishing
B. Smurfit
C. Hacking
D. Identity Spoofing
【多选题】
Which two ESA services are available for incoming and outgoing mails ?___
A. anti-DoS
B. reputation filter
C. antispam
D. content filter
E. DLP
【多选题】
What are two reasons to recommend SNMPv 3 over SNMPv2?___
A. SNMPv3 is secure because you can configure authe ntication and privacy
B. SNMPv3 is insecure because it send in formation in clear text
C. SNMPv2 is insecure because it send information in clear text
D. SNMPv3 is a Cisco proprietary protocol
E. SNMPv2 is secure because you can configure authentication and privacy
【多选题】
Which two actions can a zone- based firewall apply to a packet as it transits a zone pair?___
A. drop
B. inspect
C. queue
D. quarantine
【单选题】
Which security principle has been violated if data is altered in an unauthorized manner?___
A. accountability
B. confidentiality
C. availability
D. integrity
【单选题】
Which IKE Phase 1 parameter can you use to require the site-to-site VPN to use a pre-shared ?___
A. encryption
B. authentication
C. group
【单选题】
Which command successfully creates an administrative user with a password of "cisco"on a Cisco router?___
A. username Operator privilege 7 password cisco
B. username Operator privilege 1 password cisco
C. username Operator privilege 15 password cisco
D. username Operator password cisco privilege 15
【单选题】
Which EAP method authenticates a client against Active Directory without the use of client-side 802.1X certificates?___
A. EAP-TLS
B. EAP-MSCHAPv2
C. EAP-PEAP
D.
E. AP-GTC
【单选题】
What is a limitation of network-based IPS?___
A. It must be in dividually configured to support every operating system on the network.
B. It is most effective at the in dividual host level
C. It is unable to monitor attacks across the entire netw ork
D. Large installations require numerous sensors to fully protect the network
【单选题】
When would you configure the ip dhcp snooping trust command on a sw itch?___
A. when the switch is connected to a DHCP server
B. when the switch is working in an edge capacit
C. when the switch is connected to a client system
D. when the switch is serving as an aggregator
【单选题】
How does the 802. 1x supplicant communicate with the authentication server?___
A. The supplicant creates EAP packets and sends them to the authenticator, which encapsulates them into RADIUS and forwards them to the authentication server.
B. The supplicant creates RADIUS packets and sends them to the authe nticator, which encapsulates the m into EAP and forwards them to the a uthentication server.
C. The supplicant creates RADIUS packets and sends them to the authenticator, which translates them into eap and forwards them to the a ut hentication server
D. The supplicant creates
E. AP packets and sends them to the authe nticator, which translates them into radius and forwards them to the authentication server.
【单选题】
Which command do you enter to verify the phase I status of a VPN connection?___
A. sh crypto se ssion
B. debug crypto isakmp
C. sh crypto isakmp sa
D. sh crypto ipsec sa
【单选题】
Refer to the exhibit. what is the e ffect of the given configuration?___
A. It enables authentication,
B. It prevents keychain authentication.
C. The two routers receive normal updates from one another.
D. The two device s are able to pass the message digest to one another.
【单选题】
Which command can you enter to configure OSPF to use hashing to authenticate routing updates?___
A. ip ospf aut hentication message-digest
B. neighbor 192 168.0 112 cost md5
C. ip ospf priority 1
D. ip ospf aut hentication-key
【单选题】
Which command can you enter to verify the status of Cisco lOS Resilient Configuration on a Cisco router?___
A. show secure bootset
B. secure boot-image
C. show binary file
D. ure boot-config
【单选题】
A user on your network inadvertently activates a botnet program that was received as an emai attachment. Which type of mechanism does Cisco Firepower use to detect and block only the botnet attack?___
A. network-based access control rule
B. reputation-based
C. user-ba sed access control rule
D. botnet traffic filter
【单选题】
What does the policy map do in CoPP?___
A. defines service parameters
B. defines packet selection parameters
C. defines the packet filter
D. define s the action to be performed