ACD-201 Exam Question 21

You're creating a new record type with data sync enabled. Users in the "ACME Employees" group must be able to access the record list and start the New Case action.
What are two valid steps that you should perform to grant users the appropriate access? (Choose two.)
  • ACD-201 Exam Question 22

    A view is created with the primary table PERSON and is joined using a left join with the APPOINTMENT table on the column "PERSON_ID". There is a one-to-many relationship between the PERSON and APPOINTMENT tables.
    A Custom Data Type (CDT) and a data store entity have been created based on this view, with the primary key being "PERSON_ID".
    Review the data presented in the PERSON and APPOINTMENT tables:

    Which two statements are true when the following query entity is executed? (Choose two.)
  • ACD-201 Exam Question 23

    You notice that a process consumes a significant amount of memory. The process involves ingesting long strings from a web service and saving them to the database using a looping approach. The string output is saved to a process variable with data type Text.
    Which two options will reduce the memory usage? (Choose two.)
  • ACD-201 Exam Question 24

    You need to assign a user input task to three different groups of users: Group A, Group B, and Group C.
    Each task form shares some common components with the following key differences:
    Group B will receive a task that includes an additional section.
    Group C will only view and enter data for one section.
    What should you do?
  • ACD-201 Exam Question 25

    You're creating an interface to display all the employees of a company on a staff list.
    You decide to use a!gridField() to create a user grid to display information from the company's AAA_Employee record, which has 42 fields relating to various employee information. To avoid cluttering the grid, you want to show six (6) fields on the grid.
    How should you optimize the interface?