话务转正考题

2020-03-03 01:19:13 来源:范文大全收藏下载本文

Question 1

分数: 1

在UNIX环境下,对一个文件或者设备文件名file1,做软连接(符号连接),连接到文件file2,所使用的命令是( a) 选择一个答案

a.ln -s file1 file2

b.ln file2 file1

c.ln file1 file2

d.link file1 file2

Question 2 分数: 1

命令ls -lrt不能显示出的信息有( a) ①文件大小 ②文件所属用户 ③隐藏文件 ④文件类型

⑤子目录下的文件 ⑥文件创建时间 选择一个答案

a.③⑤

b.③④⑤

c.③④ d.①③④

Question 3

分数: 1

你用vi编辑器编写了一个脚本文件shell.sh,你想将改文件名称修改为shell2.sh,下列命令哪个命令可以实现?( b) 选择一个答案

a.ls shell.sh >shell2.sh

b.mv shell.sh shell2.sh c.ll shell.sh >shell2.sh

d.cp shell.sh shell2.sh

Question 4

分数: 1

以下哪个grep用法可以忽略大小写过滤关键字,即可以过滤出类似LOCAL的关键字( ) 选择一个答案 d a.ps -ef |grep -v local

b.ps -ef |grep -d local

c.ps -ef |grep -s local

d.ps -ef |grep -i local

Question 5 分数: 1

当你使用操作系统命令来安装软件包时,必须知道你所使用的UNIX系统类型,查看UNIX操作系统的类型,所使用的命令是( d) 选择一个答案

a.hostname

b.type

c.hostid

d.uname -a

Question 6 分数: 1

硬件设备在Solaris主机上是如何表示的? (b ) 选择一个答案

a.作为设备插件

b.作为特殊文件

c.作为数据库项

d.在控制面板表示

Question 7

分数: 1

使用gzip命令压缩后,压缩文件的格式是( b) 选择一个答案

a.*.bz

b.*.gz

c.*.Z

d.*.bz2

Question 8

分数: 1

在solaris中,查看自己机子的IP地址,子网掩码等网络适配器的配置、状态,所使用的命令是(d ) 选择一个答案

a./usr/sbin/ifconfig

b./usr/sbin/ipconfig

c./usr/sbin/ipconfig -a d./usr/sbin/ifconfig -a

Question 9

分数: 1

对文件file1打包成file.tar,所使用的命令是( d) 选择一个答案

a.tar -xvf file1 file.tar

b.tar -xvf file.tar file1 c.tar -cvf file1 file.tar

d.tar -cvf file.tar file1

Question 10 分数: 1

在UNIX系统下,修改文件的属主所使用的命令是(b ) 选择一个答案

a.chgrp b.chown

c.chmod

d.chroot

Question 11

分数: 1

运行级别5的使用目的是什么? ( d) 选择一个答案

a.硬件维护状态 b.初始多用户状态

c.系统管理状态 d.关闭电源

Question 12 分数: 1

从vi编辑器中,保存修改过的文件并退出,所使用的命令是(c ) 选择一个答案

a.:w!

b.:q!

c.:wq!

d.:q

Question 13

分数: 1

在UNIX环境下,从一个用户切换到另一个用户操作,所使用的命令是( c) 选择一个答案

a.groupmod b.usermod

c.su

d.ch

Question 14 分数: 1

下面哪一个文件存放了系统可以登录的用户名和用户登录时所使用的SHELL(a ) 选择一个答案

a./etc/pawd

b./etc/mnttab

c./etc/shadow

d./etc/inintab

Question 15

分数: 1

对一个文件file1,其权限是r-xr-xr--,现在要修改其权限为所有者可读可写,同组可读,其他人可执行,所使用的命令是( a) 选择一个答案

a.chmod u=rw,g-x,o=x file1

b.chmod u+w,g=r,o=x file1

c.chmod 642 file1

d.chmod u=rw,g-x,o-r file1

Question 16 分数: 1

哪一个文件决定了要装载的内核模块和内核参数?( b) 选择一个答案

a./etc/modules/.conf

b./etc/system

c./etc/conf/.modules

d./etc/default/login

Question 17

分数: 1

在SUN系统的OBP(OpenBoot PROM)模式下,哪个命令用来显示系统从哪一个默认的启动设备上启动?(d) 选择一个答案

a.probe-scsi

b.banner

c.devalias

d.printenv

Question 18

分数: 1

