0% found this document useful (0 votes)
2K views20 pages

C TADM55a 75. Telegram

The document contains questions about SAP system concepts, transport management, and database administration. It covers topics like the information stored in the System Landscape Directory, locks and enqueue servers, application server processes, message server tasks, transport management tasks and configurations, transport request imports, and SAP HANA database administration topics like privileges, persistence, monitoring tools, and bringing a distributed system online.

Uploaded by

SAP E-learn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views20 pages

C TADM55a 75. Telegram

The document contains questions about SAP system concepts, transport management, and database administration. It covers topics like the information stored in the System Landscape Directory, locks and enqueue servers, application server processes, message server tasks, transport management tasks and configurations, transport request imports, and SAP HANA database administration topics like privileges, persistence, monitoring tools, and bringing a distributed system online.

Uploaded by

SAP E-learn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

C_TADM55A_75

SAP System Concepts

1. What information is stored in the System Landscape Directory?


A. Authorization information
B. Buffer information
C. Component information
D. Alert information
2. You are running an AS ABAP-based SAP system.Where are the locks
storedthat have NOT yet been passed to an update task?
A. On the file system level of the instance on which the enqueue server is
running
B. In the main memory of the enqueue server
C. In the database of the SAP system
D. In the user context of the user that has applied for the lock
3. Which processes can run on an additional application server (AAS)
instance foran AS ABAP 7.50-based system? Note:There are 2 correct
answers to this question.
A. Update work process
B. Message server process
C. Enqueue work process
D. lntemet Communication Manager process
4. What tasks does the AS ABAP message server perform? Note:There
are 2correct answers to this question.
A. It manages the logical locks of SAP transactions in the lock table.
B. It enables communication between the ABAP dispatchers of the application
servers.
C. It saves the processing requests in request queues and distributes them to
the corresponding work processes.
D. It provides information about the instances of the system that are currently
available.
Transport Management

5. You are setting up a new transport domain with the Transport


Management System (transaction STMS). What is created
automatically? Note:There are 2correct answers to this question.
A. The tp parameter file TP_<domain name>.PFL
B. The transport group GROUP_<SID>
C. The backup domain controller
D. The transport directory
C_TADM55A_75

6. You are running a three system landscape DEV - QAS -PRD. When
importing the latest support package stack into the DEV system with
transaction SPAM,youneed to perform a modification adjustment in
transaction SPDD.What options do you have for the SPDD modification
adjustment to avoid data loss when importing the SAP support package
stack into the QAS system? Note: There are 2 correct answers to this
question.
A. Bind the SPDD modification adjustment transport from the DEV system into
the support package stack queue.
B. Perform the SPDD modification adjustment manually when prompted.
C. Import the SPDD modification adjustment transport from the DEV system
after the import of the support package stack.
D. Import the SPDD modification adjustment transport before starting SPAM.

7. A developer has performed a change to a repository object and has


recorded thischange within a task of a transportable transport
request.What happens when the developer releases the task of this
transport request?
A. The system creates a version of the repository object in the version database.
B. The system creates a data file and a cofile for this transport request.
C. The system removes the repository lock for this object.
D. The object list of the task is copied to the object list of the transport request

8. You have started the import of a transport request and the "MainImport"
phase istaking a very long time.What can you do to verify that the import is
still running?

A. In the process list of the operating system,check that the R3trans process is
still running.
B. In the Data Browser (transaction SE16),check that there are NO entries in
table E071.
C. In the Work Processes of All AS Instances overview (transaction
SM66),check that at least one work process of type Dialog is running for
userDDIC.
D. In the Simple Job Selection (transaction SM37),check that job RDDIMPDP is
still running.
9. In the import queue of system FSP,you find that the "Import All Requests"
button is missing but the "Import Request" button is available (see
attached screenshot).what can be the reason for this?
C_TADM55A_75

A. The transport request does NOT match the component version of the FSP
system.
B. FSP is a virtual system.
C. There is only one transport request waiting for import into the FSP system.
D. The transport strategy is set to Single Transports.

