MCQs > IT & Programming > AppSheet MCQs > Basic AppSheet MCQs

Basic AppSheet MCQ

1. A ____ is used to display only certain records within a table that meet the specified criteria.

Answer

Correct Answer: Filter

Note: This Question is unanswered, help us to find answer for this one

2. Can the app have icons on the device's home screen?

Answer

Correct Answer: Yes - the icon is a shortcut to AppSheet which then loads the app

Note: This Question is unanswered, help us to find answer for this one

3.
You want to capture GPS locations in one column but AppSheet didn't recognize the column for that purpose. You then:

 

Answer

Correct Answer: Go to Data > Column Structure and change the field type to LatLong

Note: This Question is unanswered, help us to find answer for this one

4.
Which field types let you produce a drop-down list?
 

 

Answer

Correct Answer: ENUM, Ref, and ENUMLIST

Note: This Question is unanswered, help us to find answer for this one

5.
Where can you use Slices in the app?
 

 

Answer

Correct Answer: Controls (views), Workflow Rules, Formatting

Note: This Question is unanswered, help us to find answer for this one

6.
What types of apps can AppSheet build?
 

 

Answer

Correct Answer: Data driven apps from cloud-stored data

Note: This Question is unanswered, help us to find answer for this one

7.
What happens if you change the order of the columns in the back-end spreadsheet of an AppSheet app?

 

Answer

Correct Answer: You must refresh the column structure and review any changes to the app derived from that action

Note: This Question is unanswered, help us to find answer for this one

8.
How does AppSheet manage mobile deployment?
 

 

Answer

Correct Answer: Light deployment model with a "container" app (AppSheet) that serves the app created by the user

Note: This Question is unanswered, help us to find answer for this one

9.
You have a list of locations in a column that AppSheet didn't automatically recognize as an address type. How do you get those locations in a map?
 

 

Answer

Correct Answer: Go to Column Structure and change the column type to Address. Then add a map view that points to the column

Note: This Question is unanswered, help us to find answer for this one

10.
What happens when you have a duplicate primary key?
 

 

Answer

Correct Answer: AppSheet will warn of the duplicate value while creating the app

Note: This Question is unanswered, help us to find answer for this one

11.
Where can users load AppSheet apps?
 

 

Answer

Correct Answer: iOS, Android, and modern mobile and desktop browsers

Note: This Question is unanswered, help us to find answer for this one

12.
Which of the following is NOT a message type (Warnings, Errors, Info) in the AppSheet editor?

 

Answer

Correct Answer: ORANGE: There is an error with the data definition which must be refreshed

Note: This Question is unanswered, help us to find answer for this one

13.
In AppSheet, what are Slices?
 

 

Answer

Correct Answer: A subset of the rows and columns of a table

Note: This Question is unanswered, help us to find answer for this one

14.
What happens when you make an app a Sample App?
 

 

Answer

Correct Answer: The app becomes publicly available in your App Portfolio at www.appsheet.com

Note: This Question is unanswered, help us to find answer for this one

15.
You want to create two apps that look at the same data, but have minor differences in UX. What's a quick way to achieve it?

 

Answer

Correct Answer: Create an app and then copy it while using the same data as the original, then tweak the second app

Note: This Question is unanswered, help us to find answer for this one

16.
What are the two recommended options to "un-deploy" an app?
 

 

Answer

Correct Answer: Delete the app or remove a user email from the whitelist to lock the user out from the app

Note: This Question is unanswered, help us to find answer for this one

17.
What does a Ref type let you do?
 

 

Answer

Correct Answer: It creates a reference between the field and the primary key in another table, generating a drop-down when adding data

Note: This Question is unanswered, help us to find answer for this one

18.
How many views can you add in an app?
 

 

Answer

Correct Answer: Up to 3 views in the bottom bar, unlimited in the "hamburger" menu

Note: This Question is unanswered, help us to find answer for this one

19.
Once your AppSheet App is ready, how do you get it to the intended app users?
 

 

Answer

Correct Answer: Send email invitations to the app users via the Share/Install button

Note: This Question is unanswered, help us to find answer for this one

