



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Workday Extend Mock Exam UPDATED ACTUAL Questions and CORRECT Answers
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Workday Extend Mock Exam UPDATED ACTUAL Questions and CORRECT Answers What is updated in tenants other than Development dur- ing the Weekly Service Updates? What are you not able to do once an app has been pro- moted from Development? What does wd_common_request_id filter? When added, which of the following would constrain a security policy on a business object? What does the Validation feature capture in the App Builder? PMD Script break down: Adding which of the following attributes to an endpoint would modify the data before it is sent? What is a Business Object updated by, once approved through a Business Process? How does a Business Process send data to an orchestra- tion? 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? If an app is failing and the user is not receiving an error message, what should be done to trigger an error mes- sage to alert the user? 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?
Model Components Delete the App Filters page errors using the common request ID from apage error message secureByTarg etApp Syntax onSend Orchestration By configuring the orchestration on to a business processstep Both Add a failOnStatusCode 400 to the PMD isCollection: true
You try to delete an Event business object because the event is canceled, but you receive an error stating that there are attached instances. What should you do? In Workday Extend, how does a button redirect a user to a new page when clicked? What does enabling a report as a web service in Workday Extend allow you to do? When can a constrained security group be applied to a field in a Workday Extend model object? You are using an app that has a multi-instance field what should you do in order to prevent performance issues? Which of the following PMD scripting functions correctly checks if a user has selected a value from a dropdown widget, and if so, sets a text widget's value to the selected value or clears the error if the value is valid? What is the purpose of a script module in Workday Ex- tend? If you have an incomplete flow definition and you want to allow a user to exit a flow, what is the best option to allow this? Which of the following PMD scripting functions returns a true value if the values of two attributes match? How do you turn a page into a pop-up page? What does setting the "enableIndex" attribute to true on a field in Workday Extend do? How can you validate user input in a widget? An Extend business object has a TEXT field. How can you use it as a query parameter in a REST API? The taskId in the taskReference links to the AMD, where the routing pattern is linked. It enables the report to be accessed via a REST API, allow- ing external systems to query the data When the field is a single-instance and the "secured by target" attribute is turned on Keep the count of instances per MULTI_INSTANCE field less than 1000. <% if (empty(dropdownWidget.value[0])) { textWid- get.setError('Please select a value'); } else { tex- tWidget.setValue(dropdownWidget.value[0]); textWid- get.clearError(); } %> It allows you to define reusable scripts and functions that can be called across multiple PMD pages within the app. By setting the pageType attribute to "confirm" on the final page <% attrstore.var1 == attrstore.var2 %> Use the "micro": true attribute It enables the field to be indexed, improving the perfor- mance of queries involving that field. Add logic in the onChange event Set the enableIndex attribute on the field
What does the flow definition allow you to do? You're making a custom report on an Extend business ob- ject named "Restaurant," which has a SINGLE_INSTANCE Worker field called "Created By." What fields can you report on? Specify which page to navigate to after an Edit page All fields on Restaurant and Worker