1Z0-879 | The Secret of Oracle 1Z0-879 practice test


Q131. While installing the OS, you select DNS as a name service. As you continue the installation, what information is required to complete the DNS client installation? (Choose two) 

A. The domain name must be set for this client. 

B. The node name for the primary DNS server must be set on this client. 

C. the IP address of the primary DNS server must be set on this client. 

D. The user name used for node name queries must be set on this client. 

E. The list of domains in which to search for node names must be set on this client. 

Answer: A,C 

Q132. You want to set up a centralized server for sysiog messages while also limiting the type of messages sent to that server as follows: 

A) All security related sysiog events should be forwarded to the bigbrother server. 

B) All of the auth messages should be forwarded to the bigbrother server. 

C) All messages above the notice level should be forwarded to the bigbrother server. Do not forward any user messages. 

Which line needs to be added to the syslog configuration file to make this change effective? 

A. auth.*;* .notice;user.crit @bigbrother 

B. auth.debug;*.not ice;user.none @bigbrother 

C. auth.debug;*.warning;user.none @bigbrother 

D. *.emerg;*.alert;*.crit;*.warning;auth.* @bigbrother 

Answer:

Q133. You log on as the root user and issue the command: 

# snoop -v -i filename 

What are two results of issuing this command? (Choose two.) 

A. snoop verifies each packet. 

B. snoop is launched in interactive mode. 

C. snoop displays one line for each packet. 

D. snoop displays multiple lines for each packet. 

E. snoop displays packets from filename instead of the network. 

Answer: D,E 

Q134. You need to quickly obtain the physical and logical device names for the disks attached to the server. Which command achieves this? 

A. config 

B. format 

C. devices 

D. prtconf | grep name 

Answer:

Q135. You tried connecting to your server using telnet, however, you cannot get a login prompt.  From the system console, you display the following information about the telnet service: 

Which answer describes what you can do to get the telnet service working again? 

A. Enable telnetd in the /etc/inetd.conf file. 

B. inetadm enable svc:/network/telnet:default 

C. inetadm -a svc:/network/inetd:default 

D. inetadm -a telnet 

Answer:

Q136. The organization requires that file systems be backed up from a snapshot. After the file system is backed up, the two files created by the snapshot process must be removed. Which two commands should you run? (Choose two.) 

A. rm backing_store_file 

B. fssnap -d filessytem 

C. rm snapshot 

D. fssnap -r filesystem 

Answer: A,B 

Q137. You need to set up a cron job that will run the /usr/bin/banner command to display the message System Backups tonight in a console window at 5:00 P.M. each Thursday. Which is the correct cron table entry? 

A. 0 5 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console 

B. 0 5 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console 

C. 0 17 * * 5 /usr/bin/banner "System Backups tonight" > /dev/console 

D. 0 17 * * 4 /usr/bin/banner "System Backups tonight" > /dev/console 

Answer:

Q138. Users have reported that an application critical to daily work frequently terminates abnormally. 

Which command should you issue to determine the frequency of these failures? 

A. coreadm -e all 

B. coreadm -e log 

C. coreadm -e init 

D. coreadm -e globally 

Answer:

Q139. When setting up your server, you want these network services configured on the fresh installation of Solaris 10, before the first reboot: syslogd - limited to local connections  NFS server daemons  -disableddtlogin - limited to local connectionsfingerd - disabledssh - enabled Which method is used to configure these services? 

A. Run the netservices limited command. 

B. Install the Reduced Network Support software group during the installation of the OS. 

C. Install the Reduced Network Support software group during the installation of the OS. 

D. Boot to the multi-user milestone; Do NOT boot to the multi-user-server milestone. 

E. After the first boot, use the svcadm command to disable or enable each of these services. 

F. Answer NO to enabling network services for remote clients during the installation of the OS 

Answer:

Q140. After six months of successful NIS operation, you modify the NIS Makefile on the 

NIS master server to build a map that did NOT exist before. The modified Makefile is configured to build a new auto.direct automount map and then distribute the new map to the slave servers. After you complete the edits on the Makefile, you run the make command, which requires that you enter Ctrl-C to return to the shell prompt: 

# /usr/ccs/bin/make 

updated netid 

pushed netid 

updated auto.direct C 

*** auto.direct.time removed. 

There are no syntax errors in the modified Makefile. 

Which statement is true about the screen output? 

A. The new auto.direct map was NOT distributed to the slave servers. 

B. The Makefile was correct, but the administrator did NOT create the /etc/auto_direct file. 

C. The auto.direct.time file is a log file that holds possible errors, and no errors were generated. 

D. The auto.direct.time file is a temporary file used to hold the contents of the /etc/auto_direct file while the corresponding NIS map is being built, and this file is removed after the map is successfully built. 

Answer: