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

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

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

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

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

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

السؤال #1
Which one of the following is part of the client-side scripting API?
A. workflow
B. GlideUser object (g_user)correct
C. current and previous objects
D. GlideSystem object (gs)
عرض الإجابة
اجابة صحيحة: B
السؤال #2
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
السؤال #3
How many applications menus can an application have?
A. , one for an application?€?s user modules, one for an application?€?s administrator modules, and one for the ServiceNow administrator?€?s modules
B. s many as the application design requires
C. , one for an application?€?s user modules and one for an application?€?s administrator modules
D. , which is used for all application modules
عرض الإجابة
اجابة صحيحة: B
السؤال #4
Access Control debug information identification whether each element of an Access Control granted of denied access. The elements of an Access Control evaluated?
A. Conditions, Script, Roles
B. Script, Conditions, Roles
C. Conditions, Roles, Scriptcorrect
D. Roles, Conditions, Script
عرض الإجابة
اجابة صحيحة: C
السؤال #5
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 functionalitycorrect
C. Customize the organization’s company logo and banner text
D. Configure the outgoing email display name
عرض الإجابة
اجابة صحيحة: B
السؤال #6
Client-side scripts manage what?
A. Forms and Forms Fields
B. Playbook access
C. Database and backendcorrect
D. User access
عرض الإجابة
اجابة صحيحة: C
السؤال #7
When configuring an Access Control which has no condition or script, which one of the following statements is NOT true?
A. table
B. table
C. table
D. table
عرض الإجابة
اجابة صحيحة: D
السؤال #8
Which one of the following is true for GlideUser (g_user) methods?
A. Can be used in Client Scripts and UI Policies only
B. Can be used in Business Rules only
C. Can be used in Client Scripts, UI Policies, and UI Actionscorrect
D. Can be used in Business Rules, and Scripts Includes
عرض الإجابة
اجابة صحيحة: C
السؤال #9
Which of the following features are available to Global applications? (Choose two.)
A. Automated Test Frameworkcorrect
B. Source Control
C. Delegated Development
D. Flow Designercorrect
عرض الإجابة
اجابة صحيحة: AD
السؤال #10
An application has a table named MyTable with the following three fields: field1, field2, field3. Table.none is set for READ for the Admin and Itil roles. Table.field3 is set for the READ by the Admin role only. What with the Itil role be able to read?
A. field2, field3
B. field1, field3
C. field1, field2, field3
D. field1, field2
عرض الإجابة
اجابة صحيحة: D
السؤال #11
What is a Module?
A. The functionality within an application menu such as opening a page in the content frame or a separate tab or window
B. A group of menus, or pages, providing related information and functionality to end-users
C. A way of helping users quickly access information and services by filtering the items in the Application Navigatorcorrect
D. A web-based way of providing software to end-users
عرض الإجابة
اجابة صحيحة: C
السؤال #12
Here is the Business Rule script template: This type of JavaScript function is known as:
A. Constructor
B. Scoped
C. Anonymous
D. Self-invokingcorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #13
Which Application Access configuration field(s) are NOT available if the Can read configuration field is NOT selected?
A. All access to this table via web services
B. Can create, Can update, and Can delete
C. Can read does not affect the availability of other Application Access fieldscorrect
D. Allow configuration
عرض الإجابة
اجابة صحيحة: C
السؤال #14
Which of the following is true about deleting fields from a table?
A. Any field on a table can be deleted
B. User-defined non-inherited fields can be detectedcorrect
C. Inherited fields can be detected
D. Table records are deleted when a field is detected
عرض الإجابة
اجابة صحيحة: B
السؤال #15
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
السؤال #16
In an Email Notification, which one of the following is NOT true for the Weight field?
A. Only Notifications with the highest weight for the same record and recipients are sent
B. A Weight value of zero means that no email should be sentcorrect
C. The Weight value defaults to zero
D. A Weight value of zero means the Notification is always sent when the Notification’s When to send criteria is met
عرض الإجابة
اجابة صحيحة: B
السؤال #17
To see what scripts, reports, and other application artifacts will be in a published application:
A. Enter the name of the Application in the Global search fieldcorrect
B. Open the list of Update Sets for the instancecorrect
C. Examine the Application Files Related List in the application to be published
D. Open the artifact records individually to verify the value in the Application field
عرض الإجابة
اجابة صحيحة: AB
السؤال #18
The source control operation used to store local changes on an instance for later application is called a(n) .
A. Branchcorrect
B. Tag
C. Stash
D. Update set
عرض الإجابة
اجابة صحيحة: A
السؤال #19
What is the name of the guided application creator plugin?
A. com
B. com
C. com
D. glide
عرض الإجابة
اجابة صحيحة: B
السؤال #20
Which of the following statements does NOT apply when extending an existing table?
A. he parent table?€?s Access Controls are evaluated when determining access to the new table?€?s records and fields
B. he new table inherits the functionality built into the parent table
C. he new table inherits all of the fields from the parent table
D. ou must script and configure all required behaviors
عرض الإجابة
اجابة صحيحة: D
السؤال #21
Which of the following is true for the Application Picker and Application Scope?
A. Selecting application from the Application Picker does not set the Application Scope
B. Selecting Global in the Application Picker sets the Application Scope to incident
C. Global is a reserved application which does not appear in the Application Picker
D. Selecting an application from the Application Picker sets the Application Scopecorrect
عرض الإجابة
اجابة صحيحة: D
السؤال #22
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
السؤال #23
Which one of the following is the fastest way to create and configure a Record Producer?
A. Create a Catalog Category, open the category, and select the Add New Record Producer button
B. Use the Record Producer module then add and configure all variables manually
C. Open the table in the Table records and select the Add to Service Catalog Related Link
D. Open the table's form, right-click on the form header, and select the Create Record Producer menu item
عرض الإجابة
اجابة صحيحة: A
السؤال #24
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
السؤال #25
When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
A. ${event
B. ${current
C. ${
D. ${gs
عرض الإجابة
اجابة صحيحة: C
السؤال #26
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
السؤال #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, Rolescorrect
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
عرض الإجابة
اجابة صحيحة: AB
السؤال #28
When designing and creating a form, what do you create to organize fields on a form?
A. Related lists
B. Tabs
C. Sectionscorrect
D. Buttons
عرض الإجابة
اجابة صحيحة: C
السؤال #29
To see what scripts, reports, and other application artifacts will be in a published application:
A. Enter the name of the Application in the Global search field
B. Open the list of Update Sets for the instancecorrect
C. Examine the Application Files Related List in the application to be published
D. Open the artifact records individually to verify the value in the Application field
عرض الإجابة
اجابة صحيحة: B
السؤال #30
When configuring a module, what does the Override application menu roles configuration option do?
A. Users with the module role but without access to the application menu access the modulecorrect
B. Self-Service users can access the module even though they do not have roles
C. Admin is given access to the module even if Access Controls would ordinarily prevent access
D. Users with access to the application menu can see the module even if they don’t have the module role
عرض الإجابة
اجابة صحيحة: A

View The Updated ServiceNow Exam Questions

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

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

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

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

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