Prepking 000-135 Exam Questions

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

Exam Title

: IBM 000-135 : Rational Host Access Transformation Services (HATS) v7.1

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. What would most improve end user response time for a HATS application? A. decreasing the timer of the screen settling algorithm B. using fast 3270e with a host supporting contention resolution C. increasing the timer of the screen settling algorithm D. using fast 3270e with a 5250 host Answer: B

2. How might a developer use a shared global variable? A. share a variable value between the sessions of two different users B. share a variable value that can be used in a future session C. share a variable value between two different applications being accessed by a single user D. share a variable with a non-HATS Web application Answer: C

3. On which environment(s) are HATS Web applications, developed using the HATS Toolkit, supported to be deployed and run? A. Eclipse RCP and Lotus(R) Expeditor Client B. IBM WebSphere application server production runtime C. IBM and non-IBM Portal Server production runtime D. any J2EE-compatible application server available on the market Answer: B

4. To help with debugging HATS applications on a test or production system, a display terminal window can be displayed. Which statement is FALSE about the display terminal window? A. Turning on the display terminal option can seriously affect performance or overload the server. B. The display terminal functions can be turned on using the extended HATS application button Standard.? C. It is possible to interact with the host application using the host screen in the terminal window. D. The display terminal functions can be turned on for any new host connections by selecting the Enable Display Terminal box on the Trace Settings panel. Answer: B

www.Prepking.com

5. In the Lotus Expeditor Client environment, HATS rich client applications can be managed, deployed, and controlled in a number of ways. What is NOT a supported environment? A. Lotus Expeditor Server, which contains the Device Manager Server component B. WebSphere Portal, which allows for centrally-administered, role-based access to applications C. Eclipse update site, which provides provisioning and updating using a standard Web server D. WebSphere Application Server, which allows for centrally-administered, role-based access to applications Answer: D

6. Which situation requires that the WAR class loader policy setting be configured when HATS Web applications are deployed into a production environment or when the applications are tested in a local environment? A. The application includes a WebFacing connecting (5250W). B. The application includes business logic. C. The application includes global variables. D. The application includes macros. Answer: B

7. HATS Web applications can be deployed to WebSphere Application Server running on which operating systems? A. Windows, AIX, IBM i, z/OS, or Linux on z B. IBM i or z/OS only C. Linux on System i or System z only D. Windows or Linux only Answer: A

8. What is the recommended first step in migrating a HATS application from a previous version to V7 or 7.1? A. open the current workspace with the newer version of the HATS studio

www.Prepking.com

B. import the HATS project from the current version using the Project Interchange file C. extract the HATS project into an EAR file D. download and install the HATS migration tool Answer: B

9. What does HATS automatically do when a HATS project is migrated to a new version? A. makes a backup of the previous version files B. instructs that a backup be made of the workspace C. asks for a location to save the new project D. modifies the server runtime version Answer: A

10. Which aspect of a HATS project CANNOT be migrated automatically? A. screen customizations (.evnt files) B. host connection properties in the .hco files C. Javascript files (.js files) D. screen capture files (.hsc files) Answer: C

11. for which type of HATS applications can the HATS Administrative Console be used by an administrator to manage connections and perform problem determination? A. all types of HATS applications B. HATS rich client applications only C. HATS Web and Portal applications only D. HATS Web applications only Answer: C

12. Host simulation capability was added to HATS V7.1. Which statement best describes this capability? A. With this capability it is possible to record host simulation trace files that can be saved and then used instead of a live SSL-enabled host connection.

www.Prepking.com

B. This capability is available for 5250W (WebFacing) connections only. C. With this capability it is possible to record host simulation trace files that can be saved and then used instead of a live host connection. D. With this capability it is possible to develop HATS applications without ever needing a host system. Answer: C

13. A host keypad needs to be displayed on a particular transformation. While editing the transformation, a host keypad is added by selecting Insert Host keypad > Default keypad. However, during runtime the host keypad does not appear on the Web page. What is the most likely reason for this failure? A. The transformation is missing the code <script src="../common/KBS.js">. B. The Web browser being used does not support the host keypad function. C. The Host keypad checkbox in Project Settings is not checked. D. The Host keypad checkbox on the Templates tab is not checked. Answer: C

14. The host keypad for all keys is enabled for the entire HATS application. One end user is unable to use the keyboard to send an F3 to the host while other users are able to. What is the most likely reason for this problem? A. The Web browser does not support the function keys F1 to F24. B. The "Support only host functions displayed on host keypad" option is selected in Project Settings. C. The F3 function key is not included in the host keypad list of keys to display. D. Cookies are not enabled on the users browser. Answer: A

