QUESTIONS WITH 100% CORRECT ANSWERS
A custom plug-in type is used to? Correct Answer: Create a script interface that
can be overridden with an alternate implementation.
The SuiteScript debugger shares the same database as your production account.
(YES/NO) Correct Answer: Yes
What functionality is unique to SuiteCloud processors compared to Script Queues?
(2 answers) Correct Answer: 1. Automatic load balancing
2. Prioritization on job queues
What script parameter should be used if the field value needs to be managed by the
admin only? Correct Answer: Company parameter
What SuiteScript 2.0 module can be used to change the time zone from one value
to another? Correct Answer: N/format
What SuiteScript page object should be used for a multi-step "wizard-like" user
interface? Correct Answer: Assistant
Debugger works only with what kind of script? Correct Answer: Server-side
In order to debug a script, you have to be the owner. (T/F) Correct Answer: True
Time zone format defaults to _________ unless you use the N/format module.
Correct Answer: GMT
Which use cases would you need a custom action for? Correct Answer: 1. Call a
web service
2. Edit a related record
Workflow state field values can only be set on the state where it's defined. (T/F)
Correct Answer: True
Workflow state field values persist throughout the lifecycle of the workflow. (T/F)
Correct Answer: True
, The Create Record action in SuiteFlow works exactly the same way as
record.create() in SuiteScript. Correct Answer: True, only if paired with
recordObject.save()
SuiteFlow client-side formulas support SuiteScript 2.0 (T/F) Correct Answer:
False
Four facts about workflow action scripts Correct Answer: 1. Synonymous with
custom workflow action
2. Allows additional automation not supported by standard actions
3. Complex computational logic using Javascript and the SuiteScript API
4. Update a sublist (except for the items sublist)
3 Fields accessible to SuiteFlow Correct Answer: 1. Record Fields
2. Workflow instance field
3. State field
Record fields are accessible to any workflow (T/F) Correct Answer: True
Workflow instance fields are accessible to a specific workflow (T/F) Correct
Answer: True
State fields are accessible to a specific state (T/F) Correct Answer: True
How often do SuiteTalk endpoints get updated? Correct Answer: Twice a year
What components are required for token-based authentication? Correct Answer: 1.
Consumer Key/Secret
2. Token Key/Secret
3. Integration Record
Is it possible to get the data center information using REST on SuiteTalk
integrations? Correct Answer: Yes
What are the unique advantages of using an advanced search in SuiteTalk? Correct
Answer: 1. Can be set to return only the specified fields on the results
2. Allows joined search request
Synchronous and asynchronous SuiteTalk operations have the same governance
limits. (T/F) Correct Answer: False