Free Oracle 1z0-105 Exam Braindumps (page: 2)

Examine the dtrace command:
dtrace -P syscall

Which statement is true about this command?

  1. It enables all probes available in the syscall provider.
  2. It lists all probes available in the syscall provider.
  3. It returns an error. The command is incomplete. You must specify a probe to enable.
  4. It enables all probes available in the syscall provider, and produces no output.

Answer(s): B


Reference:

http://docs.oracle.com/cd/E19253-01/819-5488/gbxwv/index.html (Example 2-7, probes by provider)



Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin webmaster@sute1.example.com
DocumentRoot /www/docs/site1.example.com
ServerName site1.example.com
</VirtualHost>

<VirtualHost *:80>
ServerAdmin webmaster@sute2.example.com
DocumentRoot /www/docs/site2.example.com
ServerName site2.example.com
</VirtualHost>

Which three statements are true about the configuration extract?

  1. To connect to the website, site1.example.com must resolve to a different IP address than
    site2.example.com.
  2. site1.example.com and site2.example.com can share the same IP address.
  3. The web server attempts a DHCP discover to assign one IP address per virtual host.
  4. It is possible but not mandatory to have unique IP addresses for each virtual host.
  5. The site1.example.com virtual host shares and error logs with site2.example.com.

Answer(s): A,C,E



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.2013-03.com.example.myps:2>
backing-store / iSCSIsharedDisk/physDisk2.img
initiator-address 192.0.2.105
initiator address 192.0.2.106
write-cache off
</target>

<target iqn.2013-03.com.example.mypc:3>
backing-store /iSCSIsharedDisk/physDisk3.img
write-cache off
</target>

Which statement is true?

  1. Only the target identified by the iqn ending with mypc:2 is visible. This target is visible to the specific clients identified by the initiator address.
  2. The initiator-address syntax in not valid. The address value should be specified as an iqn, not an IP address. This causes an error, and only iqns ending with mypc:1 and mypc:3 are visible.
  3. All targets are visible to prospective clients, but the target iqn ending with mypc:2 is visible exclusively to the specified IP addresses.
  4. The initiator-address syntax is not valid. The address value must be specified as an iqn, not an IP address. The initiator-address parameters are ignored and all targets are visible without restriction.

Answer(s): B



Which three statements are true about an RPM SPEC file?

  1. It is mandatory for building a binary RPM using rpmbuild.
  2. It is a Shell script that can be used to build a binary RPM.
  3. It contains metadata that will be part of a binary RPM.
  4. It contains metadata and helper scripts that are required during the build process of a binary RPM.

Answer(s): A,B,D


Reference:

http://www.thegeekstuff.com/2015/02/rpm-build-package-example/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+TheGeekStuff+(The+Geek+Stuff)






Post your Comments and Discuss Oracle 1z0-105 exam prep with other Community members:

1z0-105 Exam Discussions & Posts