Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Oracle 1z0-105 Exam Actual Questions

The questions for 1z0-105 were last updated on May 5, 2024.
  • Viewing page 1 out of 25 pages.
  • Viewing questions 1-4 out of 97 questions

Topic 1 - Single Topic

Question #1 Topic 1

Examine the dtrace command:
dtrace -P syscall
Which statement is true about this command?

  • A. It enables all probes available in the syscall provider.
  • B. It lists all probes available in the syscall provider.
  • C. It returns an error. The command is incomplete. You must specify a probe to enable.
  • D. It enables all probes available in the syscall provider, and produces no output.
Reveal Solution Hide Solution   Discussion  

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

Question #2 Topic 1

Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site1.example.com

ServerName site1.example.com -
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site2.example.com

ServerName site2.example.com -
</VirtualHost>
Which three statements are true about the configuration extract?

  • A. To connect to the website, site1.example.com must resolve to a different IP address than site2.example.com.
  • B. site1.example.com and site2.example.com can share the same IP address.
  • C. The web server attempts a DHCP discover to assign one IP address per virtual host.
  • D. It is possible but not mandatory to have unique IP addresses for each virtual host.
  • E. The site1.example.com virtual host shares and error logs with site2.example.com.
Reveal Solution Hide Solution   Discussion   1

Correct Answer: ACE 🗳️

Question #3 Topic 1

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?

  • A. 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.
  • B. 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.
  • C. All targets are visible to prospective clients, but the target iqn ending with mypc:2 is visible exclusively to the specified IP addresses.
  • D. 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.
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️

Question #4 Topic 1

Which three statements are true about an RPM SPEC file?

  • A. It is mandatory for building a binary RPM using rpmbuild.
  • B. It is a Shell script that can be used to build a binary RPM.
  • C. It contains metadata that will be part of a binary RPM.
  • D. It contains metadata and helper scripts that are required during the build process of a binary RPM.
Reveal Solution Hide Solution   Discussion  

Correct Answer: ABD 🗳️
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)

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...