在UNIX系统中,如果要修改telnet服务的端口为8088,哪么要修改哪个文件?( a) 选择一个答案

a./etc/services

b./etc/nwitch.conf c./etc/telnetd

d./etc/inetd.conf

Question 19 分数: 1

查看当前操作系统上sys用户的所有进程所使用的命令是( b) 选择一个答案

a.ps -elu sys

b.ps -ef sys

c.ps sys d.ps -elt sys

Question 20

分数: 1

在Solaris操作系统中,取消不必要的服务,需要修改什么文件(a ) 选择一个答案

a./etc/inetd.conf

b./etc/.inetd.conf c./etc/.confige

d./etc/.profile

Question 21

分数: 1

哪一个Solaris 8 命令在/devices目录下创建专门的设备文件,在/dev下创建其逻辑连接?(d) 选择一个答案

a.ports

b.devlinks

c.disks

d.devfsadm

Question 22

分数: 1

SUN的系统中,哪一个表示的物理设备是/pci@1f,0/pci@1,1/ide@3/dad@0,0?( a) 选择一个答案

a./dev/dsk/c0t0d0

b./dev/dsk/c0t0d1

c./dev/dsk/c0t1d0

d./dev/dsk/c1t0d0

Question 23 分数: 1

命令cp a b report,则report意味着什么?( b) 选择一个答案

a.An option

b.A directory

c.A user name

d.A file

Question 24 分数: 1

控制用户可以使用cron的文件是(b ) 选择一个答案

a./var/spool/cron/crontabs/cron.allow 和 /var/spool/cron/crontabs/cron.deny

b./etc/cron.d/cron.allow 和 /etc/cron.d/cron.deny

c./etc/crontab/cron.allow 和 /etc/crontab/cron.deny d./var/spool/cron.allow 和 /var/spool/cron.deny

Question 25

分数: 1

在solaris中,查看系统中已经安装的patch情况,所用的命令是( c) 选择一个答案

a.patchchk

b.patchadd c.showrev -p d.patch

Question 26

分数: 1

下面关于关系数据库标准语言SQL语句功能的叙述错误的是( b) 选择一个答案

a.能够实现对数据进行插入、删除操作 b.不能实现对数据的求和、计算平均值等

c.对单个或多个基本表和视图进行数据查询 d.能够对查询的结果进行多关键字排序

Question 27 分数: 1

在SQL数据库中,关于视图的说法错误的是(c ) 选择一个答案

a.用户可以用SQL语言对视图操作

b.视图并不对应于存储在数据库中的文件,因此视图实际是一个“虚表”

c.视图是从一个或多个基本表导出的表,用户不可以在视图上再定义视图

d.面向用户的模式对应于视图和部分基本表

Question 28

分数: 1

SQL语言中,删除一个表的命令是( d) 选择一个答案

a.REMORE

b.CLEAR

c.DELETE

d.DROP

Question 29 分数: 1

下面有关索引的描述正确的是(a ) 选择一个答案 a.创建索引是创建一个指向数据库表文件记录的指针构成的文件

b.建立索引以后,原来的数据库表文件中记录的物理顺序将被改变 c.使用索引并不能加快对表的查询操作

d.索引与数据库表的数据存储在一个文件中

Question 30 分数: 1

在oracle中,在手工创建数据库的情况下,执行CREATE DATABASE语句前应当执行以下哪条命令来启动实例?( ) 选择一个答案

a.STARTUP MOUNT

b.STARTUP NOMOUNT c.STARTUP RESTRICT d.STARTUP INSTANCE

Question 31

分数: 1

现要从学生选课表中查找缺少学习成绩(G)的学生学号,课程号,相对应的SQL语句如下,将其补充完整,正确地选项是( ) SELECT S#,C# FROM SC WHERE ____b_ 选择一个答案

a.G=NULL

b.G IS NULL

c.G=0

d.G

Question 32

分数: 1

在创建数据库表结构时,为该表中一些字段建立普通索引,其目的是 ( d) 选择一个答案

a.改变表中记录的物理顺序

b.加快数据库表的更新速度

c.为了对表进行实体完整性的约束

d.加快数据库表的查询速度

Question 33 分数: 1

在INFORMIX数据库中,下列所述状态不是数据库所处的状态的是(b ) 选择一个答案

a.offline

b.quiescent

c.onmode

d.online

Question 34

分数: 1

