Вы находитесь на странице: 1из 11

Exam Title

: IBM 000-717 : IBM U2 UniData V7.1 Administration

Version :

R6.1

www.Prepking.com

Prepking - King of Computer Certification Important Information, Please Read Carefully


Other Prepking products A) Offline Testing engine Use the offline Testing engine product to practice the questions in an exam environment. B) Study Guide (not available for all exams) Build a foundation of knowledge which will be useful also after passing the exam. Latest Version We are constantly reviewing our products. New material is added and old material is updated. Free updates are available for 90 days after the purchase. You should check your member zone at Prepking and update 3-4 days before the scheduled exam date. Here is the procedure to get the latest version: 1.Go towww.Prepking.com 2.Click on Member zone/Log in (right side) 3. Then click My Account 4.The latest versions of all purchased products are downloadable from here. Just click the links. For most updates,it is enough just to print the new questions at the end of the new version, not the whole document. 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@Prepking.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly. 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, Prepking reserves the right to take legal action against you according to the International Copyright Laws. Explanations This product does not include explanations at the moment. If you are interested in providing explanations for this exam, please contact feedback@Prepking.com.

www.Prepking.com

1. Which file will users require read and write permissions for both UNIX and Windows? A. ACCOUNT DIRECTORY B. VOC C. BP D. CTLG Answer: B 2. You want to restrict the use of some UniData ECL commands to users that have administrator privileges. You have set UDT.OPTIONS 19 to "ON". Which action is needed to restrict the ECL commands to administrator users? A. Delete the catalog pointer for the command you want to restrict. B. Make the VOC read only. C. Delete the command you want to restrict. D. Add an entry in the privilege file. Answer: C 3. Which UniData configuration variable can administrators use to prohibit updates to the VOC file of any account? A. VOC_READONLY B. VOC_RESTRICT C. VOC_NOUPDATE D. VOC_NOWRITE Answer: A 4. You want to ensure that the user will not get to the ECL prompt if the application aborts. Which command will allow you to specify a program to execute when an abort occurs? A. AT.ABORT B. ON.ABORT C. ON.ERROR D. AT.ERROR Answer: B 5. Using the UniAdmin Generate Certificate Request wizard, what are the correct steps for generating an SSL certificate request? A. Request Properties > Key Pairs Selections > Key File > Password > Finish. B. Request File Name > Request Properties > Key File Indexes > Key File > Password > Finish. C. Request File Name > Request Properties > Key Pairs Selections > Key File > Password > Finish. D. Request Properties > Request File Name > Key Pairs Selections > Password > Finish. Answer: C

www.Prepking.com

6. After preparing the UniData database account for access through UniData ODBC, JDBC, and UniOLEDB, which method should you use to confirm connectivity from a Windows client? A. Execute a telnet connection to the UniData server and successfully login to the server. B. From the Windows command prompt run a ping command to verify the server IP address. C. Use VSG to connect to the UniData server/database account. D. Run a CONNECT command from the Basic Call Interface (BCI). Answer: C 7. Which mechanism controls which U2 accounts are seen on the XML/DB Tool once connected to a server? A. filter in XML/DB Tool B. permissions on the client C. permissions on XML/DB Tool D. SQL catalog Answer: A 8. To test a Visual Schema Generator (VSG) connection, a database name can be used that is defined in which file? A. vsg_config B. udt_data C. vsg_connect D. ud_database Answer: D 9. Within VSG, how would you activate logging? A. Click Tools > Options > Settings, and then you choose the log files and number of views. B. Click Options > Settings, and then choose the number of entries you wish retain. C. Click Options > Settings, and then choose the log files and number of views. D. Click Tools > Options, and then choose the number of entries you wish to retain. Answer: C 10. When using the XML/DB Tool, if a DTD or XML Schema file does not already exist, you must create it. Which two can be used to create DTD or XML Schema files? (Choose two.) A. UniData SQL B. UDODBC C. UniAdmin D. UniQuery E. UniDK Answer: AD

www.Prepking.com

