1Z0-105 Exam Questions
96 real 1Z0-105 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
Examine the dtrace command: dtrace -P syscall Which statement is true about this command?
- Question #2
Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts: <VirtualHost *:80> ServerAdmin [email protected] DocumentRoot /www/docs/site1.example.com ServerNa...
- Question #3
Examine the code fragment from /etc/tgt/targets.conf: <target iqn.2013-03.com.example.mypc:1> backing-store /iSCSIsharedDisk/physDisk1.img write-cache off </target> <target iqn.201...
- Question #4
Which three statements are true about an RPM SPEC file?
- Question #5
Examine the parameters shown using the sysctl command relating to panic situations: [root@WAYOUT etc]# sysctl -a |grep panic |grep -v hung kernel.panic = 0 kernel.panic_on_oops = 0...
- Question #6
Which two options prevent unauthorized access to the named service from the rndc utility on Oracle Linux?
- Question #7
After creating empty mount point /xfs1, you execute the command: # mkfs -t xfs -L /xfs1 -l logdev=/dev/sdd1 /dev/sdh1 Which two statements are true about the effects of executing t...
- Question #8
Examine the contents of /etc/mail/access: Connect:localhost.localdomain RELAY Connect: localhost RELAY Connect:127.0.0.1 RELAY This system is to be used as an MTA or mail gateway f...
- Question #9
Which two statements are true about recursive nameservers that are supported by Oracle Linux?
- Question #10
What is function of the System Security Service Daemon (SSSD)?
- Question #11
While copying a file to the /users file system, which is located on /dev/sdd1, you receive an error: $ cp /etc/oratab /users/oracle cp: cannot create regular file '/users/oracle/or...
- Question #12
Which three statements are true about accessing Windows shares from Linux with SAMBA on Oracle Linux?
- Question #13
Which two statements are true about container template scripts?
- Question #14
For which domain or domains does the default cache-only nameserver have a list of authoritative servers in the /var/named/named. ca file?
- Question #15
Examine the virt-install command. # virt-install \ --connect qemu:///system\ --virt-type kvm \ -- name test \ -- ram 500 \ --disk path =/var/lib/libvirt/images/test.img, size=4 --c...
- Question #16
Examine the udevadm command: udevadm info --query=all --name=/dev/sdb What does this command display?
- Question #17
Which two statements are true about the configuration of kdump for capturing a dump image after a kernel crash?
- Question #18
Which three statements are true about the Kickstart installation method?
- Question #19
Examine the sequence: # sealert -l dda34207-61fd-4de2-831d-039c79270864 SELinux is preventing /usr/sbin/httpd from read access on the file /var/www/manual/new_features_2_2.html. **...
- Question #20
Which two statements are true about SELinux in enforcing mode?
- Question #21
Which two statements are true about OCFS2 heartbeats?
- Question #22
Examine the udevadm command: udevadm info --attribute-walk --name =/dev/sdb Which two statements are true about this command/
- Question #23
Which two parameters are valid networking modes for a Linux container (LXC)?
- Question #24
Which three statements are true about support for the XFS file system in Oracle Linux?
- Question #25
Identify the two commands that can be used to set SELinux file labels back to their default values.
- Question #26
Examine the dtrace command. dtrace -q -n syscall::: Which two statements are true?
- Question #27
Which statement describes the default network set up by an Oracle template script?
- Question #28
Consider a cgroup configuration in the /etc/cgconfig.conf file: mount { cpuset = /cgroup/A; cpu = /cgroup/A; cpuacct = /cgroup/cpuacct; } group A1 { perm { admin { uid = root; gid...
- Question #29
You want to create a new LUN, LUN ID =1, on a new target, target ID = 2. Inspect the current state of targets and LUNs in the output from tgt-admin -s. The output is filtered to sh...
- Question #30
Which statement is true about the net_cls cgroup subsystem?
- Question #31
You have an unmounted btrfs file system: # btrfs filesystem show Label: 'Btrfs' uuid: 7bfe3239-47ee-442b-b9f8-49f88b6b1be4 Total devices 3 FS bytes used 300.51MB devid 2 size 4.88G...
- Question #32
What statement is true about udev?
- Question #33
Consider the features of virtualization modes. Which three statements are correct?
- Question #34
What statement describes the iSCSI client system's iSCSI database?
- Question #35
Which three statements are true about an OpenLDAP server?
- Question #36
Which two statements are true about building binary RPMs using rpmbuild?
- Question #37
Examine the dtrace command. dtrace -n 'proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}' Which two statements are true?
- Question #38
Examine the contents of the /etc/ocfs2/cluster.conf file: node: name = exam2 cluster = mycluster number = 0 ip_address = 192.168.56.106 ip_port = 7777 node: name = exam3 cluster =...
- Question #39
Examine the two commands and the output produced: [root@host03 ~]# iscsiadm -m session iscsiadm: No active sessions. [root@host03 ~]# iscsiadm -m node 192.0.2.1:3260,1 iqn.2013-03....
- Question #41
Which three types of output may be obtained from commands from the crash utility in Oracle Linux?
- Question #42
Which statement is true about btrfs file system devices?
- Question #43
Which two statements are true about debugging OCFS2?
- Question #44
Consider the features and capabilities of Kernel-based Virtual Machine (kvm). Which two statements are correct?
- Question #45
Which three statements are true about Btrfs copy --reflink?
- Question #46
Examine the dtrace command: dtrace -n syscall::read:entry Which two statements are true?
- Question #47
Examine the output of the lscgroup command: cpuset, cpu, memory:/ cpuset, cpu, memory:/A2 cpuset, cpu, memory:/A2/A3 cpuset, cpu, memory:/B1 cpuset, cpu, memory:/A1 blkio:/ blkio:/...
- Question #48
Examine the D script: syscall::write:entry { @[execname] = avg(arg2); } Note that the third argument to the write(2) system call is the size of the write being made. Which statemen...
- Question #49
Examine the UserDir directives in this extract from /etc/httpd/conf/httpd.conf: <Ifmodule mod_userdir.c> UserDir enabled user1 UserDir disabled user1 UserDir public_html </ifModule...
- Question #50
Which two statements are correct about features and capabilities of virtualization in Oracle Linux?
- Question #51
Consider the device-mapper-multipath package and configuration. Which statement is true?