在oracle中以下哪个语句可以成功创建一个用户?( c) 选择一个答案

a.CREATE USER susan;

b.CREATE NEW USER susan DEFAULT; c.CREATE USER susan IDENTIFIED BY blue; d.CREATE NEW USER susan IDENTIFIED by blue;

Question 35

分数: 1

在oracle数据库中,数据库在运行过程中,不需要使用的文件是( ) 选择一个答案

a.归档重做日志文件 b.联机重做日志文件

c.数据文件 d.控制文件

Question 36 分数: 1

在oracle中,你需要永久的删除STUDENT表中的所有数据,并且在以后你还要用到STUDENT的表结构,你将用哪一个语句?( c) 选择一个答案

a.TRUNCATE TABLE student; KEEP STRUCTURE;

b.DROP TABLE student;

c.DELETE * FROM student;

d.TRUNCATE TABLE student;

Question 37 分数: 1

关于关系表,下面哪一个是正确的?( b) 选择一个答案

a.The subset of all the rows and columns in the table that are visible to all users in the database system

b.The one column that uniquely identifies a row in the table

c.The ID and paword needed to acce the table

d.A minimal subset of columns that uniquely identifies a row in the table

Question 38 分数: 1

下列SQL语句中,哪一个能够正确的查询出每一个部门中每一种工作类型的最大工资?( b) 选择一个答案

a.select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat,salary; b.select dept_id, job_cat,max(salary) from employees group by dept_id,job_cat; c.select dept_id, job_cat,max(salary) from employees where salary > max(salary); d.select dept_id, job_cat,max(salary) from employees group by dept_id;

Question 39

分数: 1

分析下面的SQL语句,当执行时会产生一个错误。下面哪个选项可以纠正这个错误?( d)SELECT i.id_number, m.id_number FROM inventory i, manufacturer m

WHERE i.manufacturer_id = m.id_number ORDER BY inventory.description; 选择一个答案

a.在 WHERE 子句中删除表的别名

b.在 WhERE 子句中用表名替换表的别名

c.在 ORDER BY 子句中,删除表名,仅用列名

d.在 ORDER BY 子句中使用表的别名

Question 40

分数: 1

什么时候一个索引将减慢查询的速度?( c) 选择一个答案

a.表的数据量非常小

b.索引列被用在了where子句中

c.索引列包含了大量的空值

d.索引列包含了大量的不同的值

Question 41

分数: 1

评价下面两个sql语句,下面描述哪个是正确的?(c ) Select last_name,salary from employees order by salary; Select last_name,salary from employees order by 2 asc; 选择一个答案

a.different result

b.the second statement returns a syntax error

c.the same result

d.the first statement returns a syntax error

Question 42 分数: 1

你想以“20051110 14:44:17”格式来显示系统时间,你将用哪一个SELECT语句?(选择一个答案

a.select to_date(sysdate,'yyyymmdd hh24:mi:')from dual; b.select to_char(sysdate,'yy-mm-dd hh24:mi:')from dual; c.select to_date(sysdate,'yearmmdd hh:mm:')from dual;

d.select to_char(sysdate,'yyyymmdd hh24:mi:')from dual;

a) Question 43

分数: 1

用户SCOTT正在执行UPDATE语句,使用以下哪几种方法可以关闭实例?(c ) 选择一个答案

a.SHUTDOWN NORMAL

b.SHUTDOWN TRANSACTIONAL c.SHUTDOWN IMMEDIATE

d.SHUTDOWN

Question 44

分数: 1

关于视图的描述,下面哪个是不正确的?( b) 选择一个答案

a.视图可以简化查询的书写。

b.视图可以限制对数据的访问。

c.视图可以提高系统的性能。

d.让不同的用户看到不同的数据。

Question 45 分数: 1

设有一个关系Student(学号,姓名,系名,课程号,成绩),查询至少选修了四门课程的学生学号、姓名及平均成绩的SELECT语句应该是: SELECT 学号,姓名,AVG(成绩) AS平均成绩 FROM Student GROUP BY __4__ HAVING __5__ 题中GROUP BY子句应填入的内容是(d ) 选择一个答案

a.学号 b.姓名 c.系名 d.课程号

Question 46

分数: 1

ORACLE server对哪两种约束隐含的创建一个惟一索引?( b) 选择一个答案

a.check and primary b.primary and unique c.not null and primary d.foreign key and unique

Question 47 分数: 1

