Welcome to CertificationDumps.com !

Are u looking to Pass your Certification Exam? Then you have came to the right place here you will find real exam questions of any exam taken from the testing center and aslo links to sites that sell them. So now passing your certification exam has become much easier than before all you have to do is memorize the questions you will see exactly the same questions in the real exam. In today world time is money so by this not only you save time plus you aslo save yourself the hassale of failing

December 08 2009

SUN 010-002 Dumps

Certified MySQL Associate(English)

  • Exam Number/Code : 010-002
  • Exam Name : Certified MySQL Associate(English)
  • Questions and Answers : 50 Q&As

Download Pass4sure SUN 010-002 Dumps from the link below
Download CertifyMe SUN 010-002 Dumps from the link below
Download Testking SUN 010-002 Dumps from the link below


Download SUN 010-002 Dumps


PrepKing.com SUN 010-002 Sample Questions
Exam : MySQL 010-002
Title : Certified MySQL Associate (English)

1. The default database contains a table called City. Which of the following statements may be executed to obtain a statement that could be used to (re-)create the City table?
Select the best response.
A. DESCRIBE City
B. DESCRIBE TABLE City
C. SHOW TABLE City
D. SHOW CREATE TABLE City
Answer: D

2. Which statement can be used to list all columns in the City table?
Select the best response.
A. DISPLAY COLUMNS FROM City
B. SHOW COLUMNS FROM City
C. SHOW COLUMNS LIKE ‘City’
D. SHOW City COLUMNS
Answer: B

3. Which of the following statements can be used to list all databases that are accessible to the current user?
Select the best response.
A. LIST DATABASES
B. SHOW DATABASES
C. DISPLAY DATABASES
D. VIEW DATABASES
Answer: B

4. Which of the following statements best describes the purpose of the SQL WHERE clause?
In SQL statements, the WHERE clause specifies …
Select the best response.
A. the tables from which data is to be retrieved.
B. a condition to filter for only specific rows.
C. a condition to filter for only specific groups defined by a GROUP BY clause.
D. a number to limit the number of rows that is operated upon by the statement.
Answer: B

5. Which part of a SELECT statement specifies the tables from which data is to be retrieved?
Select the best response.
A. The SELECT list.
B. The FROM clause.
C. The WHERE clause.
D. The LIMIT clause.
Answer: B

6. A MySQL table has …
Select the best response.
A. zero or more columns, and zero or more rows.
B. zero or more columns, and one or more rows.
C. one or more columns, and zero or more rows.
D. one or more columns, and one or more rows.
Answer: C

7. A table is successfully created by executing the following statement:
CREATE TABLE numbers (
double_number double,
decimal_number decimal(2,1)
)
One row is successfully inserted into the numbers table. At this point, the table contains the following data:
+—————+—————-+
| double_number | decimal_number |
+—————+—————-+
| 1.5 | 2.5 |
+—————+—————-+
The row is updated by executing the following statement:
UPDATE numbers
SET double_number = double_number + 0.25,
decimal_number = decimal_number + 0.01
Which values are now stored in the double_number and decimal_number columns of the updated row?
Select the best response.
A. 1.8 and 2.5
B. 1.75 and 2.5
C. 1.8 and 2.51
D. 1.75 and 2.51
Answer: B

8. Which of the following statements will discard the existing database called world?
Select the best response.
A. DELETE DATABASE world
B. DROP DATABASE world
C. REMOVE DATABASE world
D. TRUNCATE DATABASE world
Answer: B


Download SUN 010-002 Dumps


December 08 2009

SUN 212-202 Dumps

Sun Certified System Administrator for Solaris 10 OS, Part 2

  • Exam Number/Code : 212-202
  • Exam Name : Sun Certified System Administrator for Solaris 10 OS, Part 2
  • Questions and Answers : 110 Q&As

Download Pass4sure SUN 212-202 Dumps from the link below
Download CertifyMe SUN 212-202 Dumps from the link below
Download Testking SUN 212-202 Dumps from the link below


Download SUN 212-202 Dumps



PrepKing.com SUN 212-202 Sample Questions

Exam : Sun 310-202
Title : Sun(r) Certified System Administrator for Solaris 10 OS.Part 2

1. Commands can be listed in multiple profiles with different attributes. Additionally, the system takes the default
profiles into account.
Which description matches the algorithm the Solaris system uses to determine the attributes of an executable?
A. The system searches the profiles in order, starting with the default profiles from /etc/security/policy.conf, the profiles in user_attr(4), followed by All, if NOT already specified.
B. The system searches the profiles in order, starting with the profiles in user_attr(4), then the default profiles from /etc/security/policy.conf, followed by All, if NOT already specified.
C. The order of the profiles listed is irrelevant. The system applies the best match, ignoring possible earlier wild card matches, preferring profiles from user_attr(4).
D. The order of the profiles listed is irrelevant. The system applies the best match, ignoring possible earlier wild card matches.
E. The order of the profiles listed is irrelevant. The system applies the best match, ignoring possible earlier wild card matches, preferring the default profile from /etc/security/policy.conf.
Answer: B

2. You are responsible for maintaining a server used to support installations by means of Flash archives.
Because of the diversity of systems on your organization’s network, you have many different Flash archives on this server.
Which command can be used to find out who created the archives and when they were created?
A. flar info archivename
B. flar version archivename
C. flar manifest archivename
D. flar create -i archivename
Answer: A

