Preguntas Certificación PI Parte 3
Preguntas Certificación PI Parte 3
Preguntas Certificación PI Parte 3
com/node/1593/take
SAP NW CERTIFICATION SAP ERP CERTIFICATION SAP HANA CERTIFICATION SAP CLOUD CERTIFICATION ...
In the Web Service Reliable Messaging programming model (WS-RM) messages are
transferred from the service consumer to the service provider using logical sequences.
Response:
Score 0 of 1
Question:
How does WS Reliable Messaging (WS-RM) protocol ensure the reliable delivery of
messages?
Please choose the correct answer.
Response:
By sending a WS acknowledgment
By signing the SOAP header and compressing the payload of the message
Score 0 of 1
Question:
Which Lookup functions are supported in the graphical message mapping tool?
Response:
ES Registry Lookups
RFC Lookups
JDBC Lookups
Score 0 of 1
Question:
Response:
They are persisted on the Integration Server and can be re-sent from this location in case of
problems.
They are not persisted on the Integration Server unless logging is switched on.
Score 0 of 1
Question:
You want to connect an SAP ABAP back-end system to your central Integration Server using
proxy technology.
Response:
The SAP business package for common parts must be deployed on the back-end system.
The back-end system must be based on SAP NetWeaver Application Server 6.20 or higher.
Score 1 of 1
Question:
The SAP NetWeaver Process Integration single-stack installation comprises which of the
following usage types?
Response:
Score 0 of 1
Question:
You used the direct connection configuration object to configure a direct communication
scenario between two business systems.
Response:
Score 0 of 1
Question:
There are three task areas in the Integration Directory: Collaboration Profiles, Logical
Routing, and Collaboration Agreements. What do you define in a Collaboration Agreement?
Response:
The technical options available to the communication parties for exchanging messages are
documented.
Score 0 of 1
Question:
The data type used in your mapping program has been structurally modified (for example,
the parent name or the namespace has been changed). What is the next step you have to
perform?
Response:
Score 1 of 1
Question:
Response:
Score 0 of 1
Question:
Which of the following interface patterns uses the Web service runtime?
There are 3 correct answers to this question.
Response:
Stateless
Stateful
Synchronous
Score 0 of 1
Question:
You want to create multiple configurations for one ccBPM process without changing the
corresponding process definition. What do you use to achieve this?
Response:
Correlation
Process signature
Configurable parameters
Container definition
Score 0 of 1
Question:
Which of the following SAP NetWeaver components use Enterprise Services Repository?
There are 2 correct answers to this question.
Response:
Score 1 of 1
Question:
Which of the following lookup functions are available as standard functions in the
graphical message mapping tool?
There are 2 correct answers to this question.
Response:
JDBC Lookup
RFC Lookup
ESR Lookup
EJB Lookup
Score 0 of 1
Question:
Response:
Runtime Workbench
Integration Directory
Score 0 of 1
Question:
Which of the following configuration objects can you use to activate XML validation of a
message payload in SAP NetWeaver Process Integration?
Response:
Receiver determination
Receiver agreement
Integrated configuration
Interface determination
Sender agreement
Score 1 of 1
Question:
Response:
Score 1 of 1
Question:
Where in Enterprise Services Repository can you define the required message type?
Response:
Score 0 of 1
Question:
You can create multiple configurations for one Integration Process without changing the
appropriate process definition. Which of these parameters allows you to achieve this
behavior?
Response:
Container Definition
Process Signature
Correlation
Score 0 of 1
Question:
After reviewing the specifications for a transformation, you found out that you need to save
certain data for a later retrieval during the mapping process.
Response:
You can use the Container object to store the values in parameters which can be retrieved later
in the same message mapping.
The GlobalContainer object can be used to save and retrieve data by multiple message
mappings. The data is stored as persistent objects in the database, therefore, care must be
taken to re-initialize, clear or delete the data.
You can use the GlobalContainer object to store the values in parameters which can be
retrieved later in the same message mapping.
You must use user-defined functions with execution type set to "All Values of Queue" or you will
not have access to the required java objects Container and GlobalContainer.
Score 1 of 1
Question:
Which operations can you use in the properties of the container operation?
Response:
Concatenate
Delete
Copy
Append
Assign
Score 0 of 1
Question:
A message mapping uses value mapping for conversion. How can you maintain the values
for value mapping?
Response:
Maintain the values outside Process Integration and use value-mapping replication.
Score 0 of 1
Question:
Response:
Set the "high priority" indicator in the communication channel monitor of the Runtime
Workbench.
Score 0 of 1
Question:
If a system error occurs in a send step, an alert can be triggered for Alert Management and
the integration process should then be terminated.
Where do you define the Alert Category for the appropriate Control Step?
Response:
Score 1 of 1
Question:
Why would you use message mapping rather than XSLT mapping?
Please choose the correct answer.
Response:
Only message mapping can be developed outside the SAP NetWeaver PI development
environment
Score 0 of 1
Question:
Response:
Score 0 of 1
Question:
For the delivery mode of an integration process, you can choose between inbound
processing with or without buffering.
Response:
If you select inbound processing without buffering, the qRFC entry returns an error when a
message is to be delivered to a process instance for which no receive step is active.
If you select inbound processing with buffering and there is no active receive step available to
receive an incoming message, the message is buffered in a separate, process-instance-specific
queue.
Score 1 of 1
Question:
Which setting does SAP recommend for the delivery mode of inbound processing in a ccBPM
process without correlation?
Response:
Buffering Possible
Buffering Auto-Delete
Without Buffering
Score 0 of 1
Question:
Which of the following adapters uses polling to retrieve messages from the sender
communication component?
Response:
HTTP
RFC
JMS
SOAP
Score 0 of 1
Question:
When messages are processed by the Advanced Adapter Engine, which concepts are correct
with regards to monitoring?
Response:
The RFC adapter and SOAP adapter can be monitored directly in the Advanced
Adapter Engine.
The detailed status of the messages can be monitored by looking at the audit log via the
Runtime Workbench or the NWA.
The status of the messages in the adapter engine can be monitored by drilling down into the
MSGUID from the transaction sxmb_moni.
The adapter engine and the integration engine share the same persistence layer.
The messages are processed in the adapter engine with the same MSGUID as in the Integration
Server.
Score 0 of 1
Question:
You use a receiver determination to define one or more receivers for a sender
communication component and an outbound service interface.
You can make the receiver determination conditional on the value of a field in the payload.
What do you do to set up this content-based routing?
Response:
Write a value mapping function in the Enterprise Services Repository and import it into the
Integration Builder.
Use the Condition Editor to enter conditions (XPATH/Context object) for routing.
You can only set up content-based routing by using the Configuration Assistant.
Score 1 of 1
Question:
Integration Processes are executed by the Business Process Engine at runtime. What is the
Business Process Engine?
Response:
Score 0 of 1
Question:
XML validation allows you to check the structure of a PI message payload. Which of the
following steps within PI message processing allow the implementation of XML validation?
Response:
In the outbound processing, the message is validated in the Integration Engine as a new step in
the pipeline.
In the inbound processing, the message is validated in the Business Process Engine or in the
Integration Engine.
In the inbound processing, the message is validated in the Advanced Adapter Engine or in the
Integration Engine.
Score 0 of 1
Question:
You configure the sender RFC adapter to convert RFC calls from a sender to XML messages.
Which of the following does the Program ID parameter in the RFC adapter uniquely identify?
Response:
The RFC sender communication channel in the configured application server gateway
Outbound proxies
Score 1 of 1
Question:
While monitoring the customer's production system you notice that there are many
messages in the Advanced Adapter Engine with the status HOLD. Why do the messages have
this status?
Please choose the correct answer.
Response:
The messages are using event-driven message processing and will be sent when the necessary
event is triggered.
The receiver system is currently down for maintenance. Once the receiver system is back the
The messages are being sent using a communication channel that has been configured in the
Availability Time Planning tool in the Runtime Workbench.
The messages are Exactly Once in Order (EOIO) quality of service and the first message in the
queue has not yet been delivered successfully.
Score 0 of 1
Question:
Response:
Once the scenario has been configured in the Integration Directory using an advanced
You can work with the Integration Directory and Enterprise Service Repository in one common
UI.
Integration flows can only be transported using the Transport Management System.
You can navigate directly from an integration flow to its Enterprise Services Repository objects
(interfaces and mapping objects).
Score 0 of 1
Question:
You have created a message mapping using drag and drop from the source to the target
element. When testing the mapping by entering a single value for the source element, you
notice that the target element has been created with 3 occurrences. Each target element
occurrence is filled with the same value as the source element.
Response:
The data type for the source element has the occurrence property minOccurs=3.
The data type for the target element has the occurrence property minOccurs=3.
The data type for the source element has the occurrence property maxOccurs=3.
The data type for the target element has the occurrence property maxOccurs=3.
Score 1 of 1
Question:
Assume that your customer has a scenario in which a database table needs to be queried
(i.e. to perform a SELECT statement and obtain the result set).
What are the viable options for implementing this with the PI JDBC adapter?
Response:
Score 0 of 1
Question:
How does the Boolean function in Message Mapping interpret the result of the test?
Response:
Score 0 of 1
Question:
Response:
All trademarks, service marks, trade names, trade dress, product names and logos appearing on the site are the property of their respective owners.
The site www.sapexam.com is in no way affiliated with SAP SE. Copyright © 2016 www.sapexam.com. All rights reserved.