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

    View the Exhibit to inspect the boot environment Information displayed within a non global zone on your system.

    Which two options describe the solaris-1 boot environment?

    A. The solaris-1 boot environment is not bootable.
    B. The solaris-1 boot environment is incomplete.
    C. The solaris-1 boot environment was created automatically when the non global zone was created.
    D. The solaris-1 boot environment was created in the non-global zone using the beadm create command.
    E. The solaris-1 boot environment is associated with a non active global zone boot environment.

  • Question 82:

    Consider the following rule file for use with the Basic Audit Reporting Tool (BART). CHECK all IGNORE dirmtime /etc/security /etc/notices IGNORE contents /export/home IGNORE mtime size contents /var CHECK You are using BART to detect inappropriate changes to the file system. Identify the two correct statements describing the attributes recorded.

    A. /var/dhcp Attribute: size uid gid mode acl
    B. /etc/hosts Attributes: size uid gid mode acl intime dest
    C. /var/spool/mqueue Attribute: size uid gid mode acl dirmtime
    D. /etc/security/exec_attr Attribute: size uid mode acl mtime devnode
    E. /export/home/kate/.profile Attributes: uid gid mode acl dirmtime
    F. /export/home/rick/.profile Attributes: size uid gid mode acl mtime contents

  • Question 83:

    You have a Solaris 10 system with a host name of sysA and it uses LDAP as a naming service. You have created a flash archive of sysA and you want to migrate this system to an Oracle Solaris 11 server as a solarislO branded zone The zone status on the Oracle Solaris 11 server is:

    -zonel 0incomplete/zone/zone1solaris10 excl

    Select the option that will force the non-global zone to prompt you for a host name and name service the first time it is booted.

    A. Use zonecfg to change the zonename before booting the system for the first time.
    B. Use the -u option with the zoneadm -z zonel 0 attach command.
    C. Use the -u option with the zoneadm -z zonel 0 install command.
    D. Remove the sysidcfg file from the /root directory before booting the non- global zone.

  • Question 84:

    Which three statements accurately describe the Automated Installation (Al) client? (Choose three.)

    A. if the Al client does not match any cnteria to use a custom manifest or script, the default manifest is used.
    B. if the A! client does not match any criteria to use a custom manifest or script, the automated installation aborts.
    C. Any manifest or script in a service can be designated to be the default for that service.
    D. Only the default.xml file is used as the default Al client manifest.
    E. if a client system does not use any SC profile, then an interactive tool opens on that client at first boot after that client installation to complete the configuration of that client.
    F. If a client system does not use any SC profile, then the install server will use the default SC profile.

  • Question 85:

    When setting up Automated Installer (AI) clients, an interactive tool can be used to generate a custom system configuration profile. The profile will specify the time zone, data and time, user and root accounts, and name services used for an AI client installation. This interactive tool will prompt you to enter the client information and an SC profile (XML) will be created.

    Which interactive tool can be used to generate this question configuration?

    A. sys-unconfig
    B. installadm set-criteria
    C. sysconfig create-profile
    D. installadm create-profile

  • Question 86:

    Which three options describe the purpose of the zonep2vchk command?

    A. Used on a Solaris 10 global zone to access the system for problems before migrating that system to a Solaris 10 branded zone.
    B. Used to access a Solaris 10 global zone for problems before migrating that zone to a Solaris 11 global zone
    C. Used to create zonecfg template for a Solaris 10 global zone that that will be migrated to a solaris10 branded zone.
    D. Used to migrate an Oracle Solaris 11 global zone to a non-global zone.
    E. Used to migrate a Solaris 10 global zone to a non-global zone on the same server; the non-global zone can then be migrated to a Solaris 11 server as a Solaris10 branded zone.

  • Question 87:

    In an effort to reduce storage space on your server, you would like to eliminate duplicate copies of data in your server's ZFS file systems.

    How do you specify that pool1/data should not contain duplicate data blocks (redundant data) on write operations?

    A. zfs create - o compression=on pool1/data
    B. zpool create -o deduplication =on pool1; zfs create pool1/data
    C. zfs create - o deduplication=on pool1; zfs create pool1/data
    D. zfs create - o dedupratio=2 pool1/data
    E. zfs create - o dedup=on pool1/data

  • Question 88:

    When setting up Automated Installer (Al) clients, an interactive tool can be used to generate a custom system configuration profile. The profile will specify the time zone, date and time, user and root accounts, and name services used for an Al client installation. This interactive tool will prompt you to enter the client information and an SC profile (XML file) will be created.

    Which interactive tool can be used to generate this custom configuration?

    A. sys-unconfig
    B. installadm set-criteria
    C. sysconfig create-profile
    D. installadm create-profile

  • Question 89:

    You have been tasked with creating a dedicated virtual network between two local zones within a single system. In order to isolate the network traffic from other zones on that system.

    To accomplish this, you will create__________.

    A. An ether stub
    B. A virtual router
    C. A virtual switch
    D. A virtual bridge.
    E. A virtual network interface
    F. Nothing because a virtual switch is automatically created then the virtual network interfaces are created.

  • Question 90:

    You are creating a non-global zone on your system.

    Which option assigns a zpool to a non-global zone, and gives the zone administrator permission to create zfs file system in that zpool?

    A. While creating the non-global zone, make the following entry: add device set match=/dev/rdsk/c4t0d0 end Boot the zone and log in the zone as root. Create the zpool: zpool create pool2 c4t0d0 In the non-global zone, root can now create ZFS file system in the pool2 zpool
    B. In the global zone, create the zpool: global# zpool create pool2 c4t1d0 While creating the no-global zone, make the following entry: add dataset set name=pool2 end add fs set dir=pool1 set special=pool1 set type=zfspool1 end Boot the zone, log in the zone as root, and create the zfs file system in the pool2 zpool.
    C. In the global zone, create the zpool: global#zpool create pool2 c4t1d0 While creating the global zone, make the following entry: add dataset set name=pool2 end Boot the zone, log in to the zone as root and create the zfs file systems in the pool2 zpool.
    D. In the global zone, create the zpool and the ZFS file systems that you want to use in the non-global zone: global#zpool create pool2 c4t1d0 global#zfs create pool2/data While creating the non-global zone, make the following entry for each ZFS file system that you want to make available in the zone: add fs set dir=/data set special=pool2/data set type=zfs end
    E. Create the zpool in the global zone: global#zpool create pool2 c4t1d0 Boot the non-global zone, log in to the zone as root, and issue this command to delegate ZFS permissions to root: non-global zone# zfs allow root create , destroy, mount pool2 Log in to the non-global zone create ZFS file systems in the pool2 zpool.

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.