Oracle 1Z0-820 Online Practice
Questions and Exam Preparation
1Z0-820 Exam Details
Exam Code
:1Z0-820
Exam Name
:Upgrade to Oracle Solaris 11 System Administrator
Certification
:Oracle Certifications
Vendor
:Oracle
Total Questions
:133 Q&As
Last Updated
:Jul 12, 2026
Oracle 1Z0-820 Online Questions &
Answers
Question 51:
This iron is displayed on the desktop of a laptop computer, which is running Oracle Solaris 11.
Which two statements describe the Information conveyed by this Icon?
A. NWAM is disabled. B. NWAM is automatically configuring the network. C. The wireless network card is manually configured and operational. D. The wireless network card is manually configured but not operational. E. The wireless network card is automatically configured and operational. F. The wireless network card is automatically configured but not operational.
B. NWAM is automatically configuring the network. C. The wireless network card is manually configured and operational.
B: The Network Status notification icon is only displayed on the desktop if you are using NWAM to automatically configure your network.
C: All online (Wireless)
Indicates all manually enabled connections in the enabled network profile are online and that the required number of connections in the enabled profile group (if such a group exists) are online. The required number is the same as those
described for the All online (Wired) status.
Note that at least one online connection is wireless. Reference: Oracle Solaris Administration: Network Interfaces and Network Virtualization , Checking the Status of Your Network Connection
Question 52:
View the exhibit to inspect the file system configuration on your server.
You department's backup policy is to perform a full backup to a remote system disk on Saturday.
On each weekday, you are to perform an incremental backup to the same remote system disk.
Each incremental backup will contain only data that has been modified since the previous Saturday backup.
The server file systems must remain available at all times and can never be taken offline.
The backup must not only provide for the recovery of the most recent version of a file, but must also allow recovery of previous versions of a file.
Following your company policy, which two describe the correct procedure to be performed on each weekday for backing up the /data file system to a remote disk named /remote/backup?
A. Remove the previous daily snapshot. zfs snapshot pool1.data@daily zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/full B. Remove the previous daily snapshot. zfs snapshot pool1.data@daily zfs send - i pool1/data#sat pool1/data@daily | zfs recv remote /backup/ `date `+%m%d%' C. Remove the previous daily snapshot. zfs snapshot pool1.data@daily zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/daily D. Remove the previous daily snapshot. zfs create - i pool1/data@sat pool1/data@daily zfs send pool1/data@daily | zfs remote/backup
B. Remove the previous daily snapshot. zfs snapshot pool1.data@daily zfs send - i pool1/data#sat pool1/data@daily | zfs recv remote /backup/ `date `+%m%d%' C. Remove the previous daily snapshot. zfs snapshot pool1.data@daily zfs send - i pool1/data@sat pool1/data@daily > /remote/backup/daily
You can use the zfs send command to send a copy of a snapshot stream and receive the snapshot stream in another pool on the same system or in another pool on a different system that is used to store backup data.
You can send incremental data by using the zfs send -i option.
For example:
host1# zfs send -i tank/dana@snap1 tank/dana@snap2 | zfs recv newtank/dana Note that the first argument (snap1) is the earlier snapshot and the second argument (snap2) is the later snapshot. In this case, the newtank/dana file system
must already exist for the incremental receive to be successful.
The incremental snap1 source can be specified as the last component of the snapshot name. This shortcut means you only have to specify the name after the @ sign for snap1, which is assumed to be from the same file system as snap2. For
example:
host1# zfs send -i snap1 tank/dana@snap2 > zfs recv newtank/dana This shortcut syntax is equivalent to the incremental syntax in the preceding example. Reference: Oracle Solaris ZFS Administration Guide, Sending and Receiving ZFS Data
Question 53:
Solaris 11 includes a redesigned software packaging model: the Image Packaging system.
Which three describe advantages of the Image Packaging System over the previous Solaris 10 SVR4 packaging model?
A. Eliminates patching of the software package B. Makes the patching process more efficient with less downtime C. Eliminates OS version upgrade D. Allows for the installation of the OS without a local DVD or installation server E. Allows the use of a repository mirror to speed up package operation F. Allows users to publish their own software package in a software repository
A. Eliminates patching of the software package D. Allows for the installation of the OS without a local DVD or installation server F. Allows users to publish their own software package in a software repository
A: In contrast to the SVR4 packaging model used in earlier Oracle Solaris releases, IPS eliminates the need for patching.
Question 54:
You are using A! to install a new system. You have added the following information to the Al manifest: configuration type-'zone" name-'dbzone" source=nhttp://svsA.examDle.com/zone cfg/zonecfQ7> Which statement is true with regard to the zone.cfg file?
A. The zone.cfg file is a text file in a zonecfg export format. B. The zone.cfg file is an Al manifest that specifies how the zone is to be installed. C. The zone.cfg file is an XML file in a form suitable for use as a command file for the zonecfg command. D. The zone.cfg file is an SC profile with keywords that are specific for configuring a zone as part of the installation process. E. ft is an XML configuration file from the /etc/zone directory. It will be used as a profile for the zone. It specifies the zonename. zonepath, and other zonecfg parameters
A. The zone.cfg file is a text file in a zonecfg export format.
Question 55:
Which modification needs to be made to the Service Management Facility before you publish a new package to the IPS repository?
A. The pkg.depotd must be disabled. B. The pkg/readonly property for the application/pkg/server service must be set to false C. The pkg/writable_root property for the application/pkg/server service must be set to true. D. The pkg/image_root property for the application/pkg/server service must be set to the location of the repository.
D. The pkg/image_root property for the application/pkg/server service must be set to the location of the repository.
pkg/image_root
(astring) The path to the image whose file information will be used as a cache for file data.
Reference: man pkg.depotd
Question 56:
Which command should you choose to display the current parameters for the FSS scheduler?
A. dispadmin - c FSS B. prionctl -c FSS C. dispadmin -c FSS -g D. priocntl -c FSS -g
C. dispadmin -c FSS -g
The dispadmin command displays or changes process scheduler parameters while the system is running.
-c class
Specifies the class whose parameters are to be displayed or changed. Valid class values are: RT for the real-time class, TS for the time-sharing class, IA for the inter-active class, FSS for the fair-share class, and FX for the fixed-priority class.
The time-sharing and inter- active classes share the same scheduler, so changes to the scheduling parameters of one will change those of the other.
-g
Gets the parameters for the specified class and writes them to the standard output.
Reference: man dispadmin
Question 57:
ServerA contains two ISO images of a package repository, named sol.repo.iso-a and sol.repo.iso-b respectively. You need to create a single local package repository on serverA that clients can connect to. The package repository will be stored in the /export/IPS file system and named repo. The prefered publisher will be named solans and the publisher URL will be http://serverA.example.com.
Which is correct procedure to perform on ServerA to create the local package repository?
A. cat sol repo iso-a sol repo iso-b > sol fill iso Mount the ISO image and use the rsync command to extract the contents of the ISO file to the /export/IPS file system. Set the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to true Set the preferred publisher by using pkg set-publisher -G http://pkg oracle com/solaris/release/ -g http://serverA.example.com/ solans B. cat sol.repo.iso-a sol.repo.iso-b > /export/IPS/repo Set the pkg/inst_root property to true and the pkg/readonly property to /export/IPS Set the preferred publisher by using pkg set-publisher -G htto //serverA.example com/ \ -g http:// pkg.oracle.com/solaris/release/ solari s C. cat sol.repo.iso-a sol.repo.iso-b > sol.full.iso Mount the ISO image and use the rsync command to extract the contents of the ISO file to /export/IPS/repo Set the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to true Set the preferred publisher by using pkg set-publisher Solaris \ -g hflpy/serverA.example.cQm/ D. cat sol repo.iso-a sol repo iso-b > /export/IPS/repo.iso Mount the ISO image and copy the repo directory from the ISO image to /export/IPS/repo Set the pkg/inst_root property and the pkg/readonly property to /export/IPS/repo Set the preferred publisher by using pkg set-publisher -G http://serverA.example com/ \ -g http://pkg.oracle.com/solaris/release/ -p solans
A. cat sol repo iso-a sol repo iso-b > sol fill iso Mount the ISO image and use the rsync command to extract the contents of the ISO file to the /export/IPS file system. Set the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to true Set the preferred publisher by using pkg set-publisher -G http://pkg oracle com/solaris/release/ -g http://serverA.example.com/ solans
Question 58:
Identify the two security features incorporated in the Oracle Solaris 11 Cryptographic Framework.
A. Layer 5 IP address encryptions B. Internet protocol security C. Diffie-Kerberos coaxial key encryption D. Signed cryptographic plugins (providers) E. Kernel support for signed antivirus plugins
D. Signed cryptographic plugins (providers) E. Kernel support for signed antivirus plugins
The framework enables providers of cryptographic services to have their services used by many consumers in the Oracle Solaris operating system. Another name for providers is plugins. The framework allows three types of plugins:
*
User-level plugins - Shared objects that provide services by using PKCS #11 libraries, such as pkcs11_softtoken.so.1.
*
Kernel-level plugins - Kernel modules that provide implementations of cryptographic algorithms in software, such as AES. Many of the algorithms in the framework are optimized for x86 with the SSE2 instruction set and for SPARC hardware.
*
Hardware plugins - Device drivers and their associated hardware accelerators. The Niagara chips, the ncp and n2cp device drivers, are one example. A hardware accelerator offloads expensive cryptographic functions from the operating system. The Sun Crypto Accelerator 6000 board is one example.
Reference: Oracle Solaris Cryptographic Framework http://docs.oracle.com/cd/E19963-01/html/821-1456/scf-10.html
Question 59:
You create a flash archive of the Solaris 10 global zone on the serves named sysA. The archive name is s10-system.flar, and it is stored on a remote server named backup_server.
On sysA, you create a Solaris 10 branded zone named s10-zone.
You want to use the flash archive, located On" /net/bactup_servers/10-system.flar, to install the Operating system in the s10-zone zone.
Which command do you choose to install the s10-system.flar archive in the Solaris 10 branded zone (s10-zone)?
A. zoneadm -z s10 -zone install - a /net/backup_server/s10-system.flar -u B. zonecfg -z s10 -zone install - a /net/backup_server/s10-system.flar -u C. zoneadm - z s10 -zone clone - s /net/backup_server/s10-system.flar D. zone cfg - a s10-zone create - t SUNWsolaris10\ E. zonecfg -z s10-zone install -f /net/backup/backup_server/s10-system.flar
A. zoneadm -z s10 -zone install - a /net/backup_server/s10-system.flar -u
The zoneadm command is the primary tool used to install and administer non-global zones. Operations using the zoneadm command must be run from the global zone on the target system.
How to Install the solaris10 Branded Zone A configured solaris10 branded zone is installed by using the zoneadm command with the install subcommand. Example: global# zoneadm -z s10-zone install -a /net/machine_name/s10-system.flar
Question 60:
You create a flash archive of the Solaris 10 global zone on the server named sysA. The archive name is s10--system flar, and it is stored on a remote server named backup_server.
On sysA, you create a Solaris 10 branded zone named s10-zone.
You want to use the flash archive, located on /net/backup_servers/10-system.flar, to install the operating system in the s10-zone zone.
Which command do you choose to install the s10-system flar archive in the Solaris 10 branded zone (s10-zone)?
A. zoneadm -z slO-zone install -a /net/backup_server/slO-system.flar -u B. zonecfg -z slO-zone install -a /net/backup_server/s10-system.flar -u C. zoneadm -z s10-zone clone -s /net/backup_server/slO-system flar D. zonecfg -a s10-zone create -t SUNWsolanslO \ < /net/backup_server/s10-system.flar E. zonecfg-zs10-zoneinstall-f/net/backup_server/slO-system.flar
A. zoneadm -z slO-zone install -a /net/backup_server/slO-system.flar -u
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only Oracle exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your 1Z0-820 exam preparations
and Oracle certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.