11. Which statement describes the primary purpose of Visual Schema Generator (VSG)? A. Establish network connectivity using Transmission Control Protocol/Internet Protocol (TCP/IP) to a UniData Server. B. Interact with Microsoft Structured Query Language (SQL) Server relational database management system (RDBMS). C. Map UniData nested relational data to adhere to Open Database Connectivity (ODBC) / Structured Query Language (SQL) rules. D. Provide an interface to a UniData database through a Microsoft .NET framework. Answer: C 12. Which two statements are true when installing VSG? (Choose two.) A. The default directory is C:\IBM\UniDK\Vsg. B. A valid data source can be UD, UNIDATA, or the IP address. C. The default program folder is IBM U2\UniData Visual Schema Generator. D. You must restart immediately after installation. E. UniData must be stopped. Answer: AC 13. Your developers have modified a globally cataloged UniBasic program named FM100 and asked you to activate the new version. Which command should you run to determine if any active udt process is currently using this program? A. "sbcsprogs | grep FM100" B. "ls -l $UDTHOME/sys/CTLG/f | grep FM100" C. "AE CTLG FM100" D. "AE CTLGTB FM100" Answer: A 14. You are running the UniData database with the Recoverable File System (RFS) enabled. The database crashed. Your assistant has unsuccessfully attempted to re-start the database three times. Which file can you now review to view the RFS errors logged by the initial crash? A. UDTBIN/sm.log.bck B. UDTBIN/back/sm.log C. UDTBIN/saved/sm.log D. UDTBIN/saved_logs/sm.log Answer: D 15. While reviewing the smm.errlog on your UNIX system, you see the following text: "Wed Aug 2 15:44:07 Error when receiving message in SMM, errno=36" How would you find out more information about "errno=36"?

www.Prepking.com

A. Run the ECL command "AE ERRMSG 36". B. Run the ECL command "ESEARCH ERRMSG"; enter "errno=36" at the STRING: prompt. C. Run the shell-level command "grep 36 $UDTHOME/sys/ERRMSG". D. Run the shell-level command "grep 36 /usr/include/sys/errno.h". Answer: D 16. You are unable to launch a new udt session in your application account. The following message is displayed: "No more LCTs" Which udtconfig parameter do you need to increase to correct this problem? A. SHM_LCINENTS B. NUSERS C. SHM_MAX_LCTS D. LCT_NUM Answer: B 17. Two users have access to ECL in the same UniData account. At the ECL prompt, each user enters: ORDER.ENTRY.MAIN (followed by "enter"). For User A, the UniBasic Order Entry program is launched. For User B, control is returned to ECL after displaying the following message: "Not a verb ORDER.ENTRY.MAIN" What would account for this different result? A. The environment variable UDTBIN is defined differently for each user. B. The environment variable CTLGTB is defined differently for each user. C. The environment variable VOC_READONLY is defined differently for each user. D. The environment variable UDTHOME is defined differently for each user. Answer: D 18. After completing UNIX system and database maintenance and tuning, "startud" fails. You find the error "smm can't get the first GSM". Which change can you make to allow UniData to start? A. Increase the kernel parameter that governs the system-wide maximum number of shared memory segments. B. Increase the kernel parameter that governs the maximum number of shared memory segments that a single process can attach. C. Increase the kernel parameter that governs the system-wide maximum number of semaphores. D. Increase the kernel parameter that governs the maximum size of a shared memory segment. Answer: D 19. During the execution of a UniQuery statement, the following error message is displayed:

www.Prepking.com

"Virtual field too big" Which step should you take to eliminate this error? A. Run the ECL command "UDT.OPTIONS 94 ON" to enable the U_PRIME_LIKE flag. B. Increase the udtconfig parameter SHM_GPAGESZ. C. Increase the UNIX kernel setting that determines the maximum size of a shared memory segment. D. Increase the value of the environment variable VFIELDSIZE. Answer: D 20. Your UniData system is configured with the Recoverable File System (RFS) and Archiving enabled. Multiple users contact you, indicating that their application processes are hung. You suspect a potential problem with archive off-loading. Which file can you check to confirm if this is the problem? A. sm.log B. sm.errlog C. smm.log D. smm.errlog Answer: A 21. After inadvertently killing the UniData smm daemon on your system, you find that restarting the UniData daemons fails. You hope to recover and restart the daemons without rebooting your system. Which command(s) can you run now to restart UniData? A. "startud -f" B. "udipcrm", followed by "startud" C. "cleanupd", followed by "startud" D. "startud -r" Answer: B 22. You are reviewing processes on your UNIX system that is running UniData as a Data Replication publishing system. Which two replication processes will exist only on the publishing system and not on your subscribing system? (Choose two.) A. repmanager B. publistener C. unirep71 D. udpub E. udrw Answer: BD 23. Which three commands will be needed to create a UniData account on a Windows platform? (Choose three.) A. dir

