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
    :Jan 12, 2026

Oracle 1Z0-820 Online Questions & Answers

  • Question 1:

    Review the zonestat command zonestat -q -r physical-memory -R high -z dbzone -p -p "zones" 10 24h 60m Select the option that correctly describes the information that is displayed by this command

    A. It is a sample of dbzone's physical memory usage taken every hour over a 24-hour period Only the top 10 samplings of peak memory usage are displayed. All other utilization data is eliminated
    B. It is a sample of dbzone's CPU, virtual memory, and networking utilization Physical memory is excluded from the report The sampling is taken every 10 minutes over a 24 hour period and peak utilization is displayed each hour.
    C. ft is a sample of dbzone's CPU, virtual memory, and networking utilization Physical memory is excluded from the report. The sampling is taken every 10 seconds over a 24- hour period and displayed each hour.
    D. It is a sample of dbzone's memory and CPU utilization every 10 seconds over a 24-hour period Only peak virtual memory usage and CPU utilization are displayed each hour All other utilization data is eliminated.
    E. it is a sample of dbzone's physical memory usage taken every 10 seconds over a 24- hour period. Only peak memory usage is displayed each hour All other utilization data is eliminated.

  • Question 2:

    A change in your company's security policy now requires an audit trial of all administrators assuming the sysadm role, capturing:

    Executed commands, including options Logins and logouts There are two command necessary to accomplish this change. One is a rolemod command. What is the other?

    A. auditconfig set policy=argv
    B. auditconfig -setpolicy +argv
    C. auditconfig -setflags lo, ex sysadm
    D. auditconfig set flags=lo, ex sysadm

  • Question 3:

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

    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

  • Question 5:

    You want the system to generate core files when an application crashes, but you want only root to be able to view the core files. The current core configuration is: global core file pattern: /var/core/core %f.%p global core file content: default init core file pattern: /var/core/pprocess/core.%f.%pp 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 Select the option that describes the change that needs to be made to the core dump configuration to meet this requirement.

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

  • Question 6:

    Review the zonestat command:

    zonestate - q physical - memory -R high -z -p -p "zones" 10 24h 60m

    Select the option that correctly describes the information that is displayed by this command.

    A. It is a sample of dbzone's physical memory usage taken every hour over a 24-hour period. Only the top 10 samplings of peak memory usage are displayed. All other utilization data is eliminated.
    B. It is a sample of dbzone's CPU, virtual memory, and networking utilization. Physical memory is executed from the report. The sampling is taken every 10 minutes over a 24-hour period and peak utilization id displayed each hour.
    C. It is a sample of dbzone's CPU, virtual memory, and networking utilization. Physical memory is executed from the report. The sampling is taken every 10 minutes over a 24-hour period and displayed each hour.
    D. It is a sample of dbzone's physical memory usage taken every 10 seconds and 24-hour period. Only peak virtual memory usage and CPU utilization are displayed each hour. All other Utilization data is eliminated.
    E. It is a sample of dbzone's physical memory usage taken every 10 seconds and 24-hour period. Only peak memory usage is displayed each hour. All other utilization data is eliminated.

  • Question 7:

    You are troubleshooting the failure of an Automated Installation (Al). Identify two activities that may lead to the solution. (Choose two.)

    A. Examine the file /system/volatile/installjog
    B. Ensure that the dtlogin daemon is running on the Al server
    C. Check that the X 509 v3 certificate of the DHCP server is valid
    D. Run the command pka list -q htto://Dkqmvdomain com/solaris/ entire
    E. Run the dfshares command to be sure that the boot_archive is mounted on the IPS software package repository.

  • Question 8:

    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

  • Question 9:

    Which three options are valid methods of installing a Solaris 10 branded zone on a system running Oracle Solaris 11?

    A. Use the V2V process to migrate an existing Solaris 8 or 9 non-global zone from a Solaris 10 system to a solaris10 branded zone.
    B. Use the V2V process to migrate an existing Solaris 10 non global whole root zone from a Solaris 10 system to a solaris10 branded whole root zone.
    C. Install a solaris10 branded zone directly from the Oracle Solaris 10 media.
    D. Migrate an existing 64-bit Solaris 10 system to a solaris10 branded non-global zone using the P2V process.
    E. Migrate an existing 32 bit Solaris10 system to a solaris10 branded non-global zone using the P2V process.
    F. Use the V2V process to migrate an existing Solaris 10 non-global sparse root zone from a Solaris 10 system to a solaris10 branded sparse root zone.

  • Question 10:

    Before booting test zone a non-global zone, you want to connect to the zone's console so that you can watch the boot process.

    Choose the command used to connect to testzone's console.

    A. zoneadm -C testzone
    B. zoneadm -console testzone
    C. zlogin - z testzone console
    D. zlogin - z testzone - C
    E. zlogin -C testzone
    F. zoneadm - testzone - c

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.