3. The following ZFS file system is available on your system:
NAME USED AVAIL REFER MOUNTPOINT
files 82K 72.8G 24.5K /data
You want to temporarily unmount the /data file system. Which set of commands will unmount the /data file system so that it is not available to users and then mount the system when you are ready to make it available again?
A. umount /data – to unmount the file system; mount /data to mount the file system.
B. zfs umount /data – to unmount the file system; zfs mount /data to mount the file system.
C. zfs unmount /data – to unmount the file system; zfs mount /data to mount the file system.
D. zfs unmount /data – to unmount the file system; zfs mount -a to mount the file system.
Answer: D

4. A system administrator found the following message in the /var/adm/messages file:
Jan 26 14:44:29 host genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm@0
Which statement is true?
A. The message was logged by the kernel.
B. The message was created by the logger command:
 logger -t genunix -p kern.notice “pm0 is /pseudo/pm@0″.
C. The message was created by the logger command:
 logger “genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm@0″.
D. The message was created by the logger command:
 logger -t genunix -p kern.notice “[ID 936769 kern.notice] pm0 is /pseudo/pm@0″.
Answer: A

5. During boot up, your x86-based laptop that is running the Solaris 10 OS displays the message:
NFS server arizona not responding, still trying
Which two are valid troubleshooting procedures for this problem? (Choose two.)
A. Restart the NFS client-side daemons.
B. Verify that your laptop is connected to the correct network.
C. Verify that the NFS client entry in /etc/inetd.conf is correct, then get inetd to reread the /etc/inetd.conf
D. Verify that the server arizona is up and that its network interface is up.
E. Verify that the nfsd daemon is running on your laptop.
Answer: BD

6. Given the output from dumpadm on a system with the node name, rabbit:
# dumpadm
Dump content: kernel pages
Dump device: /dev/dsk/c2t3d0s0 (dedicated)
Savecore directory: /var/crash/wm13w6
Savecore enabled: no
Which three commands have been executed to accomplish this configuration? (Choose three.)
A. dumpadm -n
B. dumpadm -c none
C. dumpadm -s wm13w6
D. dumpadm -d c2t3d0s0
E. dumpadm -d /dev/dsk/c2t3d0s0
F. dumpadm -s /var/crash/wm13w6
Answer: AEF

7. When using the Preboot Execution Environment to boot and install the OS over the network on x86 / x64 based systems, which of the following are required? (Choose three.)
A. A DHCP server.
B. PXE network adapter.
C. An install server which must be x86-based.
D. A boot server supporting ARP and RARP services.
E. An install server which can be SPARC or x86-based.
F. PXE network boot must be supported in the BIOS of the x86-based system.
Answer: ABE

8. What are two beneficial features of soft partitions? (Choose two.)
A. They allow a single large volume to be subdivided into more than eight segments.
B. They improve throughput by scattering access across multiple physical volumes.
C. They allow multiple physical volumes to be combined into a single logical volume.
D. They allow the file system to grow as the underlying volume size increases without moving or destroying the data already stored on it.
E. They allow a file system to grow beyond the limits of the underlying physical volume.
F. They provide a more reliable method for storing data and improving availability.
Answer: AD


Download SUN 212-202 Dumps


December 08 2009

SUN 212-200 Dumps

Sun Certified System Administrator for Solaris 10 OS, Part 1

  • Exam Number/Code : 212-200
  • Exam Name : Sun Certified System Administrator for Solaris 10 OS, Part 1
  • Questions and Answers : 110 Q&As

Download Pass4sure SUN 212-200 Dumps from the link below
Download CertifyMe SUN 212-200 Dumps from the link below
Download Testking SUN 212-200 Dumps from the link below


Download SUN 212-200 Dumps



PrepKing.com SUN 212-200 Sample Questions

Exam : SUN 310-200
Title : Sun Certified System Administrator for Solaris 10 OS.Part 1

1. Most files in the Solaris OS make use of data blocks. Which two do NOT use data blocks for storage? (Choose two.)
A. Hard link
B. Directory
C. Device file
D. Symbolic link
Answer: AC

2. You are installing Solaris 10 OS on a SPARC-based system with a graphical monitor and keyboard, but the installation starts up in CLI mode.
Assuming you have typed the correct installation command, what is the cause?
A. You used the DVD.
B. The monitor is monochrome.
C. Solaris OS is a text-only installation.
D. The system has less than 384 megabytes of RAM.
E. The system has less than 128 megabytes of RAM.
Answer: E

3. The print service under the control of SMF needs to be taken offline. Before the print service is taken offline, a check must be made to see what other services depend on this service.
Which command will display these dependencies?
A. svcs -X
B. svcs -v
C. svcs -a
D. svcs -D
Answer: D