设有一个关系Student(学号,姓名,系名,课程号,成绩),查询至少选修了四门课程的学生学号、姓名及平均成绩的SELECT语句应该是: SELECT 学号,姓名,AVG(成绩) AS平均成绩 FROM Student GROUP BY __4__ HAVING __5__ 题中的HAVING子句应该填入的内容是( a) 选择一个答案

a.COUNT(课程号)>3

b.COUNT(DISTINCT 学号)>3

c.COUNT(课程号)>=3

d.COUNT(DISTINCT 学号)>=3

Question 48

分数: 1

连接到数据库返回错误消息 “ORA-01034 ORACLE not available.”的原因?( ) 选择一个答案

a.指定无效的用户名

b.无效的用户口令

c.例程未运行

d.没有监听器

Question 49 分数: 1

关于事务的故障与恢复,下列描述正确的是?( ) 选择一个答案

a.系统故障的恢复只需进行重做(Redo)操作

b.对日志文件设立检查点目的是为了提高故障恢复的效率 c.事务日志是用来记录事务执行的频度

d.采用增量备份,数据的恢复可以不使用事务日志文件

Question 50 分数: 1

在oracle中,你将使用哪个命令增加NAME列的长度到25?( c) 选择一个答案

a.ALTER employee TABLE MODIFY COLUMN name VARCHAR2(25)

b.ALTER employee TABLE MODIFY COLUMN (name VARCHAR2(25)) c.ALTER TABLE employee MODIFY name VARCHAR2(25)

d.ALTER TABLE employee RENAME name VARCHAR2(25)

Question 51 分数: 1

你想显示一下没有被安排任何部门的员工,分析下面的SQL语句,下列表述哪一个是正确 ( informix中执行会报错)

SELECT EMPNO,SAL,DEPTNO FROM EMP WHERE DEPTNO = NULL; 选择一个答案

a.The operator in the WHERE clause should be changed to display the desired results.

b.The column in the WHERE clause should be changed to display the desired results.

c.The WHERE clause should be changed to use an outer join to display the desired results.

d.The SQL statement displays the desired results.

52

分数: 1

修改表inventory的字段price,使其精度减少到6位,带小数2位,当在插入数据时,PRICE字段没有值时,价格$5.00默认自动插入。表inventory中没有记录。你将使用哪个语句? 选择一个答案 b a.ALTER TABLE inventory MODIFY (price NUMBER(6,2) DEFAULT 5)

b.ALTER TABLE inventory MODIFY COLUMN (price NUMBER(6,2) DEFAULT '$5.00')

c.You cannot reduce the size of a column.

d.ALTER TABLE inventory ADD OR REPLACE (price NUMBER(8,2) DEFAULT 5)

Question 53

分数: 1

以下哪块内存区域用于存储数据字典信息?( ) 选择一个答案

a.PGA

b.共享池

c.数据高速缓存

d.重做日志缓冲区

Question 54 分数: 1

IP地址由一组多少位的二进制数字组成。(c) 选择一个答案

a.8位

b.16位

c.32位 d.64位

Question 55

分数: 1

关于IP协议,以下哪种说法是错误的? ( d) 选择一个答案

a.IP协议为传输层提供服务

b.IP协议定义了IP数据报的具体格式

c.IP协议是一种互联网协议

d.IP协议要求下层必须使用相同的物理网络

Question 56 分数: 1

在下面的IP地址中属于C类地址的是(d ) 选择一个答案 a.3.3.3.3

b.23.34.45.56

c.141.0.0.0

d.197.234.111.123

Question 57 分数: 1

路由器必须对IP合法性进行验证,如果IP数据包不合法,则( b) 选择一个答案

a.丢弃

b.要求重发

c.接受,但进行错误统

d.不考虑

Question 58 分数: 1

由于连接多台计算机之间的线路结构可能是复杂的,因此决定分组如何从通信子网的源结点到达目的结点时需要使用 ( ) 选择一个答案

a.排队算法

b.差错控制算法

c.路由选择算法 d.拥塞算法

Question 59

分数: 1

网络122.21.136.0/24和122.21.143.0/24经过路由汇聚,得到的网络地址是( ) 选择一个答案

a.122.21.136.0/21

b.122.21.143.0/22

c.122.21.128.0/24

d.122.21.136.0/22

Question 60 分数: 1

在使用路由器 R 的 TCP/IP 网络中,两主机通过一路由器互联,提供主机 A 和主机 B 应用层之间通信的层是( ) 选择一个答案

