Taw10(Week 1)

35 Questions | Attempts: 269
Share

SettingsSettingsSettings
General Knowledge Quizzes & Trivia

This is a mock up exam covering week1 of the course. This test no way should be associated with the real exam, it just give you a feeler and gauge your current knowledge.
Passing this test no way guarantees that you will pass the actual exam you still need to read the books and study more till the exam

Best of Luck
SN


Questions and Answers
  • 1. 

    Which component of Application server controls the traffic between work processes and presentation server ?( Only one answer correct)

    • A.

      Front End processor

    • B.

      SAP GUI

    • C.

      Message Handler

    • D.

      Dispatcher

    • E.

      Screen Processor

    Correct Answer
    D. Dispatcher
    Explanation
    All the user requests go to the Dispatcher which is then routed to respective work processes

    Rate this question:

  • 2. 

    Which of the following task is the responsibility of the Database Interface(DBI)(more than 1 correct answer)

    • A.

      Syntax check of "native" sql

    • B.

      Conversion of Open SQL statement into corresponding database statements

    • C.

      Data independence of application program

    • D.

      Data consistency check with foriegn key relationship

    • E.

      Usage of SAP buffers

    Correct Answer(s)
    B. Conversion of Open SQL statement into corresponding database statements
    C. Data independence of application program
    E. Usage of SAP buffers
    Explanation
    native sql syntax check is done by DB vendors.
    data consistency check of Primary Key and Foriegn Key is donw by ABAP dictionary, DBI uses ABAP dictionary

    Rate this question:

  • 3. 

    Which of the following are valid SAP GUI clients?(more than 1 correct answer)

    • A.

      SAP GUI for WebAS

    • B.

      SAP GUI for HTML

    • C.

      SAP GUI for ITS

    • D.

      SAP GUI for Windows

    • E.

      SAP GUI for Unix/Linux

    Correct Answer(s)
    B. SAP GUI for HTML
    D. SAP GUI for Windows
  • 4. 

    Which of the following statements are true about NetWeaver AS? (more than 1 correct answer)    

    • A.

      Customers need to install SAP NetWeaver AS for JAVA atleast first for any SAP installations

    • B.

      NetWeaver AS for ABAP or JAVA is completely optional

    • C.

      NetWeavar AS is mandatory for any SAP products

    • D.

      Customer based on SAP products can use either SAP NetWeaver AS for ABAP or JAVA or both.

    Correct Answer(s)
    C. NetWeavar AS is mandatory for any SAP products
    D. Customer based on SAP products can use either SAP NetWeaver AS for ABAP or JAVA or both.
  • 5. 

    User is not a client specific object, can be used to login at any clients in SAP system

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    User data is client specific, user master record is mapped to a specific client in SAP system

    Rate this question:

  • 6. 

    If you need to start a transaction VA01 in a new session which of the following commands you will give

    • A.

      /nVA01

    • B.

      /iVa01

    • C.

      /oVa01

    • D.

      /xVa01

    Correct Answer
    C. /oVa01
  • 7. 

    What is SAP instance(more than 1 correct answer)

    • A.

      It is an administrative unit that combines SAP system components providing one or more services

    • B.

      Instance is client specific not system wide

    • C.

      Each instance has its own buffer areas

    • D.

      Each instance is identified by SID and instance number

    Correct Answer(s)
    A. It is an administrative unit that combines SAP system components providing one or more services
    C. Each instance has its own buffer areas
    D. Each instance is identified by SID and instance number
  • 8. 

    Central Instance(CI) is....(more than 1 correct answer)

    • A.

      CI is only available in NetWeaver AS for JAVA only

    • B.

      CI is available in both NetWeaver AS for ABAP and JAVA

    • C.

      In NetWeaver AS for JAVA CI has Message Services and Enqueue Services

    • D.

      In NetWeaver AS for ABAP CI has Message Server and Enqueue Services

    • E.

      In NetWeaver AS for JAVA CI has SDM(Software Deployment Manager)

    • F.

      In NetWeaver AS for ABAP CI has dispatcher and Work processes

    Correct Answer(s)
    B. CI is available in both NetWeaver AS for ABAP and JAVA
    D. In NetWeaver AS for ABAP CI has Message Server and Enqueue Services
    E. In NetWeaver AS for JAVA CI has SDM(Software Deployment Manager)
    Explanation
    CI is available for both ABAP and JAVA
    In JAVA CI has SDM
    In ABAP CI has Message Server and Enqueue process
    In JAVA Central Instance you have Message Services and Enqueue Services
    In ABAP DI(Dialig Instance) you have dispatcher and work processes

    Rate this question:

  • 9. 

    Which of the following statements are true about ICM(Internet Communication Manager)?(more than 1 correct answer)

    • A.

      In SIngle Stack of SAP NetWeaver AS for JAVA, ICM takes all http request and send it to JAVA dispatcher

    • B.

      In Single Stack of SAP NetWeaver AS for ABAP, ICM takes all the http request and send it to ABAP dispatcher

    • C.

      In dual stack (ABAP + JAVA) ICM sends request to ABAP dispatcher, while all http request in JAVA stacks goes to server process

    • D.

      In dual stack (ABAP + JAVA), ICM takes all the http request and redirects to ABAP dispatcher or JAVA dispatcher

    Correct Answer(s)
    B. In Single Stack of SAP NetWeaver AS for ABAP, ICM takes all the http request and send it to ABAP dispatcher
    D. In dual stack (ABAP + JAVA), ICM takes all the http request and redirects to ABAP dispatcher or JAVA dispatcher
    Explanation
    For Single Stack, ICM is only available on ABAP
    For dual stack ,ICM takes all http request and redirects to ABAP or JAVA dispatchers

    Rate this question:

  • 10. 

    Communication between two systems (SAP or third party) is handled by which services

    • A.

      Message Server

    • B.

      Gateway Services

    • C.

      RFC

    • D.

      ICM

    Correct Answer
    B. Gateway Services
    Explanation
    Message Server is for load balancing
    RFC is the protocol for communication which works on Gateway Services
    ICM is for all http requests only

    Rate this question:

  • 11. 

    Ideally if coded correctly which work process should take over the responsibility of any transactions to database like insert, update and delete (only 1 correct answer)

    • A.

      Dialog Work process

    • B.

      Database process

    • C.

      Enqueue Work process

    • D.

      Update Work process

    • E.

      Spool Work process

    Correct Answer
    D. Update Work process
  • 12. 

    Which of the following Web Services standards are used in SAP NetWeaver(more than 1 correct answer)

    • A.

      HTML

    • B.

      XML

    • C.

      WSDL

    • D.

      RPC

    • E.

      TCP/IP

    • F.

      SOAP

    • G.

      UDDI

    • H.

      BAPI

    Correct Answer(s)
    B. XML
    C. WSDL
    F. SOAP
    G. UDDI
  • 13. 

    All the development objects made by developer which is just saved in the repository can be transported?

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    All the saved and activated objects can be transported

    Rate this question:

  • 14. 

    Repository objects are..(more than 1 correct answer)

    • A.

      Repository object are client specific

    • B.

      Repository object are cross client

    • C.

      Repository objects should be assigned to packages

    • D.

      All ABAP workbench objects are Repository objects

    • E.

      Repository objects when created need not be assigned to any package

    Correct Answer(s)
    B. Repository object are cross client
    C. Repository objects should be assigned to packages
    D. All ABAP workbench objects are Repository objects
  • 15. 

    All the repository objects created by developer and saved as local objects are saved in a special pacakge called ________.

    Correct Answer(s)
    $TMP
    $tmp
  • 16. 

    Project Manager created a change request and assigned developers to this change request. In such cases there will be a Task created, and for each developer a change request number generated.

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    Change Request is created and for each developer a task created, the Change request and task number has a naming conventions knnnnn

    Rate this question:

  • 17. 

    Developer "A" is part of a Change Request where there are many other developers also assigned. When developer "A" finishes all his task , he will release his task, what happens when a developer releases his task

    • A.

      All the object made by developer "A" is trabsported to next system in landscape

    • B.

      All the object entries and change lock of the object is transferred from task to change request

    • C.

      The Project manager can now immediately release the change request

    Correct Answer
    B. All the object entries and change lock of the object is transferred from task to change request
  • 18. 

    Evaluate the following code snippet Types: name(10) type c. Data: ename(10) type c,         cname type name,         sname type s_name. Assuming that there is no error in above code, from which type is sname data object created    

    • A.

      Local Type

    • B.

      Predefined Type

    • C.

      Global Dictionary Type

    Correct Answer
    C. Global Dictionary Type
  • 19. 

    Which statement below will create/generate the selection screen in the executable program

    • A.

      Write

    • B.

      Perform

    • C.

      Parameters

    • D.

      Select

    • E.

      Parameter

    Correct Answer
    C. Parameters
  • 20. 

    Data: dob type d.The above data object can stores internally data in which format

    • A.

      Mmddyyyy

    • B.

      Yyyymmdd

    • C.

      Yyyyddmm

    • D.

      Ddmmyyyy

    • E.

      It depends upon the user profile settings

    Correct Answer
    B. Yyyymmdd
  • 21. 

    Which of the following statements are true about Text Symbols(more than 1 correct answer)

    • A.

      Text Symbols are always local to ABAP program

    • B.

      Text Symbols are resuable global objects created outside

    • C.

      Text Symbols are always 3 character id

    • D.

      Text Symbols can be translated

    Correct Answer(s)
    A. Text Symbols are always local to ABAP program
    C. Text Symbols are always 3 character id
    D. Text Symbols can be translated
  • 22. 

    If you need to have a modular resuable unit which can be called by all the programs, which of the following can be used(more than 1 correct answer)

    • A.

      Subroutines

    • B.

      Classes created in Class Builder

    • C.

      Function Modules

    • D.

      Local Classes

    • E.

      Text Symbols

    Correct Answer(s)
    B. Classes created in Class Builder
    C. Function Modules
  • 23. 

    You have subroutine "Calculate" to have a formal parameter p_res that is used to return a value. Which of the following definitions of "Calculate" would you ensure that the value is passed back to the calling program only if the processing of subroutine "Calculate" ends.

    • A.

      Form Calculate changing value(p_res)

    • B.

      Form Calculate changing p_res

    • C.

      Form Calculate using p_res

    • D.

      Form Calculate using value(p_res)

    Correct Answer
    A. Form Calculate changing value(p_res)
  • 24. 

    Which of the following are valid interface of a function module(More than 1 correct answer)

    • A.

      USING

    • B.

      CHANGING

    • C.

      IMPORTING

    • D.

      EXPORTING

    • E.

      RETURNING

    • F.

      EXCEPTIONS

    Correct Answer(s)
    B. CHANGING
    C. IMPORTING
    D. EXPORTING
    F. EXCEPTIONS
  • 25. 

    Evaluate the following code snippetData: n1 type i value 10,         n2 type i value 5.         n3 type i value 0.perform Calculate using n1 n2 changing n3.write:/ n1, n2, n3.Form Calculate using p_n1 value(p_n2) changing value(p_n3).p_n1 = p_n1 + 10.p_n2 = p_n2 + 5.p_n3 = p_n1 + p_n2.EndForm.What would be result of the above code

    • A.

      10 5 15

    • B.

      20 10 30

    • C.

      20 5 30

    • D.

      20 5 25

    • E.

      Error

    Correct Answer
    C. 20 5 30
  • 26. 

    Which of the following statements are true (More than 1 correct answer)

    • A.

      One can create static attributes only

    • B.

      One can create static methods only

    • C.

      One can create static attributes and static methods

    • D.

      Static components can refer to static as well as instance components

    • E.

      Instance components can refer to static as well as instance components

    • F.

      Static components can refer to another static components only

    Correct Answer(s)
    C. One can create static attributes and static methods
    E. Instance components can refer to static as well as instance components
    F. Static components can refer to another static components only
  • 27. 

    In a class CL_A you have methods m1(defined as static) and m2(defined as instance),if ou have creatd a object objA from CL_A which of the following is a valid statements    

    • A.

      CL_A->m1( ).

    • B.

      CL_A=>m2( ).

    • C.

      ObjA=>m1( ).

    • D.

      Obj-A>m2( ).

    Correct Answer
    D. Obj-A>m2( ).
  • 28. 

    Which of the following statements are true(More than 1 correct answer)

    • A.

      Classes methods can have returning, importing and exporting parameters

    • B.

      Classes methods if having returning cannot have exporting or changing parameters

    • C.

      Classes methods can have only one returning parameters

    • D.

      Classes methods can have only as many returning parameters

    • E.

      Classes methods returning parameters should always be pass by value

    • F.

      Classes methods returning parameters should always be pass by value or pass by reference

    Correct Answer(s)
    B. Classes methods if having returning cannot have exporting or changing parameters
    C. Classes methods can have only one returning parameters
    E. Classes methods returning parameters should always be pass by value
  • 29. 

    Evaluate the following code snippetData: begin of str1,              id type i, name(5) type c,  state(2) type c,       end of str1.Data: begin of str2,              id(2) type c, country(3) type c, info(8) type c,       end of str2.str1-id = 100.str1-name = 'SAPAG'.str1-state = 'CA'.str2 = str1.write:/str2-info.what will be oputput of the above code?

    Correct Answer(s)
    PAGCA
    pagca
  • 30. 

    Which of the following is valid for Internal tables(More than 1 correct answer)

    • A.

      Internal table of type standard can be accessed only by index

    • B.

      Internal table of type sorted can be accessed only by index or key

    • C.

      Internal table of type hashed can be accessed only by key

    • D.

      Internal table of type hashed can be accessed only by index

    • E.

      Internal table of type standard can be accesed by index or key

    Correct Answer(s)
    B. Internal table of type sorted can be accessed only by index or key
    C. Internal table of type hashed can be accessed only by key
    E. Internal table of type standard can be accesed by index or key
  • 31. 

    For the following scenario which internal table type should  be defined"You need to fetch a set of rows from the database table and keep it in the internal table and keep on quering the internal table with key passed , fetch that row/s from the internal table and display to user"

    • A.

      Standard Internal Table

    • B.

      Hashed Internal Table

    • C.

      Sorted Internal Table

    • D.

      Not possible to implement in ABAP

    Correct Answer
    C. Sorted Internal Table
  • 32. 

    If the following statement is given in your ABAP program refresh it_tab. Assuming it_tab is the internal table defined, which of the following statements are true (more than 1 correct answer)    

    • A.

      It will always clear the internal table body

    • B.

      It will clear the internal table body,if it_tab is defined with header line

    • C.

      It will clear the internal table header, if it_tab is defined with header line

    • D.

      It will only work if it_tab is defined without header line

    Correct Answer(s)
    A. It will always clear the internal table body
    B. It will clear the internal table body,if it_tab is defined with header line
  • 33. 

    Semantic information is available to data object if the elementary type is defined as

    • A.

      Local Types in the program

    • B.

      Global Types in ABAP dictionary

    • C.

      Predefined Type

    Correct Answer
    B. Global Types in ABAP dictionary
  • 34. 

    To explicity refer to internal table body for the following codedata: it_scarr type standard table of scarr with header line.If the above code has no error, you want to explicilty refer to the body of te internal table you can refer in this example as _________

    Correct Answer
    it_scarr[]
    it_scarr[ ]
    IT_SCARR[]
    IT_SCARR[ ]
    It_Scarr[]
  • 35. 

    Evaluate the follwing code Types: begin of str,           id type i,          name(10) type c,          salary type i,          tax   type p decimals 2,         net    type p decimal 2,        end of str. Data: it_str type standard table of str with non-unique key id. Data: wa_str type str. For the above declarations, will COLLECT statement work?    

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    Collect statement will only work if the all the non key columns are numeric types.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jan 11, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 04, 2011
    Quiz Created by
    Satbond
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.