4. You just installed Solaris on your x86 server and you cannot get your system to boot to the Solaris 10 OS. When rebooting, you get three options in the GRUB menu:
Solaris
Solaris Serial Console ttya
Solaris Serial Console ttyb
You select Solaris from the menu and another menu appears:
1. Solaris Interactive
2. Custom JumpStart
3. Solaris Interactive Text (Desktop Session)
4. Solaris Interactive Text (Console Session)
5. Apply driver update
6. Single User Shell
You check the BIOS settings on the server and the boot device priority is as follows:
First Boot Device [FLOPPY]
Second boot device [CDROM]
Third Boot Device [HARD DISK]
Fourth Boot Device [LAN]
Which option can you use to fix the problem?
A. The boot device priority is fine, your hard drive must be faulty or the boot block is missing. Boot to CDROM, open a shell and run fsck on the Hard Disk.
B. Change the boot device priority so that the CDROM is the third boot device and the HARD DISK is second.
C. Make the First boot device = LAN, Second boot device= CDROM, Third boot device = HARD DISK, remove the fourth boot device.
D. You did not set the fdisk boot partition to ACTIVE and the system cannot boot to the hard disk. Boot from CDROM, open a shell and use fdisk to set the partition to ACTIVE.
E. The GRUB menu is not correct and Solaris is not pointing to the hard disk that youve installed the Solaris OS on. Edit the GRUB menu and modify the default boot device so that it points to the correct boot drive.
Answer: B

5. You have installed a package called SUNWvts onto your system.
Where is the information about every file and directory contained in this package stored?
A. /var/sadm/messages
B. In your home directory.
C. /var/spool/SUNWvts
D. /var/sadm/install/contents
E. /var/adm/installed/contents
F. /etc/default/installed/packages/information
Answer: D

6. You want to monitor a failed login after five unsuccessful attempts.
Which file contains this information?
A. /var/adm/sulog
B. /var/adm/lastlog
C. /var/adm/loginlog
D. /var/adm/failedloginlog
Answer: C

7. Single User Shell
You check the BIOS settings on the server and the boot device priority is as follows:
First Boot Device [FLOPPY]
Second boot device [CDROM]
Third Boot Device [HARD DISK]
Fourth Boot Device [LAN]
Which option can you use to fix the problem?
A. The boot device priority is fine, your hard drive must be faulty or the boot block is missing. Boot to CDROM, open a shell and run fsck on the Hard Disk.
B. Change the boot device priority so that the CDROM is the third boot device and the HARD DISK is second.
C. Make the First boot device = LAN, Second boot device= CDROM, Third boot device = HARD DISK, remove the fourth boot device.
D. You did not set the fdisk boot partition to ACTIVE and the system cannot boot to the hard disk. Boot from CDROM, open a shell and use fdisk to set the partition to ACTIVE.
E. The GRUB menu is not correct and Solaris is not pointing to the hard disk that youve installed the Solaris OS on. Edit the GRUB menu and modify the default boot device so that it points to the correct boot drive.
Answer: B

8. Click the Exhibit button.
You have a system with a single disk drive. You need to add a new 6GB file system for /data and can only add it on this disk. Given the information displayed in the exhibit, which describes the option for adding a 6GB slice to this disk without destroying any existing data on the disk or reloading the operating system?
A. Increase slice 4 to 6GB.
B. Combine slices 4 and 5.
C. Reduce the slice 7 to 1GB. Change slice 4 to 6GB.
D. Not enough contiguous space on the disk to make a new 6 GB file system.
E. All of your slices are used. You cannot add a new slice for the /data file system without repartitioning and reloading the OS.
Answer: A


Download SUN 212-200 Dumps


December 08 2009

SUN 310-303 Dumps

Sun Certified Security Administrator for the Solaris 10 OS

  • Exam Number/Code : 310-303
  • Exam Name : Sun Certified Security Administrator for the Solaris 10 OS
  • Questions and Answers : 295 Q&As

Download Pass4sure SUN 310-303 Dumps from the link below
Download CertifyMe SUN 310-303 Dumps from the link below
Download Testking SUN 310-303 Dumps from the link below


Download SUN 310-303 Dumps



PrepKing.com SUN 310-303 Sample Questions

Exam : SUN 310-303
Title : Sun Certified Security Administrator for the Solaris 10 OS

1. A security administrator has a requirement to deploy the Solaris Security Toolkit onto all Solaris servers in the department. In this environment, there are a variety of platforms and operating system versions deployed. Onto which two platforms and operating system combinations can the Solaris Security Toolkit be deployed in a supported configuration? (Choose two.)
A. x86, Solaris 2.4
B. x64, Solaris 9
C. x86, Solaris 10
D. SPARC, Solaris 2.6
E. SPARC, Solaris 8
Answer: CE

2. The company security policy now requires very detailed auditing of all actions. This includes capturing all executed commands together with their arguments and the environment variables.
After activating auditing on all Solaris 10 systems, the security auditor complains about having to check the audit trail on each individual host. He asks for a central place to capture all audit trails.
Using standard Solaris 10 security features, which is a solution to this problem?
A. Configure auditd to send email with the events.
B. Configure auditd to send the output using syslog to a central loghost.
C. Configure auditd to store the audit trail using NFS on a central server.
D. Configure auditd to store the audit trail using LDAP in a central directory.
Answer: C

3. After a recent audit, you have been requested to minimize an existing Solaris system which runs a third party database application. Which two should you do before starting to minimize the system? (Choose two.)
A. Back up the system.
B. Remove any unneeded patches.
C. Install the SUNWrnet metacluster.
D. Remove any unneeded packages.
E. Confirm with the vendor of the database software that they support minimization.
Answer: AE

