IBM C2020-702 it-Prüfungen, C2020-702 zertifizierung

IBM C2020-702 it-Prüfungen, C2020-702 zertifizierung IBM Cognos TM1 10.1 Developer www.it-pruefungen.ch

Q 1
The logging parameter within \}CubeProperties is designated by a “Yes” or “No” for each cube.
What does this define?

A. Data changes to the TM1 cubes logged into the tm1s.log file
B. cubepropertiesdataloggedintothetm1server.log
C. dimensionupdatesloggedintothetm1audit.log
D. userpermissionsloggedtothetm1server.log

Answer: A

Q 2
Which three are typically stored within a TM1 control object? (Choose three.)

A. A list of TM1 users
B. TM1 system errors
C. Data required by the TM1 server to perform a driver-based calculation
D. TM1 object-level security permissions
E. Statistical performance data about the TM1 server

Answer: A,D,E

IBM C2020-702 Prüfungsfragen, IBM C2020-702 Examensfragen IBM Cognos TM1 10.1 Developer (ICND2 v3.0) www.it-pruefungen.ch

Q 3
What are the elements of a rule?

A. Area Definition, Qualifier, Formula, Terminator, and Sequence Indicator
B. Area Definition, Qualifier, Formula, and Priority Flag
C. Area Definition, Qualifier, Formula, and Terminator
D. Area Definition, Formula, Terminator, and Priority Flag

Answer: C

Q 4
You want to improve one TM1 cube by adding Skipcheck and Feeder statements to a Rules file.
Which statement is correct?

A. The addition of rule-calculated cells to a cube will cause reduced consumption of RAM.
B. The data integrity of consolidated cells will improve.
C. The performance of views containing rule-calculated cells will improve.
D. Cross cube rule statements will be no longer be ignored.

Answer: C

Prüfungsvorbereitung Studienmaterial IBM C2020-702 deutsch IBM Cognos TM1 10.1 Developer www.it-pruefungen.ch

Q 5
Cross-Cube Feeder statements will result in a Cube Dependency relationship between the Dependent Cube (containing the feeder) and the Base Cube (the target cube of the Feeder from the Dependent Cube) if the Feeding cells contain data at Server startup or if initially null at server startup, the feeding cells are subsequently updated during the server session.
Which statement describes the relationship between the cubes having the Cube Dependency relationship?

A. Cell value updates to the Dependent Cube will invalidate the cache of the Base Cube.
B. Cell value updates to the Base Cube will invalidate the cache of the Dependent Cube.
C. Cell value updates to the Dependent Cube will invalidate the Cube Dependency.
D. Cell value updates to the Base Cube will invalidate the Cube Dependency.

Answer: A

IT-Prüfung C2020-701, zertifizierung C2020-701

IT-Prüfung C2020-701, zertifizierung C2020-701 IBM Cognos TM1 10.1 Analyst www.it-pruefungen.de

QUESTION NO: 1
How do you configure a TM1 Web application so that users are not prompted for the TM1 Admin Host every time they log in?

A. Modify the capability assignments in TM1 Architect.
B. Edit the pmpsvc_config.xml file.
C. Edit the web.config file.
D. Change security on the top-Level application folder from “private” to “public”.

Answer: C

QUESTION NO: 2
A company uses Excel workbooks to access IBM Cognos TM1 data over a wide area network.
The company needs to improve the performance of their Excel workbooks which contain multiple slices from multiple TM1 cubes.
Which two changes will improve performance? (Choose two.)

A. Convert all DBR() functions to DBRW() functions.
B. Make all DBRW() functions reference a single VIEW function.
C. Convert all DBRA() functions to DBRW() functions.
D. Convert all DBRW() functions to DBR() functions.

Answer: A,C

C2020-701 Prüfungsfragen, C2020-701 Examensfragen IBM Cognos TM1 10.1 Analyst (ICND2 v3.0) www.it-pruefungen.de

QUESTION NO: 3
Why would you use Rebuild over Recalc in an Active Form?

A. When a conditional format on a report changes
B. When metadata is added to the TM1 model that must be displayed on the row
C. When data changes along the rows of a report
D. When a leaf element is added to a consolidated element of a report

Answer: B

QUESTION NO: 4
A TM1 Application Web user has completed data input. Which action allows the user to lock the data for review?

A. Commit
B. Save
C. Release ownership
D. Submit

Answer: D

Prüfungsvorbereitung Studienmaterial C2020-701 deutsch IBM Cognos TM1 10.1 Analyst www.it-pruefungen.de

