
C-C4H460-21練習試験テスト最新問題2023年01月
C-C4H460-21試験を一発合格保証問題集!
質問 48
What are the prerequisites for using a deletion patch? Note: There are 2 correct answers to this question.
- A. The solution must NOT have a previous patch created.
- B. The solution must be in Assembled status.
- C. The solution must be a customer-specific solution type.
- D. The solution must be in Deployed-In Correction status.
正解: B,C
質問 49
What activity is supported on the customer's production tenant for lifecycle management of the add- on?
- A. Create a patch solution.
- B. Deploy a solution.
- C. Delete a solution.
- D. Change the namespace of a solution.
正解: B
質問 50
Which file format is supported for translation of texts from SAP Cloud Applications Studio?
- A. XSLT
- B. XLIFF
- C. CSV
- D. TTML
正解: B
質問 51
You need to enable a patch solution in your customer's test tenant. What task do you need to perform?
Note: There are 2 correct answers to this question.
- A. Open and enable the patch solution in the Implementation Manager.
- B. Descope the original solution manually in the SAP cloud solution.
- C. Scope the patch solution manually in the SAP cloud solution.
- D. Delete the original solution and enable the patch in the Implementation Manager.
正解: A,C
質問 52
Which options are available for recurring executions of mass data runs? Note: There are 3 correct answers to this question.
- A. Yearly
- B. Weekly
- C. Monthly
- D. Hourly
- E. Daily
正解: B,C,E
質問 53
For which business entities can you disclose personal data? Note: There are 3 correct answers to this question.
- A. Individual customers
- B. Contacts
- C. Competitors
- D. Accounts
- E. Employees
正解: B,D,E
質問 54
Which of the following options are available in the SAP Extensibility Explorer? Note: There are 3 correct answers to this question.
- A. Change section group
- B. Mashup management
- C. Roles and authorizations
- D. Business configuration object
- E. Change ID
正解: A,B,E
質問 55
You need to add a Delete column in an Advanced List Pane showing a delete bin icon. Which item from the toolbox do you use?
- A. LayoutGridControl
- B. Input Field
- C. Checkbox
- D. LayoutStackPanel
正解: D
質問 56
What do you provide when you create an HTML mashup? Note: There are 3 correct answers to this question.
- A. Floorplan details
- B. Port binding
- C. HTML or JavaScript code
- D. Mashup category
- E. Connection details
正解: B,C,D
質問 57
What type of Web service can you create using external service integration? Note: There are 2 correct answers to this question.
- A. SOAP
- B. REST
- C. XINS
- D. WSFL
正解: A,B
質問 58
Which annotations are used specifically for business objects? Note: There are 2 correct answers to this question.
- A. [Tooltip]
- B. [Description]
- C. [Extension]
- D. [DeploymentUnit]
正解: B,C
質問 59
Which Web service operations can be performed on a custom business object? Note: There are 3 correct answers to this question.
- A. Retrieve
- B. Action
- C. Query
- D. Delete
- E. Read
正解: B,C,E
質問 60
What do you do to create notification rules for a custom business object? Note: There are 2 correct answers to this question.
- A. Enable notification rules for the custom business object.
- B. Include the autogenerated QueryByElements to the enterprise search.
- C. Configure UI navigation by adding the ThingInspector UI of the custom business object.
- D. Configure UI navigation to the ThingType of the customer business object.
正解: A,C
質問 61
Which of the following functions can be accessed from the My Solutions tool window? Note: There are 2 correct answers to this question.
- A. Create a new solution.
- B. Add a new item to the solution.
- C. Display project items of the solution.
- D. Display solution properties.
正解: A,D
質問 62
Which screens are generated for a mass data run object? Note: There are 3 correct answers to this question.
- A. Quick Create (QC)
- B. Work Center View (WCView)
- C. ThingInspector (TI)
- D. Object Worklist (OWL)
- E. Quick Activate (QA)
正解: B,D,E
質問 63
For which activity do you use a local event in the UI designer? Note: There are 2 correct answers to this question.
- A. Perform calculations that are NOT saved in the database.
- B. Execute custom coding.
- C. Bind an outport from one UI to the inport of another UI.
- D. Create navigation between two UIs.
正解: A,B
質問 64
You need to retrieve specific data using the UI designer tool in SAP Cloud Applications Studio. What Content area tab will you use?
- A. Controller tab
- B. Preview tab
- C. Designer tab
- D. DataModel tab
正解: D
質問 65
Which of the following types of mashups can be created in SAP Cloud Applications Studio? Note: There are 2 correct answers to this question.
- A. Data mashup
- B. URL mashup
- C. Business mashup
- D. Consumer mashup
正解: A,B
質問 66
What are the characteristics of action script files? Note: There are 3 correct answers to this question.
- A. Have at least one input parameter
- B. Implemented using Business Object Definition Language (BODL)
- C. Have NO return values
- D. Defined for extension business objects
- E. Defined for custom business objects
正解: A,C,D
質問 67
What are the steps to add an embedded component to a standard screen?
- A. Open the ThingInspector and select the right anchor in the SAP Extensibility Explorer. Select Add View with Embedded Component. Create a binding for the embedded component.
- B. Open the ThingInspector and select the right anchor in the SAP Extensibility Explorer. Select the Change ID
- C. Open the ThingType and select the right anchor in the SAP Extensibility Explorer. Select Change Section Group. Create a binding for the embedded component.
- D. Open the ThingType and select the right anchor in the SAP Extensibility Explorer. Select Adjust Properties. Create a binding for the embedded component.
正解: A
質問 68
Which events are triggered automatically when the user selects the Save button? Note: There are 3 correct answers to this question.
- A. After Loading
- B. Before Save
- C. Any custom action
- D. Validation on Save
- E. After Modify
正解: B,D,E
質問 69
You want to execute a business object operation. Where do you define it?
- A. DataModel tab
- B. Preview tab
- C. Controller tab
- D. Designer tab
正解: C
質問 70
You want to configure a filtered list of object instances in the object work list (OWL). What task will you perform in the controller?
- A. Create and configure an OBN navigation.
- B. Create and configure a new field transformation.
- C. Create and configure a query with a default set.
- D. Create and configure an inport and outport.
正解: C
質問 71
Which of the following are features of a custom action? Note: There are 2 correct answers to this question.
- A. A custom action can be triggered via a button in a standard UI.
- B. A custom action can be implemented in business object extensions.
- C. A custom action can be defined with multiple input parameters.
- D. A custom action can be implemented in a reuse library.
正解: A,C
質問 72
......
SAP Certified Development Associate無料認定試験材料はGoShikenが提供された83問題:https://www.goshiken.com/SAP/C-C4H460-21-mondaishu.html