CAD Quizzzz

Snow preck
Tera Contributor

Which of the following features are available to Global applications?

 

a. Source Control

b. Flow Designer

c. Delegated Development

d. Automated Test Framework

 

Which objects can be used in Inbound Action scripts?

a. email

b. event

c. current

d. previous

 

An application has a table named MyTable with the following three fields: field1, field2, field3. Table.none is set for READ for the Admin and Itil roles. Table.field3 is set for the READ by the Admin role only. What with the Itil role be able to read? (select one)

a. field 1, field 2

b. field 2, field 3

c. field 1 , field 3

d. field 1, field 2, field 3

 

Which of the following variables are NOT available in all Business Rules? (Select All That Apply)

a. previous

b. g_scratch pad

c. GlideSystem

d. current

 

Which of the following objects does a before business rule have access to?

a. current

b. previous

c. all the above

d. GlideRecord

 

Which of the following statements must evaluate to true to grant a user access to application table’s record?

a) Conditions configured in the access controls must evaluate to true

b) Scripts configured in the access control must evaluate to true

c) The user has one of the roles specified in the required roles related list

d) Оther matching access controls for the records evaluate to true

 

What debugging method you use in the server side scripting in a scoped application?

a. gs.info ()

b. gs.log ()

c. gs.addinfoMessage()

d. gs.debuglog ()

 

 

2 REPLIES 2

Yashsvi
Kilo Sage

Hi @Snow preck,

 

Which of the following features are available to Global applications?

a. Source Control

b. Flow Designer

c. Delegated Development

d. Automated Test Framework

 

Which objects can be used in Inbound Action scripts?

a. email

b. event

c. current

d. previous

 

An application has a table named MyTable with the following three fields: field1, field2, field3. Table.none is set for READ for the Admin and Itil roles. Table.field3 is set for the READ by the Admin role only. What with the Itil role be able to read? (select one)

a. field 1, field 2

b. field 2, field 3

c. field 1 , field 3

d. field 1, field 2, field 3

 

Which of the following variables are NOT available in all Business Rules? (Select All That Apply)

a. previous

b. g_scratch pad

c. GlideSystem

d. current

 

Which of the following objects does a before business rule have access to?

a. current

b. previous

c. all the above

d. GlideRecord

 

Which of the following statements must evaluate to true to grant a user access to application table’s record?

a) Conditions configured in the access controls must evaluate to true

b) Scripts configured in the access control must evaluate to true

c) The user has one of the roles specified in the required roles related list

d) Оther matching access controls for the records evaluate to true

 

What debugging method you use in the server side scripting in a scoped application?

a. gs.info ()

b. gs.log ()

c. gs.addinfoMessage()

d. gs.debuglog ()

 

Thank you, please make helpful if you accept the solution. 

Sandeep Rajput
Tera Patron
Tera Patron

@Snow preck 

Which of the following features are available to Global applications?

 

a. Source Control

b. Flow Designer

c. Delegated Development

d. Automated Test Framework

 

Which objects can be used in Inbound Action scripts?

a. email

b. event

c. current

d. previous

 

An application has a table named MyTable with the following three fields: field1, field2, field3. Table.none is set for READ for the Admin and Itil roles. Table.field3 is set for the READ by the Admin role only. What with the Itil role be able to read? (select one)

a. field 1, field 2

b. field 2, field 3

c. field 1 , field 3

d. field 1, field 2, field 3

 

Which of the following variables are NOT available in all Business Rules? (Select All That Apply)

a. previous

b. g_scratch pad

c. GlideSystem

d. current

 

Which of the following objects does a before business rule have access to?

a. current

b. previous

c. all the above

d. GlideRecord

 

Which of the following statements must evaluate to true to grant a user access to application table’s record?

a) Conditions configured in the access controls must evaluate to true

b) Scripts configured in the access control must evaluate to true

c) The user has one of the roles specified in the required roles related list

d) Оther matching access controls for the records evaluate to true

 

What debugging method you use in the server side scripting in a scoped application?

a. gs.info ()

b. gs.log ()

c. gs.addinfoMessage()

d. gs.debuglog ()

 

Hope this helps.