10. You are using the TMS QA approval procedure. You are using the option that
requires transport requests to be approved by the department only.What
happens when a transport request is approved by an authorized user?
A. The import of the transport request into the subsequent SAP systems starts.
B. The transport request is added to the import queue of the subsequent SAP
systems.
C. The status of the transport request in the subsequent SAP systems is set to
active.
D. The transport administrator is informed via the special transport workflow.

11. You have set up a three-system landscape using the standard


configuration"three systems in group" with the development system
DEV.the quality assurance system QAS, and the production system
PRD.
Which transport routes are included in this landscape?
A. One delivery route from DEV to QAS and one consolidation route from QAS
to PRD
B. One consolidation route from DEV to QAS and one delivery route from QAS
to PRD
C. One delivery route from DEV to QAS, one consolidation route from QAS to
the transport target group /QAS/ and one consolidation route from /QAS/
toPRD
D. Two consolidation routes from DEV to QAS and one delivery route from QAS
to PRD
12. On operating system level,in the <transport directory>/log directory,you
find theDEVA991206.XYZ file.What is the content of this file?

A. The cofile of transport request DEVK991206, which is waiting for import into
the XYZ system
B. The log for the Dictionary activation of transport request DEVK991206 in the
C_TADM55A_75

XYZ system
C. The log for the export of transport request DEVK991206 from the XYZ system
D. The trace file from transaction Performance Trace (ST05) for imports into the
XYZ system from December 6, 1999.
13. What tasks are performed by background job RDDIMPDP?

A. Perform the import of ABAP Dictionary objects from the data file to the
database.
B. Perform the main import of repository objects from the data file to the
database.
C. Start follow-up jobs that perform further import-related actions such as ABAP
Dictionary activation.
D. Dispatch the data files of the transport requests to R3trans processes on
operating system level.

14. What happens in the target system during the "Execution of user-
definedactivities (XPRA)" import phase?
A. ABAP programs flagged as XPRA are started.
B. ABAP Dictionary structural data is imported inactively.
C. All ABAP programs and screens of the transport request(s) are generated.
D. The object list for manual modification adjustments is calculated.

15. In your development system DEV you are changing program


ZPROGRAMwhich has MNT as original system attribute. You record
the changes in a workbench request task.What is the task type when
you release it?

A. Unclassified
B. Development/Correction
C. Customizing
D. Repair
16. What do you need to do before you can assign a transport request
to anImplementation Guide (IMG) project?
A. Activate the Change and Transport System (CTS) functions for theIMG
project.
B. Activate theIMG project in the Transport Management System.
C. EnableIMG logging for theIMG project.
D. Assign theIMG project to a transport route

Database Administration
.
17. A technical user is required when you register an SAP HANA system as a
C_TADM55A_75

resource in SAP HANA cockpit 2.0. Which system privilege do you assign to the
technical user account on the target system?
A. MONITOR ADMIN
B. USER ADMIN
C. DATA ADMIN
D. CATALOG READ
17) Which SAP HANA features ensure that committed data is NOT lost if there
isa power failure? Note:There are 2 correct answers to this question.
A. Undo logs
B. Persisted redo logs
C. Delta merge
D. Automatic savepoints
18) You install an SAP HANA database and SAP NetWeaver AS ABAP 7.5
on one server. This system will be the productive system. Which of the
followinginstallation requirements are mandatory?
Note:There are 2 correct answers to this question.
A. The instance number for the SAP NetWeaver AS ABAP system and the SAP
HANA database must be the same.
B. The memory resources for the SAP NetWeaver AS ABAP system and the
SAP HANA database must be added.
C. The SystemID (SID) for the SAP NetWeaver AS ABAP system and the SAP
HANA database must be different.
D. The disk resources for the SAP NetWeaver AS ABAP system and the SAP
HANA database must be the same.
19) A security restriction prohibits you to create a direct SOL connections to
the productive SAP HANA system. Which tools can you use to monitor
the systemalerts of the SAP HANA database?