a.IP层

b.网络接口层

c.应用层

d.传输层

Question 61 分数: 5

In recent years, one of the more popular topics for panel discuions at computer conferences and trade has been the "RISC versus CISC " debate.RISC proceors feature a small number of instructions that each executes in machine cycle.CISC proceors use complex instructions that can take several cycles to execute.The RISC versus CISC debate won't be decided by panel discuion; it will be won in the marketplace.And the deciding factor may have little to do with of instructions and registers.and more to do with parallelism.Since their conception, RISC proceors have been evolving toward microparallelism , incorporating parallel-proceing features the proceor, RISC proceors feature pipelining, whereby many instructions can be decoded while one instruction executes.RISC proceors, however, are moving toward pipelines for each unit of the proceor.CISC proceors also employ pipelining.They have many integer instructions that execute in one cycle, but the varying execution times of CISC instructions the effectivene of parallelism.Question 62

分数: 5

DOM is a platform-and language- API that allows programs and scripts to dynamically acce and update the content, structure and style of WWW documents(currently,definitions for HTML and XML documents are part of the specification).The document can be further proceed and the results of that proceing can be incoporporated back into the presented .DOM is a -based API to documents ,which requires the whole document to be represented in while proceing it .A simpler alternative to DOM is the event -based SAX,which can be used to proce very large documents that do not fit info

the memory available for proceing.

Question 63

分数: 1

每个汇总过程主要涉及的文件包括(c )答案不太准

(1)主程序.pl文件 (2) Pm包 .pm文件 (3)配置文件.ini文件 (4)配置文件.odbc文件 (5)配置文件.cfg文件 选择一个答案

a.145

b.234

c.125

d.235

Question 64 分数: 1

负责从各个厂家的DataCheck那里接收信息,形成采集调度的实际任务的是( d) 选择一个答案

a.Task_Manager b.Task_Center

c.Sync_Pm

d.Gen_Task

Question 65 分数: 1

手工提取厂家数据库中的数据一般使用什么程序?d 选择一个答案

a.datacheck

b.invoker

c.odbccollect

d.pdb.pl

Question 66

分数: 1

用什么方法找出性能报表的数据对应的数据库上层表名和字段名?c 选择一个答案

a.查看CFG文件

b.查看MAPPING文件

c.查看WEB源文件

d.查看日志

Question 67 分数: 1

部省接口省端重大告警上报用到的接口进程为( a) 选择一个答案

a.Alarmforward3

b.SeionP

c.PCentrum

Question 68 分数: 1

以下环境变量定义中,不需要在mqadmin用户的环境变量中配置的是___a____ 选择一个答案

a.$GDAU_HOME

b.$DAL_HOME

c.$MEGDEF_ROOT

Question 69 分数: 1

下列那个是资源管理子系统和性能管理子系统的接口? ( c) 选择一个答案

a.资源采集接口 b.性能采集接口

c.资源同步接口 d.原始告警接口

Question 70 分数: 1

在汇总的常见问题中,无线部分上层TPA表各时段比TPD表数据少,原因可能有(d ) (A)部分小区有性能而没有配置 (B) 网元配置id和性能id无法对应(C)汇总程序报错 选择一个答案

a.123

b.23

c.13

d.12

Question 71

分数: 1

性能数据采集完成后,为了不使采集解析完的数据被覆盖,将数据存放在( a) 选择一个答案

a.$NPM_HOME/ODBCTEMP目录下

b.$NPM_HOME/SOURCE目录下

c.$NPM_HOME/TRACE目录下

d.$NPM_HOME/DEST目录下

Question 72 分数: 1

LDAP节点中,和性能采集相关的节点为( b) 选择一个答案

a.ou=writeFM

b.ou=NPM

c.ou=DSN

d.ou=invoker_RT

Question 73

分数: 1

汇总分为两个层次,分别是网元归一和框架归一( d ) (1)unify (2)frame(3) data_sum (4)serv 选择一个答案

a.12

b.23

c.34

d.13

Question 74 分数: 1

Jfmhandler运行状态检查时,列出所有通道状态和通道内数据量的是_____a___ 选择一个答案

a.show channels b.show versions

c.show threads

Question 75

分数: 1

Sync_pm完成将数据同步到( b); 选择一个答案

a.nmosdb

b.npmdb

c.nrmdb

d.mddb

Question 76

