
最新の[2024年02月20日] 実際に出る検証済みのC-TADM-23問題集
合格させるSAP C-TADM-23試験更新されたのは95問があります
質問 # 16
How does SAP HANA encrypt the data persistence layer?
- A. By row level
- B. By column level
- C. By table level
- D. By page level
正解:D
質問 # 17
Which parameters are mandatory when using the HDBLCM tool to install the SAP HANA database system in batch mode? Note: There are 2 correct answers to this question.
- A. SAP HANA System ID (SID)
- B. Password of user sapadm
- C. Data and log path
- D. Installation path
正解:A、B
質問 # 18
Which services can you stop in the SAP HANA cockpit from the SYSTEMDB Manage Services app?
Note: There are 2 correct answers to this question.
- A. Index server
- B. Compile server
- C. Daemon
- D. Preprocessor
正解:B、D
質問 # 19
What action(s) can you perform in the SAP HANA cockpit to back up the complete database system?
- A. Back up the system database and all tenant databases in one step.
- B. Back up the system using a database snapshot and a data snapshot
- C. Back up the system using a fallback snapshot for every database.
- D. Back up the system database and all tenant databases individually.
正解:D
質問 # 20
Which tasks can you perform when using the SAP HANA database lifecycle manager (HDBLCM) from the SAP HANA installation media? Note: There are 2 correct answers to this question.
- A. Extract the SAP HANA database system components.
- B. Uninstall the SAP HANA database system and its components.
- C. Rename the SAP HANA database system.
- D. Update the SAP HANA database system and its components
正解:A、D
質問 # 21
You want to create an ABAP task list in a development system to transport it to the production system.
What must you do?
Note: There are 2 correct answers to this question.
- A. Assign the task list to a customizing transport request.
- B. Activate the task list.
- C. Assign the task list to a workbench transport request.
- D. Assign the task list to a package
正解:B、D
解説:
An ABAP task list is a sequence of ABAP tasks that can be executed automatically or manually in an SAP system. An ABAP task can be a function module, a method, or a report that performs a specific action. To create an ABAP task list in a development system and transport it to the production system, you need to do the following:
Assign the task list to a package. A package is a container for development objects that belong to the same application or software component. By assigning the task list to a package, you enable the transport of the task list along with its dependent objects to other systems.
Activate the task list. Activation is the process of generating the executable code and metadata of the task list and storing them in the database. Only activated task lists can be executed or transported to other systems. You do not need to assign the task list to a customizing or a workbench transport request, as these are different types of transport requests that are used for different purposes. A customizing transport request is used to transport configuration changes that are made in the Customizing IMG. A workbench transport request is used to transport development objects that are created or changed in the ABAP Workbench. A task list is neither a configuration change nor a development object, but a sequence of ABAP tasks that can be executed in any system. Reference: [TADM12], Unit 5: Software Logistics, Lesson: ABAP Task Manager for Lifecycle Management Automation, Slide 5-7; [ADM100], Unit 5: Background Processing, Lesson: ABAP Task Manager for Lifecycle Management Automation, Slide 5-7.
質問 # 22
During the import of a transport request, which tools write log files to the tmp subdirectory of the transport directory? Note: There are 3 correct answers to this question.
- A. Tp
- B. R3load
- C. R3trans
- D. RDDMNTAB
- E. RDDMASGL
正解:C、D、E
質問 # 23
You are importing an SAP Support Package Stack with transaction SPAM. Which steps require SAP system downtime? Note: There are 2 correct answers to this question.
- A. Activation of dictionary objects (DD ACTIVATION)
- B. Modification adjustment of other objects (SPAU)
- C. Modification adjustment of dictionary objects (SPDD)
- D. Import of inactive dictionary objects (DD IMPORT)
正解:A、B
質問 # 24
What are start conditions of a background job in an AS ABAP-based SAP system? Note: There are 2 correct answers to this question.
- A. Occurring of an event
- B. Starling of a dynamic work process
- C. Locking user DDIC in client 000
- D. Reaching a specific date and time
正解:A、D
解説:
A background job in an AS ABAP-based SAP system is a program that runs in the background without user interaction. A background job can be started by two types of start conditions: time-based or event-based. A time-based start condition specifies a specific date and time when the job should start. An event-based start condition specifies an event that triggers the job start. An event is a message that is sent by an application or the system to signal that a certain condition has occurred. For example, an event can be the completion of another job, the creation of a file, or the arrival of an IDoc. Reference: [SAPTEC], Unit 5: Background Processing, Lesson: Scheduling Background Jobs, Slide 8-9; [ADM100], Unit 5: Background Processing, Lesson: Scheduling Background Jobs, Slide 8-9.
質問 # 25
What can you configure by maintaining table HTTPURLLOC?
- A. The path of the URL launched by transaction /UI2/FLP
- B. The URL used by classic applications
- C. The URL of a local Web server for user assistance resources
- D. The hostname of the URL launched by transaction /UI2/FLP
正解:D
質問 # 26
Which file system locations do you need to specify when installing the SAP HANA multi-host database system using the default settings? Note: There are 2 correct answers to this question.
- A. /hana/log/<SID>
- B. /usr/sap/<SID>
- C. /usr/sap/hostctrl
- D. /hana/shared
正解:A、D
質問 # 27
In an SAP S/4HANA server system, which data can you NOT maintain for a technical user?
- A. Parameters
- B. Groups
- C. Address
- D. Roles
正解:C
解説:
In an SAP S/4HANA server system, you can maintain various data for a technical user, such as roles, groups, and parameters. Roles are used to assign authorizations to users, groups are used to organize users into logical units, and parameters are used to set user-specific values for certain system variables. However, you cannot maintain address data for a technical user, as this is only relevant for dialog users who have a personal user master record. Reference: SAP S/4HANA System Administration course [ADM100], Unit 3: User Administration, Lesson: Creating and Maintaining User Master Records, Slide 4-5.
質問 # 28
You are installing an SAP S/4HANA Server 1909 system, using s4xhost as application server host and haxhost as database host. Which actions can Software Provisioning Manager (SWPM) perform? Note: There are 3 correct answers to this question.
- A. Copy the database installation media from s4xhost to haxhost
- B. Copy the database backup media from s4xhost to haxhost
- C. Install the Central Service instance on s4xhost
- D. Set database import parameters for the database running on haxhost
- E. Install the database on haxhost
正解:A、C、D
質問 # 29
You want to perform rapid activation for SAP Fiori. In what order should you run the task lists?
- A. 1. SAP_FIORI_FOUNDATION_S4 2. SAP_GW_FIORI_ERP_ONE_CLNT_SETUP 3.
SAP_FIORI_CONTENT_ACTIVATION - B. 1. SAP_GW_FIORI_ERP_ONE_CLNT_SETUP 2. SAP_FIORI_CONTENT_ACTIVATION 3.
SAP_FIORI_FOUNDATION_S4 - C. 1. SAP_GW_FIORI_ERP_ONE_CLNT_SETUP 2. SAP_FIORI_FOUNDATION_S4 3.
SAP_FIORI_CONTENT_ACTIVATION - D. 1. SAP_FIORI_FOUNDATION_S4 2. SAP_FIORI_CONTENT_ACTIVATION 3.
SAP_GW_FIORI_ERP_ONE_CLNT_SETUP
正解:C
質問 # 30
You want to set up a printer locally on a Microsoft Windows-based AS ABAP. Which host spool access method must you use?
- A. G
- B. U
- C. L
- D. C
正解:D
質問 # 31
What is the correct parameter replacement sequence in an AS Java-based SAP system? (Note: the sequences below are sorted by decreasing priority).
- A. Template default Instance default Template custom Instance custom
- B. Template custom Instance custom Template default Instance default
- C. Instance default Instance custom Template default Template custom
- D. Instance custom Instance default Template custom Template default
正解:A
質問 # 32
Which of the following tools are used when importing a transport request? Note: There are 3 correct answers to this question.
- A. tp
- B. RDDIMPDP
- C. R3load
- D. RDDNEWPP
- E. R3trans
正解:A、B、E
質問 # 33
Which tools can be used to create SAP Fiori catalogs? Note: There are 2 correct answers to this question.
- A. Launchpad customizing (LPD_CUST)
- B. SAP Fiori launchpad settings (/UI2/FLP_CUS_CONF)
- C. SAP Fiori launchpad designer (/UI2/FLPD_CUST)
- D. SAP Fiori launchpad content manager (/UI2/FLPCM_CUST)
正解:C、D
質問 # 34
When performing a local client copy, which client copy profiles are available? Note: There are 3 correct answers to this question.
- A. User master data, user roles, and authorization profiles
- B. Client-specific customizing including the authorization profiles
- C. All client data except change documents
- D. Application data and user master data
- E. Client-specific customizing and cross-client customizing
正解:A、B、C
質問 # 35
What is the purpose of a security policy in an AS ABAP-based SAP system?
- A. To assign selected security attributes and their values to users
- B. To assign selected security attributes and their values to roles
- C. To define possible authentication mechanisms
- D. To define security relevant system profile parameters
正解:D
質問 # 36
In an AS ABAP-based SAP system, a user performs the second dialog step in a dialog transaction.
The dialog work process used in the first dialog step is occupied by a different user. What happens with this second user request?
- A. The request is processed asynchronously by an update work process.
- B. The request remains in the request queue until the dialog work process that handled the first dialog step is free again.
- C. The request is processed by a different free dialog work process.
- D. The dialog work process that handled the first dialog step performs a rollout to handle the request.
正解:C
質問 # 37
You can use operation modes to change the quantity of which work process types? Note: There are 3 correct answers to this question.
- A. Dialog work process
- B. Update work process
- C. Background work process
- D. Standby/restricted/reserved dialog work process
- E. Spool work process
正解:A、C
質問 # 38
......
今すぐ試そう2024年最新の無料更新されたSAP C-TADM-23試験問題と解答:https://jp.fast2test.com/C-TADM-23-premium-file.html