4. Given:
jupiter:$md5,rounds=2006$2amXesSj5$$kCF48vfPsHDjlKNXeEw7V.:12210::::::
What is the characteristic of this /etc/shadow entry?
A. User jupiter uses the md5 hash, with salt 2006$2amXesSj5$, and with the encrypted password $kCF48vfPsHDjlKNXeEw7V.
B. User jupiter uses the 2a hash, with 2006 iterations of the hash, with salt 2amXesSj5, and with the encrypted password kCF48vfPsHDjlKNXeEw7V.
C. User jupiter uses the md5 hash, with 2006 iterations of the hash, with salt 2amXesSj5, and with the encrypted password kCF48vfPsHDjlKNXeEw7V.
D. User jupiter uses the md5 hash, with 2006 iterations of the hash, with no salt, and with the encrypted password $rQmXesSj5$$kCF48vfPsHDjlKNXeEw7V.
Answer: C

5. Click the Exhibit button.
You maintain a minimized and hardened web server. The exhibit shows the current credentials that the web server runs with. You receive a complaint about the fact that a newly installed web-based application does not function. This application is based on a /bin/ksh cgi-bin script.
What setting prevents this cgi-bin program from working?
A. The system might NOT have /bin/ksh installed.
B. The server is NOT allowed to call the exec system call.
C. The server should run with uid=0 to run cgi-bin scripts.
D. Some of the libraries needed by /bin/ksh are NOT present in the webserver’s chroot environment.
Answer: B

6. A security administrator is required to validate the integrity of a set of operating system files on a number of Solaris systems. The administrator decides to use the Solaris Fingerprint Database to validate configuration and data files as well as binaries and libraries. What command, available by default in Solaris 10, will help the security administrator collect the necessary information that will be used with the Solaris Fingerprint Database?
A. md5sum
B. digest
C. encrypt
D. elfsign
E. cryptoadm
Answer: B

7. You are configuring a new system to be used as an intranet web server. After you have installed the minimal amount of packages and patched the system, you added the appropriate web server packages (SUNWapch2r and SUNWapch2u). By default, the web server daemon will be started using UID webservd and the basic privilege set. To comply with the company’s policy of least privilege, you need to minimize the privileges that the web server will have. What will you modify to specify the privileges that the web service will run with?
A. the PRIV_DEFAULT setting in /etc/security/policy.conf
B. the defaultpriv setting of webserverd in /etc/user_attr
C. the privileges property of the web service in the SMF repository
D. the privs property of the web service in /etc/security/exec_attr
Answer: C

8. Which two tasks does the Key Distribution Center (KDC) perform? (Choose two.)
A. issues service tickets
B. authenticates services
C. issues ticket-granting-tickets
D. validates passwords sent in clear text
E. provides private sessions to services
Answer: AC


Download SUN 310-303 Dumps


December 08 2009

SUN 310-302 Dumps

Sun Certified Network Administrator for Solaris 10 OS

  • Exam Number/Code : 310-302
  • Exam Name : Sun Certified Network Administrator for Solaris 10 OS
  • Questions and Answers : 317 Q&As

Download Pass4sure SUN 310-302 Dumps from the link below
Download CertifyMe SUN 310-302 Dumps from the link below
Download Testking SUN 310-302 Dumps from the link below


Download SUN 310-302 Dumps



PrepKing.com SUN 310-302 Sample Questions

Exam : SUN 310-302
Title : Sun Certified Network Administrator for Solaris 10 OS

1. Given:
host name IP address MAC address
myhost 192.29.10.101 8:0:20:50:10:20
server1 192.29.10.20 8:0:20:75:6e:8f
The workstation myhost reboots. It needs to mount a file system from server1 on the local subnet.
Which address is returned by server1 in the ARP reply?
A. 192.29.10.255
B. 8:0:20:ff:ff:ff
C. 8:0:20:75:6e:8f
D. 8:0:20:50:10:20
E. 255.255.255.255
Answer: C

2. What are two advantages of using a layered networking model? (Choose two.)
A. Routing tables are simplified.
B. Network performance is improved.
C. The troubleshooting process is simplified.
D. Changing one layer does NOT require changes to the other layers.
E. Networking related code does NOT need to be recompiled for other systems.
Answer: CD

3. What is CSMA/CD?
A. Common Serial Multiple Access with Carrier Detection
B. Collision Sensing Multiple Access with Carrier Detection
C. Carrier Sensing Multiple Access with Collision Detection
D. Common Serial Multiple Access with Collision Detection
E. Carrier Serial Multiplexing Access with Carrier Detection
Answer: C

4. You are creating a plan to increase network security. Which two network topologies and devices should be phased out? (Choose two.)
A. bus
B. hub
C. VLAN
D. switch
E. bridge
Answer: AB

5. Which file contains the MAC address to host name lookup table?
A. /etc/ethers
B. /etc/inet/ethers
C. /etc/inet/inetd.conf
D. /var/adm/net/config
Answer: A

6. A newly installed system is experiencing network performance problems. You suspect it may be related to the duplex or speed settings on the hme0 interface. Which two commands check the duplex and speed of the hme0 interface? (Choose two.)
A. netstat -I hme
B. netstat hme link_mode
C. ndd -get /dev/hme speed
D. ndd -get /dev/hme duplex
E. ndd -get /dev/hme link_mode
F. ndd -get /dev/hme link_speed
G. ndd -get /dev/hme link_status
Answer: EF