15. How can a background connection be used in a HATS application? A. to navigate multiple screens during the course of a "Play macro" action B. to navigate multiple screens during the course of a "Perform macro transaction" action C. to extract text from a background connection screen into a global variable using an "Extract global variable?screen customization action D. to insert data into a background connection screen using an "Insert data?screen customization action

www.Prepking.com

Answer: B

16. What must be done when configuring pooling to ensure that connections no longer in use are returned to the pool in the proper state? A. configure a minimum number of connections for the HATS runtime to keep active in the pool B. configure connect and disconnect macros C. configure a check-in screen that the connection must be on when it is returned to the pool D. configure maximum busy time to ensure that a connection does not stay in use for an unreasonable amount of time Answer: C

17. Which action will NOT disconnect the transformation connection when designing a HATS Web application? A. requiring end users to press the Disconnect button on the HATS application keypad B. using of the DisconnectOnClose parameter for a HATS portlet C. configuring a session timeout for the Web application D. using the Disconnect action on an application or screen customization event Answer: B

18. Which statement is true about SSL connection security in HATS? A. The connection from Web browser to application server can be encrypted using the SSL tab in the connection editor. B. An encrypted connection can be used without importing a certificate if the server certificate is signed by a well-known certificate signer, such as Thawte. C. An SSL-secured application can be tested offline using the host simulator facility. D. 3270, 3270e, 5250, 5250W, and VT connections can be encrypted with SSL. Answer: B

19. In a default rendering set, a rendering item _____. A. substitutes a rendered host component with a non-rendered host component

www.Prepking.com

B. is to be used only if the host component exists on every screen of the host application C. defines a specific region, host component, and widget for rendering D. controls whether default rendering occurs on a specific screen. Answer: C

20. There are two global rule definitions for the same host input field, but they specify different widgets to be rendered. One global rule is defined in the Project Settings; the other is defined in a screen customization. Which global rule takes priority and will therefore be applied? A. the global rule in Project Settings because it is a global setting B. the global rule in Project Settings because the screen customization is ordered first on the Events tab C. the global rule in the screen customization because it takes priority over Project Settings D. the global rule in the screen customization because it was defined before the one in Project Settings Answer: C

21. What is NOT a valid global rule pattern type? A. Find input field by surrounding text B. Find all input fields C. Find input fields by color D. Find input fields within a specified region Answer: C

22. Text replacement can be defined at various artifact levels. What is NOT a valid level to define text replacement? A. project level B. rendering item level C. screen customization level D. transformation level Answer: D

23. Which action is not allowed by the Insert Host Component wizard?

www.Prepking.com

A. selecting a host screen region to be inserted into a transformation B. modifying a 3270E ENPTUI scrollbar field component C. defining text replacement on an item selection host component D. specifying a style to be used with a text widget Answer: B

24. Which widget allows manual entry of text and provides a valid value list? A. Combo B. List C. Popup D. Text input Answer: C

25. What is the primary purpose of the start delimiter?setting of the Function Key host component? A. to limit how many function keys are allowed to show on the Web page B. to indicate the starting function key in the list of recognized function keys C. to limit the number of characters in the function key prefix D. to denote the beginning of the possible function key Answer: D

26. A macro handler is responsible for prompting a user for input or displaying the results of an extract operation. When would a developer need to create a custom macro handler? A. when more than one prompt needs to be presented to the user at one time B. when a table extracted using a macro extract action needs to be displayed C. when results from multiple screens in the macro must be displayed at one time D. when extracted data needs to be formatted before it is displayed Answer: D

27. What is an invalid way to use macros in a HATS application? A. as an action, such as the play macro action or the play macro transaction action

www.Prepking.com

B. to connect or disconnect a particular host connection C. as input into the wizard that generates a Web service D. as a macro button on a transformation Answer: C

28. HATS requires a developer to define screen recognition criteria for certain screens during macro development. Which screen will HATS prompt the developer to define? A. the first and last screens only B. the first and a randomly selected screen C. the last screen only D. the first screen, the last screen, and whenever prompts or extracts are defined Answer: D

29. A loop enables a developer to perform the same set of actions on one or more similar screens. How can the loop be ended? A. with any exit screen B. with any transient screen C. manually by the user D. when a unique screen is recognized or after a fixed number of iterations Answer: D

30. Which macro action CANNOT be used in conjunction with an Integration Object? A. Conditional B. Perform C. PlayMacro D. Trace Answer: B

31. What approach is necessary to transfer control while sharing the same connection between HATS transformation pages and Integration Object pages?

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-135.htm

You might also like