
Attested C_TADM54_75 Dumps PDF Resource [2022]
Latest C_TADM54_75 Actual Free Exam Questions Updated 210 Questions
SAP C_TADM54_75 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
NEW QUESTION 107
You have installed an SAP system based on AS ABAP+Java (dual stack). The default UME configuration was not changed. Which relationships exist between ABAP and Java authorization concepts?
There are 2 correct answers to this question.
Response:
- A. ABAP roles appear as UME groups.
- B. ABAP authorization profiles appear as UME security roles.
- C. The assignment of ABAP users to ABAP roles appears as the assignment of UME users to UME groups.
- D. The assignment of ABAP users to ABAP groups appears as the assignment of UME users to UME roles
Answer: A,C
NEW QUESTION 108
You analyze the Oracle database alert log and discover the error message "Unable to extend tablespace". What can you do to solve this issue?
There are 3 correct answers to this question.
Response:
- A. Enlarge a data file of the tablespace with a fixed size.
- B. Assign a data file to a different tablespace with more free space.
- C. Create a new tablespace.
- D. Add a new data file.
- E. Set at least one data file of the tablespace to "autoextensible" (AUTOEXTEND ON).
Answer: A,D,E
NEW QUESTION 109
What could prevent you from logging on to an SAP system?
There are 2 correct answers to this question.
- A. Operation mode is switched to "night"
- B. The network connection to the SAP system is broken
- C. Mistyped user name
- D. Missing user authorization
Answer: B,C
NEW QUESTION 110
You want to configure the automatic data transfer from an SAP System Landscape Directory (SLD) to the SAP Solution Manager system. Which of the following configuration steps are necessary?
There are 2 correct answers to this question.
- A. On the SAP Solution Manager system you need to schedule a periodic data transfer job (Job LANDSCAPE_FETCH). This can be done in transaction SMSY_SETUP.
- B. On the SAP Solution Manager system, you need to create a trusted RFC connection of Type "3" to the SLD.
- C. On the SLD system, you need to configure the JCo RFC Provider Service in Visual Administrator.
- D. On the SLD system, you need to trigger an event that starts the data transfer to the SAP Solution Manager system (event START_TRANSFER).
Answer: A,C
NEW QUESTION 111
SAP Solution Manager 4.0 can use an SLD (System Landscape Directory). Which statements are true for the purpose of the SLD?
- A. SLD is only available with the shipment of SAP NetWeaver Process Integration (PI).
- B. SLD is a Java application. Therefore, ABAP applications cannot make use of the
- C. information provided by the SLD
- D. SLD is the landscape-wide information provider for system landscape data and acts as a foundation of many SAP applications.
Answer: D
NEW QUESTION 112
Which statements are correct? (More than one answers are true)
- A. The managers form the Java Enterprise Runtime.
- B. web browser is the standard user interface for AS Java.
- C. AS Java process consists of many threads and all request can be processed in one thread
- D. Each server process in common buffer.
- E. The nodes of AS Java are split into different functional modules called managers and services.
Answer: C,E
NEW QUESTION 113
What are prerequisites if you want to support web scenarios using the HTTP protocol in an AS ABAP-based SAP system?
There are 2 correct answers to this question.
- A. The Internet Communication Manager has to be started.
- B. The Server port has to be defined for the HTTP protocol.
- C. The SAP Web Dispatcher has to be started.
- D. The Logical port has to be defined for the HTTP protocol.
Answer: A,B
NEW QUESTION 114
Which settings are necessary for activating the integrated ITS?
- A. Set the profile parameter rdisp/optimize_web_app to 1.
- B. Set the profile parameter itsp/enable to 1.
- C. Configure the HTML cache of the SAP NetWeaver AS Java.
- D. You need to deploy the necessary HTML templates on the operating system level.
Answer: B
NEW QUESTION 115
You apply SAP support packages to an AS ABAP-based SAP system using the Software Update Manager (SUM).
What is an advantage of using the main configuration setting 'Single system' instead of using the settings
'Standard' or 'Advanced'?
Please choose the correct answer.
Response:
- A. The downtime is shorter.
- B. The shadow instance is installed on the same host as the primary application server (PAS).
- C. The overall runtime of the update process is shorter.
- D. The ABAP load generation is performed on the shadow repository.
Answer: C
NEW QUESTION 116
An SAP system's Oracle database has four online redo logs, also known as database transaction logs.
Each online redo log has a mirrored copy. What is the effect of a log file switch?
- A. The current online redo log is copied to its mirrored copy, then the next online redo log becomes open for writing.
- B. The database switches between writing to the original redo log files and the mirrored redo log files.
- C. The current online redo log is closed and the next online redo log becomes open for writing. The ARCH process is triggered to begin backing up the recently closed redo log.
- D. The database alternates between writing to the online and offline redo log files.
Answer: C
NEW QUESTION 117
When performing modification adjustments for the ABAP Dictionary, using transaction SPDD (Modification Adjustment Dictionary) during an SAP System upgrade of the development system, which of the following statements are true?
There are 2 correct answers to this question.
- A. Modification adjustments with transaction SPDD (Modification Adjustment
- B. Dictionary) are performed during the upgrade, to avoid data loss when customers have changed the standard ABAP Dictionary objects.
- C. Customer-developed reports in the customer name range are adjusted with transaction SPDD during the upgrade.
- D. Objects which may need to be adjusted in transaction SPDD (Modification Adjustment Dictionary) are, for example, domains, data elements, and table definitions.
- E. Modification adjustments for the ABAP Dictionary are performed after the upgrade.
- F. Objects which may need to be adjusted in SPDD (Modification Adjustment Dictionary) are, for example, views and reports.
Answer: A,D
NEW QUESTION 118
You connect SAP GUI for Windows front ends to an SAP system using a WAN (Wide Area Network) connection. Which of the following do you need to consider regarding network bandwidth?
There are 3 correct answers to this question.
- A. The volume of "non-SAP-related" traffic (for example, office documents) using the same connection
- B. Using SAP's advanced online data compression technology (SAP ODCT) to minimize the network load
- C. The amount of data transferred from the database to the application server
- D. Activating the "Low speed connection" indicator for remote connections
- E. The number of dialog steps being processed using this line
Answer: A,D,E
NEW QUESTION 119
In SAP NetWeaver, several components need the ABAP and the JAVA stack. The customer has decided to install both stacks in one database. A default schema user is created for each stack. In which Oracle database table are these users physically stored and how are they named? The SAP is LNX and the instance number is
03.
There are 2 correct answers to this question
- A. Table. users; ABAP and JAVA Schema owner: SAPLNX
- B. Table. dba_user; Java user: ORALNXDB
- C. Table. dba_users; ABAP schema owner: SAP<SCHEMA-ID>
- D. Table. dba_users; JAVA schema owner: SAP<SCHEMA-ID>DB
- E. Table. dba_user; ABAP schema owner: ORALNX
Answer: C,D
NEW QUESTION 120
What can transaction RZ20 be used for?
Choose the correct answer(s).
- A. Configuring and monitoring the firewall
- B. Monitoring the database and the SAP system
- C. Updating data
- D. Database backup
Answer: B
NEW QUESTION 121
Which of the following checks are useful for database performance monitoring?
There are 3 correct answers to this question.
- A. Check the shared cursor cache for expensive SQL statements.
- B. Check for tables with more than 100 extents.
- C. Check the data buffer quality.
- D. Check the filling degree of tablespaces.
- E. Check if the Optimizer statistics are refreshed regularly.
Answer: A,C,E
NEW QUESTION 122
What system behavior can be achieved by using specific profile parameters in AS ABAP- based SAP systems?
There are 2 correct answers to this question.
- A. You can set the minimum password length.
- B. You can generally deactivate authorization checks in the complete SAP system (for example, in Sandbox systems).
- C. You can enable an emergency "master user", named "SAP_ALL".
- D. You can set an expiration time for passwords.
Answer: A,D
NEW QUESTION 123
For UNDO tablespaces, which of the following statements are true?
There are 2 correct answers to this question.
- A. Undo segments are overwritten first after undo retention time.
- B. To avoid a tablespace overflow, the UNDO tablespace can be set to be autoextensible.
- C. Transformation of rollback- to undo tablespace can be performed with BRSPACE in a one-step procedure.
- D. The UNDO tablespace MUST be a dictionary managed tablespace.
- E. Storage parameters of all undo segments should be equal.
Answer: A,B
NEW QUESTION 124
What can you schedule with transaction SM36 (Define Background Job) as a step within a background job in AS ABAP-based SAP systems?
There are 3 correct answers to this question.
- A. External commands
- B. Function modules
- C. Executable ABAP programs
- D. External programs
- E. ABAP transactions
Answer: A,C,D
NEW QUESTION 125
Which of the following statements about the required RFC connections in CUA are correct?
Choose the correct answer(s).
- A. An RFC connection from the central system "to itself" is required.
- B. Certain roles for the communication users are required only during CUA setup, and can then be removed from the relevant user master records.
- C. An RFC connection from the child system to itself is required.
- D. The user in the RFC connection must be a dialog user.
- E. The RFC connections must be specified entirely in uppercase letters and must be identical to the name of the addressed logical system.
Answer: A,B,E
NEW QUESTION 126
You are running an AS ABAP-based SAP system. Which of the following can you achieve by using operation modes?
There are 2 correct answers to this question
- A. You can switch background work processes to dialog work processes.
- B. You can define the number of work processes reserved for RFC communication.
- C. You can switch spool work processes to dialog work processes.
- D. You can define the number of background work processes reserved for jobs of class "A".
Answer: A,D
NEW QUESTION 127
Which tools in the SAP NetWeaver AS 7.00 ABAP and Java Stack are responsible for the registration process in the System Landscape Directory (SLD)?
There are 2 correct answers to this question.
- A. The main ABAP transaction to inform the SLD is RZ70. The SAP gateway is involved.
- B. The transaction RZ21 allows the configuration of the SLD connection.
- C. SAP systems based on AS Java can register to the SLD using the SLD Data Supplier Service in Visual Administrator.
- D. SAP systems based on AS Java cannot register to the SLD.
- E. The whole mechanism to register an ABAP based SAP system is event triggered. Once a change in the configuration happens, a background job informs the SLD.
Answer: A,C
NEW QUESTION 128
How can you begin to leverage your Governance, Risk, and Compliance programs to optimize performance?
Choose the correct answer(s).
- A. Know business-related risks
- B. Know what reserves your company has for litigation
- C. Know your business
- D. Know compliance and policy requirements
Answer: A,C,D
NEW QUESTION 129
......
C_TADM54_75 Certification Overview Latest C_TADM54_75 PDF Dumps: https://www.actualtorrent.com/C_TADM54_75-questions-answers.html