真實的CAD資訊和資格考試中的領導者和CAD考題寶典作為IT認證考試學習資料的專業團隊,VCESoft是您獲得高品質學習資料的來源。無論您需要尋找什么樣子的ServiceNow CAD考古題我們都可以提供,借助我們的CAD學習資料,您不必浪費時間去閱讀更多的參考書,只需花費20 – 30小時掌握我們的ServiceNow CAD題庫問題和答案,就可以順利通過考試。我們為您提供PDF版本的和軟件版,還有在線測試引擎題庫,其中CAD軟件版本的題庫,可以模擬真實的考試環境,以滿足大家的需求,這是最優秀的CAD學習資料。 最新的 Certified Application Developer CAD 免費考試真題 (Q133-Q138):問題 #133
Application developers configure ServiceNow using industry standard JavaScript to...
A. Enable the right-click to edit the context menus on applications in the navigator
B. Extend and add functionality
C. Customize the organization's company logo and banner text
D. Configure the outgoing email display name
答案:B
問題 #134
A scoped application containing Flow Designer content dedicated to a particular application is called a(n):
A. Flow
B. Action
C. Spoke
D. Bundle
答案:C
解題說明: https://docs.servicenow.com/bund ... r/concept/spokes.ht A spoke is a scoped application containing Flow Designer content dedicated to a particular application or record type. Flow Designer provides a set of core actions to automate Now Platform processes. You can add application-specific core actions by activating the associated spoke.
問題 #135
Which of the following are true for reports in ServiceNow? (Choose three.)
A. Can be a graphical representation of data.
B. All users can generate reports on any table.
C. Can be run on demand by authorized users.
D. Any user can see any report shared with them.
E. Can be scheduled to be run and distributed by email.
答案:A,C,E
解題說明: https://docs.servicenow.com/bund ... chedule-report.html Generate and distribute scheduled reports via email.
A report is a graphical representation of data from one or more tables in ServiceNow. The following are true for reports in ServiceNow:
Can be a graphical representation of dat
a. This is true because reports can use various chart types, such as pie, bar, line, or gauge, to visualize data in a meaningful way.
Can be run on demand by authorized users. This is true because reports can be accessed from the Reports menu or the Report Navigator and run by users who have the appropriate roles and permissions to view the data.
Can be scheduled to be run and distributed by email. This is true because reports can be configured to run at a specific time and frequency and send the results to one or more email recipients.
The following are not true for reports in ServiceNow:
Any user can see any report shared with them. This is false because users can only see reports that are shared with them if they also have access to the data source of the report. For example, a user who does not have the itil role cannot see a report based on the incident table, even if the report is shared with them.
All users can generate reports on any table. This is false because users can only generate reports on tables that they have access to and that are enabled for reporting. For example, a user who does not have the admin role cannot generate reports on the sys_user table, which is the table for user records. Reference: Reports, Report Security
問題 #136
In a Business Rule, which one of the following returns true if the currently logged in user has the admin role?
A. gs.hasRoleExactly('admin')
B. gs.hasRole('admin')
C. g_form.hasRole('admin')
D. g_form.hasRoleExactly('admin')
答案:B
解題說明:
Business Rule is server-side, so it uses GlideSystem API. gs.hasRoleExactly doesn't exist
問題 #137
What is the ServiceNow Application Repository?
A. A database for tracking user permissions
B. A database for logging application errors
C. A database containing custom ServiceNow applications
D. A database of ServiceNow provided applications
答案:C
解題說明:
The Application Repository is a central location for storing, managing, and distributing custom applications developed on the Now Platform.
From Developer Site > App Repo:
"The ServiceNow Application Repository stores custom applications and enables developers to distribute applications across multiple instances in their organization."