Note:There are 2 correct answers to this question.

A. SAP HANA cockpit 2.0


B. DBA Cockpit
C. Platform Lifecycle Management
D. SAP HANA studio
20) Which command do you execute to bring a distributed SAP HANA database
system to a fully operational state?
A. sapcontrol -nr <instance number> -function Start
B. ALTER SYSTEM START DATABASE All
C. ALTER SYSTEM START DATABASE SYSTEMDB
D. sapcontrol -nr <instance number> -function StartSystem
C_TADM55A_75

21) Which backup scenarios are allowed in multitenant database


containers? Note:There are 2 correct answers to this question.
A. The system database can initiate its own backup and the backup of tenant
databases .
B. A tenant database can initiate its own backup and the backup of the other
tenant databases.
C. A tenant database can initiate its own backup unless this is prohibited by the
system configuration.
D. A backup of a tenant database can be recovered to an SAP HANA single-
container system.

22) Which kinds of patches are available in the SAP HANA 2.0 revision strategy?
Note:There are 2 correct answers to this question.
A. Feature Package Stack
B. Datacenter Service Point
C. Support Package
D. Support Package Stack
23) You create a new user by copying an existing user.Which predelivered role ofthe
existing user is automatically granted to the new user?
A. Repository
B. Monitoring
C. Modelling
D. Runtime
24) You configured an automatic log backup.When does the system
perform aregular log backup? Note:There are 2 correct answers to this
question.
A. The log segment is full
B. After the configured time threshold has been exceeded
C. When a savepoint occurs
D. The log buffer is full
25) Which of the following tasks can you perform using the resident SAP
HANAdatabase lifecycle manager (HDBLCM)? Note:There are 3 correct
answers to this question.
A. Import delivery units.
B. Convert to multitenant database containers.
C. Transport application changes.
D. Remove host roles.
C_TADM55A_75

E. Rename the SAP HANA database system.


26) How do you trigger a savepoint in an SAP HANA database?
A. Start a log backup.
B. Commit a transaction.
C. Perform a soft shutdown.
D. Execute a delta merge.
27) You need to integrate an existing SAP HANA 2.0 SPS02 database
systeminto the SAP HANA cockpit monitor infrastructure. Where do
you create the technical user needed for the resource registration?
A. In the SYSTEMDB
B. In the first tenant
C. In the SYSTEMDB and the first tenant
D. In the SYSTEMDB and all tenants
29) Where is the name server running in an SAP HANA 2.0 SPS02 database?
 Master node
 SYSTEMDB
 Standby node
 All tenants
30) After you start the SAP HANA database, what does the system do to
ensurethat it is in a consistent mode?
 It reloads a savepoint with the restored consistent state of the database.
 It rolls back write transactions that were open when the database was
stopped.
 It rolls back changes of committed transactions that were NOT written to the
data area.
 It determines and rolls forward aborted transactions.

31) You plan to migrate a non-SAP database to SAP HANA using the
database migration option (DMO) of the Software Update Manager. Which
processes canyou adjust in the advanced mode to speed up the
migration?
Note:There are 2 correct answers to this question.
 SAPup
 R3trans
 SQL
 TP
C_TADM55A_75

32) Why does SAP HANA have a persistence storage layer that is disk-
based?Note:There are 2 correct answers to this question.
 To persist in-memory data
 To allow a restart if the power fails
 To ensure maximum performance
 To enable database scale-out
33) What happens when you restart an SAP HANA database
system?Note:There are 2 correct answers to this question.
 All row tables and row table attributes are loaded into memory.
 The Redo log is replayed from the last savepoint.
 All row tables are loaded into the memory on demand.
 The list of open transactions is rolled back.
34) What are some of the characteristics of the repository role? Note:There are
3correct answers to this question.
 The role can be transported between systems.
 The role is created by technical user _SYS_REPO.
 The role is revoked if the grantee user is deleted.
 The role is granted through the execution of stored procedures.
 The role is granted and revoked directly by the database user
