ServiceNow Certified Application Developer — Question 142
When creating an application through the Guided Application Creator, what are the options for creating a table? (Choose three.)
Answer options
- A. Run import jobs
- B. Use API calls
- C. Create a table from a template
- D. Create a table from scratch
- E. Link to external tables
- F. Extend a table
- G. Upload a spreadsheet
Correct answer: D, F, G
Explanation
The correct answers, D, F, and G, are valid methods for creating a table within the Guided Application Creator. Creating a table from scratch (D), extending an existing table (F), and uploading a spreadsheet (G) are all supported features, whereas the other options do not directly pertain to table creation.