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 61:

    Your task is to convert a JumpStart sysidcfg file to an Automated Installer (Al) sc_profile.xml file, using js2ai. Select two unsupported items that will require changes. (Choose two.)

    A. terminal=xterms
    B. name_service=NIS+
    C. timezone=US/Pacific
    D. system_locale=en_US
    E. network_interface=PRIMARY
    F. root_password=rJmv5LUXM10cU

  • Question 62:

    view the Exhibit

    To simplify administration of a network, the decision was made to use bridging rather than routing Your network includes three Oracle Solaris 11 systems,

    en-tiny cib uiiuyo yiuviumy reuunuaiu pauiways.

    You previously created the bridges on each system with the following commands:

    SystemA#dladmcreate-bridge-1 netl -1 net2 bridgeA

    SystemB # dladm create-bridge -1 netl -1 net2 bndgeB

    SystemC # dladm create-bridge -1 netl -1 net2 bndgeC

    You notice that network performance is less than expected, and packets between networks X and Z are being forwarded by bridgeA and bridgeB, rather than being forwarded directly by bndgeC.

    Select the solution

    A. SystemC # dladm modify-bndge -p stp bridgeC
    B. SystemA # dladm modify-bridge -p stp bridgeA SystemB # dladm modify-bridge -p stp bndgeB SystemC # dladm modify-bridge -p stp bridgeC
    C. SystemC # dladm modify-bridge -p trill bridgeC
    D. SystemA # dladm modify-bridge -p trill bridgeA SystemB # dladm modify-bridge -p trill bndgeB SystemC # dladm modify-bridge -p trill bndgeC
    E. SystemC # ipadm set-prop -p forwarding=on bridgeC
    F. SystemC # dladm set-linkprop -p promiscuous=on bridgeC

  • Question 63:

    View the Exhibit to inspect the file system configuration on your server.

    Your department's backup policy is to perform a full backup to 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 Saturday for backing tip the /data file system to a remote disk named /remote/backup?

    A. On Saturday: zfs snapshot pool1/data@sat zfs send pool1/data@sat > /remote/backup/full
    B. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat | zfs recv remote/backup/ `date' `+%m%d%y'
    C. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat > /remote/backup/full
    D. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat | zfsrecv remote/backup

  • Question 64:

    A process associated with a user application keeps crashing on the user, but a core dump is not being saved in the /var/core/pprocess directory. The core dump configuration is: global core file pattern: /var/core/core. %f.%p global core file content: default init core file pattern: core init core file content: default global core dumps: enabled per-process core dumps: enabled global setid core dumps disabled per-process setid core dumps: disabled global core dump logging: disabled Which option would change the core dump configuration so that a user's per-process core dumps get saved in the /var/core/pprocess directory?

    A. coreadm --g /var/core/pprocess/core.%f %p
    B. coreadm --i /var/core/pprocess/core.%f.%p
    C. coreadm --i /var/core/pprocess/core.%f.%p coreadm --e proc--setid --d process
    D. coreadm --g /var/core/pprocess/core.%f.%p coreadm --e global--setid
    E. Make this change to the /etc/coreadm conf file: init core file pattern: /var/core/pprocess/core.%f.%p

  • Question 65:

    Select two statements that correctly describe the capabilities of the Distribution Constructor.

    A. ISO images for use with the Automated Installer (AI) can be created.
    B. Bootable USB images can be created for SPARC and x86 architectures.
    C. A single installation server can be used to create ISO images for SPARC and x86 architectures.
    D. Checkpoints can be used to pause the build, allowing scripts to run that modify the resulting ISO Image.
    E. A single Installation server can be used to create ISO images for Solaris 10 and Solaris11 operating systems.

  • Question 66:

    Review the zpool information on your server:

    You enabled the deduplication properly on the pooH/data file system, yet the information on the pool shows a DEDUP RATIO of 1 00x. Which two options describe why the data duplication ratio on pooM still shows I.OOx and not a higher value? (Choose two.)

    A. Most of the data in the pooM/data file system is not duplicate data.
    B. You have the copies property set to a value of greater than 1 on your ZFS file system.
    C. You have set the dedup property on the ZFS file system, but have not set the dedupratio property on the zpool.
    D. You have set the deduplication property on the ZFS file system, but have not set the dedupratio property on the zpool
    E. You have set the dedup property on the ZFS file system, but have not added any data to the file system since the dedup property was set-

  • Question 67:

    You want to configure an iSCSI target device on your system.

    Select the group package required to install this functionality on your system.

    A. storage-server
    B. solaris-small-server
    C. storage-avs
    D. storage-nas

  • Question 68:

    The following information is displayed about the compress/zjp software package, which Is currently installed on this system: NAME (PUBLISHER)VERSIONIFO Compress/zip3.1.2-0.175.0.0.0.0.537ifNAMEVERSIONDATECOMMENT Compress/zip3.109 Dec 2011 04:50:38 ESTNone Which statement describes the information that is displayed tor the compress/zip software package?

    A. This package cannot be removed.
    B. This package can be updated to a new version when the new version of the package becomes available.
    C. This package cannot be updated.
    D. This package can be updated to version 3.1.3 but not 3.2.
    E. This package cannot be downgraded to version 3.1.1.

  • Question 69:

    Identify the two advantages offered by the Automated Installer compared to JumpStait (Choose two.)

    A. DHCP is no longer required.
    B. ZFS clones of the boot environment simplify upgrades.
    C. Greater flexibility is offered by WAN-compatible networking protocols.
    D. Complexity of post-installation scripts required for customizing installations is simplified.
    E. ZFS file systems support installation of additional disk storage during installation if required.

  • Question 70:

    View the Exhibit.

    The file came from your Automated Installer (AI) install server. The file is ____________.

    A. an AI SC profile for non-global zones
    B. the default AI config file for non-global zones
    C. the default AI manifest for non-global zones
    D. a custom AI manifest

Tips on How to Prepare for the Exams

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.