35) Which information is provided by the backup catalog? Note:There are
2correct answers to this question.
 Backup configuration
 Backup destination
 Progress of a backup
 BackupID

36) You installed an SAP NetWeaver-based application on an SAP HANA


database.What is the default secure user store to store the password
of theSAP<Schema-ID> user?
 Instance secure store file system (SSFS)
 xuser
 hdbuserstore
 ABAP secure store file system (SSFS)

System Administration AS ABAP

37) Which monitoring options does the SAP Solution Manager Monitoring
and AlertingInfrastructure (MAI) offer that are NOT available when
monitoring SAP
C_TADM55A_75

systems using the Computing Center Management System


(CCMS,transactionRZ20)?

Note:There are 2 correct answers to this question.


 End-user experience monitoring
 Alert display
 Predefined monitor sets
 Graphical system monitoring

38) Your AS ABAP-based SAP system does not start correctly and you need
tostudy the log files.In which directory are the logs from the start
process of the SAP system stored?
 /<sapmnt>/<SID>/global/sapcontrol
 /<sapmnt>/trans/log
 /<sapmnt>/<SID>/<lnstance><No>/exe
 /<sapmnt>/<SID>/<lnstance><No>/work

39) Which types of RFC destinations exist in transaction SM59 (Configuration


ofRFC Connections)? Note:There are 3 correct answers to this question.
 OData connections
 TCP/IP connections
 Internal connections
 ABAP connections
 Java connections

40) You want to integrate an AS ABAP-based SAP system with a legacy


mailinfrastructure using SMTP.What settings do you need to make for
outbound mails (mails being sent from the SAP system)? Note: There
are 2 correct answers to this question.
 Configure and activate an SAPconnect node (transaction SICF).
 Configure SMTP-specific parameters for theICM process (transaction RZ10).
 Configure an SMTP node (transaction SOADM or SCOT).
 Assign a valid e-mail address to the business partner of the sender
(transaction BP).

41) You want to find out which user master records are locked within an
AS ABAP-based SAP system. Which of the following tools can you
use?
C_TADM55A_75

 System trace
 User Information System
 System log
 Dump analysis

42) You have an AS ABAP-based SAP system consisting of:A primary


application server instance (PAS)An additional application server instance
(AAS)An ABAP central services instance (ASCS )You want to start these
three instances individually with the help of SAP Management Console.
What is the correct sequence for starting these instances to get an SAP system
running as soon as possible?

 1.PAS
 2.ASCS
 3.AAS

 1.AAS
 PAS
 3.ASCS

 1.PAS
 2.AAS
 3.ASCS

 1.ASCS
 PAS
 3.AAS

43) You are implementing the printer landscape for an AS ABAP-based SAP
system. You set up remote printing using access method "U".To which
operatingsystem (OS) spooler does the spool work process connect?
 To the OS spooler provided by an external output management system
(OMS)
C_TADM55A_75

 To the OS spooler of the computer on which the end user's SAP GUIis
nmning
 To the OS spooler of the computer on which the corresponding AS ABAP
instance is running
 To the OS spooler on a specific distant computer that is used as a print
server

44) What are advantages of using logical spool servers? Note:There are
3correct answers to this question.

 Allows you to configure third-party print servers.


 Allows you to easily transport the print landscape.
 Provides load balancing for every spool server with an alternative server.
 Safeguards against failure by specifying an alternative spool server.
 Allows you to centrally set up output devices in several SAP systems.

45) During the setup of operation modes,you find the following distribution
of work processes (see attached screenshot).Which changes to the work
processdistribution are allowed in the context of operation modes?
Note: There are 3 correct answers to this question.
C_TADM55A_75

 Change the entry for Spool processes from 2 to 3.


 Change the entry for Update processes from 1 to 0.
 Change the entry for Background processes from 3 to 4.
 Change the entry for Job Class A from 0 to 1.
 Change the entry for Dialog Processes from 8 to 7.