QUESTION NO: 5
You have imported a sales data Cognos Insight local cube. You have years, quarters, and months in different dimensions. However, for your business requirements, it would be better to have a one-time dimension.
How would you change your model?

A. Change the cube structure using the Group Dimension function.
B. Create a new cube using the Group Dimension function.
C. Change the cube structure using the Combine Dimension function.
D. Create a new cube using the Combine Dimension function.

Answer: B

IT-Prüfung 117-202 PDF

IT-Prüfung 117-202 PDF Linux Networking Administration www.it-pruefungen.de

Q1
Given this excerpt from an Apache configuration file, which of the numbered lines has INCORRECT syntax?

1:

2: ServerAdmin [email protected]

3: DocumentRoot /home/http/admin

4: ServerName admin.server.example.org

5: DirectoryIndex index.php default.php

6: ErrorLog logs/admin.server.example.org-error_log

7: CustomLog logs/admin.server.example.org-access_log common

8:

A. 1
B. 1 and 4
C. 1, 4 and 7
D. 1 and 5
E. None. The configuration is valid

Answer: E

Q2
Select the TWO correct statements about the following excerpt from httpd.conf:

Order allow, eny

Deny from all

A. The configuration will deny access to /var/web/dir1/private.html, /var/web/dirl/subdir2/private.html, /var/web/dirl/subdir3/private.html and any other instance of private.html found under the /var/web/dir1/directory.
B. The configuration will deny access to /var/web/dir1/private.html, but it will allow access to /var/web/dirl/subdir2/private.htm1, for example.
C. The configuration will allow access to any file named private.html under /var/web/dir1, but it will deny access to any other files
D. The configuration will allow access just to the file named private.html under /var/web/dir1
E. The configuration will allow access to /var/web/private.html, if it exists

Answer: A,E

117-202 Prüfungsfragen Linux Networking Administration  https://it-pruefungen.de/117-202.htm

Q3
Considering the following excerpt from the httpd.conf file, select the correct answer below:

AllowOverride AuthConfig Indexes

 

A. The Indexes directive in the excerpt allows the use of other index-related directives such as DirectoryIndex
B. Both directives AuthConfig and Indexes found in the server’s .htaccess file will be overridden by the same directives found in the httpd.conf file
C. The AuthConfig used in the excerpt allows the use of other authentication-related directives such as AuthType
D. The excerpt is incorrect, as the AllowOverride cannot be used with Indexes, since the latter cannot be overridden
E. The excerpt is incorrect, because AllowOverride cannot be used inside a Location section

Answer: E

Q4
Which of the following lines in the Apache configuration file would allow only clients with a valid certificate to access the website?

A. SSLCA conf/ca.crt
B. AuthType ssl
C. IfModule libexec/ssl.c
D. SSLRequire
E. SSLVerifyClient require

Answer: E

Prüfungsvorbereitung auf 117-202 Studienmaterial deutsch Linux Networking Administration www.it-pruefungen.de

Q5
Which of the following is needed, to synchronize the Unix password with the SMB password, when the encrypted SMB password in the smbpasswd file is changed?

A. Nothing, because this is not possible.
B. Run netvamp regularly, to convert the passwords.
C. Rin winbind –sync, to synchronize the passwords.
D. Add unix password sync = yes to smb.conf.
E. Add smb unix password = sync to smb.conf.

Answer: D

117-201 Prüfungsfragen

117-201 Prüfungsfragen, 117-201 Examensfragen Linux Advanced Administration (ICND2 v3.0) www.it-pruefungen.de

QUESTION NO: 1
A server has three disks of 80GB each and must manage a database with 4 million records of 30KB each. The best configuration for this server, with the criteria being performance, configurability and flexibility, is:

A. Use just LVM
B. Use RAID1 over LVM
C. Use LVM over RAID5
D. Use LVM over RAID1
E. Use RAID5 over LVM

Answer: C

Explanation:
RAID1 would not be performance enhancing (Mirroring), as would the default LVM (linear). So use a RAID5 for redundancy and performance and use LVM for added configurability and flexibility A striped LVM only would work too, I guess, if you need no redundancy at all.

QUESTION NO: 2
The correct command sequence to create logical volumes on a Linux system is:

A. lvcreate, pvcreate, vgcreate, mount, mke2fs
B. pvcreate, vgcreate, lvcreate, mke2fs, mount
C. vgcreate, lvcreate, pvcreate, mount, mke2fs
D. mke2fs, pvcreate, vgcreate, lvcreate, mount
E. pvcreate, lvcreate, vgcreate, mount, mke2fs

Answer: B

Prüfungsvorbereitung 117-201 Studienmaterial deutsch Linux Advanced Administration www.it-pruefungen.de