7. At which layer in the TCP/IP network model are decisions about routing between networks made?
A. Internet
B. Transport
C. Data Link
D. Application
Answer: A

8. You need to display the Ethernet address of a system connected to a server you administer. Which command displays all entries in the current ARP table?
A. arp -a
B. arp -list
C. netstat -av
D. ndd -get /dev/arp ethers
Answer: A


Download SUN 310-302 Dumps


December 08 2009

SUN 310-301 Dumps

Sun Certified Security Administrator

  • Exam Number/Code : 310-301
  • Exam Name : Sun Certified Security Administrator
  • Questions and Answers : 240 Q&As

Download Pass4sure SUN 310-301 Dumps from the link below
Download CertifyMe SUN 310-301 Dumps from the link below
Download Testking SUN 310-301 Dumps from the link below


Download SUN 310-301 Dumps



PrepKing.com SUN 310-301 Sample Questions

Exam : SUN 310-301
Title : Sun Certified Security Administrator Solaris 9

1. Which cryptographic assurances are provided by SSL?
A. confidentiality, integrity, availability
B. authorization, confidentiality, message integrity
C. confidentiality, client authentication, server authentication
D. authentication, confidentiality, access control, non-repudiation
Answer: C

2. What cryptographic assurance is provided by public key cryptography that is NOT provided by secret key cryptography?
A. integrity
B. confidentiality
C. authentication
D. non-repudiation
Answer: D

3. Which is a public key encryption algorithm?
A. AH
B. AES
C. RSA
D. PGP
E. IDEA
Answer: C

4. Which command generates client key pairs and adds them to the $HOME/.ssh directory?
A. ssh-add
B. ssh-agent
C. ssh-keygen
D. ssh-keyadd
Answer: C

5. What command loads a DSA identity into a Solaris Secure Shell authentication agent?
A. ssh-add
B. ssh-agent
C. ssh-keyadd
D. ssh-keyload
E. ssh-load-identity
Answer: A

6. /var/adm/messages contains this output:
Jan 28 21:23:18 mailhost in.telnetd[20911]:
[ID 808958 daemon.warning] refused connect from
ns.foo.com (access denied)
Why was this line generated?
A. A user connecting from ns.foo.com failed to authenticate.
B. The user daemon is not allowed to log in from ns.foo.com.
C. A portscan was run against mailhost from ns.foo.com.
D. The TCP Wrapper configuration does not allow telnet connections from ns.foo.com.
Answer: D

7. Which two types of host keys are supported by Solaris Secure Shell? (Choose two.)
A. AES
B. RSA
C. DSA
D. DES
E. 3DES
Answer: BC

8. Click the Exhibit button.
Which connection demonstrates that telnet has been denied using TCP Wrappers?
A. Connection 1
B. Connection 2
C. Connection 3
D. Connection 4
Answer: A


Download SUN 310-301 Dumps


December 08 2009

SUN 310-202 Dumps

Sun Certified System Administrator for Solaris 10 OS.Part 2

  • Exam Number/Code : 310-202
  • Exam Name : Sun Certified System Administrator for Solaris 10 OS.Part 2
  • Questions and Answers : 379 Q&As

Download Pass4sure SUN 310-202 Dumps from the link below
Download CertifyMe SUN 310-202 Dumps from the link below
Download Testking SUN 310-202 Dumps from the link below


Download SUN 310-202 Dumps



PrepKing.com SUN 310-202 Sample Questions

Exam : Sun 310-202
Title : Sun(r) Certified System Administrator for Solaris 10 OS.Part 2

1. Commands can be listed in multiple profiles with different attributes. Additionally, the system takes the default
profiles into account.
Which description matches the algorithm the Solaris system uses to determine the attributes of an executable?
A. The system searches the profiles in order, starting with the default profiles from /etc/security/policy.conf, the profiles in user_attr(4), followed by All, if NOT already specified.
B. The system searches the profiles in order, starting with the profiles in user_attr(4), then the default profiles from /etc/security/policy.conf, followed by All, if NOT already specified.
C. The order of the profiles listed is irrelevant. The system applies the best match, ignoring possible earlier wild card matches, preferring profiles from user_attr(4).
D. The order of the profiles listed is irrelevant. The system applies the best match, ignoring possible earlier wild card matches.
E. The order of the profiles listed is irrelevant. The system applies the best match, ignoring possible earlier wild card matches, preferring the default profile from /etc/security/policy.conf.
Answer: B

2. You are responsible for maintaining a server used to support installations by means of Flash archives.
Because of the diversity of systems on your organization’s network, you have many different Flash archives on this server.
Which command can be used to find out who created the archives and when they were created?
A. flar info archivename
B. flar version archivename
C. flar manifest archivename
D. flar create -i archivename
Answer: A

3. The following ZFS file system is available on your system:
NAME USED AVAIL REFER MOUNTPOINT
files 82K 72.8G 24.5K /data
You want to temporarily unmount the /data file system. Which set of commands will unmount the /data file system so that it is not available to users and then mount the system when you are ready to make it available again?
A. umount /data – to unmount the file system; mount /data to mount the file system.
B. zfs umount /data – to unmount the file system; zfs mount /data to mount the file system.
C. zfs unmount /data – to unmount the file system; zfs mount /data to mount the file system.
D. zfs unmount /data – to unmount the file system; zfs mount -a to mount the file system.
Answer: D