46) What is only possible when using an external command instead of an external
program in background processing of AS ABAP-based SAP systems?

 Screen output of the result of the external command can be included in the job
log.
 Screen output of the result of the external command is saved in a spool list.
 Authorizations can be granted based on the name of the external command.
 External commands can be used to run any required host system command in
the SAP system without administrative preparation.

47) You are responsible for a newly installed SAP S/4HANA 1511 system with
several instances. Two of them are additional application servers
(AAS).How many active system profile files are stored in the /profile
directory of this SAPS/4HANA system?

 4
 5
 7
 9
C_TADM55A_75

48) When will the time-based job scheduler be triggered? Note:There are
2correct answers to this question.

 Every time a job has finished


 Every time the value specified by the rdisplbtctime parameter is reached
 Every time a job is written to the job scheduling table
 Every time the planned start time of a scheduled job has been reached

Browser-based UI (Administrative Tasks)

49) You have to connect an SAP Web Dispatcher to both a back-end system
based on AS ABAP and another back-end system based on AS
Java.Which options do you have to create an administration user
account for this SAP WebDispatcher? Note: There are 2 correct answers
to this question.

 Create a user in area HTTP Handler -> Admin Handler of the Web Administration
interface for SAP Web Dispatcher.
 Create a user master record in the user management engine (UME) of the
connected AS Java-based SAP system.
 Run program wdispmon with option "-a" on operating system level.
 Create a user master record in the User Maintenance (transaction SU01) of the
connected AS ABAP-based SAP system.
50) Which prerequisites must be met to use the SAP GUIfor HTML on your
SAPsystem? Note:There are 2 correct answers to this question.

 The user that calls the integratedITS must be allowed to start transaction
WEBGUI(entry "WEBGUI" for authorization object S_TCODE).
 An SAP Web Dispatcher must be up and running for the SAP system in question.
 Profile parameter itsp/enable must be set to 1.
 TheICF service "/sap/bc/gui/sap/its webgui" must be active in theICF.

51) You are running an AS ABAP-based SAP system.Which component


oftheInternet Communication Manager (ICM) process connects to
and communicates with a work process?

 Watchdog
 Thread Control
 Worker Thread
 Signal Handier
C_TADM55A_75

52) You install an SAP Web Dispatcher 7.49 using Software Provisioning
Manager (SWPM) to dispatch Web requests to an AS ABAP-based
back-endsystem. You have chosen the parameter mode "Typical" for
this installation.What information do you have to provide during the
installation concerning the back-end system? Note: There are 2 correct
answers to this question.

 The HTTP port of the message server of the back-end system


 The instance number of the primary application server (PAS) of the back-
end system
 The path to the ICP service that is to be used by SAP Web Dispatcher
 The systemID (SID) of the back-end system

SAP Fiori Fundamentals and Administration

53) When using SAP Business Suite on SAP HANA,what is the data source
forSAP Fiori analytical apps?
 Back-End Server (BES)
 SAP HANA XS Engine
 Front-End Server (FES)
 SAP Web Dispatcher
54) What are all of the conditions that must be met for a user to have access
toan SAP Fiori application? Note:There are 2 correct answers to this
question.
 Access to the Fiori Group so the user can add the tile them self.
 Access to the Fiori Catalog so the user can add the tile them self.
 Access to both the Fiori Catalog and the Fiori Group.
 Access to the Fiori Group.
55) You have been asked to configure legacy applications (Web
Dynpro/ABAPTransactions) to run on SAP Fiori Launchpad.What
configuration steps are necessary on the Front End Server (FES) I Back
End Server (BES)? Note: There are 2 correct answers to this question.
 Define HTTPS-connections and RFC-connections from FES to BES
 Define HTTPS-connections and RFC-connections from BES to FES
 ActivateICF-nodes in BES for Web Dynpro ABAP
 ActivateICF-nodes in FES for Web Dynpro ABAP