www.Prepking.com

B. cd C. mkdir D. telnet E. newacct Answer: BCE 24. What are three considerations when deleting a UniData account on a Windows platform? (Choose three.) A. A good backup of the account should be completed. B. All files have been cleared of data. C. No other accounts are accessing files in the account. D. The LOGIN VOC entry has been removed prior to deletion. E. How to delete files belonging to the account that do not reside in the account directory. Answer: ACE 25. The system-level acctrestore command restores a UniData account from a tape backup. Which two restrictions apply when using this command? (Choose two.) A. The UniData account must have been saved with the ACCT.SAVE command. B. The command follows VOC file pointers to directories, but not symbolic links. C. The command is limited to a tape buffer size of 64K. D. The command doesn function if the Recoverable File System is running.The command doesn? function if the Recoverable File System is running. Answer: AD 26. Which default directory contains udtconfig, sysconfig, repconfig, repsys, and files needed for the Recoverable File System (RFS)? A. /usr/ud71/sys B. /usr/ud71/include C. /usr/ud71/bin D. /usr/ud71/lib Answer: B 27. As the system administrator preparing to perform a basic installation of UniData v7.1 on a UNIX operating system, you are required to define the environment variables UDTHOME and UDTBIN. At the operating system level, what are the default directory paths for these environment variables? A. UDTHOME = /usr/home UDTBIN = /usr/home/bin B. UDTHOME = /ud71/include UDTBIN = /ud71/include/bin

www.Prepking.com

C. UDTHOME = /usr/ud71 UDTBIN = /usr/ud71/bin D. UDTHOME = /usr/ibm UDTBIN = Answer: C 28. After installation of UniData on a UNIX platform, which shell level command do you run to authorize and license UniData? A. showconf B. udtconf C. license.config D. confprod Answer: D 29. You created a UniData file called "MY_GUIDE_RESULTS" to store the "guide" output so you can execute UniQuery commands against the results. Using the guide command, which syntax will populate the output file? A. guide -b MY_GUIDE_RESULTS B. guide MY_GUIDE_RESULTS C. guide -o MY_GUIDE_RESULTS D. guide -r MY_GUIDE_RESULTS Answer: D 30. What can cause file corruption? A. running out of space on the disk before a write is complete B. running the startud command in a startup script C. executing the CLEAR.FILE command while dbpause is enabled D. running the dbpause command when users are logged on Answer: A 31. Click the Exhibit button. In the exhibit, what is the cause of the overflow of the index? /usr/ibm/bin

www.Prepking.com

A. Maximum key length allocated is too small for the attribute. B. Records are being stored in an overflowed data block. C. Records are being stored in the overflow portion of a dynamic file. D. Index file exceeds the modulo used when the index was created. Answer: A 32. Which option of the CREATE.FILE command requires that the DYNAMIC keyword be used with it? A. RECOVERABLE B. DIR C. PARTTBL D. MULTIFILE Answer: C 33. Which three statements about UniData dynamic files (created in UNIX) are true? (Choose three.) A. A UniData dynamic file is a UNIX directory; the directory contains files or UNIX links. B. Dynamic files expand and shrink modulo. C. Dynamic files expand and shrink separation. D. Dynamic files can expand across UNIX file systems. E. A UniData dynamic file is a binary data file. Answer: ABD 34. What are three UniData file recovery tools available for use? (Choose three.) A. dumpfile B. fixfile C. dumpgroup D. fixgroup E. fixtool Answer: BCD

www.Prepking.com

100% Pass Guaranteed or Full Refund Word to Word Real Exam Questions from Real Test Buy full version of exam from this link below http://www.prepking.com/000-717.htm

Вам также может понравиться