QUESTION NO: 3
What is the usable disk space of a RAID 5 array of five 18GB drives with one drive dedicated as a spare?

A. 18GB
B. 36GB
C. 54GB
D. 72GB
E. 90GB

Answer: C

QUESTION NO: 4
You decide to use the logical volume manager (LVM) to manage four 4GB disk drives. After creating the volume group, how would you create a 10GB logical volume called big-app?

A. vgcreate -p 10g -n /dev/vg01/big-app
B. vgcreate -l 2560 /dev/vg01/big-app
C. mklvm -v 10240 -n /dev/vg01/big-app
D. lvcreate -v 10240 /dev/vg01/big-app
E. lvcreate -l 2560 vg01 -n big-app

Answer: E

IT-Prüfungen 117-201 Linux Advanced Administration www.it-pruefungen.de

QUESTION NO: 5
What is the purpose of vgextend?

A. Extend a volume group’s footprint on disk
B. Add physical volumes to a volume group
C. Increase the number of days between scheduled error checking
D. Create a volume group which uses all available space on disk

Answer: B

117-102 Prüfungsvorbereitung, 117-102 Studienmaterialien

117-102 Prüfungsvorbereitung, 117-102  Studienmaterialien deutsch General Linux, Part 2 www.it-pruefungen.de

QUESTION NO: 1
On a default Linux system, what file system type does the dump command act upon?

A. Ext2
B. UFS
C. JFS
D. XFS
E. ReiserFS

Answer: A

QUESTION NO: 2
Your machine has two working NIC’s with proper addresses. You want to split your network into two new subnets. What single command will accomplish this?

A. ifconfig
B. route
C. default
D. netstat
E. None of the choices

Answer: A

IT-Prüfungen 117-102 General Linux, Part 2 https://www.it-pruefungen.de/117-102.htm

QUESTION NO: 3
Which file system should never be backed up, and therefore never have to be restored?

A. ufs
B. usr
C. tmp
D. home
E. swap

Answer: E

QUESTION NO: 4
Which directory tree is ordinarily the least likely to be backup or restore?

A. /tmp
B. /var
C. /proc
D. /usr
E. /usr

Answer: C

117-102 Prüfungsfragen General Linux, Part 2 www.it-pruefungen.de

QUESTION NO: 5
What command will verify the syntax of a hosts.allow and hosts.deny file combination?

A. tcpdchk
B. verify –tcp
C. ipswitch
D. tcpdump
E. tcpdmatch

Answer: A

117-101 Prüfungsfragen, 117-101 Examensfragen

117-101 Prüfungsfragen, 117-101 Examensfragen General Linux, Part 1 (ICND2 v3.0) www.it-pruefungen.de

QUESTION NO: 1
CORRECT TEXT
You suspect that a new ethernet card might be conflicting with another device. Which file should you check within the /proc tree to learn which IRQs are being used by which kernel drives?

A. interrupts
B. /proc/interrupts

Answer: AB

QUESTION NO: 2
How many SCSI ids for peripherals can SCSI-1 support?

A. 5
B. 6
C. 7
D. 8

Answer: C

Prüfungsvorbereitung Studienmaterialien 117-101 deutsch General Linux, Part 1 https://www.it-pruefungen.de/117-101.htm

QUESTION NO: 3
You need to install a fax server. Which type of fax/modem should you install to insure Linux compatibility?

A. External Serial Fax/modem
B. External USB Fax/modem
C. Internal ISA Fax/modem
D. Internal PCI Fax/modem

Answer: A

QUESTION NO: 4
You are running Linux 2.0.36 and you need to add a USB mouse to your system. Which of the following statements is true?

A. You need to rebuild the kernel.
B. You need to upgrade the kernel.
C. You need to load the USB modules for your existing modular kernel.
D. USB support is no available in Linux.

Answer: B

IT-Prüfungen 117-101 General Linux, Part 1 www.it-pruefungen.de

QUESTION NO: 5
You have just upgraded your PC to a 60 gigabyte IDE drive. While partitioning the drive, you notice that only 32 gigabytes are available. Which of the following will most likely allow you to use the entire drive?

A. Create two smaller partitions of 30 gigabytes each.
B. Set the PC BIOS to use LBA mode.
C. Create a partition that resides entirely below the first 1024 cylinders.
D. Use GRUB or the latest version of LILO as a bootloader.
E. Upgrade the PC BIOS to the latest version available.

Answer: E

117-300 Prüfungsfragen, 117-300 Examensfragen

