【多选题】
党的十八届三中全会提出了社会建设的目标包括___
A. 深化教育领域综合改革、健全促进就业创业体制机制。
B. 深化医药卫生体制改革
C. 就业更加充分;收入分配差距缩小,中等收入群体持续扩大,扶贫对象大幅减少
D. 形成合理有序的收入分配格局,建立更加公平可持续的社会保障制度。
查看试卷,进入试卷练习
微信扫一扫,开始刷题
相关试题
【多选题】
根据党的十八大提出的大力推进生态文明建设的总体要求,到2020年实现全面建成小康社会时,生态文明建设的目标是___
A. 资源节约型、环境友好型社会建设取得重大进展
B. 主体功能区布局基本形成,资源循环利用体系初步建立
C. 单位国内生产总值能源消耗和二氧化碳排放大幅下降,主要污染物排放总量显著减少
D. 森林覆盖率提高,生态系统稳定性增强,人居环境明显改善
【多选题】
党的十八届三中全会提出了深化政治体制改革的主要任务包括___
A. 推进人民代表大会制度与时俱进
B. 推进协商民主广泛多层制度化发展
C. 维护国家法制统一
D. 发展基层民主。
【多选题】
构建社会主义和谐社会,必须坚持的基本原则有___
A. 坚持以人为本和科学发展
B. 坚持改革开放
C. 坚持民主法治
D. 坚持正确处理改革发展稳定的关系
E. 坚持在党的领导下全社会共同建设
【多选题】
构建社会主义和谐社会的指导思想是___
A. 坚持以马克思列宁主义、毛泽东思想、邓小平理论和“三个代表”重要思想为指导
B. 坚持党的基本路线、基本纲领、基本经验
C. 坚持以科学发展观统领经济社会发展全局
D. 着力发展社会事业、促进社会公平正义。建设和谐文化、完善社会管理、增强社会创造活力
E. 推动社会建设与经济建设、政治建设、文化建设协调发展
【多选题】
推进社会主义和谐社会建设所面临的有利条件有___
A. 中国共产党的领导和我国的社会主义制度
B. 新中国成立以来特别是改革开放以来的不断发展
C. 我国仍然处于并将长期处于社会主义初级阶段
D. 各阶层、各党派、个民族、各团体政治上享有平等地位,根本利益是一致的
E. 马克思主义在党和国家工作中的指导地位不断得到巩固
【判断题】
Python是一种跨平台、开源、免费的高级动态编程语言。
【判断题】
Python 3.x完全兼容Python 2.x。
【判断题】
Python 3.x和Python 2.x唯一的区别就是:print在Python 2.x中是输出语句,而在Python 3.x中是输出函数。
【判断题】
在Windows平台上编写的Python程序无法在Unix平台运行。
【判断题】
不可以在同一台计算机上安装多个Python版本。
【判断题】
已知 x = 3,那么赋值语句 x = ‘abcedfg’ 是无法正常执行的。
【判断题】
继承自threading.Thread类的派生类中不能有普通的成员方法。
【判断题】
扩展库os中的方法remove()可以删除带有只读属性的文件。
【判断题】
使用内置函数open()且以”w”模式打开的文件,文件指针默认指向文件尾。
【判断题】
使用内置函数open()打开文件时,只要文件路径正确就总是可以正确打开的。
【判断题】
Python变量使用前必须先声明,并且一旦声明就不能再当前作用域内改变其类型。
【判断题】
Python采用的是基于值得自动内存管理方式。
【判断题】
在任何时刻相同的值在内存中都只保留一份
【判断题】
Python不允许使用关键字作为变量名,允许使用内置函数名作为变量名,但这会改变函数名的含义。
【判断题】
在Python中可以使用if作为变量名。
【判断题】
在Python 3.x中可以使用中文作为变量名。
【判断题】
Python变量名必须以字母或下划线开头,并且区分字母大小写。
【判断题】
加法运算符可以用来连接字符串并生成新字符串。
【判断题】
9999**9999这样的命令在Python中无法运行。
【判断题】
3+4j不是合法的Python表达式。
【判断题】
Python 2.x和Python 3.x中input()函数的返回值都是字符串。
【判断题】
pip命令也支持扩展名为.whl的文件直接安装Python扩展库。
【判断题】
只有Python扩展库才需要导入以后才能使用其中的对象,Python标准库不需要导入即可使用其中的所有对象和方法。
【判断题】
在Python中0xad是合法的十六进制数字表示形式。
【判断题】
3+4j 是合法Python数字类型。
【判断题】
在Python中0oa1是合法的八进制数字表示形式。
【判断题】
Python使用缩进来体现代码之间的逻辑关系。
【判断题】
Python代码的注释只有一种方式,那就是使用#符号。
【判断题】
调用函数时,在实参前面加一个型号*表示序列解包。
【判断题】
放在一对三引号之间的任何内容将被认为是注释。
【判断题】
Python支持使用字典的“键”作为下标来访问字典中的值。
推荐试题
【单选题】
Which feature facilitates the sharing of templates via vCenter Server?___
A. Content Library
B. OVF
C. folders
D. vApp
【单选题】
A vSphere Administrator is in the process of configuring replication for a virtual machine, but is not able to select the Recovery Point Objective (RPO) value of 5 minutes. Which statement could explain why the RPO value cannot be lower than 15 minutes?___
A. The OS quiescing option is selected for Replication options.
B. The virtual machine hardware version is not compatible.
C. The target and source sites use different types of datastores.
D. The target and source sites are not using VMFS 6.0 datastore.
【单选题】
What advanced parameter defines a custom isolation IP address for a vSphere HA cluster?___
A. das.usedefaultisolationaddress
B. das.isolationshutdowntimeout
C. fdm.isolationpolicydelaysec
D. das.isolationaddress
【单选题】
Which method is supported for backing up the virtual machine that contains vCenter Server?___
A. differential
B. incremental
C. full image
D. individual disks
【单选题】
A vSphere Administrator must ensure that a user is able to view and manage the system configuration in vSphere Web Client. In the vCenter Single Sign-On domain, which group should the user be a part of?___
A. SystemConfiguration.BashShellAdministrators
B. ComponentManager. Administrators
C. Administrators
D. SystemConfiguration.Administrators
【单选题】
What is the minimum number of hosts that must contribute capacity to a non-ROBO single site VMware vSAN cluster?___
【单选题】
Which guest operating system supports PVRDMA?___
A. Windows (32-Bit)
B. Linux (32-Bit)
C. Windows (64-Bit)
D. Linux (64-Bit)
【单选题】
What is the correct way to replace the certificate on an existing vCenter Server that is part of a vCenter HA configuration?___
A. Put the vCenter HA in Maintenance mode, replace the certificate, exit Maintenance mode.
B. Shut down Passive and Witness nodes and replace the certificate on the Active node.
C. Remove the Passive and Witness nodes, replace the certificate, reconfigure the cluster.
D. Replace the certificate while all nodes are participating in the cluster.
【单选题】
The vSphere Data Protection performance analysis results in the “Conditionally Passed” status. What can cause this condition?___
A. The results did not meet the minimum performance expectations.
B. The read, write, and seek tests were successful.
C. The read and write tests were successful but the seek test failed.
D. The read and write tests were successful but the seek test skipped.
【单选题】
A vSphere Administrator wants to reserve 0.5 Gbps for virtual machines on each uplink on a disturbed switch that has 10 uplinks. What is the quota that should be reserved for the network resource pool?___
A. 10 Gbps
B. 5 Gbps
C. 100 Gbps
D. 0.5 Gbps
【单选题】
A vSphere administrator manages a cluster which includes critical and non-critical virtual machines. The cluster requires different permissions for contractors and non-contractors. How can the administrator exclude the contractor group from some of the critical VMs?___
A. Apply permission for both contractors and non-contractors on the cluster level.
B. Apply permission for both contractors and non-contractors on the cluster level. Remove permission on the critical VMs for contractors.
C. Remove permission for contractors on the cluster level. Apply permission on the critical VMs for noncontractors.
D. Apply permission for both contractors and non-contractors on the VMs. Remove permission on the critical VMs for contractors.
【单选题】
In an ESXi 6.5 cluster only "NFS datastore has running or registered virtual machines" returns. A vSphere HA cluster with four hosts has admission control configured to tolerate one host failure. Which statement is true if a fifth host is added?___
A. CPU and Memory capacity will be set to 50%.
B. CPU and Memory capacity will be set to 30%.
C. CPU and Memory capacity will be set to 25%.
D. CPU and Memory capacity will be set to 20%.
【单选题】
Which command can be run to troubleshoot connectivity problems with vmkernal network interfaces?___
A. esxcli network
B. vmkping
C. net-status
D. vicfg-vmknic
【单选题】
What counter should an administrator check to determine if a virtual machine is ballooning?___
A. swapinRate
B. vmmemctltarget
C. swapped
D. vmmemctl
【单选题】
By default, how often is the vCenter vpx user password automatically changed?___
A. 15 days
B. 60 days
C. 30 days
D. 45 days
【单选题】
Which metric in the Exhibit would identify high latency for a virtual machine operating system?___
A. QAVG/cmd
B. KAVG/cmd
C. DAVG/cmd
D. GAVG/cmd
【单选题】
What VM Monitoring setting would ensure that the failure interval for a virtual machine is defined as 120 seconds?___
A. High
B. Normal
C. Low
D. Medium
【单选题】
The business managers have asked the IT administrator to ensure configuration compliance in the vSphere infrastructure. The IT administrator wants to use Host Profiles to accomplish this, but is unable to do so. Why is the administrator unable to use Host Profiles?___
A. The infrastructure uses a vSphere Standard license.
B. The infrastructure has servers with various CPU families.
C. The user has only the “Administrator” role.
D. Host Profiles apply only to storage settings.
【单选题】
What is the result of a “Consolidate” action on a virtual machine?___
A. All snapshots on the virtual machines will be deleted.
B. The virtual machine will be reverted to its last snapshot.
C. Redundant delta disks will be combined and deleted.
D. A new snapshot with memory state will be created.
【单选题】
A Telco customer is implementing NFV using vSphere as the virtualization platform. Which feature can help achieve a high packet rate with lower CPU consumption?___
A. Network I/O Control
B. SplitRX
C. ERSPAN
D. LACP
【单选题】
What is the VMware-recommended best practice for Fibre Channel zoning?___
A. soft zoning
B. single-initiator-multiple-target zoning
C. single-initiator zoning
D. single-initiator-single-target zoning
【单选题】
How can a vSphere administrator ensure that a set of virtual machines run on different hosts in a DRS cluster?___
A. Use a VM-Host affinity rule.
B. Add the VMs to a vApp.
C. Use a VM-VM affinity rule.
D. Place the VMs in different folders.
【单选题】
vCenter Server Appliance Instance can be backed up using which Client Interface?___
A. vSphere Client Interface
B. vSphere Web Client Interface
C. VMware Host Client Interface
D. Virtual Appliance Management Interface
【单选题】
What tool can capture network traffic at the uplinks, or vSwitch, or virtual port levels?___
A. tcpdump-uw
B. wireshark
C. pktcap-uw
D. pcap
【单选题】
Which storage feature always requires the use of third-party software on ESXi?___
A. Hardware Acceleration for NAS devices
B. VVOL
C. Hardware Acceleration for Block
D. evices
【单选题】
An ESXi host's VMCA-Signed certificate has expired. How can the certificate be renewed?___
A. In the vSphere Web Client, browse to the host in question. Click the Manage tab and select settings. Select System and click Certificate, then click the Renew button.
B. In the vSphere Web Client, browse to the host in question. Click the Manage tab and select settings. Select System and click Certificate, then click the Refresh CA Certificates button.
C. Run the command /sbin/generate-certificates on the affected host.
D. Disconnect the host from vCenter Server and reconnect it.
【单选题】
Which is the correct order for upgrading vSphere components?___
A. vCenter Server, ESXi hosts, VMware Tools, Virtual Machine hardware
B. VMware Tools, Virtual Machine hardware, ESXi hosts, vCenter Server
C. vCenter Server, Virtual Machine hardware, VMware tools, ESXi hosts
D. ESXi hosts, vCenter Server, Virtual Machine hardware, VMware Tools
【单选题】
Which iSCSI initiator type can be used with any network interface card?___
A. Software iSCSI initiator
B. Software FCoE adapter
C. Hardware Independent iSCSI initiator
D. Hardware Dependent iSCSI initiator
【单选题】
An administrator is attempting to power on a virtual machine with 32GB of memory. The operation fails with the following error: <Could not power on VM: No space left on device> <Checking the space on the virtual machine's datastore, there is 30GB free.> Which action would allow the VM to power on?___
A. Set a 2GB memory reservation on the VM.
B. Mount the virtual disk from the affected VM on to another virtual machine and free up space from within the OS.
C. Enable vSphere HD admission control on the cluster in which the VM resides.
D. Set a 2GB memory limit on the VM.
【单选题】
An administrator attempts to manually reclaim space on thin-provisioned VMFS6 volumes but finds that no additional space is being recovered. Which could be causing this?___
A. vSphere 6.5 does not support manual UNMAP.
B. The manual UNMAP operation has been moved to the vSphere web client.
C. The VASA version is use is incompatible.
D. UNMAP is automated for VMFS6.
【单选题】
An administrator has upgraded to vSphere 6.5 and also wants to use Kerberos authentication for NFS. Which can be done to the existing NFSv3 volumes to enable this feature?___
A. Perform a storage rescan on VMFS volumes.
B. Unmount the NFSv3 datastore, and then mount as NFSv4.1 datastore.
C. Nothing. All NFSv3 mounted datastores are upgraded automatically during vSphere upgrades.
D. Perform a scan of new storage devices.
【单选题】
An administrator wants to restore the vCenter Server Appliance 6.5 from backup. Where can this be accomplished?___
A. from the ESXi Host Client
B. from the VMware vSphere Appliance Management Interface
C. from within the VMware vSphere Web Client
D. from the vCenter Server Appliance Installer
【单选题】
The administrator wants to power on VM-K2, which has a 2GHz CPU reservation. VM-M1, VM-M2, and VM-K1 are all powered on. VM-K2 is not powered on. The exhibit shows the parent and child resource reservations. If Resource Pool RP-KID is configured with an expandable reservation, which statement is true?___
A. VM-K2 will be unable to power on because there are insufficient resources.
B. VM-K2 will be able to power on since resource pool RP-KID has 2GHz available.
C. VM-K2 will be unable to power on because only 2GHz are reserved for RP-KID.
D. VM-K2 will receive resource priority and will be able to power on this scenario.
【单选题】
Which is the block size on the VMFS6 datastore?___
A. All small and large file blocks are 8MB.
B. All small and large file blocks are 1MB.
C. Small file blocks are 512KB. large file blocks are 64MB.
D. Small file blocks are 1MB, large file blocks are 512MB.
【单选题】
When installing vCenter Converter Standalone, why must an administrator perform a client-server installation instead of a local installation?___
A. to manage conversion tasks remotely
B. to convert virtual machines as well as physical machines
C. to allow installation of the Converter agent on remote source machines
D. to hot clone physical or virtual machines
【单选题】
Which is required by vCenter Converter Standalone to convert a physical Red Hat Enterprise Linux 7 machine to a virtual machine?___
A. The Linux machine must be powered off.
B. The Linux machine must have the SSH daemon started.
C. The Linux machine must use a static IP address.
D. The Linux machine must have a fully-qualified domain name.
【单选题】
An administrator is troubleshooting network communications between a vCenter Server and an ESXi 6.5 host. Which log shows the related events between these components?___
A. /var/log/fdm.log
B. /var/log/vpxa.log
C. /var/log/hostd.log
D. /var/log/auth.log
【单选题】
An administrator has recently upgraded from vSphere 6.0 to 6.5, and can no longer see the software iSCSI named vmhba33. Which could be the reason for this?___
A. The upgrade has changed the vmhba name.
B. vSphere 6.5 automates iSCSI configurations.
C. vSphere 6.5 no longer supports software iSCSI.
D. The upgrade has deleted the vmhba.
【单选题】
An administrator is trying to vMotion a VM from his datacenter to a recovery site. Which is the maximum allowed RTT (Round-Trip Time) latency between source and destination host?___
A. 100 milliseconds
B. 150 milliseconds
C. 15 milliseconds
D. 10 milliseconds
【单选题】
Which is required for configuring iSCSI Software Adapter network port binding?___
A. VMkernel of the iSCSI traffic must be load balanced using Route based on IP Hash algorithm.
B. VMkernel of the iSCSI traffic must be load balanced using Route based on Source Virtual Port ID algorithm.
C. VMkernel of the iSCSI traffic must be load balanced using Route based on Source MAC Hash algorithm.
D. VMkernel of the iSCSI traffic must be bound to only one active network adapter.