71585712-Preguntas-Completo.pdf

download 71585712-Preguntas-Completo.pdf

of 52

Transcript of 71585712-Preguntas-Completo.pdf

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    1/52

    1.- Which settings are necessary for activating the integrated ITS?

    Configure the HTML cache of the SAP Web AS JavaTrue FalseActivate the service/defauld_host/sap/public/bc/its/mimes in transation SICFTrue False

    Set the profile parameter itsp/enable to 1True FalseSet the profile parameter rdisp/optimize_web_app to 1True FalseOn operating system level you need to deploy the necessary HTML-Templates.True False

    2.- Concerning the processing time, what are the recommendations of SAP?

    Processing time should never be lower than 45% of the dialog response time.True FalseCPU time should always be higher then processing time.True FalseProcessing time should normally contribute about 40% to dialog response timesTrue FalseProcessing time should always be kep below 200ms.True False

    3.- In the process monitor (SAM50) you can find different actions displayed.

    Identify possible actions done by work processes?

    Direct read.True FalseInsert.True FalseDatabase wait.True FalseBuffer wait.True FalseLoad program.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    2/52

    4.- Which traces can be switch on and off from within the SAP system whithout

    restarting the instance?

    SQL Trace for ABAP-based applications.True FalseDatabase trace.

    True FalseSQL Trace for Java-based applications.True FalseSYSLOG Trace.True FalseBuffer Trace.True False

    5.- The following situations are to be seen as critical:

    On Unix-based (32-and 64-Bit systems):True FalseOn all SAP systems: Usage of more than 250 MB of Heap memory.True FalseOn all SAP systems: On disk for Extended Memory exceeds 20% of In Memory.True FalseOn all SAP systems: Max. use of Roll area exceeds 80% of In Memory.True FalseOn Windows-based SAP systems with Zero Administration Memory Managementactivated: Max. use of Extended Memory exceeds 80% of In Memory.True False

    6.- A real-live scenario: A customer experiences right now a dramatic decline in

    performance. By combining the funtions of SM50 and ST04 you are able to anwer the

    following questions:

    You can identify the user that put the highest load on the system, but only for the last 60minutes.True FalseUsing ST04 you can identify what kind of table access is used to retrieve data from thedatabase.True FalseYou find what select statement accesses what table, and you can get an Explain for it.True FalseYou can find what report is accessing what table. Also you can identify the user whostarted this report. This information is only a snap-shot information.True FalseFor the current day you can easily identify the transaction with the highest load on thesystem.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    3/52

    7.- What can you find out using the transaction profile in transaction ST03N?

    What transactions are causing high wait times.True FalseThe average dialog response time for each user.

    True FalseThe index used for data access on database level.True FalseWhat transactions are causing high load on the database.True FalseWhat transactions cause the highest load with respect to the total dialog response.True False

    8.- Please identify the correct statements dealing with some answer components

    Roll wait is counted as a sub-component of GUI time. GUI time is measured during a roundtrip to the front end.True FalseHigh Roll Wait times always indicate that there is a hardware bottieneck (most likely theCPU) on the application server you are logged on to.True FalseHigh RFC+CPIC time indicate that either the network connection to the remote componentis weak or that the processing of your request on the remote component takes a long time.True FalseHigh GUI time is of no relevance, because GUI time is no part of the dialog response time.True FalseRoll wait time is counted as a sub-component of RFC+CPIC time that is measured duringsynchronous RFC communication.True False

    9.- Please identify the correct statements dealing with some answer time components

    Load (+generation) time during a round trip to frond end.True FalseSpool time.True FalseWait timeTrue FalseCompiling time.True FalseDatabase (request) time.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    4/52

    10.- If you would like to access buffered data you should follow these rules.

    The statement SELECTUSING BUFFER always accesses buffered data.True FalseSAP tables content is not buffered by default. You are required to active buffering as you

    see the need.True FalseYou need to use SELECT SINGLE statements to access partial buffered (single recordbuffering) data.True FalseNative SQL statements do not make use SAP buffers.True FalseThe statement SELECTBYPASSING BUFFER does not make use of the SAP buffers.True False

    11.- What World you do if receive a customer complain that his / her SAP Web AS

    Java has crashed?

    I will schedule a NetMeeting and try to browse through the customer logs and traces to findthe problem.I will ask the customer to install a Central Log Viewer on his computer and try to find theproblem browsing the logs.I will ask him to send me via e-mail the logs and traces from his /her /log directory so that Ican have a look at them.I will ask the customer to start a Remote Server on his host and I will then connect to hisRemote Server with my Central Log Viewer and try to find the problem.

    12.- Which of the following statements regarding the Basic idea of the SLD is correct?

    SLD is only available with the shipment of the SAP Exchange Infrastructure (XI).

    SLD is based on an SAP proprietary product standard called Solution Manager.

    SLD is the landscape-wide information provider for system landscape data acts as afoundation of many SAP applications.

    SLD is a Java application. Therefore, ABAP applications cant make use of the informationprovided by the SLD.

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    5/52

    13.- Which of the following statements are correct regarding the UME authorization

    concept?.

    UME actions are directly assigned to roles.True FalseUME roles can be assigned using the Visual Administrator.

    True FalseABAP roles can be used as groups in UME.True FalseUME permissions are defined by an administrator.True False

    14.- The SAP Web AS Java is using the Java startup and control framework to start

    and stop. Which statements are correct in respect to the Java startup and control

    framework?.

    The Java startup and control framework doesnt support Java processes under Unix andUnix flavors. To stop the Java Engine running under Unix and other Unix flavors theadministrator has simply to kill the corresponding processes.True FalseThe Java startup framework can be used to monitor the Java processes.True FalseIn an SAP Web AS Java Add-in Installation, the ICM Monitoring can be used to start andstop the SAP Web AS Java.True FalseOn Windows operating systems the SAP Management console can be used to start/stop andmonitor a SAP Web AS Java (only).True False

    15.- What happens during or after a successful central activation, which can be

    triggered by the developer, after checking in to the Design Time Repository (DTR)

    using the SAP NetWeaver Developer Studio?.

    Within the Design Time Repository (DTR) the corresponding versions of the source fileswill be transferred to the inactive workspace of the Development Configuration.True FalseThe archives created during the activation will be deployed to the runtime system (forexample the central development system) belonging to the Development Configuration.True FalseWithin the Component Build Service (CBS) the created archives will be transferred into thebuildspace.True FalseWithin the Design Time Repository (DTR) the corresponding versions of the source fileswill be transferred to the active workspace of the Development Configuration.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    6/52

    16.- Logs and traces are important information sources, especially in the Java world.

    But what are the differences between logs and traces?.

    Log messages are also visible in the corresponding trace.True False

    Logging is switched on during normal operation.True FalseBy default the traces are written in separate files.True FalseLogs contain normal events, whereas traces contain exceptional events.True False

    17.- The monitoring functionality of an SAP Web AS Java 6.40 has been greatly

    improved. Which of the following functionalities can be used in a pure SAP Web AS

    Java 6.40 environment?.

    SQL Trace.True FalseNotification in case of a CCMS alert.True FalseDisplay of aggregated distributed statistics record.True FalseMultiple activity log.True FalseState Monitoring.True False

    18.- Which of the following statements regarding development configurations are

    correct?.Development configurations are required for track creation.True FalseDevelopment configurations must exist for every system of a track (i.e. for the centraldevelopment system, the consolidation system, the test system and the production system).True FalseThere is one development configuration registered for each track in the SLD.True FalseDevelopment configurations consist of two DTR workspaces and one CBS bulldspace.True FalseDevelopment configurations are generated on track creation.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    7/52

    19.- The Integrated Log Viewer is presented as a service of the SAP Web AS Java. It

    provides a runtime control for working with log messages. Which of the following are

    true for the Integrated Log Viewer?

    1.- The Integrated Log Viewer provides options for log and trace configuration. You canadd new locations and categories and change the configuration of the existing ones.

    2.- Log Viewer is the right tool for setting and modifying Severity levels.3.- The Integrated Log Viewer merges logs within one SAP Web AS Java instance.

    20.- What should you do if the systems shows a slow performance?

    Please choose the correct answer.

    a.- Activate Session trace on each running application to see which of the causes the

    problem.

    b.- Activate the performance trace for all the components and try to find where bad results

    appear.

    c.- Use the application tracing to start all deployed Java application in modified mode to.

    d.- Use the Distributed Statistics to systematically go through the data generated for the last

    several hours and try to find the components, actions or users that cause the problem.

    21.- Prior to the track creation, some prerequisites must be fulfilled. Which of the

    following statements regarding the prerequisites are correct?

    The software component version to be deployed in the new track and their dependencies tothe software component version required by them are defined in the SLD

    True False

    The SAP NetWeaver Development Studio used by the administrator is installed.

    True False

    Required Software Components for the new track has already been approve in the

    predecessor track.

    True False

    A DTR server and a CBS server used by the new track must exist and have been

    configured.

    True False

    Four Workspaces and two buildspaces used by the new track must exist.

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    8/52

    22.- Identify the correct statements on the successful import of the a track into the

    production system (PROD).

    Within the Desing time Repository (DTR) the corresponding versions of the source files

    will be transferred into the inactive workspace of the Development Configuration of the

    PROD-system

    True False

    The archives will be deployed into the runtime environment of the production systems.

    True False

    Within the Component Build Service (CBS) the created archives will be transferred into the

    buildspace of the Development Configuration of the production System.

    True False

    Within the Design Time Repository (DTR) the corresponding versions of the source fileswill be transferred into the active workspace of the Development Configuration of the

    PROD-system.

    True False

    Only complete software components (SCs) will be imported into the production system,

    single activities wont be imported.

    True False

    23.- Which of the following statements should be considered when using the Offline

    Configuration Editor?

    The SAP Web AS Java has to be offline.

    True False

    Offline Configuration Editor needs a Java Virtual Machine (JVM) 1.5.x to run.

    True False

    High risk of corrupting the system if Configuration Editor used without deep administrationknowledge.

    True False

    The corresponding DB must be offline.

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    9/52

    24.- Which of these Administration tools has a text based interface?

    Please choose the correct answer.

    a.- Visual Administrator

    b.- Console access by Telnet.

    c.- System Info web Page.

    d.- Configuration Editor.

    25.- How can you determine the current patch level of your SAP Web AS Java?

    Please choose the correct answer.a.- On operating system level using java-version

    b.- Using the service /sap/monitoring/Systeminfo of SAP Web AS Java.

    c.- The patch level of SAP Web AS Java is always identical to the current Kernel patch

    level. You can find this value in transaction SMICM in the SAP System, for example.

    d.- Within the file java_vers in the work directory of the Central Services Instance.

    e.- Using System --> Status in SAP GUI

    26.- If your instance number is 02. Which is the default Telnet port number?

    Please choose the correct answer.

    a.- 20008

    b.- 80002

    c.- 50802

    d- 52008

    e.- 50208

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    10/52

    27.- The Logging API introduces two types of messageslogs and traces. Which of the

    following descriptions are true for traces?

    Traces are used for understanding the program execution path and the internal status of a

    system component or an application.

    True False

    During a normal operation traces are usually turned off, or are set to an Error severity level.

    True False

    Traces are mainly addressed to an administrator of a customer system.

    True False

    Traces write all significant events that occur on a cluster node of the Java Cluster.

    True False

    According to the Logging API traces are written to categories.

    True False

    28.- The SAP Web Application Server 6.40 now contains a Java stack. Which of the

    following is a correct statement about the installation of the SAP Web AS Java?

    Please choose the correct answer.

    a.- It is installed in the file system.

    b.- It is always installed in a separate database from the SAP Web Application Server

    ABAP system.

    c.- It is installed in the same schema and same database as the SAP Web Application Server

    ABAP system.

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    11/52

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    12/52

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    13/52

    33.- Which of the following types of Remote Function Call (RFC) are supported by

    SAP System?

    bRFCbackground RFC

    True False

    tRFCTransactional RFCTrue False

    qRFCqueued RFC

    True False

    pRFCprocedural RFC

    Synchronous RFC (sometimes Know as sRFC)

    True False

    34.- Which of the following actions are possible using the CCMS Alert Monitor

    (Transaction RZ20) ?

    Instances of SAP systems can be restarted directly from the Alert Monitor.

    True False

    Monitoring several complete SAP systems with one Alert Monitor.

    True False

    Thresholds can be configures that determine whether an alert for a performance attribute israised or not.

    True False

    By default (without special configuration), the administrator automatically receives an E-mail by an Auto-Reaction method, when an alert is raised.

    True False

    Monitoring all instances of one SAP system with one Alert Monitor.

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    14/52

    35.- Which of the following statements are correct regarding background job

    scheduling in SAP systems?

    The background jobs scheduler runs in the dispatcher process.

    True False

    A background job scheduler runs only on the central instance.

    True False

    A background job can be triggered either by time or by event.

    True False

    A background job can only be triggered by time

    True False

    The parameter rdisp/btctime determines how frequently the background job scheduler isstarted

    True False

    36.- Which of the following statements concerning the Change and Transport Systems

    are correct?

    Small corrections on ABAP programs can be done safely in the production system.True False

    A new (and empty) created change requests always has one or more tasks.True False

    The transport directory is given by the parameter DIR_TRANS.True False

    All customizing needs a customizing change request.True False

    The import in the database of the target systems is started automatically.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    15/52

    37.- Which of the following is true of the operation modes in SAP systems?

    Please choose the correct answer.

    a.- Operation modes must be defined as either productive, test, or demo.

    b.- Operation modes can be switched according to a factory calendar.

    c.- Operation modes can be used to startup/shutdown instance of SAP systems.

    d.- Productive operation modes can be scheduled for specific dates and times.

    e.- Productive operation modes may only be switched manually.

    38.- When an external program triggers an SAP system event, which operating system

    executable of the SAP system is used in triggering the event?

    Please choose the correct answer.

    a.- saposcol

    b.- msg_server.exe

    c.- sapevt

    d.- sapxpg

    e.- disp+work

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    16/52

    39.- Which of the following process start sequences can be typically be observed when

    starting an SAP system? Note that the specified sequence does not need to be

    complete, only the chronological sequence ofthe selected processes is considered

    here.

    One answer is correct.

    a.- 1. Dispacher, 2. Database Process(es), 3.Message Server, 4. ICM

    b.- 1. Database Process(es), 2. Message Server, 3. Dispatcher, 4. ICM

    c.- 1. Database Process(es), 2. ICM, 3. Message Server, 4. Dsipacher

    d.- 1. Message Server, 2. Database Process(es), 3. Dispatcher, 4. ICM

    e.- 1. Message Server, 2. Database Process(es), 3. Enqueue Work Process, 4. Dispatcher

    40.- Which statements concerning the SAP user management are correct?

    By setting the parameter login/max_password_lng you can set the maximum allowedlength for a users password.

    True False

    If you forgot your password you can use the User-> New Password menu on the logonscreen. The system administrator will then be notified of your request for a new password.

    True False

    To provide users with authorizations, it is not enough to assign roles to users. You alsohave to do a user comparison.

    True False

    By setting the parameter login/min_password_lng you can set the minimal requiredpassword length for a users passwordTrue False

    A user with user type System can not log on to the system by using the SAP GUI.

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    17/52

    41.- Which of the following task might be performed to increase spooling

    performance?

    Configure printers as network printers wherever possible on the operating system level, toenable them to be used from the WAN.

    True False

    Deactivate the option Delete after output under Defaults in the user master record(transaction SU3), and run report RSPO1041 as a background job daily.

    True False

    Assign printers to spool server classes: production print, high volume print, and desktopprint.

    True False

    Assign all printers with access methods U or S, to optimize throughput.

    True False

    Activate the option Allow load comparison for logical spool servers.

    True False

    42.- Which statements are true for the system log of the SAP system?

    By switching to the expert mode in the system log transaction (SM21) you get thepossibility to filter system log messages using the message ID.

    True False

    If you use a Windows operating system for your SAP system, you can configure a centralsystem log.

    True False

    If you use a UNIX oprating system for your SAP system you can configure a centralsystem log.

    True False

    By default the system log files are written to the directory /usr/sap//SYS/global.

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    18/52

    True False

    By default the system log is recorded for each instance of the SAP system separately.

    True False

    43.- There is a system with the following configuration: Central instance with

    database (Host:HOST1, Instance ID: DVEBMGS00, SAPSID: DEV), and an

    additional instance (Host: HOST2, Instance ID D00) and a large number of frontends

    logged on. What is de name of the system profile in which the parameter

    rdisp/mshost is specified?

    Please choose the correct answer.

    a.- START_DVEBMGS00_HOST1

    b.- The parameter rdisp/mshost is specified in the start profile of the message server. Thename of this system profile can be freely chosen during the installation of the SAP system.

    c.- DVEBMGS00

    d.- DEFAULT:PFL

    e.- DEV_DVEBMGD00_HOST1

    44.- What security relevant communication protocols and methods are supported by

    an SAP Web Application Server?

    Secure ABAP Protocol (SAP)

    True False

    Secure Java Protocol (SJP)

    True False

    Secure Network Communication (SNC)

    True False

    Secure Store and Forward (SSF)

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    19/52

    Secure Sockets Layer (SSL)

    True False

    45.- What is the name of the program at operating systemlevel that is used when an

    ABAP program calls an external program?

    Please choose the correct answer.a) Saposcolb) Gwrdc) Sapevtd) Sapxpge) disp+work

    46.- Which are possible allocations when setting up output devices in SAP systems?

    More than one answer is correct. Decide whether each answer is true or false.

    An output device can be directly allocated to a specific SAPlpd process.True False

    An output device can be directly allocated to a real spool sever.True False

    An output device can be directly allocated to a logical spool severTrue False

    An output device must be allocated to a specific spool work process.True False

    An output device does not need to be allocated to anything.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    20/52

    47.- While setting up the RFC connections for a Central User Administration (CUA)

    in an SAP Web AS 6.40-based system you are required to observe the following:

    The is more than one correct answer to this question. Select which of the following

    answers are true and which are false.

    The required RFC connections have to be named in capital letters.True False

    You need to use trusted RFC connections for setting up a CUA environment.True False

    The users used for the RFC connections for the CUA need to be of type SYSTEM withauthorization SAP_ALLTrue False

    The naming convention recommended by SAP for both, RFC connections and logicalsystem names, is the following: CUA_, e.g. CUA_DEV.True False

    The required RFC connections have to be named identical with the logical system they areconnecting to.True False

    48.- Once web applications are up and running, more SAP Web Application Server

    may be added to the landscape to help process the load. To balance the web

    application load across several SAP Web Applocation Server, SAP offers the SAP

    Web Dispatcher as a software load balancing mechanism. Which of the following is a

    correct statement about the usage of the Web.

    Please choose the correct answer.

    It is used only in Java-only systems.

    It is used only in ABAP-only systems

    It is used only in ABAP+Java systems.

    It is used in all configurations of the SAP Web AS: ABAP- only systems, Java-onlysystems, and ABAP/Java systems

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    21/52

    49.- When maintaining the user distribution field selection (transaction SCUM) you

    can choose the following options:

    There is more than one correct answer to this question. Select which of the following

    answers are true and which are false.

    LocalTrue False

    RedistributionTrue False

    CentralTrue False

    FixedTrue False

    GlobalTrue False

    50.- When using the Central User Administration (CUA), when will your changes to

    user datase become effective in the daughter systems? Please consider also the options

    that the Application Link Enabling technology (ALE) offers!

    There is more than one correct answer to this question. Select which of the following

    answers are true and which are false.

    The changes can be replicated by the background job CUA_Distribute in the centralsystem.True False

    The data for CUA will replicated to the daughter systems every 60 minutes, if no othersetting/configuration overrides this default value.True False

    Choose the button Distribute all data in transaction SCUA.True False

    The IDocs transporting the changes to user master data in the daughter systems can becollected and transferred at a later time, triggered by a background job.True False

    The changes can be replicated immediately.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    22/52

    51.- Which kernel parameter is responsible for enabling/disabling the integrated ITS?

    Please choose the correct answer

    a) em/address_space_MBb) em/global_Area_MBc) itsp/memory_checkd) itsp/enable

    52.- When implementing Central User Administration. What do you need to consider?

    More than one answer is correct. Decide whether each answer is true of false.

    You should define logical systems, using the naming convention CLNT###, where signifies your system ID and ### signifies a client numner. You need to create RFCconnections using the identical naming convention.True False

    You have to decide: either you want to user CUA or you want use a directory server foruser management. Both cannot be used at the same time for the same clients.True False

    Authorization profiles generated by role definitions are distributed along with roledefinitions.True False

    CUA used ALE to distribute user master dataTrue False

    CUA can only be set up between two clientsTrue False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    23/52

    53.- If you would like to create a new user in a remote client by using the Central User

    Administration, you can assign the new logical system by fields on the following tabs.

    More than one answer is correct

    Systems

    True False

    AddressTrue False

    GroupsTrue False

    RolesTrue False

    Logon dataTrue False

    54.- By implementing the Central User Administration (CUA) you can maintain the

    following information centrally for all clients connected to the CUA.

    There is more than one correct answer to this questions. Select which of the following

    answers are true and which are false.

    Which user is allowed to logon to what clientTrue False

    Authorization profiles can be replicated to other systemsTrue False

    The lock status of usersTrue False

    Initial (new) passwordsTrue False

    Complete definitions of User RolesTrue False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    24/52

    55.- Which statements concerning the mapping between SAP Fields and attributes of

    the directory server are correct

    There is more than one correct answer to this question. Select which of the following

    answers are true and which are false.

    Complex mapping rules (e.g. n SAP fields are related to m attributes of the directoryserver) are possibleTrue False

    The mapping between SAP Fields and attributes of the directory server uses functionmodules.True False

    SAP fields for which there exist no attributes on the directory server can be synchronizedusing schema extensionsTrue False

    SAP fields for which there exist no attributes on the directory server cannot besynchronized for principal reasonsTrue False

    For every SAP Field there has to be exactly one attribute of the directory serverTrue False

    56.- How can the internet Access to SAP systems from Web Browsers using the ICM

    be scaled?

    There is more than one correct answer to this question. Select which of the following

    answers are true and which are false.

    By increasing the number of threads of the ICM (e.g. using the parametersicm/min_threads).True False

    By using ICM processes from other SAP systems as wellTrue False

    By using the stand-alone ITS for the corresponding application as wellTrue False

    By increasing the number of instances on which the ICM is configuredTrue False

    By increasing the number of ICM processes per instance (e.g. from 1 to 2 by using theparameter rdisp/no_of_ICM).True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    25/52

    57.- How can an import of transport requests be scheduled from within the transport

    management system?

    There is more than one correct answer to this question. Select which of the following

    answers are true and which are false.

    At system start up applies only to import allTrue False

    At start time, applies to import all and import singleTrue False

    After event, applies to import all and import singleTrue False

    Periodically, applies to import all and import singleTrue False

    Inmediate, applies to import all and import singleTrue False

    58.-To perform a modification in an SAP-System, the following requirements must be

    met.

    More than one answer is correct. Decide whether each answer is true or false

    Transaction SE06 (System Change Option) must be set globally to modifiable in the SAPSystem where the modification should be executed.True False

    All modifications must be registered in the SAP Service Marketplace.True False

    The developer for whom a modification key is requested must have attended the courseBC400. This is checked by SAP.True False

    The customer must fax or e.mail an object modification request to SAP.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    26/52

    59.- In which of the following operating system files does the Transport Management

    System (TMS) set transport parameters for SAP-Systems?

    Please choose the correct answer.

    a)

    dev_tp.pfl

    b) trans.inic) TP_.PFLd) DOMAIN_.CFGe) DOMAIN_DSC

    60.- Which of the following statements are correct using the transaction SCU0 (Cross-

    System Viewer) and transaction SM30 (Maintain Table Views) to compare clients?

    More than one answer is correct. Decide whether each answer is true or false.

    Table contents can only be compared directly on the database level.True False

    Table contents can be compared between different clients in the same SAP-SystemsTrue False

    Table contents can be compared between different clients in different SAP-Systems.True False

    Customizing data can be adjusted across clients using transaction SM30 (Maintain TableViews).True False

    Table contents can be compared between SAP R/2 and SAP ECC Systems.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    27/52

    61.- Which of the following statements are correct in regard to planning and executing

    an SAP-System upgrade?

    More than one answer is correct Decide whether each answer is true or false.

    A new kernel for the SAP-System is installed during to upgrade.

    True False

    In a two system landscape, it does not matter which SAP-System you upgrade first.True False

    SAP Support Package can be integrated as part of the upgradeTrue False

    Planning an upgrade is not required, as all programs used during upgrade log all results.True False

    Use the tool PREPARE to detect modifications and plan possible modification adjustmentsduring the upgrade.True False

    62.- Which of the following statements is correct regarding transport domains and

    transport groups in SAP-Systems?

    More than one answer is correct. Decide whether each answer is true or false.

    A transport domain consists of the client-independent table TDOM (the transport domaintable) into which all transports (exports or imports) in the SAP-System are logged.True False

    A transport domain can only be set up if more than one application server is installed.True False

    All SAP-System in a transport domain must belong to the same transport groupTrue False

    All SAP-Systems within one transport domain have RFC destinations (names beginningwith TMS) to the same transport domain controller.True False

    All SAP-Systems within one transport group have a common transport directory.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    28/52

    63.- A three system landscape consists of a development system (DEV), a quality

    assurance system (QAS) and a production system (PRD). Using the transport

    management system (TMS), from which system can an import into the quality

    assurance system (QAS) be started?Please choose the correct answer.

    From none of the three systems. Imports must be started on OS level using transportprogram tp.

    Only from the quality assurance system (QAS)

    Only from the production system (PRD)

    From all three systems

    Only from the development system (DEV)

    64.- Which of these statements are correct, concerning the QA (quality assurance) and

    the special transport workflow within the transport management system?

    There is more than one correct answer to this question. Select which of the following

    answers are true and which are false.

    With the help of the special transport workflow it is possible to import a released transportrequest from the development system directly into the productiveTrue False

    You defined different groups of users (department and request owner) to perform qualityassurance. As soon as the first user rejects a transport request, no further decision ispossible to approve this transport request.True False

    You defined different groups of users (system asministrator, department, request owner)that have to perform the quality assurenace. ALL three groups have to approve a transportrequest so that it can be imported (according to the QA)True False

    Transport request that have been rejected will automatically appear in the inbox of thespecial transport workflow for further decision.True False

    You can define different groups of users (system administrator, department, request owner)that have to perform a quality assurance.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    29/52

    65.- Which of the following tools can be used to define transport routers in an SAP-

    System landscape?

    More than one answer is correct. Decide whether each answer is true or false.

    The text-oriented transport route editor within the Transport Management System.True False

    The graphical transport route editor within the Transport Management System.True False

    Use tp to configure the transport domain and the transport routes within. This informationis stored in file Domain.cfg.True False

    The new tool Java-based Transport Management System (JTMS).True False

    It is recommended to use transaction SM31 (Maintain Table Views) to adapt the transporttables.

    66.- Which of the following are tools offered by the CTS in SAP-Systems?

    More than one answer is correct. Decide whether each answer is true or false

    CTU OrganizerTrue False

    Client OrganizerTrue False

    Upgrade OrganizerTrue False

    Transport Management SystemTrue False

    Transport OrganizerTrue False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    30/52

    67.- From the screenshot, find the machine on which the database for this system is

    running. The associated logon was performed in English.

    Please choose the correct answer

    a) This question cannot be answered with the information available.b) Twdf0090c) DEVd) 560e) Twdf0090_DEV

    (Unfortunately, the rest cannot be identified from the screenshot provided)

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    31/52

    68.- Which SAP product does not use SAP NetWeaver

    Please choose the correct answer

    a) SAP for Aerospace&Defenceb)

    mySAP All-in-One

    c) mySAP CRMd) mySAP ERPe) SAP Business One

    69.- What catch-phrase describes SAPs software maintenance strategy best?

    Please choose the correct answer.

    a) 3-3-1 maintenanceb) 5-1-2 maintenancec) Support includedd) Lifetime guarenteee) 4-2-2 maintenance

    70.- What reasons can prevent a successful logon to An SAP System?More than one answer is correct.

    The network connection to the SAP system is broken.

    True False

    Passwords must be in capital letters

    True False

    The client you would like to log on is set to inactive mode

    True False

    You tried to log on to an non-existing client

    True False

    Mistyped user name

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    32/52

    71.- SAP Business Content is

    Please choose the correct answer.

    The predefined content of an SAP Business One installation

    Part of the SAP Business Information Warehouse technology that is shipped andinstalled automatically with SAP Netweaver.

    an add-on to the SAP Business Information Warehouse that provides predefined Roles,Queries, Info Objects, etc.

    Part of the SAP Enterprise Portal technology that is shipped and installed automaticallywith SAP Netweaver.

    an add-on to the SAP Enterprise Portal that provides predefined Roles, Worksets,Pages, iViews, etc.

    72.- Which of the following statement are correct regarding the usage of the lock table

    in an SAP system with several instances?

    More than one answer is correct. Decide whether each answer is true or false.

    If a dialog work process request a lock, the lock operationis performed by the messageserver process.

    True False

    The lock table is located in the shared memory of the message server, and can be accessedby all work process through the message server.

    True False

    The lock table is located in the shared memory of the computer where the enqueue workprocess is running

    True False

    If a dialog work process from another instance (without enqueue work process) requests alock, the lock operation is performed by the enqueue work process on the central instance.

    True False

    The lock table is a transparent table located in the SAP system, and the contents can bedisplayed using the ABAP dictionary.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    33/52

    73.- In the XI pipeline, a document runs through the following steps (in the given

    order):

    Please choose the correct order

    Mapping Logical routingTechnical routing

    Logical routingMapping Technical routing

    Logical routingTechnical routingMapping

    74.- What method should be used when a customer want to obtain additional SAP

    Service Marketplace users for their organization.

    Please choose the correct answer

    Additional users are created using R3SETUP after the customer requests the apropiate key-word from an SAP Note.

    Customer system administrators may create additional SAP Service Market Place users.

    Customers are required to list all SAP Service Market Place users in their SAP systemslicense contract.

    Customers are authorized to have only one SAP Service Market Place user per SAP system.This user is identified as sapadm and may be used by anyone with the correct password.

    Customers must request the additional users by creating a message in the SAP ServiceMarket Place.

    75.- The SAP Netweaver consists of several components. Identify the components that

    are part of SAP NetWeaver.More than one answer is correct.SAP HR

    True False

    Application Platform

    True False

    People Integration

    True False

    Microsoft .NET

    True False

    mySAP SCM

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    34/52

    76.- SAP systems can be installed in different database types. Please identify the

    correct ones.

    More than one answer is correct.

    DB2 UDBTrue False

    Max DB

    True False

    Oracle

    True False

    MS Acces

    True False

    MS SQL Server

    True False

    77.- You will find the initial sizing of your SAP systems hardware.

    More than one answer is correct.

    You find minimum hardware requirements within the installation guide.True False

    You find information on sizing issues onhttp://service.sap.com/sizing.

    True False

    The initial sizing recommendation for all SAP systems is: 256MB if RAM and at least oneCPU of 1000 Mhz-equivalent processing power.True False

    Your hardware supplier can help you finding an initial sizing for your hardware.

    True False

    Open a call with SAP. The answer will contain a sizing proposal.

    True False

    http://service.sap.com/sizinghttp://service.sap.com/sizinghttp://service.sap.com/sizinghttp://service.sap.com/sizing
  • 7/22/2019 71585712-Preguntas-Completo.pdf

    35/52

    78.- Concerning multiple components in one database (MCODE) and Unicode which

    of the statements are true?

    More than one answer is correct.

    During the installation of an Unicode-based SAP system you have to activate the multinational language support (MNLS) to have a full Unicode enabled system.True False

    Migrations of non-MCODE systems to MCODE systems are possible.

    True False

    Unicode is supported since SAP Web AS 6.10

    True FalseIn an MCODE installation the SAP systems uses the same database user but different tablesto store similar data.

    True False

    Within an MCODE database you can mix Unicode and non-Unicode-based SAP systems.

    True False

    79.- During the installation selections screens with the following choices appear:

    More than one answer is correct.

    Make the installation CDs available for installation (copy on disc, mounting, sharing).

    True False

    Install Microsofts active directory or install generic LDAP directory during installation

    True False

    Default installation or expert installation of an SAP systemTrue False

    Usage of existing Database: No, new Database or Yes, existing database

    True False

    Unicode or MNLS SAP ECC installation.

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    36/52

    80.- During To be prepared as best as possible for an SAP system installation you

    should:

    One answer is correct.

    Make the installation CDs available for installation (copy on disc, mounting, sharing).

    Manually prepare the \sap\db\, resp. /sap/db/ -directory for the databaseinstallation (where stands for the database type, e.g. ora for Oracle).

    Get more details on installation problems by checkinghttp://service.sap.com/installationproblems.

    Make sure that enough memory is available to avoid rebooting the server duringinstallation.

    Always download and install the newest Java SDK available athttp://www.sun.com.

    81.- During a workload analysis session, an expensive SQL statement on table

    ZLARGE was identified in report ZZSLOW. Which of the following statements is a

    correct option to solve the problem?

    More than one answer is correct. Decide whether each answer is true or false.

    By SAP recommendation, changing the expensive statement in the code ZZSLOW ispreferable to (has priority over) creating an index on table ZLARGE.

    True False

    Creating a new secondary index on ZLARGE always solves the problem without anyimpact to rest of the SAP system.

    True False

    Creating a new secondary index on ZLARGE has an impact on the cost based optimizerwhich can lead to bad optimizer decisions.

    True False

    By SAP recommendation, creating an index on table ZLARGE is preferable to (has priorityover) changing the expensive statement in the code ZZSLOW.

    True False

    Dropping and recreating all indexes of ZLARGE solves the problem.

    True False

    http://service.sap.com/installationproblemshttp://service.sap.com/installationproblemshttp://www.sun.com/http://www.sun.com/http://www.sun.com/http://www.sun.com/http://service.sap.com/installationproblems
  • 7/22/2019 71585712-Preguntas-Completo.pdf

    37/52

    82.- Which of the following is true for the SQL statement highlighted on the Shared

    SQL screen ?

    Please choose the correct answer.

    The statement is not an expensive statement.

    The statement is an expensive statement, because it is on top of the list.

    The statement is an expensive statement, because it shows more than one million buffergets.

    The statement is an expensive statement, because the buffer gets in this statement exceed5% of the physical reads (disk reads) in this system.

    The statement is an expensive statement, because the buffer gets in this statement exceed5% of the total buffer gets (reads) in this system.

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    38/52

    83.- Which Oracle component dynamically maintains information about the status of

    the database redo logs, the database mode, the names and paths of database files, and

    is essential during a database recovery?

    Please choose the correct answer.

    The sapdba parameter file, init.dba

    The Oracle parameter file, init.ora

    Each tablespace data file contains this data for the whole database.

    The Oracle control file, cntrl.dbf.

    The SGA definition file, sgadef.def.

    84.- Which of the following Oracle parameters should never be modified in the file

    init.ora?

    More than one answer is correct. Decide whether each answer is true or false.

    row_cache_cursorsTrue False

    db_block_buffers

    True False

    db_block_size

    True False

    shared_pool_size

    True False

    db_name

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    39/52

    85.- Which of the following rules apply when you are configuring online redo logs?

    More than one answer is correct. Decide whether each answer is true or false.

    In an SAP system standard installation, there are 2 redo log groups with 4 members each.

    True False

    Locating online redo logs on slow disk directly impacts the response time of SELECToperations.

    True False

    To provide a secure configuration, redo log members of each redo log group, must be ontwo different physical disks.

    True False

    The total combined size of all online redo log files must be at least as large as the maximumamount of redo log data generated by a single transaction.

    True False

    Each redo log group should have at least 2 members.

    True False

    86.- What information can be found in the Oracle alert log file?

    More than one answer is correct. Decide whether each answer is true or false.

    Information about backups with brbackup.

    True False

    BD error messages caused by an archiver stuck.

    True False

    The instance startup and shutdown messages of SAP system instances.

    True False

    Information about aborted ABAP programs.

    True False

    Information about redo log switches.

    True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    40/52

    87.- Find the options listed below that complete the following sentence correctly.

    In locally managed tablespaces,

    More than one answer is correct. Decide whether each answer is true or false.

    the extent size set by Oracle can be adapted through storage parameters INITIAL andNext.

    the NEXT extent size will be automatically adapted by SAP tool brconnect f next.

    less fragmentation occurs compared to dictionary managed tablespaces.

    the next extent size is determined automatically by Oracle.

    88.- Which of the following kinds of information are provided by the database system

    check brconnect f check ?

    More than one answer is correct. Decide whether each answer is true or false.

    Complete path names and file sizes for all data files.

    True False

    Values of all active database configuration parameters.

    True False

    The tables and indexes with the most free space

    True False

    Space-critical objects.

    True False

    Information about when the last backup failedTrue False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    41/52

    89.- For tablespaces administration with BRSPACE, which of the following

    statements are true?

    More than one answer is correct. Decide whether each answer is true or false.

    Using BRSPACE, you can select to create autoextensible or fixed size data files.True False

    After an online backup failed abnormally, you can use BRSPACE to reset the backupstatus.

    True False

    When creating a datafile using BRSPACE, the file can be placed into any directory (forexample because the existing disks containing sapdata directories is full).

    True False

    Using BRSPACE you can select to create a dictionary or locally managed tablespace.

    True False

    To enlarge a tablespace, the only possible way to do so is to add a data file.

    True False

    90.- For reorganization(of tables without LONG fields) using BRSPACE, which of the

    following statements are true?

    More than one answer is correct. Decide whether each answer is true or false.

    SAP recommends to use the export/import facility of BRSPACE for reorganization.

    True False

    For the default and recommended method to reorganize tables using BRSPACE, free spacein the sapreorg directory must be more the size of the tables being reorganized.

    True False

    The default and recommended method to reorganized tables using BRSPACE can beperformed online.

    True False

    BRSPACE can be used to transform dictionary managed tablespace into locally managedtablespaces.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    42/52

    91.- When an update task of an SAP system aborts with an Oracle error ORA1653-

    failure to allocate an extent for a table in a specific tablespace what action needs to

    be taken?

    Please choose the correct answer.

    The tablespace should be increased (add new data file or resize existing data file).

    The table should be moved to another tablespace.

    The storage parameter MAXEXTENTS must be increased.

    The table should be reorganized.

    The tablespace should be reorganized.

    92.- What is the primary purpose of the sapreorg directory?

    Please choose the correct answer.

    Providing a work area for specific tasks of the central instance of the SAP system (e.g.central logging)

    Providing a work area for BR*Tools.

    Storing the online redo log files.

    Storing the online database backups instead of writing them to tape.

    Storing the offline redo log files.

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    43/52

    93.- Which of the following checks are useful for database performance monitoring?

    More than one answer is correct. Decide whether each answer is true or false.

    Checking for tables with more than 100 extents.

    True False

    Checking that the cost based optimizer (CBO) statistics are refreshed once a weekaccording to the strategy recommended by SAP.

    True False

    Checking that the archive directory contains enough free space.

    True False

    Checking the shared cursor cache for expensive SQL statements.

    True False

    Checking the data buffer quality.True False

    94.- For UNDO table spaces, which of the following statements are true?

    More than one answer is correct. Decide whether each answer is true or false.

    Storage parameters of all undo segments should be equal.

    True False

    To avoid a tablespace overflow, the undo tablespace can be set to be autoextensible.

    True False

    Transformation of rollbackto undo tablespace can be performed with BRSPACE.

    True False

    Undo segments are overwritten earliest after undo retention time.True False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    44/52

    95.-Within a working Oracle 9.20 database you can find the following elements

    (among many others).

    Please identify the correct ones.

    The Data FilesTrue False

    File init.oraTrue FalseThe directory saptraceTrue FalseTher Oracle agent processesTrue FalseThe directory /usr/sap/transTrue False

    96.-Complete the following sentence: Offline redo logs are written by

    the log writer LGWRthe database writer DBW0BRARCHIVE triggered by the checkpoint process CKPTthe archiver ARC0

    97.-Which of the following connect options enables the user to start and stop an

    Oracle 9.x database?Connect / as sysoperTrue FalseConnect sap/True FalseConnect system/True FalseConnect sys/True FalseConnect / as sysdbaTrue False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    45/52

    98.-Which of the following statements is true?

    In an SAP system, one shadow process is started for each connection to the Oracle InstanceAn Oracle shadows process is created for each Oracle background process; when thebackground process is busy for more than 300 milliseconds or even fails, its shadowprocess performs some or all of its tasks

    In an SAP system, one shadow process is started for each SAP instance

    99.-Which of following is true for an SAP system with an Oracle database:

    ORACLE_HOME isan system environment variable defined just on the Oracle database serveran user environment variable defined on the Oracle database server and each SAPapplication serveran user environment variable defined just on the Oracle database serveran system environment variables defined on the Oracle database server and each SAPapplication server

    100.-Decide which of the entries listed below can completed the following sentence

    correctly. In the MOUNT mode of an Oracle instance, the administrator can

    access the Oracle V$ viewsTrue Falserecreate the missing control fileTrue Falsechange the ARCHIVELOG mode of the databaseTrue Falseaccess the Oracle DBA_views in tablespace SYSTEMTrue Falsedo a media recoveryTrue False

    101.-The ability to start and stop the database is granted through (please complete

    the sentence with one of the options below)

    Database Role SYSDBASystem privilege START_STOP_DATABASEDatabase role DBADatabase privilege SYSOPER

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    46/52

    102.-With which of the following methods or commands you can shut down an Oracle

    instance in an SAP system even if work processes of SAP instance have connections to

    the Oracle instance?SQL> SHUTDOWN IMMEDIATE

    True FalseIn BRTOOLS: Shut down database with close mode inmmediate and forceTrue FalseIn BRTOOLS: Shut down database with close mode abort, without forceTrue FalseIn BRTOOLS: Shut down database with close mode inmmediate, without forceTrue FalseIn BRTOOLS: Shut down database with close mode abort and forceTrue FalseSQL> SHUTDOWN ABORTTrue False

    103.-Please complete the following sentence using one of the options listed below. SAP

    recommendsto change passwords of critical database users as SYS, SYSTEM or

    SAP with help ofBRBACKUPSQL Plus ant the command CHANGE PASSWORDSQL Plus ant the command ALTER USERBRCONNECTBRRESTORE

    104.-Please complete the following sentence using one of the options listed below.

    When an instance of a Web Application Server 6.20 starts, its work process connect to

    the Oracle database with database user

    SYSTEMSYSSAPadm (on UNIX) or SAPService (on Windows)SAPR3

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    47/52

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    48/52

    108.-During the upgrade you encounter a serious problem and decide to restore and

    recover the database until the time when you started the upgrade, which was Friday,

    3:00 p.m. The last backup taken was an offline backup taken on Thursday, 8 p.m.

    Which is the correct recovery scenario from BRRECOVER, in the case?Perfom a whole database reset using the offline backup taken at, 8 p.m.

    Perform a restore and recovery using the complete database recovery scenario ofBRRECOVER to recover the database until Friday, 3 p.m.Perform a restore and recovery using the point-in-time recovery scenario of BRRECOVERto recover the database until Friday, 3 p.m.Perform a whole database reset using the offline backup taken on Thursday, 8 p.m., thenperform a manual recovery until Friday, 3 p.m.

    109.-What is the primary function of the sapbackup directoryProviding a work area for SAP system database utilities during database reorganizationsStoring database redo logs files temporarily before they are automatically written to tapeProviding a work area for SAP system instance tasksStoring the offline redo log filesStoring database backup log files

    110.-An SAP systems 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?

    The current SAP systems SYSLOG file is copied to the SAPARCH directory and a newSYSLOG file is createdThe current online redo log is copied to its mirrored copy, then the next online redo logbecome open for writingThe database alternates between writing to the online and offline redo log filesThe current online redo log is closed and the next online redo log becomes open forwriting, The ARCH process is triggered to begin backing up the recently closed redo logThe database switches between writing to the original redo log files and the mirrored redolog files

    111.-Which of the following statements is correct regarding online Oracle database

    backups?

    Online database backups are not supported by OracleUsers may only read data and may not enter data while the backup is runningThe database must be running in archivelog modeThe database does not write to online redo log files during online backupsA complete online backup consists of tablespace data files and the control file, all that arenecessary for restoring the database to a consistent status

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    49/52

    112.-You perform backups on local tapes using automatic tape selection on database

    C11. In transaction DB13, you checked that the tape for the next backup is tape

    volume C11B19. Because of a defect, tape having volume C11B19 is no longer usabe.

    Which of the following statements is true?The backup will accept tape volume C11B20insteadTrue FalseYou can insert any unlabeled tape to perform the next backupTrue FalseYou can initialize a new tape with volume name C11B19; the next backup will accept thistapeTrue FalseYou can initialize a new tape with volume name scratch; the next backup will accept thistape, the volume will be automatically renamed to C11B19True FalseYou can initialize a new tape with volume name scratch. The next backup will accept thistape, the volume will not be renamed

    113.-Which of the following statement are correct in regards to using a single run of

    BRBACKUP to save both the database files and the offline redo log files?The tapes used must have have initialized by BRBACKUPTrue FalseBRARCHIVE is started immediately after the database backup is complete: no furtherintervention by the database administration is necessaryTrue FalseThis technique can only be used for offline database backups, not online backupsTrue FalseYou can backup the database using multiple tape devices in parallelTrue FalseThe database backup and the backup of the offline redo log files must fit on one tapebecause changing tapes is not supportedTrue False

    114.-When is data written to the Oracle redo log files?

    Before being written to the database filesSometimes before, sometimes after being written to the database filesAfter being written to the database filesAfter a transaction failedAt the same time as being written to the database files

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    50/52

    115.-During an online database backup, which files must be saved to ensure that the

    Oracle database can be restored to an internally consistent state?

    The tablespace data files, the database control files, and the database parameter fileTablespace data files, the database control file, and all database redo logs written during the

    online backupOracle online redo log files and the database control fileThe Oracle executables, the database parameter file, and the tablespace data filesOffline redo log files, the database control file, and the Oracle executables

    115.-During an online database backup, which files must be saved to ensure that the

    Oracle database can be restored to an internally consistent state?The tablespace data files, the database control file, and the database parameter fileTablespace data files, the database control file, and all database redo logs written during theonline backupOracle online redo log files and the database control fileThe Oracle executables, the database parameter file, and the tablespace data filesOffline redo log files, the database control file, and the Oracle executables

    116.-For the database system check performed by BRCONNECT, which of the

    following statements are true?The check can be customized by maintaining table DBCHECKORA in transaction DB17The check can be customized using parameters in init.sapThreshold values for the condition must be maintained exclusively in the CCMS alertmoni-torCheck conditions are hard coded into BRCONNECT and cannot be changed

    117.-What happens during the startup of an Oracle database?

    The Oracle shadow processes are createdTrue FalseAs the last step, the online redo log files are cleared and the data files are openedTrue FalseAt every startup, Oracle automatically perform a media recoveryTrue FalseIn the mount phase, the database control files are evaluatedTrue FalseThe SGA is created in shared memory according to the parameter settings inspfile.ora or init.oraTrue False

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    51/52

  • 7/22/2019 71585712-Preguntas-Completo.pdf

    52/52

    When you shutdown the database with the NORMAL or IMMEDIATE option, the databasesystem writes a checkpoint before shutting down the database.True FalseShutting down the database with the IMMEDIATE option requires an instance recovery atthe next database startup.

    True FalseWhen you shut down the database with the ABORT option. The SAP system is shut down,too.True FalseWhen you shutdown the database with the IMMEDIATE option, open transactions arerolled back before the database is shut down.True FalseWhen you shutdown the database with the NORMAL option, the database systemdisconnects all user before shutting down the database.True False