لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
One of the uses of the ServiceNow REST API Explorer is:
A. Practice using REST to interact with public data providers
B. Find resources on the web for learning about REST
C. Convert SOAP Message functions to REST methods
D. Create sample code for sending REST requests to ServiceNowcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #2
When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?
A. Use the Choice data type to limit options in a field
B. Use the Data data type to enter the date and time of day
C. Use the Phone Number data type to automate phone number data validation
D. Use the string data type for a free-form text field
عرض الإجابة
اجابة صحيحة: C
السؤال #3
Which one of the following is NOT a purpose of application scoping?
A. rovide a relationship between application artifacts
B. rovide a way of tracking the user who developed an application
C. rovide a namespace (prefix and scope name) to prevent cross application name collisions
D. rovide controls for how scripts from another scope can alter tables in a scoped application
عرض الإجابة
اجابة صحيحة: B
السؤال #4
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. producer
B. producer
C. current
D. current
عرض الإجابة
اجابة صحيحة: B
السؤال #5
There is a basic strategy when creating a Utils Script Include. Identify the step that does not belong.
A. Identify the tablecorrect
B. Script the function(s)
C. Create a class
D. Create a prototype object from the new class
عرض الإجابة
اجابة صحيحة: A
السؤال #6
Which one of the following is NOT a purpose of application scoping?
A. Provide a relationship between application artifacts
B. Provide a way of tracking the user who developed an applicationcorrect
C. Provide a namespace (prefix and scope name) to prevent cross application name collisions
D. Provide controls for how scripts from another scope can alter tables in a scoped application
عرض الإجابة
اجابة صحيحة: B
السؤال #7
What syntax is used in a Record Producer script to access values from Record Producer form fields?
A. Aproducer
B. Bproducer
C. Ccurrent
D. Dcurrent
عرض الإجابة
اجابة صحيحة: B
السؤال #8
The task table is an example of which of the following? Choose 2 answers
A. Legacy classcorrect
B. Child class
C. Base classcorrect
D. Parent classcorrect
عرض الإجابة
اجابة صحيحة: ACD
السؤال #9
A customer requests the following data quality measures be added: 1. Incident numbers should be read-only on all lists and forms, for all users. 2. Short Description field should be mandatory, on all records, across all applications, on Insert. Which type of policy would you use to meet this requirement?
A. ADictionary Design Policy
B. BField Criteria Policy
C. CData Quality Policy
D. DData Policy
عرض الإجابة
اجابة صحيحة: D
السؤال #10
Which one of the following client-side scripts apply to Record Producers?
A. Catalog Client Scripts and Catalog UI Policiescorrect
B. UI Scripts and UI Actions
C. UI Scripts and Record Producer Scripts
D. Client Scripts and UI Policies
عرض الإجابة
اجابة صحيحة: A
السؤال #11
Which of the following CANNOT be debugged using the Field Watcher?
A. Business Rules
B. Script Includes
C. Client Scripts
D. Access Controlscorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #12
When configuring a REST Message, the Endpoint is:
A. The commands to the REST script to stop execution
B. The URI of the data to be accessed, queried, or modifiedcorrect
C. Information about the format of the returned data
D. The response from the provider indicating there is no data to send back
عرض الإجابة
اجابة صحيحة: B
السؤال #13
Which of the following statements is true for the Form Designer? a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. b) To create a new field on a form’s table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. d) To add a section to the form layout, drag it from the Fie
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and ccorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #14
Which one of the following is NOT a debugging strategy for client - side scripts?
A. g_form
B. Field Watcher
C. jslog()
D. gs
عرض الإجابة
اجابة صحيحة: D
السؤال #15
What are the three key tables in an enterprise CMDB? Choose 3 answers
A. Asn_cmdb_ci
B. Bcmdb
C. Ccmdb_bak
D. Dsn_cmdb
E. Ecmdb_rel_ci
F. Fcmdb_ci
G. Gsn_cmdb_bak
عرض الإجابة
اجابة صحيحة: BEF
السؤال #16
Which one of the following is the baseline behavior of a table in a privately-scoped application?
A. The table and its data are not accessible using web services
B. Any Business Rule can read, write, delete, and update from the table
C. Only artifacts in the table’s application can read from the table
D. All application scopes can read from the tablecorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #17
Which of the following statements does NOT apply when extending an existing table?
A. The parent table’s Access Controls are evaluated when determining access to the new table’s records and fields
B. The new table inherits the functionality built into the parent table
C. The new table inherits all of the fields from the parent table
D. You must script and configure all required behaviorscorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #18
Which one of the following is NOT a method used for logging messages in a server-side script for a privately- scoped application?
A. gs
B. gs
C. gs
D. gs
عرض الإجابة
اجابة صحيحة: A
السؤال #19
Which of the following are configured in an Email Notification? a) Who will receive the notification. b) What content will be in the notification. c) When to send the notification. d) How to send the notification.
A. a, b and ccorrect
B. a, b, and dcorrect
C. b, c and d
D. a, c and d
عرض الإجابة
اجابة صحيحة: AB
السؤال #20
Which of the following are true for reports in ServiceNow?(Choose three.)
A. Any user can see any report shared with them
B. Can be a graphical representation of data
C. All users can generate reports on any table
D. Can be run on demand by authorized users
E. Can be scheduled to be run and distributed by email
عرض الإجابة
اجابة صحيحة: ABDE
السؤال #21
When creating application tables, a user role is automatically added to the table record. Which other role does an application typically have?
A. Application Manager
B. Application Fulfiller
C. Application Super User
D. Application Admin
عرض الإجابة
اجابة صحيحة: D
السؤال #22
Which of the following statements is true for the Form Designer? a) To add a field to the form layout, drag the field from the Fields tab to the desired destination on the form. b) To create a new field on a form's table, drag the appropriate data type from the Field Types tab to the form and then configure the new field. c) To remove a field from the form layout, hover over the field to enable the Action buttons, and select the Delete (X) button. d) To add a section to the form layout, drag it from the Fie
A. a, b, c, and d
B. b, c, and d
C. a, b, and d
D. a, b, and c
عرض الإجابة
اجابة صحيحة: D
السؤال #23
Application developers configure ServiceNow using industry standard JavaScript to`|
A. nable the right-click to edit the context menus on applications in the navigator
B. xtend and add functionality
C. ustomize the organization?€?s company logo and banner text
D. onfigure the outgoing email display name
عرض الإجابة
اجابة صحيحة: B
السؤال #24
Which one of the following is true?
A. A UI Policy’s Actions execute before the UI Policy’s Scriptscorrect
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actions
D. A UI Policy’s Actions and Scripts execute at the same time
عرض الإجابة
اجابة صحيحة: A
السؤال #25
Which one of the following is NOT a UI Action type?
A. List choicecorrect
B. Form button
C. List banner button
D. Form choice
عرض الإجابة
اجابة صحيحة: A
السؤال #26
Which one of the following is true?
A. A UI Policy’s Actions execute before the UI Policy’s Scriptscorrect
B. The execution order for a UI Policy’s Scripts and Actions is determined at runtime
C. A UI Policy’s Scripts execute before the UI Policy’s Actionscorrect
D. A UI Policy’s Actions and Scripts execute at the same time
عرض الإجابة
اجابة صحيحة: AC
السؤال #27
Modules must have a Link type. Which one of the following is a list of Link types?
A. List of Records, Separator, Catalog Type, Roles
B. Assessment, List of Records, Separator, Timeline Pagecorrect
C. List of Records, Content Page, Order, URL (from arguments:)
D. Assessment, List of Records, Content Page, Roles
عرض الإجابة
اجابة صحيحة: B
السؤال #28
Which of the following scripts do not always run on the server side?
A. Script Includes
B. Business Rule
C. UI Action
D. Script Action
عرض الإجابة
اجابة صحيحة: C
السؤال #29
Which platform feature can be used to determine the relationships between field in an Import Set table to field in an existing ServiceNow table?
A. Business Service Management Map
B. Data Sources
C. Transform Mapcorrect
D. Cl Relationship Builder
عرض الإجابة
اجابة صحيحة: C
السؤال #30
What are the ways to designate data tables when Guided Application Creator (GAC)? Choose 3 answers
A. Upload an existing PDFcorrect
B. Create a new table on the platformcorrect
C. Use an existing table on the platform
D. Upload an existing spreadsheetcorrect
E. Upload an existing word processing document
F. Use a freeform database
عرض الإجابة
اجابة صحيحة: ABD

View The Updated ServiceNow Exam Questions

SPOTO Provides 100% Real ServiceNow Exam Questions for You to Pass Your ServiceNow Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف: