Oracle 1z0-436 Exam Practice Questions (P. 3)
- Full Access (80 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
What happens if an Array control attribute is not added to the layout of a configurator?
- AThe configuration rules will fail to fire.
- BThe Array will always show 200 rows.
- CThe system will automatically assign an Array control attribute.
- DThe entire Array set will be hidden.
Correct Answer:
C
C
send
light_mode
delete
Question #12
Which operation is allowed in BMQL query?
- ASELECT, INSERT and UPDATE
- BSELECT
- CSELECT and UPDATE
- DSELECT, INSERT and DELETE
Correct Answer:
B
Reference: http://www.exacthelp.com/2012/01/dmql-tutorial.html
B
Reference: http://www.exacthelp.com/2012/01/dmql-tutorial.html
send
light_mode
delete
Question #13
A customer maintains a high-volume data table, which holds the discounts that are applicable to products. The discount information is needed in various sections in the pricing function to calculate line item prices. It has been identified that the data table queries to fetch the discounts are significantly degrading the performance of the Commerce pricing function.
Which option will improve performance?
Which option will improve performance?
- Asplitting the function into multiple Util library functions
- Bsplitting the function into multiple Commerce library functions
- Cperforming one BMQL query for the data table, storing the results in dictionaries, retrieving the values from the dictionaries, and using them wherever needed
- Dindexing the Util library functions
Correct Answer:
C
C
send
light_mode
delete
Question #14
A new user group has been created in the development environment. Which approach would you use to migrate this new user group to the production environment?
- AMigrate Commerce to the production environment.
- BMigrate new user groups to the production environment.
- CManually create the new user groups in the production environment.
- DMigrate the new users to the production environment.
Correct Answer:
B
B
send
light_mode
delete
Question #15
When using Web Services 1.0, consider the following sequence of a client system calling BigMachines WebServices.
1. Call Security Login WebServices with User ID and Password.
2. Create a Commerce updateTransaction WebServices call by using an existing transaction ID.
3. Make the following updates in the web service XML:
✑ Set Session ID
✑ Set "_snipTo_first_name" to "myName".
4. Submit the WebService call.
5. Call Security Logout WebServices with the Session ID to close the session.
Based on the given sequence, which two statements are true?
1. Call Security Login WebServices with User ID and Password.
2. Create a Commerce updateTransaction WebServices call by using an existing transaction ID.
3. Make the following updates in the web service XML:
✑ Set Session ID
✑ Set "_snipTo_first_name" to "myName".
4. Submit the WebService call.
5. Call Security Logout WebServices with the Session ID to close the session.
Based on the given sequence, which two statements are true?
- AThe Commerce transaction should be updated with the new Ship To name.
- BThe session will still be open.
- CStep 3 does not specify an action to execute; therefore, nothing is updated in the transaction.
- DThe call in step 4 will throw an error.
- EStep 5 is unnecessary; Session ID is not needed to log out.
Correct Answer:
AC
AC
send
light_mode
delete
All Pages