4. A system administrator found the following message in the /var/adm/messages file:
Jan 26 14:44:29 host genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm@0
Which statement is true?
A. The message was logged by the kernel.
B. The message was created by the logger command:
 logger -t genunix -p kern.notice “pm0 is /pseudo/pm@0″.
C. The message was created by the logger command:
 logger “genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm@0″.
D. The message was created by the logger command:
 logger -t genunix -p kern.notice “[ID 936769 kern.notice] pm0 is /pseudo/pm@0″.
Answer: A

5. During boot up, your x86-based laptop that is running the Solaris 10 OS displays the message:
NFS server arizona not responding, still trying
Which two are valid troubleshooting procedures for this problem? (Choose two.)
A. Restart the NFS client-side daemons.
B. Verify that your laptop is connected to the correct network.
C. Verify that the NFS client entry in /etc/inetd.conf is correct, then get inetd to reread the /etc/inetd.conf
D. Verify that the server arizona is up and that its network interface is up.
E. Verify that the nfsd daemon is running on your laptop.
Answer: BD

6. Given the output from dumpadm on a system with the node name, rabbit:
# dumpadm
Dump content: kernel pages
Dump device: /dev/dsk/c2t3d0s0 (dedicated)
Savecore directory: /var/crash/wm13w6
Savecore enabled: no
Which three commands have been executed to accomplish this configuration? (Choose three.)
A. dumpadm -n
B. dumpadm -c none
C. dumpadm -s wm13w6
D. dumpadm -d c2t3d0s0
E. dumpadm -d /dev/dsk/c2t3d0s0
F. dumpadm -s /var/crash/wm13w6
Answer: AEF

7. When using the Preboot Execution Environment to boot and install the OS over the network on x86 / x64 based systems, which of the following are required? (Choose three.)
A. A DHCP server.
B. PXE network adapter.
C. An install server which must be x86-based.
D. A boot server supporting ARP and RARP services.
E. An install server which can be SPARC or x86-based.
F. PXE network boot must be supported in the BIOS of the x86-based system.
Answer: ABE

8. What are two beneficial features of soft partitions? (Choose two.)
A. They allow a single large volume to be subdivided into more than eight segments.
B. They improve throughput by scattering access across multiple physical volumes.
C. They allow multiple physical volumes to be combined into a single logical volume.
D. They allow the file system to grow as the underlying volume size increases without moving or destroying the data already stored on it.
E. They allow a file system to grow beyond the limits of the underlying physical volume.
F. They provide a more reliable method for storing data and improving availability.
Answer: AD


Download SUN 310-202 Dumps


December 08 2009

SUN 310-200 Dumps

Sun Certified System Administrator for Solaris 10 OS.Part 1

  • Exam Number/Code : 310-200
  • Exam Name : Sun Certified System Administrator for Solaris 10 OS.Part 1
  • Questions and Answers : 225 Q&As

Download Pass4sure SUN 310-200 Dumps from the link below
Download CertifyMe SUN 310-200 Dumps from the link below
Download Testking SUN 310-200 Dumps from the link below


Download SUN 310-200 Dumps



PrepKing.com SUN 310-200 Sample Questions

Exam : SUN 310-200
Title : Sun Certified System Administrator for Solaris 10 OS.Part 1

1. Most files in the Solaris OS make use of data blocks. Which two do NOT use data blocks for storage? (Choose two.)
A. Hard link
B. Directory
C. Device file
D. Symbolic link
Answer: AC

2. You are installing Solaris 10 OS on a SPARC-based system with a graphical monitor and keyboard, but the installation starts up in CLI mode.
Assuming you have typed the correct installation command, what is the cause?
A. You used the DVD.
B. The monitor is monochrome.
C. Solaris OS is a text-only installation.
D. The system has less than 384 megabytes of RAM.
E. The system has less than 128 megabytes of RAM.
Answer: E

3. The print service under the control of SMF needs to be taken offline. Before the print service is taken offline, a check must be made to see what other services depend on this service.
Which command will display these dependencies?
A. svcs -X
B. svcs -v
C. svcs -a
D. svcs -D
Answer: D

4. You just installed Solaris on your x86 server and you cannot get your system to boot to the Solaris 10 OS. When rebooting, you get three options in the GRUB menu:
Solaris
Solaris Serial Console ttya
Solaris Serial Console ttyb
You select Solaris from the menu and another menu appears:
1. Solaris Interactive
2. Custom JumpStart
3. Solaris Interactive Text (Desktop Session)
4. Solaris Interactive Text (Console Session)
5. Apply driver update
6. Single User Shell
You check the BIOS settings on the server and the boot device priority is as follows:
First Boot Device [FLOPPY]
Second boot device [CDROM]
Third Boot Device [HARD DISK]
Fourth Boot Device [LAN]
Which option can you use to fix the problem?
A. The boot device priority is fine, your hard drive must be faulty or the boot block is missing. Boot to CDROM, open a shell and run fsck on the Hard Disk.
B. Change the boot device priority so that the CDROM is the third boot device and the HARD DISK is second.
C. Make the First boot device = LAN, Second boot device= CDROM, Third boot device = HARD DISK, remove the fourth boot device.
D. You did not set the fdisk boot partition to ACTIVE and the system cannot boot to the hard disk. Boot from CDROM, open a shell and use fdisk to set the partition to ACTIVE.
E. The GRUB menu is not correct and Solaris is not pointing to the hard disk that youve installed the Solaris OS on. Edit the GRUB menu and modify the default boot device so that it points to the correct boot drive.
Answer: B

