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

    You need to set up a local package repository to serve 75 client systems. Multiple clients will being the package repository concurrently and you need to ensure that the local repository performs very well under this heavy load, especially

    during package intensive operations.

    Which option would ensure the best performance of the repository during package- intensive rations by multiple clients?

    A. Set up multipathing on the package repository server to distribute the network load multiple network interfaces.
    B. Deploy a second instance of the package repository server to run as a read writable mirror.
    C. Deploy a second instance of the package repository server to run as a read-only mirror.
    D. Deploy a second instance of the package repository server to run as a clone of the primary repository server.
    E. Deploy a package repository locally on each client.

  • Question 42:

    You need to set up a local package repository to serve 75 client systems. Multiple clients will be accessing the package repository concurrently and you need to ensure that the local repository performs very well under this heavy load, especially during package-intensive operations. Which option would ensure the best performance of the repository during package-intensive operations by multiple clients?

    A. Set up multipathing on the package repository server to distribute the network load across multiple network interfaces.
    B. Deploy a second instance of the package repository server to run as a read-writable mirror.
    C. Deploy a second instance of the package repository server to run as a read-only mirror.
    D. Deploy a second instance of the package repository server to run as a clone of the primary repository server
    E. Deploy a package repository locally on each client.

  • Question 43:

    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? (Choose three.)

    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

  • Question 44:

    You run the command dlstat show-link -r.

    Select the two correct statements regarding the information displayed in the INTRS column.

    A. No value is listed for virtual network interfaces.
    B. A value of 0 is listed for virtual interfaces and ether stubs.
    C. The number of Interrupts is listed, which indicates network efficiency.
    D. A number equal to the number of transmitted Ethernet frames is listed for physical links.
    E. The number of packets that were interrupted by a collision is listed, which may indicate hardware problems.

  • Question 45:

    You are setting up a local image packaging System (IPS) package repository on your Oracle Solaris 11 server. The information and specifications that you have are as follows:

    The Oracle Solaris11 repository ISO image has been downloaded into the /repo directory (a zfs file system).

    The current publisher is:

    PUBLISHERTYPESTATUSURI

    solarisoriginonlinehttp://pkg.oracle.com/solaris/release/

    You will be replacing the current publisher with:

    PUBLISHERTYPESTATUSURI

    solarisoriginonlinehttp://solaris.example.com/

    The location of the repository will be /export/IPS. This ZFS file system has already been created.

    Among the steps you will perform is to set the publisher to the local repository by using the pkg set - publisher command. Which six other steps are required to set up the local IPS package repository?

    A. Perform an rsync on the ISO image to copy the files from the ISO image to the /export/IPS file system.
    B. chmod 700 on/export/IPS
    C. Use the svccfg command to set the pkg/inst_root property to export/IPS.
    D. Use the svccfg command to set the pkg.inst_root property to /export/IPS.
    E. Use the svccfg command to set the pkg/readonly property to the application/pkg/server service to true.
    F. Use the svccfg command to set the pkg/readonly property for the application/pkg/server service false.
    G. Refresh the application/pkg/server service with the svcadm refresh command.
    H. Refresh the package repository with the pkgrep refresh command.
    I. Enable the application /pkg/server service.
    J. Run the pkhrepo rebuild command to rebuild the repository catalog.

  • Question 46:

    You are using Wireshark or snoop to observe network traffic, by using the observability node /dev/net/bndgeA. The bridge was created with: dladm create-bridge -1 netl -1 net2 bridgeA The captured packets are those__________.

    A. sent, prior to VLAN tag modifications
    B. received, after VLAN tag modifications
    C. received, prior to VLAN tag modifications
    D. sent and received, after VLAN tag modifications

  • Question 47:

    View the Exhibit and review the zpool and ZFS configuration information from your system.

    Identify the correct procedure for breaking the /prod_data mirror, removing c4tOdO and c4t2d0, and making the data on c4t0d0 and c4t2d0 accessible under the /dev_data mount point

    A. zpool split pooll pool2 c4t0d0 c4t2d0 zpool import pool2 zfs set mountpomt=/dev_data pool2/prod_data
    B. zpool detach pooh pool2 zpool attach pool2 zfs set mountpoint=/dev_data pool2/prod_data
    C. zfs split pool1/prod_data -n pool2/dev_data zfs set mountpomt=/dev_data pool2/prod_data
    D. zpool split pooh pool2 c4t0d0 c4t2d0 zpool import pool2

  • Question 48:

    A local repository is available on this system and you need to enable clients to access this repository via HTTP. The repository information is:

    PUBLISHERTYPESTATUSURI

    solarisoriginonlinehttp://sysA.example.com

    Identify two of the steps that are required to make the local repository on this server available to the client via HTTP.

    A. On the server: set the pkg/inst_root and pkg/readonly properties for the svc:/application/pkg/server:default service and enabled the service
    B. On the server: set the sharefs property on the ZFS file system containing the IPS repository.
    C. On the client: reset the origin for the solaris publisher.
    D. On the client: set the pkg/inst_root and pkg/readonly properties for the svc:/application/server:default service enable the service.
    E. On the client: start the pkg.depotd process.

  • Question 49:

    You have Solaris 11 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 Solaris11 server, Solaris10 branded zone.

    The zone Status on the Oracle Solaris 11 server is:

    -

    zone10 incomplete/zone/zone1solaris10exc1

    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 zone10 attach command.
    C. Use the -u option with the zoneadn -z zone10 install command.
    D. Remove the sysidcfg file from the /root directory before booting the non- global zone.

  • Question 50:

    Review the output from a ZFS file system:

    NAMEPROPERTYVALUESOURCE

    pool1/encryptencryptionaes-256-ccmlocal pool1/encryptkeysourceraw,file///mykeylocal

    You need to recreate the pooM/encrypt file system exactly as it is listed above Which two commands can you use to recreate the pooM/encrypt file system?

    (Choose two.)

    A. pktool genkey keystone=file outkey=/mykey keytype=aes keylen=256
    B. genkey pktool keystore=file outkey=/mykey keytype=aes keylen=256
    C. zfs create -o encryption=aes-256-ccm -o keysource=raw,file://mykey pooll/encrypt
    D. zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey pooM/encrypt
    E. zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey source=local pooll/encrypt

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.