Pi Quiz 4 P85 - P167

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Tilesh Maharaj
T
Tilesh Maharaj
Community Contributor
Quizzes Created: 3 | Total Attempts: 202
Questions: 21 | Attempts: 61

SettingsSettingsSettings
Pi Quiz 4 P85 - P167 - Quiz

Questions and Answers
  • 1. 

    Properties of synchronous messages   [p86]

    • A.

      Uses EO Queues

    • B.

      Will always be BE

    • C.

      In case of connection failures, we don't know if it was processed

    • D.

      PI is responsible for errors

    • E.

      Sender waits for a response

    Correct Answer(s)
    B. Will always be BE
    C. In case of connection failures, we don't know if it was processed
    E. Sender waits for a response
    Explanation
    Synchronous messages use EO queues, which means they are processed in the order they are received. They will always be BE (Best Effort) delivery, meaning there is no guarantee of delivery or error handling. In case of connection failures, we don't know if the message was processed or not. The PI (Process Integration) is responsible for handling any errors that may occur. Additionally, the sender waits for a response after sending the message.

    Rate this question:

  • 2. 

    Properties of Asynchronous messages  [p86]

    • A.

      Uses EO Queues

    • B.

      Can be QoS = BE

    • C.

      Sender can continue working after message is sent

    • D.

      Restart is possible only if sender and receiver support

    • E.

      Sender waits for a response

    Correct Answer(s)
    A. Uses EO Queues
    C. Sender can continue working after message is sent
    D. Restart is possible only if sender and receiver support
    Explanation
    p86

    Rate this question:

  • 3. 

    Web services runtime uses the following interface patterns

    • A.

      Stateless

    • B.

      Stateful

    • C.

      It is BE so interface patterns are not possible.

    • D.

      TUCC

    Correct Answer(s)
    A. Stateless
    B. Stateful
    D. TUCC
    Explanation
    The correct answer is "Stateless, Stateful, TUCC." In web services runtime, there are different interface patterns that can be used. The first two options, "Stateless" and "Stateful," refer to the state management approach in web services. Stateless means that the server does not store any information about the client between requests, while stateful means that the server maintains client-specific information. The third option, "TUCC," is likely another interface pattern specific to web services runtime, but without further information, it is not possible to provide a detailed explanation.

    Rate this question:

  • 4. 

    Proxy runtime uses the following interface patterns

    • A.

      Stateless

    • B.

      Stateful

    • C.

      Interface patterns are always possible.

    • D.

      TUCC

    • E.

      Stateless XI 3.0 Compatible

    Correct Answer(s)
    C. Interface patterns are always possible.
    E. Stateless XI 3.0 Compatible
    Explanation
    The given answer states that interface patterns are always possible. This means that regardless of the specific runtime being used, interface patterns can be implemented. The mention of "Stateless XI 3.0 Compatible" is unrelated to the statement and does not provide any additional information or context. Therefore, the correct answer is simply that interface patterns are always possible.

    Rate this question:

  • 5. 

    Acknowledgements are only possible for async messages [p88]

    • A.

      True

    • B.

      False

    Correct Answer
    A. True
    Explanation
    p88

    Rate this question:

  • 6. 

    The following acknowledgements are possible...  [p88]

    • A.

      System

    • B.

      Mail

    • C.

      Read

    • D.

      Application

    Correct Answer(s)
    A. System
    D. Application
    Explanation
    p88

    Rate this question:

  • 7. 

    Request Acknowledgements are possible for 

    • A.

      ABAP proxies

    • B.

      Java Proxies

    • C.

      Integration Processes

    • D.

      Some adapters

    • E.

      SWCVs

    Correct Answer(s)
    A. ABAP proxies
    B. Java Proxies
    C. Integration Processes
    Explanation
    Request acknowledgements are possible for ABAP proxies, Java proxies, and integration processes. These components allow for the communication between different systems and processes. By acknowledging the receipt of a request, these components ensure that the sender is aware that the request has been received and processed successfully. This helps in ensuring the reliability and integrity of the communication between systems. Additionally, some adapters and SWCVs (Software Component Versions) also support request acknowledgements.

    Rate this question:

  • 8. 

    Return Acknowledgements are possible for 

    • A.

      ABAP proxies

    • B.

      Java Proxies

    • C.

      Integration Processes

    • D.

      Some adapters

    • E.

      SWCVs

    Correct Answer(s)
    A. ABAP proxies
    B. Java Proxies
    C. Integration Processes
    D. Some adapters
    Explanation
    p88

    Rate this question:

  • 9. 

    Mapping program types include...[p115]

    • A.

      Structure mapping

    • B.

      XSLT

    • C.

      ABAP-XSL

    • D.

      ABAP-CLASS

    • E.

      Value Mapping

    Correct Answer(s)
    B. XSLT
    C. ABAP-XSL
    D. ABAP-CLASS
    Explanation
    115

    Rate this question:

  • 10. 

    This type of mapping will carry out conversations or calculations 

    • A.

      Structure Mapping

    • B.

      Value Mapping

    • C.

      XSLT

    • D.

      No need to map

    Correct Answer
    B. Value Mapping
    Explanation
    114

    Rate this question:

  • 11. 

    An Integration Scenario...(p123)

    • A.

      Is realized as Integration Process Communication Component

    • B.

      Is realized as a Configuration Scenario

    • C.

      Is mandatory in async scenarios

    • D.

      Is same as a PCIM

    Correct Answer
    B. Is realized as a Configuration Scenario
    Explanation
    p123

    Rate this question:

  • 12. 

    In an Integration Scenario, an Action is associated with...    [p124]

    • A.

      Outbound interface

    • B.

      Message

    • C.

      Inbound Interface

    • D.

      Adapters

    Correct Answer(s)
    A. Outbound interface
    C. Inbound Interface
    Explanation
    [p124]

    Rate this question:

  • 13. 

    A sender proxy always uses the ______ pipeline

    • A.

      Receiver

    • B.

      Decentral

    • C.

      Sender

    • D.

      Proxy

    Correct Answer
    C. Sender
    Explanation
    A sender proxy always uses the sender pipeline. The sender pipeline refers to the sequence of steps or processes that the sender proxy follows to send a message or data to the intended receiver. It ensures that the message is properly formatted, encrypted if necessary, and transmitted efficiently to the receiver. The sender pipeline is responsible for handling any necessary transformations or modifications to the message before it is sent. Therefore, in the context of this question, the correct answer is "Sender" because the sender proxy always uses the sender pipeline.

    Rate this question:

  • 14. 

    A receiver proxy will always use a queue because the method can be coded

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    A receiver proxy will not always use a queue because the method can be coded in different ways depending on the specific implementation. It is not a requirement for a receiver proxy to use a queue, as there are other possible approaches that can be used. Therefore, the statement is false.

    Rate this question:

  • 15. 

    The method of a proxy can be coded for 

    • A.

      Adapters

    • B.

      Sender proxies

    • C.

      Receiver proxies

    • D.

      None of the above

    Correct Answer
    C. Receiver proxies
    Explanation
    Receiver proxies are a type of proxy that are used to intercept and handle requests made to a receiver object. These proxies can be coded to perform additional tasks before forwarding the request to the receiver object, such as logging, security checks, or modifying the request parameters. This allows for separation of concerns and provides a way to add functionality to the receiver object without modifying its code directly. Therefore, the method of a proxy can be coded for receiver proxies.

    Rate this question:

  • 16. 

    The message format for PI is [p159]

    • A.

      Based on SOAP

    • B.

      Has the payload in the last attachment

    • C.

      Has extra SAP proprietary tags

    • D.

      Has no SOAP body

    Correct Answer(s)
    A. Based on SOAP
    C. Has extra SAP proprietary tags
    Explanation
    p159

    Rate this question:

  • 17. 

    Http://server:port/sap/xi/adapter_plain is [p161]

    • A.

      The HTTP_AAE adapter

    • B.

      Is the Central Pipeline URL

    • C.

      Does not exists

    • D.

      HTTP ABAP adapter

    Correct Answer
    D. HTTP ABAP adapter
    Explanation
    161

    Rate this question:

  • 18. 

    The following values mean True in PI Java message mapping (boolean)

    • A.

      True

    • B.

      TRUE

    • C.

      Si

    • D.

      1

    • E.

      0

    Correct Answer(s)
    A. True
    B. TRUE
    D. 1
    Explanation
    These values are all valid representations of the boolean value "True" in PI Java message mapping. In Java, the boolean value "True" can be represented as "True" or "TRUE" (case-insensitive). It can also be represented as the integer value "1". Additionally, in some programming languages, the string value "Si" or the integer value "0" can be interpreted as boolean "True".

    Rate this question:

  • 19. 

    For the sender file adapter we accidently deleted the sender agreement. Where will the messages fail?

    • A.

      It will not fail but will be slow

    • B.

      ABAP central pipeline Technical Routing

    • C.

      ABAP central pipeline Logical Routing

    • D.

      Mapping

    Correct Answer
    C. ABAP central pipeline Logical Routing
    Explanation
    If the sender agreement for the sender file adapter is deleted, the messages will fail in the ABAP central pipeline Logical Routing. The sender agreement is responsible for defining the communication parameters and settings between the sender adapter and the integration engine. Without the sender agreement, the integration engine will not be able to properly route the messages to the correct destination. Therefore, the messages will fail in the logical routing stage of the ABAP central pipeline.

    Rate this question:

  • 20. 

    A routing condition can have the operators... [P170]

    • A.

      =

    • B.

      Not =

    • C.

      EX (Exists)

    • D.

      In Table

    • E.

      CP

    Correct Answer(s)
    A. =
    B. Not =
    C. EX (Exists)
    E. CP
    Explanation
    p170

    Rate this question:

  • 21. 

    A boolean value of "Nein" will be 

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The boolean value of "Nein" will be false. In most programming languages, a boolean variable can only have two possible values: true or false. Since "Nein" is a German word meaning "no," it would typically be interpreted as false in a boolean context.

    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
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 03, 2014
    Quiz Created by
    Tilesh Maharaj
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.