Questions
ayuda
option
My Daypo

ERASED TEST, YOU MAY BE INTERESTED ONABAP Workbench Fundamentals Part I - TAW10 1 A Questions

COMMENTS STATISTICS RECORDS
TAKE THE TEST
Title of test:
ABAP Workbench Fundamentals Part I - TAW10 1 A Questions

Description:
SAP Certified Development Associate

Author:
Chale
(Other tests from this author)

Creation Date:
16/01/2020

Category:
Computers

Number of questions: 49
Share the Test:
Facebook
Twitter
Whatsapp
Share the Test:
Facebook
Twitter
Whatsapp
Last comments
No comments about this test.
Content:
Identify the key capabilities of SAP NetWeaver Choose the correct answers Service-oriented architecture (SOA) middleware Security and Identity management Business intelligence Customer Relationship Management Supply Chain Management.
What are the advantages of a three-tier client server configuration as compared with a single tier or two-tier configuration? Choose the correct answers Simpler scalability Simpler administration Load balancing None of the above.
Which of the following is true about the key areas of SAP products? Choose the correct answers On premise On mobile On demand On request On device.
Identify the statements that accurately describe a client in an SAP system. Choose the correct answers. A client represents a completely independent business entity. A client has its own database. A client corresponds to a customer. A client may represent an entire company.
The user data in SAP systems is called the Choose the correct answer User record User master record Stored record.
The following strings are valid entries in the command field in the SAP Easy Access Screen. Choose the correct answers. /nend /nex ?SMO4 /nsmo From SAP Easy Access: SMO4.
Which of the following personalization options are available in the SAP GUI. Choose the correct answers You can change the font size in the SAP GUI within a certain range You can display system messages in a dialog box You can vary the size of output fields. You can deactivate the display of pictures in the SAP GUI. You can integrate your picture into the SAP Easy Access screen.
Identify the different installation options for SAP NetWeaver Application Server (AS). Choose the correct answers. SAP NetWeaver AS ABAP SAP NetWeaver AS Java SAP NetWeaver AS ABAP + Java SAP NetWeaver AS C++ SAP NetWeaver Al-In-One.
Which of the following statements are true of the ABAP dispatcher? Choose the correct answers. It manages the resources of the applications written ABAP It distributes the requests among the work processes It accepts incoming http requests from web browsers It saves the user requests in request queues and processes them using the first in first out approach It is the owner of the ABAP database schema.
Identify the types of work processes in an AS ARAP system. Choose the correct answers. Dialog work process Message Server process Update work process Internet Communication Manager (ICM) process Background work process Enqueue work process Spool work process.
Identify the interfaces and communication options that are supported by SAP systems. Choose the correct answers. HyperText Transfer Protocol (HTTP) Simple Mail Transfer Protocol (SMTP) Remote Function Call (RFC) Business Application Programming Interfaces (BAPIs) Extended Data Transfer Protocol SAP Transfer Protocol.
For which of the following functions can Business Application Programming Interfaces (BAPIs) be used? Choose the correct answers. Request data from an SAP system Pass data to an SAP system Transfer SAP screen images to third-party applications (such as Microsoft Word) Access business processes in SAP systems.
Which of the following standards are implemented in SAP NetWeaver AS to support Web services? Choose the correct answers. XML SOAP WSDL UDDI Web Server.
Business _________ Programming Interfaces (BAPIs) are specialized __________ modules. They are accessed using the ________ interface. They are created and managed using the _____ Builder Choose the correct answer Application, function, Remote Function Call, Function Application, Remote Function Call, Function. Function Application. Function. Remote Function Call, Function Function, Remote Function Call, function. Application.
Which of the following statements apply accurately to Application Link Enabling (ALE)? Choose the correct answers. ALE can be used to exchange data exclusively between SAP systems of the same release ALE can be used to exchange data using web services ALE can be used to exchange data between collaborating systems using BAPIs ALE can be used to communicate between the systems in your system landscape using RFC ALE can be used to exchange data between AS ABAP and AS Java systems.
Which of the following layers contains the user interface where each user can access a program enter new data and receive the results of a work process? Choose the correct answer Application server layer Presentation server layer Application logic layer SAP NetWeaver Application.
When a program is not made up of a single block but of several units, the concept is referred to as _______. Choose the correct answer. Isolation Modularity Universality Multiplicity.
Which of the following system development objects are included in the Repository? Choose the correct answers. Programs Function modules Object Navigator Definitions of database tables.
Which of the following ABAP Workbench tools is used to edit the source code? Choose the correct answer. ABAP Editor ABAP Dictionary Repository Information System Meru Painter.
Which of the following are package types? Choose the correct answers. Application component Development package Main package Software component.
Which of the following statements is correct about the ABAP programming language? Choose the correct answers. It enables multi-language applications. It enables SQL access It is platform-dependent It is typed.
Which of the following are complete ABAP standard types? Choose the correct answers. T (Time) C (Character) N (Numerical character) INT8 (Integer with Length of 8 bytes) D (Date).
In IF statements, negations are usually formulated by placing the _________ operator before the logical expression. Choose the correct answer. AND OR END NOT.
Which of the following are required in the syntax of the Message statement? Choose the correct answers Message number Message type Message class Message role.
In nested loops, which of the following contains the loop pass number of the loop in which it is located? Choose the correct answer. sy-index sy-repid sy-uname sy-mandt.
To switch to debugging mode at run time, you can enter _________ in the command field. Choose the correct answer. /d /h /i /a.
What are the uses of modularization? Choose the correct answers. To improve performance To provide a better overview of program layout To encapsulate a function that is required many times within a program for multiple use To implement the central maintainability of a function within a program To make a function available across the system.
The assignment of actual parameters to formal parameters when calling a subroutine is called __________. Choose the correct answer. interface assignment parameter passing interface call subroutine call.
Variables defined in the main program are __________. Choose the correct answer. global data objects local data types local and global data types.
Which of the following elements does the interface of a function module contain? Choose the correct answers. Export parameter Subroutines Changing parameter Screen.
After defining the corresponding IMPORTING and EXPORTING parameters, you can switch to the ______ tab page to implement the function module. Choose the correct answer Standard Exceptions Source Code Attributes.
After defining the corresponding IMPORTING and EXPORTING parameters, you can switch to the Source code tab page to implement the functions of the function module Determine whether this statement is true or false. True False.
Data in the SAP system can be accessed by means of a Business Application Programming Interface (BAPI). Determine whether this statement is true or false. True False.
Which of the following can be used as a visibility option for an attribute? Choose the correct answers. Public Private Static Instance.
Methods are called using the CALL CLASS METHOD statement. Determine whether this statement is true or false. True False.
When you identify a method as a static method, it can be called directly without the need to generate an instance of the class first. Determine whether this statement is true or false. True False.
To create a static method, all you need to do is enter its name in the Constructor list. Determine whether this statement is true or false. True False.
Java an object-oriented and a platform independent programming language. Determine whether this statement is true or false. True False.
In a three-tier client server configuration, the application layer processes can be spread across multiple hosts. Determine whether this statement is true or false: True False.
SAP Business All-in-One is the ideal solution for small and midsize companies with stable processes and that want to use a preconfigured system from SAP. Determine whether this statement is true or false. True False.
SAP ERP does not support industry-specific processes. Determine whether this statement is true or false. True False.
You can work in only one window (session) at a time in an SAP system. Determine whether this statement is true or false. True False.
SAP GUI for the Java Environment (SAP GUI for Java) is the frontend for applications running on AS Java. Determine whether this statement is true or false. True False.
The gateway reader enables communication between SAP systems or between SAP systems and external application systems. Determine whether this statement is true or false. True False.
The Software Deployment Manager (SDM) is the standard tool used to install ABAP software components. Determine whether this statement is true or false. True False.
Buffers help to speed up the processing of user requests. Data does not need to be read from the database every time it is required in an instance as it can be called quickly from the buffer. Determine whether this statement is true or false. True False.
OData is an open web based protocol for querying and updating data and is built using internet standards such as AtomPub and JSON. Determine whether this statement is true or false. True False.
Whenever you create or change a development object and save it the system stores two inactive versions in the Repository. Determine whether this statement is true or false. True False.
ABAP Objects is the object-oriented enhancement of the ABAP programming language. Determine whether this statement is true or false. True False.
Report abuse Consent Terms of use