分数: 1

以下线程中状态中,有问题的是_____c___ 选择一个答案

a.RUNNABLE

b.WAITING

c.TERMINATED

Question 77 分数: 1

在性能采集部分,负责管理从多个采集服务器发送的性能数据同步请求,协调调用性能同步过程,并负责监控采集服务器上的任务生成器的运行情况的程序是哪一个?( a) 选择一个答案

a.Task_Manager

b.Sync_Pm

c.Task_Center

d.Gen_Task

Question 78 分数: 1

资源信息树图中,BSC的父节点是( b) 选择一个答案

a.ME b.MSC

c.PLMN d.SMSC

Question 79 分数: 1

writefm在综合告警中接收的入库消息是_c______消息 选择一个答案

a.120

b.1432

c.1406

d.1281

Question 80

分数: 1

Corba接口规范中的定义,NMC Corba Operation2.0将这些操作分成了(d )部分? (1)、Common Operation,(2)、CM Operation,(3)、PM Operation,(4)、FM Operation 选择一个答案

a.34

b.13

c.1

d.1234

Question 81 分数: 1

数据采集完成后,通过同步程序,数据同步到( d) 选择一个答案

a.tpa表

b.tac表

c.tpc表

d.tpd表

Question 82

分数: 1

性能数据采集算法修改需要修改哪个文件?b 选择一个答案

a.cfg文件

b.mapping文件

c.invoker程序

d.ini文件

Question 83 分数: 1

在汇总整个过程中,参与到汇总的相关表,包括(b ) (1)tcc_ne_snap (2)tpd_XX (3)tpc_XX_ne (4)omcdn2int 选择一个答案

a.24

b.123

c.234

d.12

Question 84 分数: 1 停止队列管理器WNMS3_QM,用哪个命令( a)? 选择一个答案

a.endmqm

b.exit

c.end

d.stopmqm

Question 85

分数: 1

下列哪些模块属于性能采集中的核心控制模块( b)?

(1) TaskManager(2) Gen_task(3) DataCheck(4) Sync_PM (5)TaskCente 选择一个答案

a.234

b.1 2

c.45

d.1234

Question 86 分数: 1

汇总通常是通过定时任务(d )来通知Task_Center调度和触发汇总的。 选择一个答案

a.Task_Manager.pl

b.Daemon_monitor.pl c.Gen_task.pl

d.Task_Start.pl

Question 87

分数: 1

1.我们查看一条120消息或者1406消息时,如何来判断这条告警是活动告警或者是清除告警?( b)

(1) 120消息或者1406消息中,这条消息中的active_status字段是1,则表示这条告警是活动告警;

(2) 如果这条消息中的active_status字段是0,则表示这条告警是清除告警 (3) 如果这条消息中的active_status字段是1,则表示这条告警是清除告警 (4)如果这条消息中的active_status字段是0,则表示这条告警是活动告警 正确的是

选择一个答案

a.34

b.12

Question 88 分数: 1

性能数据底层表汇总至中层表的配置文件是?d 选择一个答案 a.frame*.cfg b.demo*.cfg c.serv*.cfg

d.unify*.cfg

Question 89 分数: 1

怎样启动CORBA(a ) 选择一个答案

a.%> runconsumer

b.%> runoperation

c.%> startoperation

d.%> startconsumer

Question 90

分数: 1

显示队列管理器中所有队列,使用的命令( c)? 选择一个答案

a.list ql(*)

b.desc ql(*)

c.disp ql(*)

d.more ql(*)

Question 91 分数: 1

JFMhandler需要JAVA____a____版本以上支持 选择一个答案

a.1.5 b.1.3 c.1.4 d.1.2

Question 92

分数: 1

某地联通要求接入中兴厂家的OMC和BSC设备,经过与厂家协商,厂家提供数据库的方式与综合网管对接,对接后测试采集,采集完成后,在采集日志里查看,哪些日志是可能不存在的?( d)

(1)INVOKER日志 (2)FILECOLLECTOR日志 (3)PARSER日志

(4)ODBC日志 (5)ADAPTOR日志 选择一个答案

a.15

b.345

c.12

d.23

网管转正考题

话务总结

话务竞聘演讲稿

话务兵事迹材料

话务主管岗位职责

总结,话务类

话务组长岗位职责

话务沟通表

暑假话务工作总结

话务部岗位职责

《话务转正考题.doc》
话务转正考题
将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档
下载全文