Netsuite Developer II Certification Study Guide Questions with
Correct Answers
A custom plug-in type is used to? ✔✔ Create a script interface that can be overridden
with an alternate implementation.
The SuiteScript d
...
Netsuite Developer II Certification Study Guide Questions with
Correct Answers
A custom plug-in type is used to? ✔✔ 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) ✔✔ Yes
What functionality is unique to SuiteCloud processors compared to Script Queues? (2
answers) ✔✔ 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? ✔✔ Company parameter
What SuiteScript 2.0 module can be used to change the time zone from one value to
another? ✔✔ N/format
What SuiteScript page object should be used for a multi-step "wizard-like" user
interface? ✔✔ Assistant
Debugger works only with what kind of script? ✔✔ Server-side
In order to debug a script, you have to be the owner. (T/F) ✔✔ True
Time zone format defaults to _________ unless you use the N/format module. ✔✔
GMT
Which use cases would you need a custom action for? ✔✔ 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) ✔✔
True
Workflow state field values persist throughout the lifecycle of the workflow. (T/F) ✔✔
True
The Create Record action in SuiteFlow works exactly the same way as record.create()
in SuiteScript. ✔✔ True, only if paired with recordObject.save()
SuiteFlow client-side formulas support SuiteScript 2.0 (T/F) ✔✔ FalseFour facts about workflow action scripts ✔✔ 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 ✔✔ 1. Record Fields
2. Workflow instance field
3. State field
Record fields are accessible to any workflow (T/F) ✔✔ True
Workflow instance fields are accessible to a specific workflow (T/F) ✔✔ True
State fields are accessible to a specific state (T/F) ✔✔ True
How often do SuiteTalk endpoints get updated? ✔✔ Twice a year
What components are required for token-based authentication? ✔✔ 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?
✔✔ Yes, only on SuiteCloud plus accounts
What are the unique advantages of using an advanced search in SuiteTalk? ✔✔ 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) ✔✔ False
New SuiteTalk WSDL's are generated when a custom record, field, or lists are created
on the account. (T/F) ✔✔ False, only happens when there is an update to the WSDL,
which is twice a year.
Which SuiteScript entry points are triggered when performing SuiteTalk operations?
✔✔ 1. Before Submit
2. After Submit
Token-based authentication advantages (3) ✔✔ 1. Username/passwords are not
exposed
2. Not affected by PCI-compliance3. More control over security
What are the unique advantages of using an advanced search SuiteTalk? ✔✔ 1. Ability
to reuse saved searches
2. Can be set to return only the specified fields on the results
[Show More]