Time is money, and exam prep spends both. TestInsides keeps your 1Z0-820 preparation efficient with 133 practice questions covering the Oracle Upgrade to Oracle Solaris 11 System Administrator objectives — expert-verified, current, and delivered the minute you buy.
Oracle 1Z0-820 Exam Overview:
| Certification Vendor: | Oracle |
|---|---|
| Exam Name: | Oracle Solaris 11 System Administrator Certification Exam |
| Exam Number: | 1Z0-820 |
| Passing Score: | N/A (Oracle does not always publicly disclose passing scores) |
| Related Certifications: | Oracle Certified Expert (OCE) Solaris 11 Oracle Certified Associate (OCA) Solaris |
| Exam Duration: | 120-150 |
| Real Exam Qty: | N/A |
| Certificate Validity Period: | N/A (Oracle certification policies vary; some credentials do not expire or follow Oracle certification program updates) |
| Exam Format: | Multiple Choice, Scenario-based Questions |
| Exam Price: | USD 245 (may vary by region) |
| Available Languages: | English |
| Recommended Training: | Oracle Solaris 11 System Administration Training |
| Exam Registration: | Oracle Certification Registration |
| Sample Questions: | ![]() |
| Exam Way: | Online proctored or test center (Pearson VUE depending on region) |
| Pre Condition: | Recommended: basic UNIX/Linux administration knowledge; familiarity with Solaris OS concepts is beneficial |
| Official Syllabus URL: | https://education.oracle.com |
Oracle 1Z0-820 Exam Syllabus Topics:
| Section | Objectives |
|---|---|
| System Maintenance and Troubleshooting | - Patch management and updates - System diagnostics and performance troubleshooting |
| User and Security Administration | - RBAC (Role-Based Access Control) and permissions - User and role management |
| File Systems and Storage Management | - Storage pools and datasets management - ZFS file system administration |
| Solaris Zones and Virtualization | - Non-global zones creation and management - Resource control and isolation |
| Service Management Facility (SMF) | - Managing system services with SMF - Troubleshooting service dependencies and failures |
| System Installation and Configuration | - Solaris 11 installation methods and deployment options - Initial system configuration and setup |
| Network Configuration and Administration | - IP configuration and troubleshooting - Network interfaces and configuration in Solaris 11 |
1Z0-820 Exam Facts: What to Know Before You Commit
Oracle recommends the following official training resources:
Choose the format that fits your schedule, then reinforce it with regular question practice.
The latest exam information lists N/A questions for the 1Z0-820 exam, to be completed within 120-150 minutes. Knowing the format cold is half the battle — timed practice handles the other half.
These are the core domains of the Oracle Upgrade to Oracle Solaris 11 System Administrator blueprint:
- System Installation and Configuration
- File Systems and Storage Management
- Network Configuration and Administration
The remaining domains appear in the full official outline, all of which our bank addresses.
Oracle sets the following prerequisites for the Oracle Upgrade to Oracle Solaris 11 System Administrator: Recommended: basic UNIX/Linux administration knowledge; familiarity with Solaris OS concepts is beneficial.
Check the current requirements on the official certification page before scheduling.
Validity is maintained, not assumed. Our dedicated IT team checks the system and pushes new versions to the site continuously, so the 1Z0-820 bank on sale is always the latest — with expert-verified answers across the Oracle Upgrade to Oracle Solaris 11 System Administrator objectives. You can also pick the format that fits your devices: an easy-to-read PDF, a Windows PC test engine, or a browser-based online engine for Windows, Mac, Android, and iOS. Questions? Support replies to instant messages and emails within two hours.
Upon successful payment, the complete materials are available immediately: a download link on screen and an automatic email to your mailbox within about a minute. If nothing arrives within two hours, check spam and contact support. Every purchase carries a 365-day service warranty — you can download the latest valid version free whenever it is released, no matter when you bought — and a 50% renewal discount follows when the period ends.
Use the official registration channels below:
Pick a center or online appointment that suits your timeline, and book early for the best selection of dates.
Yes, we keep our promises — in writing. If you fail the corresponding exam within 60 days of purchase, email us a scanned copy of your enrollment slip and your official Score Report PDF within two days of the exam date; we process verified refunds in full within seven days. The exclusions are plain: exams taken within three days of purchase, candidate names that do not match the payer, and free or expired products. If you prefer, we will exchange your product for two others of equal value at no charge.
As of the latest information, the 1Z0-820 exam's passing score is N/A (Oracle does not always publicly disclose passing scores) and the registration fee is USD 245 (may vary by region). Oracle can adjust either figure, so verify both on the official site before you book.
Oracle Upgrade to Oracle Solaris 11 System Administrator Sample Questions:
You need to set up an Oracle Solaris 11 host as an iSCSI target so that the host's disk can be accessed over a storage network. The disk device is c3t4d0.
Which six options describe the steps that need to be taken on this host to enable an iSCSI target?
- A. Create a ZFS file system named iscsi/target.
- B. Use the stmfadm command to make the LUN viewable.
- C. Use the stmfadm command to create a LUN using iscsi/target.
- D. Create zfs volume named iscsi/target.
- E. Use the stmfadm command to create a LUN using /dev/zvol/rdsk/iscsi/target.
- F. Use the itadm command to create the iSCSI target.
- G. Use the stmfadm command to make the volume viewable.
- H. Enable the svc:/network/iscsi/target:default Service.
- I. Create a zpool named iscsi with disk device c3t4d0
Correct Answer: B,D,E,F,H,I 🗳️
Explanation: Only visible for TestInsides members. You can sign-up / login (it's free).
View the Exhibit
You executed the command on the Automated Installer (AJ) install server.
Select the three options that describe the information in the Exhibit. (Choose three.)
- A. it will be used to install two zones, zonel and zone2, as part of the Automated Installation.
- B. zmanifest is used to configure zone parameters such as language, locale, time zone, terminal, users, and the root password for the zone administrator.
- C. The z1 profile and z2profile contain all of the instructions for creating the zone (zonecfg). The information used in this file is in a zonecfg export format
- D. The z1 profile and z2profile contain information to configure zone parameters such as language, locale, time zone, terminal, users, and the root password for the zone administrator.
- E. It shows the Al manifests and SC profiles that have been added to the sll-sparc install service.
Correct Answer: A,B,C 🗳️
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. genkey pktool keystore=file outkey=/mykey keytype=aes keylen=256
- B. zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey pooM/encrypt
- C. pktool genkey keystone=file outkey=/mykey keytype=aes keylen=256
- D. zfs create -o encryption=aes-256-ccm -o keysource=raw,file://mykey pooll/encrypt
- E. zfs create -o encryption=aes-256-ccm -o keysource=raw,file:///mykey source=local pooll/encrypt
Correct Answer: A,D 🗳️
View the Exhibit
The file came from your Automated Installer (Al) Install server. The file is_______.
- A. an Al SC profile for non-global zones
- B. a custom Al manifest
- C. the default Al manifest for non-global zones
- D. the default Al config file for non-global zones
Correct Answer: C 🗳️
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 incomplete.
- B. The solaris-1 boot environment is associated with a non active global zone boot environment.
- C. The solaris-1 boot environment was created in the non-global zone using the beadm create command.
- D. The solaris-1 boot environment was created automatically when the non global zone was created.
- E. The solaris-1 boot environment is not bootable.
Correct Answer: C,E 🗳️
Explanation: Only visible for TestInsides members. You can sign-up / login (it's free).