5. You have installed a package called SUNWvts onto your system.
Where is the information about every file and directory contained in this package stored?
A. /var/sadm/messages
B. In your home directory.
C. /var/spool/SUNWvts
D. /var/sadm/install/contents
E. /var/adm/installed/contents
F. /etc/default/installed/packages/information
Answer: D

6. You want to monitor a failed login after five unsuccessful attempts.
Which file contains this information?
A. /var/adm/sulog
B. /var/adm/lastlog
C. /var/adm/loginlog
D. /var/adm/failedloginlog
Answer: C

7. Single User Shell
You check the BIOS settings on the server and the boot device priority is as follows:
First Boot Device [FLOPPY]
Second boot device [CDROM]
Third Boot Device [HARD DISK]
Fourth Boot Device [LAN]
Which option can you use to fix the problem?
A. The boot device priority is fine, your hard drive must be faulty or the boot block is missing. Boot to CDROM, open a shell and run fsck on the Hard Disk.
B. Change the boot device priority so that the CDROM is the third boot device and the HARD DISK is second.
C. Make the First boot device = LAN, Second boot device= CDROM, Third boot device = HARD DISK, remove the fourth boot device.
D. You did not set the fdisk boot partition to ACTIVE and the system cannot boot to the hard disk. Boot from CDROM, open a shell and use fdisk to set the partition to ACTIVE.
E. The GRUB menu is not correct and Solaris is not pointing to the hard disk that youve installed the Solaris OS on. Edit the GRUB menu and modify the default boot device so that it points to the correct boot drive.
Answer: B

8. Click the Exhibit button.
You have a system with a single disk drive. You need to add a new 6GB file system for /data and can only add it on this disk. Given the information displayed in the exhibit, which describes the option for adding a 6GB slice to this disk without destroying any existing data on the disk or reloading the operating system?
A. Increase slice 4 to 6GB.
B. Combine slices 4 and 5.
C. Reduce the slice 7 to 1GB. Change slice 4 to 6GB.
D. Not enough contiguous space on the disk to make a new 6 GB file system.
E. All of your slices are used. You cannot add a new slice for the /data file system without repartitioning and reloading the OS.
Answer: A


Download SUN 310-200 Dumps


December 08 2009

SUN 310-110 Dumps

Sun Certified Mobile Application Developer for J2ME. v1.0

  • Exam Number/Code : 310-110
  • Exam Name : Sun Certified Mobile Application Developer for J2ME. v1.0
  • Questions and Answers : 340 Q&As

Download Pass4sure SUN 310-110 Dumps from the link below
Download CertifyMe SUN 310-110 Dumps from the link below
Download Testking SUN 310-110 Dumps from the link below


Download SUN 310-110 Dumps



PrepKing.com SUN 310-110 Sample Questions

Exam : SUN 310-110
Title : Sun Certified Mobile Application Developer for J2ME, V1.0

1. Given:
a JAR containing a MIDlet named TesterMIDlet
a JAD with this content: CertificationExam:
Sun Certified Mobile Application DeveloperMIDlet-1: TesterMIDlet, , certification.TesterMIDlet MIDlet-Jar-Size: 2038 MIDlet-Jar-URL: Certification.jar MIDlet-Name: Certification MIDlet-Vendor: A Testing Company MIDlet-Version: 1.0 MicroEdition-Configuration: CLDC-1.0 MicroEdition-Profile: MIDP-2.0
This MIDlet needs to get the property with the key CertificationExam defined in the JAD. This needs to be assigned to a String ExamName from within the MIDlet.startApp() method.
What is the correct way to accomplish this?
A. String ExamName = System.getProperty(“CertificationExam”);
B. String ExamName = this.getAppProperty(“CertificationExam”);
C. String ExamName = System.getProperty(“MIDlet-CertificationExam”);
D. String ExamName = this.getAppProperty(“MIDlet-CertificationExam”);
Answer: B

2. During a MIDlet suite installation, a JTWI-compliant device performs the following actions:
downloads and installs the JAD file
downloads the JAR file
fails to install the MIDlet suite
What is the correct behavior?
A. The device must log the failure in persistent storage.
B. The device must free the space allocated for that MIDlet suite.
C. The device must save the JAD and the JAR file for future upgrading.
D. The device must save the JAD file for future downloads of the same MIDlet suite.
Answer: B

3. Given the MIDlet code:
12. File f = new File(“myFile.txt”);
13. FileOutputStream ds = new FileOutputStream(f);
14. OutputStreamWriter os = new OutputStreamWriter(ds);
15. BufferedWriter buf = new BufferedWriter(os);
16. buf.write(‘c’);
What is the result?
A. The code compiles and runs, but line 16 is ignored.
B. Compilation succeeds, but an exception is thrown at runtime.
C. The code compiles and runs, and then writes the character c to the file myFile.txt.
D. Compilation fails because the code uses one or more classes, which are not supported in CLDC 1.1.
Answer: D

