What is the correct parameter replacement sequence in an AS Java-based SAP system? (Note: the sequences below are sorted by decreasing priority).
Correct Answer: C
Question 2
What is the purpose of a security policy in an AS ABAP-based SAP system? Note: There are 2 correct answers to this question
Correct Answer: A,D
A security policy in an AS ABAP-based SAP system serves multiple purposes, primarily focusing on enhancing system security and compliance. The key aspects of a security policy include: * A. To specify user-specific system logon behavior and password rules:A security policy allows administrators to define rules and behaviors related to user logins, such as password complexity requirements, password expiration, and account lockout policies. These settings help in enforcing strong authentication practices and protecting against unauthorized access. * D. To create security-relevant system profile parameters:The security policy encompasses the definition of system profile parameters that have a direct impact on the security posture of the SAP system. These parameters can control various security aspects, such as network communication security, encryption standards, and authorization checks, ensuring that the system adheres to the desired security standards and best practices. By addressing these areas, a security policy plays a crucial role in safeguarding the SAP system, ensuring that it operates securely and in compliance with organizational and regulatory requirements.
Question 3
What action(s) can you perform in the SAP HANA cockpit to back up the complete database system?
Correct Answer: C
Question 4
What are prerequisites to use the Software Update Manager to apply SAP Support Packages to an AS ABAP-based SAP system? Note: There are 3 correct answers to this question.
Correct Answer: A,B,D
Question 5
What can you do to determine the SAPUI5 patch level in an AS ABAP-based SAP system?
Correct Answer: C
To determine the SAPUI5 patch level in an AS ABAP-based SAP system, one should check the version of the software component SAP_UI (C). This component includes the SAPUI5 libraries and their versions, providing a clear indication of the SAPUI5 patch level currently deployed on the system. The software component version can be viewed in the system via transaction codes such as 'SPAM' or 'SAINT', which display information about installed software components and their versions. Programs like 'WDG_MAINTAIN_UR_MIMES' (A) and '/UI5/UI5_UPLOAD_PATCH_TO_MIME' (D), as well as services like '/sap/public/bc/ui5_ui5' (B), are related to specific maintenance tasks or services and do not directly provide information about the SAPUI5 patch level.