117-300 Prüfungsfragen, 117-300 Examensfragen LPI Level 3 Exam 300 (ICND2 v3.0) www.it-pruefungen.de

Q1
Which of the following parameters is used in the database on a slave server to direct clients that want to make changes to the OpenLDAP database to the master server?

A. updatedn
B. updateserver
C. updateref
D. updateuri

Answer: C

Q2
It is found that changes made to an OpenLDAP directory are no longer being replicated to the slave server at 192.168.0.3. Tests prove that the slave server is listening on the correct port and changes are being recorded properly to the replication log file. In which file would you find the replication errors?

A. replication.err
B. replication.rej
C. 192.168.0.3:389.rej
D. 192.168.0.3:389.err

Answer: C

Q3
CORRECT TEXT

In an OpenLDAP masters’s slapd.conf configuration file, a replica configuration option is needed to enable a slave OpenLDAP server to replicate. What value is required in the following setting:
bindmethod=____________ if using passwords for master/slave authentication? (Only specify the missing value)

A. simple

Answer: A

Prüfungsvorbereitung auf 117-300 Studienmateriaienl deutsch LPI Level 3 Exam 300 https://www.it-pruefungen.de/117-300.htm

Q4
In the example below, what is the missing argument that is required to use secret as the password to authenticate the replication push with a slave directory server?

replica uri=ldaps: //slave.example.com: 636

binddn=”cn=Replicator,dc=example,dc=com”

bindmethod=simple ______________=secret

A. secure
B. master
C. credentials
D. password

Answer: C

Q5
CORRECT TEXT

Below is an ACL entry from a slapd.conf file. Fill in the access control level setting to prevent users from retrieving passwords.

access to attrs=lmPassword,ntPassword by dn=”cn=smbadmin,dc=samplenet” write by * _______

A. none

Answer: A

IT-Prüfungen 117-300 LPI Level 3 Exam 300 www.it-pruefungen.de

Q6
When configuring OpenLDAP to use certificates, which option should be used with the TLSVerifyClient directive to ask the client for a valid certificate in order to proceed normally?

A. never
B. allow
C. try
D. demand

Answer: D

IT-Prüfungen 201-400

IT-Prüfungen 201-400 LPIC-2 Exam 201, Part 1 of 2, version 4.0 www.it-pruefungen.de

QUESTION 1
In capacity planning exercises, which tools assist in listing and identifying processes of interest? (Choose TWO correct answers.)

A. acpid
B. lsof
C. pstree
D. telinit

Answer: BC

QUESTION 2
Which of the following tools are used to measure memory usage? (Choose THREE correct answers.)

A. mpstat
B. pstree
C. sar
D. top
E. vmstat

Answer: CDE

201-400 Prüfungsfragen LPIC-2 Exam 201, Part 1 of 2, version 4.0 https://www.it-pruefungen.de/201-400.htm

QUESTION 3
In the following output from top, which processes contribute to the percentage of time that the CPU spends in the state of wa?

Tasks: 193 total, 1 running, 190 sleeping, 2 stopped, 0 zombie

Cpu(s): 0.5%us, 0.3%sy, 0.0%ni, 98.2%id, 1.0%wa, 0.0%hi, 0.0%si, 0.0%st

A. Processes waiting for user interaction.
B. Processes that were already closed and are waiting to be launched again.
C. Processes that have not been scheduled yet because they haven’t been fully loaded into RAM or are in swap.
D. Processes waiting for IO operations to complete.

Answer: D

QUESTION 4
Which of the following is a side effect of extensive usage of swap space?

A. The root filesystem may become full because swap space is always located on the system root partition.
B. The overall system performance may degrade because of heavy hard disk use and memory reorganization.
C. Since processes always exist completely in either RAM or swap, regular RAM may become unused if the kernel does not move processes back from the swap space to memory.
D. The memory may become fragmented and slow down the access to memory pages. However, this can be kept to a minimum by the regular use of memfrag -d.
E. Applications need to restart because their virtual memory addresses change to reflect memory relocation to the swap address area.

Answer: B
Prüfungsvorbereitung Studienmaterial 201-400 deutsch LPIC-2 Exam 201, Part 1 of 2, version 4.0 www.it-pruefungen.de

Prüfungsvorbereitung auf 202-450 Studienmaterial

Prüfungsvorbereitung auf 202-450 Studienmaterial deutsch LPIC-2 Exam 202, Part 2 of 2, version 4.5 www.it-pruefungen.de

QUESTION 1
On a Linux router, packet forwarding for IPv4 has been enabled. After a reboot, the machine no longer forwards IP packets from other hosts. The command:
echo 1 > /proc/sys/net/ipv4/ip_forward
temporarily resolves this issue. Which one of the following options is the best way to ensure this setting is saved across system restarts?