56) What are the advantages of using a central hub deployment in an SAP
Fiorienvironment? Note:There are 2 correct answers to this question.
C_TADM55A_75

The innovation speed of SAP Gateway and SAP Business Suite is


synchronized.
 Routing and composition of multiple systems is supported.
 The lifecycle of consumer applications is de-coupled from the lifecycle of
the SAP Business Suite.
 An additional,separate SAP Gateway system is NOT required.
57) Two separate ABAP classes are required to generate a SAP
Gatewayservice as follows:

• Model Provider Class (MPC)


• Data Provider Class (DPC)
What do these classes do?
Note: There are 2 correct answers to this question.
 DPC represents the implementation of the business logic.
 DPC supplies the consumer with a complete description of the gateway
service.
 MPC represents the implementation of the business logic.
 MPC supplies the consumer with a complete description of the gateway
service.
58) Which solutions will allow SAP Fiori applications to be used offline?
Note:There are 2 correct answers to this question

 SAP HANA Cloud Platfom1, mobile services


 SAP Mobile Platform
 SAP Enterprise Portal
 SAP Mobile Secure SAP NetWeaver Gateway

59) For which purposes can you use SAP Gateway? Note:There are 2
correctanswers to this question
 To support Enterprise Search capabilities
 To communicate via the Open Data (OData) protocol
 To allow a server-based application to forward information to one or more
clients
 To store the Open Data (OData) Service data model definition
60) What are the SAP Fiori design guidelines? Note:There are 3 correct
answersto this question.

Coherent

 Role-based
C_TADM55A_75

 Simple
 Native
 Intuitive

Installation and Patching SAP Systems

61) You plan to execute a user-defined compilation of functions of the


automatedinitial setup for AS ABAP.What step do you need to do first?
 Create a background job containing the required configuration steps.
 Create a task list containing the required configuration steps.
 Create anImplementation Guide project containing the required activities.
 Create a report calling the required function modules.
62) You are applying a support package stack to an AS ABAP-based SAP
system using the Software Update Manager (SUM). You select the
"advanced"option instead of the "single system" option.What are the
consequences of yourselection?
 Complexity of the process to apply the support package stack is reduced.
 Less database space is used.
 System downtime decreases.
 Process runtime decreases.

63) Your AS ABAP-based SAP system includes an enqueue replication server


(ERS). The enqueue service of your ABAP central services (ASCS) instance
stops unexpectedly.What happens to locks that are set in the lock table and the
corresponding transactions?
 The lock entry is lost and the transaction will dump.
 The lock entry will be maintained by the ERS and the transaction will
continue.
 The lock entry is lost and the transaction will continue.
 The lock entry will be maintained by the ERS and the transaction will dump.

64) What components will be automatically installed when you select the
"Standard System" installation option in Software Provisioning Manager to
installan AS ABAP 7.50 or higher? Note:There are 2 correct answers to this
question.
 An SAP Web Dispatcher
 An enqueue replication server
 An ABAP central services instance
C_TADM55A_75

 A primary application server instance


65) Which tasks does the Software Update Manager (SUM) always perform
ortrigger when updating an AS ABAP-based SAP system? Note:There
are 2 correct answers to this question.
 It perfom1s a SPAM/SAINT update.
 It locks the development environment.
 It creates the shadow instance.
 It performs a check for required SAP Notes.
66) You updated your AS ABAP-based SAP quality assurance system using
theSoftware Update Manager (SUM).Now you want to perfom1the same
update onthe corresponding productive system.Which activities can you
execute in the productive system before using SUM to avoid additional
manual activities duringthe actual update? Note: There are 2 correct
answers to this question.
 De-schedule background jobs
 Make the modification adjustment transports available
 Apply the required SAP Notes requested by the Software Update Manager.
 Generate the program loads (transaction SGEN)

67) You finished the installation of an AS ABAP-based SAP system andyou


wantto set up a remote connection from this SAP system to SAP
Support.Which information is required to set up this connection?
 The installation number of your SAP system
 The URL of the SAP Support Portal
 The password of your company's S-User
 The I p address of your SAProuter

