Performance Best Practices Flashcards

1
Q

A guide that is provided for independent software vendors (ISVs) who build custom SuiteApp solutions for deployment into customer accounts.

A

SuiteApp Architectural Fundamentals & Examples (SAFE) Guide

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A license that can enhance performance by increasing the threads available for web services through support of a concurrent web services user. This increases the number of SuiteCloud processors or queues available for scheduled scripts, and increases the number of queues and threads available for CSV import jobs.

A

SuiteCloud Plus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

(True or False) Advanced Search does not allows reference to an existing saved search

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

(SOAP Web Services Performance Optimization) Use this API to run minimal user event scripts for real time integration

A

Context API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(SOAP Web Services Performance Optimization) Ideal list size

A

Around 20 transactions, 50 entities or items, and 100 custom records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

(True or False) For SOAP web services that use token-based authentication (TBA) and for RESTlets, there are no per-user limits for concurrent requests, if ___________ is enabled.

A

Concurrency Governance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

With this SOAP web services requests, your client application sends a request to NetSuite, and the client waits until the request is processed and a response is returned. That is, the application does not proceed with other work until receiving the response.

A

Synchronous requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

With this SOAP web services requests, your client application sends a request to SOAP web services, where it is placed in a processing queue and handled asynchronously with other requests. Your client application does not wait for a response but goes on to other work.

A

Asynchronous requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

SuiteCloud Processors for Standard Service Tier

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

SuiteCloud Processors for Premium Service Tier

A

15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SuiteCloud Processors for Enterprise Service Tier

A

30

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

SuiteCloud Processors for Ultimate Service Tier

A

60

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Integration Concurrency Account base limit per SuiteCloud Plus Licenses

A

Account base limit + (SuiteCloud Plus License x 10)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

This feature is used to process map/reduce scripts and scheduled scripts. A scheduler automatically determines the order in which jobs process.

A

SuiteCloud Processors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

CSV Import Assistant has a limit of?

A

25,000 records or 50 MB per import job

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Governance limits on single invocations of Map

A

1,000 usage units

17
Q

Governance limits on single invocations of Reduce

A

5,000 usage units

18
Q

Governance limits on single invocations of getInputData

A

10,000 usage units

19
Q

Governance limits on single invocations of Summarize

A

10,000 usage units

20
Q

The default value of Deployment Record > Buffer Size field

A

1

21
Q

Recommended Script Execution Time for User Event scripts

A

under 5 seconds

22
Q

Recommended Script Execution Time for Suitelets and Portlets

A

under 10 seconds

23
Q

Recommended Script Execution Time for Scheduled scripts

A

under 5 minutes