|
IBM 000-134 Exam - Cheat-Test.com Free 000-134 Sample Questions:
1. Which choice is a valid stereotype for a record?
A. Array
B. CSV
C. ExternalType
D. Form
Answer: B
2. Which situation requires that an import statement be specified when using an EGL record part as a type definition for a variable?
A. when the variable is declared outside of the file that the record was created in
B. when the variable is declared outside of the package that the record was created in
C. when the variable is declared outside of the project that the record was created in
D. every time a variable is declared regardless of where the record was created
Answer: B
3. Which step is required for a Web application to run in multiple human languages such as English and German?
A. include the <default-locale> tag in the web.xml file
B. bind each translatable JSF field to the corresponding EGL variable
C. create a resource bundle for each language in the WebContent/WEB-INF folder of the project
D. set the DisplayName property for fields in the JSF handler to a value in the form myFieldKey%
Answer: D
4. Which primitive type provides the best performance for a counter used to control a loop with maximum iterations of 1000?
A. DECIMAL
B. INT
C. NUM
D. SMALLINT
Answer: D
5. What is the most efficient way to retrieve an SQL row when searching for a key value that is always unique and there is no intent to update the data?
A. a prepare statement
B. a get statement with the singleRow option
C. a get statement with the oneRow option
D. an open statement with the singleRow option
Answer: B |