Cognosは世界で一番大きくて最もみごとな業務知能会社である。1969年に設立して、会社は全世界に135余り国家と地区は22000の多数の取引先を持って、従業員は2900人を上回ります。世界で3,000のパートナーと販売店を持ち、ユーザーのために便利な業務知能技術支持とサービスを提供いたします。Cognos認証を持って、あなたがもっと多く面接のチャンスがもらえますよ

下はBI0-110の問題集で、みんなと分かち合います

1. In Report Studio, an author merges Query1 and Query2 into one result set (Query3) using a union

set operator, Query1 contains two data items: Order method and Revenue, Query2 also contains two data

items: Product line and Quantity sold.

The author wants to display the data from Query3 in a list report, how can the author ensure that all the

order method results appear together line results appear together in the report?

A. The author must add a sort key data item directly to Query3.

B. The author must sort the Order method data item in Query1 and the Product line data item in Query2.

C. The author must sort the data item in Query3 that retrieves both Order method and Product line data.

D. The author must add a sort key data item to Query1 and Query2,and then add this sort key data item to

Query3.

Answer: C

2. Which member is used for dimensions in package that are not referenced in the expression?

A. Tabular data includes a column for each data item in the query, No grouping is applied to the tabular

data.

B. Tabular data includes a column for each data item in the query. Grouping applied in the report layout is

also applied to the tabular data.

C. Tabular data can only include columns for data items that appear in the layout. No grouping is applied

to the tabular data.

D. Tabular data includes a column for data item that appears in both the query and the layout. Grouping

applied in the report layout is also applied to tabular data.

Answer: A

3. In Report Studio, an author uses the tuple function to retrieve the intersection of members from two

dimensions. Which member is used for dimensions in the package that are not referenced in the

expression?

A. No member is used.

B. The root member is always used.

C. The last sibling of the lowest member is always used.

D. The default member for that Dimension is always used.

Answer: B

4. In Report Studio, an author wants to use a join object to create a relationship between two queries.

Which of the following is true?

A. The author can use a join object to create either an inner or outer join between the queries.

B. The author can use a join object only if both queries contain data from OLAP data sources.

C. The author can use a join object only if both queries contain data from relational sources that has not

been modeled dimensionally.

D. Both queries must contain the same number of data item, the data items must be compatible and must

appear in the same order.

Answer: D

5. In Event Studio, which of the following tasks are available to a report author?

A. Run an agent

B. Run an export

C. Run an import

D. Run an index update

Answer: B

6. In Report Studio, an author wants to conditionally format a list report according to the revenue

generated by each product line. The Revenue data item does not appear in the list report but is contained

in Quety1. Which of the following must the author do in order to apply this conditional formatting?

A. Make the Revenue data item a property of Queery1.

B. Make the Revenue data item a property of the list object.

C. Make the Revenue data item a property of the Page object.

D. Make the Revenue data item a property of the Variable object.

Answer: B

各種のLinuxバージョン配置と習慣にとって大き異なることがあります。LPI Level 1 101 試験はいろんなバージョンの特徴を含めるには受験生に試験の難度を加えます。たとえば、rpmdpkgを同時に受ける受験生はRedhatDebian二つのバージョンに熟練使用することを要求されています。しかし、多くの試験要求はLSBをもとにして制定られて、いろんな衝突がある細部の問題がLSB( http://www.linuxbase.org/ ) を参考することができます、LPI認証に参加してあなたがLSBに理解することに役に立ちます、

117-101 の問題

1. You've downloaded an image file of a boot floppy disk to your hard drive. What is the best utility to

create a boot floppy from the disk image? (Specify a single command without options.)

Answer: dd /bin/dd

2. In which directory must definition files be placed to add additional repositories to yum?

Answer: /etc/yum.repos.d /etc/yum.repos.d/yum.repos.d yum.repos.d/

3. The file myfile.txt contains the following data:

joe:x:100:100:Joe:/home/joe:/bin/bash

mike:x:101:101:Mike:/home/mike:/bin/sh

kevin:x:102:102:Kevin:/home/kevin:/bin/sh

matt:x:103:103:Matt:/home/matt:/bin/sh

What output will be displayed on the screen when the following command is executed:

grep o home myfile.txt

A. No output will be displayed on the screen

B. home

home

home

home

C. /home/joe

/home/mike

/home/Kevin

/home/matt

D. joe

mike

Kevin

matt

Answer: B

17. What information is displayed by the command cat /proc/dma?

A. whether DMA is enabled

B. which DMA channels are in use

C. which DMA mode is in use

D. general information about DMA on the machine

Answer: B

18. What file contains kernel level logging information such as output from a network driver module when

it is loaded?

Answer: /var/log/messages messages kern.log /var/log/kern.log

19. To what environment variable will you assign or append a value if you need to tell the dynamic linker

to look in a build directory for some of a program's shared libraries?

A. LD_LOAD_PATH

B. LD_LIB_PATH

C. LD_LIBRARY_PATH

D. LD_SHARE_PATH

E. LD_RUN_PATH

Answer: C

Oracle 認証 専門――OCPOracle会社国際試験認証センター認証資格権限を授けるのです。受験生は試験の標準によっていくつかの課程の試験(普通は35です)に参加することを求めて、試験が全部通した後、OCPの専門家の認証を獲得することができます


1Z0-050問題集
4.Which statement describes the effect of table redefinition on the triggers attached to the table?

A.All triggers on the table remain valid.

B.All triggers on the table are invalidated and are automatically revalidated with the next DML execution

on the table.

C.All triggers on the table are invalidated and must be manually recompiled before the next DML

execution on the table.

D.Only triggers that are affected by the changes to the structure of the table are invalidated and

automatically revalidated with the next DML execution on the table.

Correct:B

5.USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to

convert all existing data in the USER_DATA tablespace and the new data into the encrypted format.

Which methods would you use to achieve this? (Choose all that apply.)

A.Use Data Pump to transfer the existing data to a new encrypted tablespace.

B.Use ALTER TABLE..MOVE to transfer the existing data to a new encrypted tablespace.

C.Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace.

D.Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt

the tablespace.

E.Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in

the tablespace is automatically encrypted.

Correct:A B C

6.Evaluate the following block of code: BEGIN DBMS_NETWORK_ACL_ADMIN.CREATE_ACL ( acl

=> 'mycompany-com-permissions.xml', principal => 'ACCT_MGR', is_grant => TRUE, privilege =>

'connect'); DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL ( acl =>

'mycompany-com-permissions.xml', host => '*.mycompany.com'); END; What is the outcome of

the above code?

A.It produces an error because a fully qualified host name needs to be specified.

B.It produces an error because the range of ports associated with the hosts has not been specified.

C.It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT and

RESOLVE privileges.

D.It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT privilege but

not the RESOLVE privilege.

Correct:C