
CADトレーニング最新認定問題をゲットCertified Application Developer合格目指せ2025年02月16日
認定トレーニングCAD試験問題集テストエンジン
ServiceNow CAD(Certified Application Developer-ServiceNow)認定試験は、ServiceNow プラットフォーム上でアプリケーションを開発する専門家を対象としています。ServiceNow は、幅広い IT サービス管理(ITSM)およびビジネスプロセス自動化(BPA)ソリューションを提供するクラウドベースのプラットフォームです。多くの組織が ServiceNow を採用し、IT およびビジネスの運用を効率化するため、スキルのある ServiceNow 開発者の需要が高まっています。CAD 認定試験は、ServiceNow プラットフォーム上でカスタムアプリケーションを開発する能力を証明する業界で認められた資格です。
ServiceNow CAD認定の専門家になるには、候補者はServiceNowアプリケーション開発における知識とスキルの包括的な評価である認定試験に合格する必要があります。この試験は、複数選択の質問で構成され、ServiceNowトレーニングポータルを通じてオンラインで管理されます。候補者は試験に合格しようとする2つの試みがあり、合格するために少なくとも70%のスコアを達成する必要があります。
質問 # 38
Which of the following statements does NOT apply when extending an existing table?
- A. The new table inherits all of the fields from the parent table
- B. The parent table's Access Controls are evaluated when determining access to the new table's records and fields
- C. The new table inherits the functionality built into the parent table
- D. You must script and configure all required behaviors
正解:C
解説:
Explanation/Reference: https://developer.servicenow.com/dev.do#!/learn/learning-plans/orlando/new_to_servicenow/ app_store_learnv2_buildneedit_orlando_tables
質問 # 39
Which business requirements and process(es) should be documented as part of the application development plan?
Choose 4 answers
- A. Process steps
- B. Business problem
- C. Project schedule
- D. Data input/output
- E. Database capacity
- F. Available licenses
- G. Users/stakeholders
正解:A、B、D、G
解説:
The application development plan is a document that outlines the scope, objectives, deliverables, and timeline of a software project1. It should include the following business requirements and processes:
* Data input/output: This describes what data is needed for the application to function, how the data is collected, stored, processed, and displayed, and what outputs are generated by the application2.
* Business problem: This defines the problem or opportunity that the application aims to address, the current situation, the desired outcome, and the benefits of the solution3.
* Process steps: This details the steps involved in the application development lifecycle, such as planning, designing, testing, deploying, and maintaining the application4.
* Users/stakeholders: This identifies the people who will use, benefit from, or influence the application, their roles, responsibilities, and expectations, and how they will be involved in the project5.
References = 1: Application Development Lifecycle: Phases, Steps and Process3 2: Tips for Writing Business Requirements Documents2 3: Business Requirements Document Template: 7 Components1 4: Requirements Development Steps4 5: What is Business Process Documentation?: 10 Easy Steps to5
質問 # 40
What do you click when you have made modifications to your report, and you want to see the results without saving?
- A. Test
- B. Run
- C. Execute
- D. Preview
- E. Try it
正解:B
質問 # 41
Which one of the following client-side scripts apply to Record Producers?
- A. Client Scripts and UI Policies
- B. UI Scripts and Record Producer Scripts
- C. Catalog Client Scripts and Catalog UI Policies
- D. UI Scripts and UI Actions
正解:C
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/client-scripts/ concept/c_CatalogClientScriptCreation.html
質問 # 42
In Flow Designer, where is the data from an action stored so it can be used in subsequent actions in the flow?
- A. Data Pill
- B. Field Value
- C. Data Element
- D. Field Icon
- E. Data Trigger
正解:A
質問 # 43
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 Super User
- C. Application Admin
- D. Application Fulfiller
正解:C
解説:
An application admin is a role that grants full access to an application and its tables, scripts, and other components1. An application admin can create, modify, and delete any element of the application, as well as publish and install it2. An application typically has an application admin role that is automatically created and assigned to the application creator3.
Reference = 1: Application administration - ServiceNow Docs 2: Application admin role - ServiceNow Docs 3: Application roles - ServiceNow Docs
質問 # 44
Which of the following statements is NOT 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 Field Types tab to the desired destination on the form.
正解:D
解説:
https://docs.servicenow.com/bundle/tokyo-platform-administration/page/administer/form-administration/concept
質問 # 45
Which method is used to retrieve Application Property values in a script?
- A. g_form.getProperty()
- B. g_form.getAppProperty()
- C. gs.getProperty()
- D. gs.getAppProperty()
正解:C
解説:
https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_a
質問 # 46
When configuring a module, what does the Override application menu roles configuration option do?
- A. Admin is given access to the module even if Access Controls would ordinarily prevent access
- B. Users with access to the application menu can see the module even if they don't have the module role
- C. Users with the module role but without access to the application menu access the module
- D. Self-Service users can access the module even though they do not have roles
正解:B
質問 # 47
Why create Applications in ServiceNow?
A) To replace outdated inadequate custom business applications and processes B) To extend service delivery and management to all enterprise departments C) To allow users full access to all ServiceNow tables, records and fields D) To extend the value of ServiceNow
- A. b c and d
- B. a b c and d
- C. a b and d
- D. a b and c
正解:C
解説:
Creating applications in ServiceNow can help businesses replace outdated, inadequate, custom business applications and processes, extend service delivery and management to all enterprise departments, and extend the value of ServiceNow by leveraging its platform capabilities and integrations1234.
Reference = 1: What are Application Services? - ServiceNow 2: What is Application Development? - ServiceNow 3: Custom Applications in ServiceNow - The Cloud People 4: Build Custom Apps in ServiceNow - eBook - ServiceNow
質問 # 48
When selecting the Target table for an import which tables can you select?
Choose 3 answers
- A. Tables which allow write access to other applications
- B. Tables outside of ServiceNow
- C. Tables within the global scope
- D. Related tables, using Dot Walk
- E. Tables within the existing application scope
正解:A、C、E
質問 # 49
In a Business Rule, which one of the following returns the sys_id of the currently logged in user?
- A. gs.getUserSysID()
- B. g_form getUserSysy
- C. g_form getUserID()
- D. gs.getUserID()
正解:D
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/app-store/dev_portal/API_reference/glideSystemScoped/concept/c_GlideSystemScopedAPI.html
質問 # 50
Which of the following is NOT supported by Flow Designer?
- A. Use Delegated Developer
- B. Run a flow from a MetricBase Trigger
- C. Test a flow with rollback
- D. Call a subflow from a flow
正解:C
解説:
Flow Designer is a graphical tool that allows users to automate processes in ServiceNow without coding. The following are supported by Flow Designer:
Call a subflow from a flow. This is a feature that allows users to invoke a subflow, which is a reusable unit of logic, from a flow. This can help simplify complex flows and avoid duplication of logic.
Use Delegated Developer. This is a feature that allows administrators to delegate the development and maintenance of flows and actions to users who are not administrators. This can help distribute the workload and empower non-admin users to create automations.
Run a flow from a MetricBase Trigger. This is a feature that allows users to trigger a flow based on a MetricBase query, which is a way of analyzing time-series data in ServiceNow. This can help automate actions based on data trends and patterns.
The following is not supported by Flow Designer:
Test a flow with rollback. This is not a feature of Flow Designer, but of Automated Test Framework (ATF), which is a tool that allows users to create and run automated tests on ServiceNow applications and features. ATF supports testing flows with rollback, which means reverting any changes made by the flow during the test execution. Reference: Flow Designer, Automated Test Framework
質問 # 51
Why would you build a custom app?
- A. To avoid using a code repository like GiotHub or GitLab
- B. To replace servieNow base tables
- C. To create a custom integration for a 3rd party system
- D. To fulfill is specific use case on internal processes.
正解:C、D
解説:
A possible reason to build a custom app is to fulfill a specific use case on internal processes. For example, you may want to digitize a manual process that is not covered by an existing ServiceNow solution, such as managing inventory, tracking expenses, or scheduling events. Building a custom app on the Now Platform can help you automate workflows, improve data quality, and provide better user experiences. The other options are not valid reasons to build a custom app. To avoid using a code repository like GitHub or GitLab is not a reason to build a custom app, as you can still use source control integration with your custom app development. To create a custom integration for a 3rd party system is not a reason to build a custom app, as you can use integration tools such as IntegrationHub or REST APIs to connect with external systems without creating an app. To replace ServiceNow base tables is not a reason to build a custom app, as it is not recommended to modify or delete base tables that are essential for ServiceNow functionality. Reference: Build Custom Apps in ServiceNow - eBook
質問 # 52
Client-side scripts manage what?
- A. Playbook access
- B. Database and backend
- C. Forms and Forms Fields
- D. User access
正解:C
解説:
https://docs.servicenow.com/bundle/tokyo-application-development/page/script/server-scripting/concept/c_ServerScripting.html
質問 # 53
Which of the following CANNOT be debugged using the Field Watcher?
- A. Access Controls
- B. Business Rules
- C. Script Includes
- D. Client Scripts
正解:C
解説:
Explanation/Reference: https://docs.servicenow.com/bundle/orlando-application-development/page/script/debugging/ concept/c_FieldWatcher.html
質問 # 54
For Application Access there is a configuration option called Allow access to this table via web services.
Which one of the following statements is true when this option is selected?
- A. This option restricts the ability to delete records via web services but records can always be read
- B. The user performing the query via web services must have the correct permissions to access the table's records
- C. This option restricts access only to SOAP web services but does not apply to REST
- D. Even when not selected, users with the correct permissions can use web services to access the table's records
正解:B
解説:
Application Access is a feature that allows you to control the access level of other application scopes to your application's data tables. By selecting the Allow access to this table via web services option, you can enable other application scopes to access your data tables using web services, such as SOAP or REST. However, the user performing the query via web services must have the correct permissions to access the table's records.
The user must have the appropriate roles and access controls to perform the operations on the table, such as create, read, write, or delete.
The other statements are not true when this option is selected. This option does not restrict the ability to delete records via web services, nor does it allow records to be always read. The access to the records depends on the user's permissions and the web service method. This option also does not restrict access only to SOAP web services, but applies to both SOAP and REST web services. Finally, this option is not the only way to enable web service access to the table's records. Even when this option is not selected, users with the correct permissions can use web services to access the table's records, as long as they specify the application scope in the web service request.
References:
* Application Access
* Web service access to scoped applications
質問 # 55
Which one of the following is NOT a UI Action type?
- A. List banner button
- B. Form button
- C. List choice
- D. Form choice
正解:D
解説:
A UI Action is a button, link, or choice that can be clicked by a user to perform an action, such as submitting a form or running a script. The following are UI Action types:
List choice. This is a UI Action that appears as a choice list on a list of records. It can be used to perform an action on multiple records at once, such as deleting or updating them.
Form button. This is a UI Action that appears as a button on a form. It can be used to perform an action on the current record, such as saving or approving it.
List banner button. This is a UI Action that appears as a button on the banner of a list of records. It can be used to perform an action on the entire list, such as exporting or printing it.
The following is not a UI Action type:
Form choice. This is not a UI Action type, but a field type. A form choice is a field that displays a choice list on a form. It can be used to select a value from a predefined set of options, such as priority or state. Reference: UI Actions, Field Types
質問 # 56
......
CAD試験は、ServiceNowアーキテクチャ、データモデル、ユーザーインターフェイス、スクリプト、統合など、さまざまな開発の概念と手法をカバーする高度なレベルの試験です。この試験は、ビジネス要件を満たす複雑なServiceNowアプリケーションを設計、構成、および実装する開発者の能力をテストするように設計されています。
合格確定、ガイドで準備CAD試験:https://jp.fast2test.com/CAD-premium-file.html
Certified Application Developer CAD無料最新のリアル試験問題と回答:https://drive.google.com/open?id=1u0jr5VTrsdwoBmR1KJH4DTPCiMMNJJ5q