Quiz Buzz

Snow preck
Tera Contributor

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.
Table A's records will be installed when:

  • A. Table A is active and extends the Task table
  • B. Table A's records are added to the application record using the Create Application Files context menu item 
  • C. Table A has an automatic number counter for new records
  • D. Table A is not included in the System Clone > Exclude Tables list

What is the ServiceNow store?

A. Downloadable content ServiceNow script archive

B. Alternate name for the ServiceNow Developer Share site

C. The source for ServiceNow Community created developer content

D. Marketplace for free and paid certified ServiceNow applications and integrations

 

When creating a table in a privately-scoped application, which four Access Controls are created for the table?

A. Insert, Delete, Query, Write

B. Create, Delete, Read, Write

C. Create, Delete, Read, Update

D. Insert, Delete, Query, Update

 

Which method is used to retrieve Application Property values in a script?

  • A. gs.getProperty() Most Voted
  • B. g_form.getAppProperty()
  • C. g_form.getProperty()
  • D. gs.getAppProperty()\
3 REPLIES 3

Mark Manders
Mega Patron

What is this? Do you have a question? Are you not aware that something like Google exists or are you really asking people to help you cheat on some kind of interview or test?

What is the purpose of this post?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hi @Mark Manders , I believe you do not have to question the person on this. May be the person is confused on these questions, and he would like to have an open discussion about it in the community. In any case, if you do not wish to help, just ignore the post no? 🙂 

Yashsvi
Kilo Sage

Hi @Snow preck,

You are developing the MyApp application that has a table, Table A. When the MyApp application is installed on an instance, you want Table A's records to be installed as part of the application.
Table A's records will be installed when:

  • A. Table A is active and extends the Task table
  • B. Table A's records are added to the application record using the Create Application Files context menu item 
  • C. Table A has an automatic number counter for new records
  • D. Table A is not included in the System Clone > Exclude Tables list

What is the ServiceNow store?

A. Downloadable content ServiceNow script archive

B. Alternate name for the ServiceNow Developer Share site

C. The source for ServiceNow Community created developer content

D. Marketplace for free and paid certified ServiceNow applications and integrations

 

When creating a table in a privately-scoped application, which four Access Controls are created for the table?

A. Insert, Delete, Query, Write

B. Create, Delete, Read, Write

C. Create, Delete, Read, Update

D. Insert, Delete, Query, Update

 

Which method is used to retrieve Application Property values in a script?

  • A. gs.getProperty() Most Voted
  • B. g_form.getAppProperty()
  • C. g_form.getProperty()
  • D. gs.getAppProperty()\

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