A. Add echo 1 > /proc/sys/net/ipv4/ip_forward to the root user login script
B. Add echo 1 > /proc/sys/net/ipv4/ip_forward to any user login script
C. In /etc/sysct1.conf change net.ipv4.ip_forward to 1
D. In /etc/rc.local add net.ipv4.ip_forward = 1
E. In /etc/sysconfig/iptables-config add ipv4.ip_forward = 1

Answer: C

QUESTION 2
What information can be found in the file specified by the status parameter in an OpenVPN server configuration file? (Choose two.)

A. Errors and warnings generated by the openvpn daemon
B. Routing information
C. Statistical information regarding the currently running openvpn daemon
D. A list of currently connected clients
E. A history of all clients who have connected at some point

Answer: B,D

IT-Prüfungen 202-450 LPIC-2 Exam 202, Part 2 of 2, version 4.5 https://www.it-pruefungen.de/202-450.htm

QUESTION 3
Which of the following lines in the sshd configuration file should, if present, be changed in order to increase the security of the server? (Choose two.)

A. Protocol 2, 1
B. PermitEmptyPasswords no
C. Port 22
D. PermitRootLogin yes
E. IgnoreRhosts yes

Answer: A,D

QUESTION 4
Which of the following nmap parameters scans a target for open TCP ports? (Choose two.)

A. -sO
B. -sZ
C. -sT
D. -sU
E. -sS

Answer: C,E

202-450 Prüfungsfragen LPIC-2 Exam 202, Part 2 of 2, version 4.5 www.it-pruefungen.de

QUESTION 5
Which of the following DNS records could be a glue record?

A. ns1.labA198.51.100.53
B. labNS198.51.100.53
C. ns1.labNS198.51.100.53
D. ns1.A198.51.100.53
E. ns1.labGLUE198.51.100.53

Answer: A

Prüfungsvorbereitung 201-450, Studienmaterial 201-450

Prüfungsvorbereitung 201-450, Studienmaterial 201-450 deutsch LPIC-2 Exam 201, Part 1 of 2, version 4.5 www.it-pruefungen.de

QUESTION 1
Which of the following is a side effect of extensive usage of swap space?

A. The root filesystem may become full because swap space is always located on the system root partition.
B. The overall system performance may degrade because of heavy hard disk use and memory reorganization.
C. Since processes always exist completely in either RAM or swap, regular RAM may become unused if the kernel does
not move processes back from the swap space to memory.
D. The memory may become fragmented and slow down the access to memory pages. However, this can be kept to a
minimum by the regular use of memfrag -d.
E. Applications need to restart because their virtual memory addresses change to reflect memory relocation to the swap
address area.

Answer: B

QUESTION 2
In the below example output, which columns detail the percent of time the CPU spent running non-kernel code and the
percent of time the CPU spent running kernel code? (Choose TWO correct answers.)
# vmstat 1 100
procs ———–memory———- —swap– —–io—- –system– —-cpu—-
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 0 282120 134108 5797012 0 0 0 2 0 0 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1007 359 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1117 577 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1007 366 0 0 100 0

A. id
B. us
C. wa
D. sy

Answer: B,D

201-450 Prüfungsfragen, 201-450 Examensfragen LPIC-2 Exam 201, Part 1 of 2, version 4.5 (ICND2 v3.0) https://www.it-pruefungen.de/201-450.htm

QUESTION 3
When planning a web server which of the following choices will impact system sizing? (Choose THREE correct answers.)

A. How many concurrent users are expected.
B. Which hardware vendor has better Linux support.
C. What type of content will be served.
D. What scripting languages will the web server support.
E. Will the OS install be CD, DVD or network based.

Answer: A,C,D

QUESTION 4
Which commands below are useful to collect data about remote filesystem connections? (Choose TWO correct answers.)

A. pidstat
B. nfsiostat
C. sadf
D. cifsiostat

Answer: B,D

QUESTION 5
In the following output, what percentage of time was the CPU waiting for pending I/O?
# vmstat 1 100
procs ———–memory———- —swap– —–io—- –system– —-cpu—-
r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 0 282120 134108 5797012 0 0 0 2 0 0 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1007 359 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1117 577 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1007 366 0 0 100 0

A. 0
B. 100
C. 35.9
D. 57.7
E. 36.6

Answer: A

IT-Prüfungen 201-450 LPIC-2 Exam 201, Part 1 of 2, version 4.5 www.it-pruefungen.de