20.
Which statement best describes the role of columns in AppSheet apps?
 

 

Answer

Correct Answer: Columns define the type of data which then corresponds to specific mobile app behavior

Note: This Question is unanswered, help us to find answer for this one

21.
What's the optimal way for AppSheet apps to run on a mobile device?
 

 

Answer

Correct Answer: First install AppSheet from the App Store, then install your AppSheet app

Note: This Question is unanswered, help us to find answer for this one

22.
When the app user is adding data, how are those changes recorded in the back-end spreadsheet by default?

 

Answer

Correct Answer: As the app creator. The spreadsheet and cloud storage use the credentials of the app creator to update the file

Note: This Question is unanswered, help us to find answer for this one

23.
What happens if I refresh/regenerate the column structure of the app due to major spreadsheet/app changes after I have deployed it?

 

Answer

Correct Answer: App users need to sync the app to get the latest version before submitting new data

Note: This Question is unanswered, help us to find answer for this one

24.
If there is no single column with unique data in the spreadsheet, what would AppSheet attempt next?

 

Answer

Correct Answer: Create a computed key from a composite set of existing columns. If no unique values are available from the composite, it will assign the row number as the primary key

Note: This Question is unanswered, help us to find answer for this one

25.
When you add a view (control), what information is displayed in the app?
 

 

Answer

Correct Answer: You can select the target information. It can be a table or a slice

Note: This Question is unanswered, help us to find answer for this one

26.
You app captures images. How can you change the resolution of the images uploaded through the app?

 

Answer

Correct Answer: Go to Settings > Content > Image upload resolution

Note: This Question is unanswered, help us to find answer for this one

27.
You only want a specific group of people to see the data in the app and not be able to share it. What do you do?

 

Answer

Correct Answer: Require sign-in to the app and manage the user whitelist

Note: This Question is unanswered, help us to find answer for this one

28.
Where are signatures and images stored when captured with AppSheet?
 

 

Answer

Correct Answer: In the App Creator's cloud storage for the app

Note: This Question is unanswered, help us to find answer for this one

29.
You want to display information from two different tables in the same app. What do you do?
 

 

Answer

Correct Answer: Go to the Data tab and add another table.

Note: This Question is unanswered, help us to find answer for this one

30.
What are the different update modes for a given table?
 

 

Answer

Correct Answer: Read Only, Add, Delete, Update, All Changes

Note: This Question is unanswered, help us to find answer for this one

31.
What is the difference between ENUM and ENUMLIST?
 

 

Answer

Correct Answer: ENUMLIST allows multiple selection while ENUM allows single choice

Note: This Question is unanswered, help us to find answer for this one

32.
You want your app to only capture data through a form without showing results of the forms. Which of the following is correct?

 

Answer

Correct Answer: Make the table you plan to use ADDS ONLY, then create a single view in the app that is of Form Type

Note: This Question is unanswered, help us to find answer for this one

33.
Once the app is deployed, how do you know if it's being used?
 

 

Answer

Correct Answer: Use the Stats charts available in Account > Activity

Note: This Question is unanswered, help us to find answer for this one

34.
What AppSheet concept is defined with this description?
 

 

Answer

Correct Answer: Primary Key

Note: This Question is unanswered, help us to find answer for this one

35.
Once the app is ready for deployment, how do you inform people the app is available?
 

 

Answer

Correct Answer: By sending an invitation email from the Share/Install button or user whitelist

Note: This Question is unanswered, help us to find answer for this one

36.
What are App Formulas?
 

 

Answer

Correct Answer: A mechanism to define values that are computed dynamically in the mobile app

Note: This Question is unanswered, help us to find answer for this one

37.
You want to receive an email notification every time a new entry has been made through the app. What do you do?

 

Answer

Correct Answer: Add a Workflow rule in the Settings > Workflow tab to send you an email for data ADDS

Note: This Question is unanswered, help us to find answer for this one

38.
What sub-sections are available under the Data tab in the Advanced Editor?
 

 

Answer

Correct Answer: Tables - Column Structure - Slices

Note: This Question is unanswered, help us to find answer for this one