Slide 1: PassGuide 310-015
JAVA 310-015
SUN CERTIFIED SYSTEM ADMINISTRATOR FOR SOLARIS 9 PART II
Q&A
Demo
www.PassGuide.com
(C) Copyright 2006-2009 CertBible Tech LTD,All Rights Reserved.
PassGuide.com - Make You Succeed To Pass IT Exams
Slide 2: PassGuide 310-015
Important Note Please Read Carefully
Study Tips This product will provide you questions and answers carefully compiled and written by our experts. Try to understand the concepts behind the questions instead of cramming the questions. Go through the entire document at least twice so that you make sure that you are not missing anything.
Latest Version We are constantly reviewing our products. New material is added and old material is revised. Free updates are available for 120 days after the purchase. You should check your member zone at PassGuide an update 3-4 days before the scheduled exam date.
Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@passguide.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly.
Be Prepared. Be Confident. Get Certified. ------------------------------------------------------------------------------------------------------------------------Sales and Support Manager Sales Team: sales@passguide.com Support Team: support@passguide.com ---------------------------------------------------------------------------------------------------------------------
Copyright Each pdf file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular pdf file is being distributed by you, CertBible reserves the right to take legal action against you according to the International Copyright Laws.
PassGuide.com - Make You Succeed To Pass IT Exams
Slide 3: PassGuide 310-015
Question:1 Which statement about the Sun RPC service is true? RPC facilitates remote power control of a Solaris system. B.RPC allows a remote system to call a procedure by an alias. C.RPC implements the Solaris Real-Time Processing Capability. D.RPC allows applications (services) to use dynamically assigned port numbers. Answer: D Question:2 You have a system used for application development. The process app-rev23 owned by user epiphylla terminates abnormally. Which two effects can the root user configure? (Choose two.) A.The process app-rev23 produces no core file at all. B.The process app-rev23 produces a core file without the string "core" appearing anywhere within the file name. C.The process app-rev23 produces a global core file readable by any user in a global /var/corefiles directory. D.The process app-rev23 produces a total of three core files, one in the current directory of the process, one in epiphylla's home directory, and one in a global /var/corefiles directory. Answer: AB Question:3 You have just edited the /etc/dfs/dfstab file and added two share commands. Previously, the /etc/dfs/dfstab file had no entries. You now need to start the NFS server daemons. Given a standard system configuration, which two commands start the NFS server daemons? (Choose two.) A./usr/bin/nfsd -t 6 B./usr/bin/nfs.server start C./etc/init.d/nfs.server start D./etc/rc3.d/S15nfs.server start E./etc/rc2.d/S15nfs.server start Answer: CD Question:4 You are working on a system connected to the network. You are attempting to access a currently mounted NFS directory. Your system displays the message: nfs mount: host1: : NFS: Service not responding nfs mount: retrying: /usr/share/man What can you do to solve this problem? A.ensure that nfsd is running on the NFS server B.ensure that mountd is running on the NFS server C.send a HUP signal to inetd process on the NFS server D.send a HUP signal to the rpcbind process on the NFS server Answer: A Question:5 Under which two conditions will the automounter automatically mount resources listed in an AutoFS direct map? (Choose two.) A.only if the mount point has first been created B.only if the resources are to be mounted read-only C.only if the reference used in the direct map uses relative path names D.only if an entry for the direct map has been added to the master map E.only if the reference used in the direct map uses absolute path names Answer: DE Question:6 Interlace size is a tunable parameter associated with which three levels of RAID? (Choose three.) A.RAID 0 B.RAID 1
PassGuide.com - Make You Succeed To Pass IT Exams
Slide 4: PassGuide 310-015
C.RAID 5 D.RAID 0+1 Answer: ACD Question:7 Your system is newly built and has a standard set up. What is the default shell when adding an account using roleadd? A./usr/bin/sh B./usr/bin/ksh C./usr/bin/pfsh D./usr/bin/prsh E./usr/bin/pfjsh F./usr/bin/prksh Answer: C Question:8 You have a server on which five members from the IT support department have logins and are using RBAC to confer privilege to each of the five accounts. You want to simplify the setup by giving all five staff accounts a set of default Authorizations and Profiles. What is the full path name for the file which defines theAuthorizations and Profiles assigned to all users by default? Answer: etc/security/policy.conf Question:9 Given the excerpts from the inetd manual page and the syslog configuration file: -t Instructs inetd to trace the incoming connections for all of its TCP services. It does this by logging the client's IP address and TCP port number, along with the name of the service, using the syslog(3C) facil- ity. "Wait" wait-status services cannot be traced. When tracing is enabled, inetd uses the syslog facility code ``daemon'' and ``notice'' priority level. See FILES. *.err;kern.notice;auth.notice /dev/sysmsg *.err;kern.debug;daemon.notice;mail.crit /var/adm/messages Which action enables syslogd to record information about TCP connections to the /var/tcp/logs file? A.add an additional entry to the syslog configuration file using the format daemon.notice /var/tcp/logs and then do nothing else, as syslogd will automatically reread the file B.add an additional entry to the syslog configuration file using the format daemon.notice /var/tcp/logs and then send a HUP signal to syslogd to force it to reread the file C.modify the second syslog configuration file entry so that the action field follows the format /var/adm/messages,/var/log/tcp and then send a HUP signal to syslogd to force it to reread the file D.modify the second syslog configuration file entry so that the action field follows the format /var/adm/messages,/var/log/tcp Answer: B Question:10 Given this line from the name service configuration file: hosts:nis [NOTFOUND=return] files Which two statements correctly describe the behavior of the name service switch? (Choose two.) A.If NIS were unavailable, the attempt to locate a host's IP address would be abandoned. B.If NIS were available but a host IP address was not in the NIS map, the attempt to locate the host's address would be abandoned. C.If NIS were unavailable, the attempt to locate the host's address would be continued within the local file (/etc/inet/hosts). D.If NIS were available but a host IP address was not in the NIS tables, the attempt to locate the host's address would be continued by searching for it in the local file (/etc/inet/hosts). Answer: BC
PassGuide.com - Make You Succeed To Pass IT Exams