4. Which is used to retrieve the version of MIDP a device has implemented?
A. System.getProperty(“microedition.profiles”)
B. System.getProperty(“microedition.platform”)
C. System.getAppProperty(“microedition.platform”)
D. System.getAppProperty(“microedition.profiles”)
E. System.getProperty(“microedition.configuration”)
Answer: A

5. Which two are true about class file verification as defined by the CLDC specification? (Choose two.)
A. Verification is NOT required.
B. Verification can use a custom implementation.
C. Verification is completed at compile time and no further verification is necessary.
D. Verification can use the same implementation as defined in the JVM specification.
Answer: BD

6. Which is true regarding the use of Thread objects in a CLDC 1.1 compliant virtual machine?
A. To stop a Thread, a developer can use the stop() method.
B. A Thread can be stopped only from the inside of a MIDlet class.
C. There is no way for one Thread to force another Thread to stop.
D. A Thread lives until it exits from the run() method it invoked at startup.
Answer: D

7. A MIDlet has entered the paused state. Which is a valid action to attempt to make it active?
A. The MIDlet calls its own startApp() method.
B. The MIDlet has to wait quietly to be rescheduled.
C. The MIDlet cannot revert back to the active state.
D. The MIDlet calls resumeRequest() through a timer.
Answer: D

8. Given a MIDlet suite with the following JAD file:
1. MIDlet-1: MyMIDlet, MyMIDlet.png, MyMIDlet
2. MIDlet-Jar-Size: 23040
3. MIDlet-Name: MyFirstMIDlet
4. MIDlet-Version: 1.0
5. MIDlet-Jar-URL: http://mywebserver.com/mymidlets/MyMIDlet.jar
6. MIDlet-Vendor:
MyCompany and manifest file:
1. MIDlet-Name: MyFirstMIDlet
2. MIDlet-Version: 1.1
3. MIDlet-Vendor: MyCompany
4. MIDlet-1: MyMIDlet, MyMIDlet.png,
MyMIDlet Which is true about the installation?
A. The installation succeeds.
B. The installation fails due to an attribute mismatch.
C. The installation fails because the JAD file is invalid.
D. The installation fails because the manifest is invalid.
Answer: B


Download SUN 310-110 Dumps


December 08 2009

SUN 310-100 Dumps

Sun Certified Data Management Engineer

  • Exam Number/Code : 310-100
  • Exam Name : Sun Certified Data Management Engineer
  • Questions and Answers : 138 Q&As

Download Pass4sure SUN 310-100 Dumps from the link below
Download CertifyMe SUN 310-100 Dumps from the link below
Download Testking SUN 310-100 Dumps from the link below


Download SUN 310-100 Dumps



PrepKing.com SUN 310-100 Sample Questions

Exam : SUN 310-100
Title : Sun Certified Data Management Engineer

1. Which file is the default event log file in RAID Manager 6?
A. “/etc/syslog.conf”
B. “/kernel/drv/sd.conf”
C. “/usr/lib/osa/rmlog.log”
D. “/kernel/drv/syslog.conf”
Answer: C

2. In a drive replacement procedure, what will the Recovery Guru perform automatically?
A. It will check if the host system is shutdown.
B. It will check if the drive is installed and spun up.
C. It will check if the hot spare is in standby status.
D. It will check if the drive has the correct firmware.
Answer: B

3. Which two statements are true about Solstice DiskSuite 2? (Choose two.)
A. It supports all SPARCstorage Array disks.
B. It runs on all SPARC and x86 systems running Solaris.
C. It is compatible with all prior versions of Solstice DiskSuite.
D. It is backward compatible with all previous Online Solstice DiskSuite 2.0.1 and 3.0 products.
Answer: AB

4. Which three are characteristics of an RM6 hot spare drive? (Choose three.)
A. Hot spare drives are not dedicated to a specific drive group or LUN.
B. Hot spare drives must be of equal or greater capacity than the disks in the array.
C. There can be multiple drive failures in a single LUN if there are enough hot spares available.
D. After a hot spare has been activated, the administrator must issue a command to evacuate the contents of the hot spare after the failed drive has been replaced and the recovery process is complete.
Answer: ABC

5. Which types of partitioning or slicing do Solstice DiskSuite and Volume Manager use?
A. soft and soft respectively
B. soft and hard respectively
C. hard and soft respectively
D. hard and hard respectively
Answer: C

6. Which three features does Solstice DiskSuite provide? (Choose three.)
A. DiskSet
B. Disk Mirroring
C. Disk Concatenation
D. Automatic Data Recovery
Answer: ABC

7. What would be the most likely performance difference between software RAID 5 and RAID 1+0 for an application that was 100% small reads?
A. +/- 10%
B. +/- 11 to 25%
C. +/- 26 to 50%
D. +/- 51 to 100%
Answer: A

8. Which Solstice DiskSuite technology writes the same data to two or more disk drives at the same time?
A. striping
B. mirroring
C. UFS logging
D. concatenating
Answer: B


Download SUN 310-100 Dumps


prepking

Tag Cloud

Adobe