68) Which port is the dispatcher of an AS ABAP instance with instance


number 40 listening to?
 3240
 3340
 3640
 8040
69) You are installing an additional application server (AAS) instance for an
SAPS/4HANA system.Which input is required by the installation tool to
connect the new AAS to the correct SAP S/4HANA system?
 The server name of the SAP HANA database
 The system ID (SID) of the SAP S/4HANA system
 The server name and port number of the ABAP message server
C_TADM55A_75

 The path to the profile directory of the SAP S/4HANA system


70) What preparation steps can you execute well in advance of starting the
actual installation of an AS ABAP-based SAP system? Note:There are 3
correctanswers to this question.
 Identify, download,and read the corresponding installation guides.
 Execute a prerequisite check.
 Create database schema sap<sid> in the database manually.
 Download the required installation media.
 Open a ticket with SAP Support to obtain a valid license for the system to be
installed.
71) What are the characteristics of Software Provisioning Manager
(SWPM)?Note:There are 2 correct answers to this question.
 SWPM is provided specifically for each supported operating system.
 SWPM should always be used in the latest (newest) version available.
 SWPM is delivered in a different version for each SAP product to be installed.
 SWPM is used to install database software of any kind for SAP systems
(e.g.,SAP HANA,Oracle,etc.).
72) During the installation of an SAP Solution Manager 7.2 ABAP system,you
areasked for several userIDs for user management engine (UME) users
stored in the ABAP system. For which accounts are you required to
provide userIDs?
Note: There are 3 correct answers to this question.
 System User
 Guest User
 Communication User
 Database Administrator User
 Administrator User

User Administration (AS ABAP and/or AS Java )

73) What happens when you execute a user comparison using transaction
PFCG(Role Maintenance) in AS ABAP?
 Role menus are added to a user master record based on the assigned roles.
 Profiles are added/deleted from the user master record if required.
 Authorizations in the user master record of two different users are compared.
 Authorization objects are checked to find missing authorizations.
74) As a user administrator of an AS Java-based SAP system,what can you
directly assign to a user in the user management engine (UME)?
Note:There are2 correct answers to this question.
 Permissions
 Actions
C_TADM55A_75

 Groups
 UME roles
75) Under which circumstances can you successfully log on to a client with
user "SAP ' - "pass",provided the system configuration allows this at all?
Note:Thereare 2 correct answers to this question.
 Your SAP system has been locked by the command tp locksys.
 A user master record for user SAP * does NOT exist in transaction
UserMaintenance (SU01).
 A user master record exists for user SAP", but this user is locked in
transaction User Maintenance (SU01).
 You try to log on for the first time to a newly defined client of your SAP
system.

76) Which persistence layers can the user management engine for AS Java
use?Note:There are 2 correct answers to this question.
 Secure Store
 Database of the AS Java
 Client of an AS ABAP-based system
 Encrypted files on the file system level

System Administration AS Java

77) How can you adapt settings for the Java Virtual Machine (VM) of your
ASJava?
 Use the Config Tool
 Use SAP NetWeaver Administrator
 Adapt profile parameters in instance profiles
 Use SAP Visual Administrator

78) What information can you find in the dev_ms file written by the message
server of an AS Java-based SAP system? Note:There are 2 correct
answers tothis question.
 The current value of the maxHeapSize parameter
 The client of the AS ABAP that the user management engine connects to
 The HTTP-port of the message server
 The hardware key of your SAP system
C_TADM55A_75

79) Which configuration tools are available for configuring an SAP system
basedon AS Java 7.10 and higher? Note:There are 2 correct answers to this
question.
 Web Administration interface
 SAP Visual Administrator
 SAP NetWeaver Administrator
 Config Tool
80) What is the default HTTP port used by the Internet Communication
Managerof an AS Java-based SAP system instance with instance number
40?
 3240
 8040
 54000
 54013

You might also like