Workday Extend Mock Exam, Exams of Nursing

Workday Extend Mock Exam with updated questions and answers

Typology: Exams

2025/2026

Available from 05/01/2026

nurse-polly
nurse-polly 🇺🇸

342 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
WORKDAY EXTEND MOCK EXAM WITH UPDATED
QUESTIONS AND ANSWERS
What are you not able to do once an app has been promoted from Development? - ANSWERS-Delete
the App
What does wd_common_request_id filter? - ANSWERS-Filters page errors using the common request ID
from a page error message
When added, which of the following would constrain a security policy on a business object? - ANSWERS-
secureByTarget
What does the Validation feature capture in the App Builder? - ANSWERS-App Syntax
PMD Script break down: Adding which of the following attributes to an endpoint would modify the data
before it is sent? - ANSWERS-onSend
What is a Business Object updated by, once approved through a Business Process? - ANSWERS-
Orchestration
How does a Business Process send data to an orchestration? - ANSWERS-By configuring the
orchestration on to a business process step
If you have a Single Instance field, called attendees, that has a view-only security policy but the business
object it lies in has a modify permission policy, what security policy does the attendees have? -
ANSWERS-Both
If an app is failing and the user is not receiving an error message, what should be done to trigger an
error message to alert the user? - ANSWERS-Add a failOnStatusCode 400 to the PMD
pf3
pf4

Partial preview of the text

Download Workday Extend Mock Exam and more Exams Nursing in PDF only on Docsity!

WORKDAY EXTEND MOCK EXAM WITH UPDATED

QUESTIONS AND ANSWERS

What are you not able to do once an app has been promoted from Development? - ANSWERS-Delete the App What does wd_common_request_id filter? - ANSWERS-Filters page errors using the common request ID from a page error message When added, which of the following would constrain a security policy on a business object? - ANSWERS- secureByTarget What does the Validation feature capture in the App Builder? - ANSWERS-App Syntax PMD Script break down: Adding which of the following attributes to an endpoint would modify the data before it is sent? - ANSWERS-onSend What is a Business Object updated by, once approved through a Business Process? - ANSWERS- Orchestration How does a Business Process send data to an orchestration? - ANSWERS-By configuring the orchestration on to a business process step If you have a Single Instance field, called attendees, that has a view-only security policy but the business object it lies in has a modify permission policy, what security policy does the attendees have? - ANSWERS-Both If an app is failing and the user is not receiving an error message, what should be done to trigger an error message to alert the user? - ANSWERS-Add a failOnStatusCode 400 to the PMD

You're making a custom report on an Extend business object named "Restaurant," which has a SINGLE_INSTANCE Worker field called "Created By." What fields can you report on? - ANSWERS-All fields on Restaurant and Worker If you have an app and the user is not receiving all the data on a grid, and you don't expect more than 100 items from ever being called in the endpoint, what should you add to ensure that all data is retrieved? - ANSWERS-isCollection: true If you want to upload up to 100 instances in a single request, what can you add to the URL to enable this? - ANSWERS-?bulk=true What can you add to a number widget to ensure a user can see the text but is unable to edit it? - ANSWERS-Enabled: false What can you add to a text widget to ensure a user can see the text but is unable to edit it? - ANSWERS- Enabled: false What type of widget allows you to create groups of horizontal or vertical widgets? - ANSWERS-section How does a grid call in data? - ANSWERS-By adding endpointName.data to the "rows" field How do you reference the endpoint called for a grid to use in a cell template? - ANSWERS-Using "rowVariable.field" How could you filter by the status of a Business Object? - ANSWERS-Add a single instance field to the business object linked to the business object status and add ?status= with the WID of the status at the end of the URL If you have a flow definition where you have 2 objects in the transitions:order: a which has the condition "<% flowVariables.pageSelection == 'page1' %>"order: b which has the condition "<% flowVariables.pageSelection == 'page2' %>"And you want to add a third option called page 3 that the user is directed to if they choose page3 in the initial flow Variable, what should you set page3's condition to: - ANSWERS-TRUE

Which of the following PMD scripting functions returns a true value if the values of two attributes match? - ANSWERS-<% attrstore.var1 == attrstore.var2 %> What is updated in tenants other than Development during the Weekly Service Updates? - ANSWERS- Model Components How do you turn a page into a pop-up page? - ANSWERS-Use the "micro": true attribute What does setting the "enableIndex" attribute to true on a field in Workday Extend do? - ANSWERS-It enables the field to be indexed, improving the performance of queries involving that field. How can you validate user input in a widget? - ANSWERS-Add logic in the onChange event An Extend business object has a TEXT field. How can you use it as a query parameter in a REST API? - ANSWERS-Set the enableIndex attribute on the field What does the flow definition allow you to do? - ANSWERS-Specify which page to navigate to after an Edit page