kubernetes CKA题库(附答案)】的更多相关文章

传送门 教育部:职业教育将启动"1+X"证书制度改革 职业教育改革1+X证书制度试点启动 1+X成绩/证书查询入口 一.单选题(每小题2分,共30小题,共 60 分) 1.在Bootstrap框架中,表单元素 要加上下列哪个类,才能给表单元素 添加圆角属性和阴影效果(D). A..form-group B..form-horizontal C..form-inline D..form-control 2.Bootstrap框架中的 .img-responsive 类可以让图片支持响应式…
传送门 教育部:职业教育将启动"1+X"证书制度改革 职业教育改革1+X证书制度试点启动 1+X成绩/证书查询入口 一.单选题(每题 2 分,共 60 分) 1.在 HTML 中,(C) 用来表示特殊字符引号 A.&reg C.&quot B.&copy D.&nbsp 2.下面关于文件路径的说法错误的是(B) A."../"是返回当前目录的上一级目录 C.访问下一级目录直接输入相应的目录名即可 B."../"是返…
[程序1]    题目:古典问题:有一对兔子,从出生后第3个月起每一个月都生一对兔子,小兔子长到第三个月后每一个月又生一对兔子,假如兔子都不死,问每一个月的兔子总数为多少?    //这是一个菲波拉契数列问题 public class lianxi01 { public static void main(String[] args) { System.out.println("第1个月的兔子对数:    1"); System.out.println("第2个月的兔子对数:…
4.For which requirement should you configure shared servers? A) accommodating an increasing number of users who run short-duration, infrequent queries in an OLTP environment with limited memory B) accommodating an increasing number of users who run a…
35.Your database is using Automatic Memory Management. Which two SGA components must be managed manually? A) default buffer cache B) redo log buffer C) large pool D) shared pool E) keep buffer pool Answer:BE…
26.In which state can you back up a database in ARCHIVELOGMODE using RMAN? A. NOMOUNT, MOUNT, AND OPEN B. NOMOUNT AND MOUNT ONLY C. OPEN ONLY D. MOUNT AND OPEN ONLY E. OPEN RESTRICTED ONLY Correct Answer: D…
25.Which is true about logical and physical database structures? (Choose the best answer) A. An undo tablespace has a temp file instead of a data file. B. A segment can consist of extents of different sizes. C. A permanent tablespace can only contain…
14.Which command is used to display files that no longer conform to the backup retention policy? A) REPORT OBSOLETE B) SHOW DATAFILE BACKUP COPIES C) CROSSCHECK BACKUP D) LIST EXPIRED BACKUP Answer:A…
10.Which two are true about consistent database backups? A) They can only be taken when a RECOVERY CATALOG is used. B) They can only be taken if the database Is in ARCHIVELOG mode. C) They can only be taken If shutdown NORMAL, TRANSACTIONAL, or IMMED…
9.Which is true about the Automatic Diagnostic Repository (ADR)? A) It includes diagnostic data for critical errors for each server and background process. B) Its location is always set by the ORACLE_BASE variable. C) It is used only if the DIAGNOSTI…