C9530-404: IBM Integration Bus V9.0 Solution Developer

Description

Descripcion
Andres Camilo Rojas
Quiz by Andres Camilo Rojas, updated more than 1 year ago More Less
Jhon Diaz
Created by Jhon Diaz over 7 years ago
Andres Camilo Rojas
Copied by Andres Camilo Rojas over 7 years ago
231
5

Resource summary

Question 1

Question
A solution developer needs to implement a message flow that invokes a Business Process Execution Language (BPEL) process in IBM Business Process Manager Advanced Version V7.5 and continue processing the message in the message flow without waiting for a response. Which node should the developer use?
Answer
  • CORBARequest
  • SOAPRequest
  • SCARequest
  • SCAAsyncRequest

Question 2

Question
"A solution developer is creating a DFDL message model for a comma-separated text file that contains customer addresses. The message model structure is shown below. During testing, the developer finds that some of the records in the data file might be blank. What modification can the developer make to the DFDL model to allow for the blank records in the data?"
Answer
  • Set Min Occursto0on the Customer/sequence element.
  • Set Content > Length KindtoImpliciton the Customer element.
  • Add%WSP*to the Terminators property on the Customer element.
  • Add%LF to the Terminators property on the Customer/sequence element.

Question 3

Question
"A solution developer is using accounting and statistics data to find a performance issue within a message flow. Which type of statistics should the developer use?"
Answer
  • Node statistics
  • Thread statistics
  • Terminal statistics
  • Message flow statistics

Question 4

Question
In a data analysis project, a set of sample XML documents are analyzed according to:
Answer
  • Business rules.
  • A validation stylesheet.
  • The content of the data.
  • The structure of the schema.

Question 5

Question
A solution developer is implementing a message flow that transforms XML payment messages. Each payment message includes many individual payment transaction records. Each transaction record has a summary section and a details section. For the mapping, only fields from the summary section are required. What should the developer do to tune the performance of the message flow?
Answer
  • Configure opaque elements in the parser options of the MQInput node.
  • Configure the MQInput node to use the BLOB domain and then use string functions to implement to the mapping.
  • Use XPATH instead of ESQL to map the required elements of the message.
  • Select the option to “Build tree with XML schema data types” in the parser options of the MQInput node.

Question 6

Question
"A solution developer is defining a DFDL model for a file that defines a purchase order. A field in the header, ItemCount, defines the number of purchase order items contained in the purchase order. The schema model is defined as shown below. What modification must the developer make to the model to ensure that the number of items in the purchase order is equal to the value inItemCount? "
Answer
  • Set the OccursCountKindproperty to Implicit.
  • Add an Assert toItemsthat tests that items is less than or equal toItemCount.
  • Add a variable instance to the sequence element that counts the number ofItemsrecords.
  • Set theOccursCountKindproperty forItemstoExpressionand set the expression to{../Header/ItemCount}.

Question 7

Question
A solution developer encounters a problem while testing a message flow starting with the MQInput node and using the XMLNSC domain. The solution developer added a trace node wired to the output terminal of the MQInput node to display the contents of the data being passed. Which value does the solution developer need to set for the trace pattern to display the entire message?
Answer
  • $ {Root}
  • $ {XMLNSC}
  • $ {InputRoot}
  • $ {InputRoot.XMLNSC }

Question 8

Question
A solution developer wants to monitor how much Java processing memory is currently allocated to an integration server. A flow is currently deployed. Assuming resource statistics collection has been started, which step will allow the developer to obtain these statistics?
Answer
  • Expand Integration Nodes folder in IBM Integration Explorer Choose Window menu: Show view: Resource statistics Click JVM tab, and view CommittedMemoryInMB measurement
  • Expand Integration Nodes folder in IBM Integration Explorer Choose Window menu: Show view: Resource statistics Click JVM tab, and view UsedMemoryinMB measurement
  • Expand Integration Nodes in IBM Integration Toolkit Choose Window menu: Show view: Resource statistics Click JVM tab, and view UsedMemoryinMB measurement
  • Expand Integration Nodes in IBM Integration Toolkit Choose Window menu: Show view: Resource statistics Click JVM tab, and view CumulativeGCTimeInSeconds measurement

Question 9

Question
"A solution developer is analyzing the of a message flow. There are a number of references defined in the ESQL code of the Compute node. Why should the developer use dynamic references in the ESQL code of the message flow?"
Answer
  • It is a technique to reduce tree copying in a message flow.
  • It is a technique to reduce tree navigation when accessing repeating elements in a message tree.
  • References allow the usage of optimized code from dynamically loaded external libraries.
  • By creating a reference, intermediary results can be cached and so memory usage is reduced.

Question 10

Question
"A solution developer wants to use the message flow debugger to troubleshoot a problem with deployed flow. What steps must the developer do to prepare for a debug session from within the Integration Toolkit?"
Answer
  • Launch the debugger by right clicking the integration server where the flow is deployed. Set Java debug port if not already configured. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
  • Launch the debugger by right clicking the flow deployed. Set Java debug port if not already configured. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
  • Launch the debugger by right clicking the flow deployed. Set Java debug port from the command line. Add at least one breakpoint to the flow to be debugged. Edit Source Lookup Path and add a container to source lookup path.
  • Launch the debugger by right clicking the integration server where the flow is deployed. Set Java debug port if not already configured. Add at least one breakpoint to the flow to be debugged. Add a container to source lookup path.

Question 11

Question
A solution developer needs to configure the HTTP listener of an Integration Server on a Linux Server. Which operating system privilege(s) does the developer need to modify Integration node properties and properties of integration node resources?
Answer
  • mqm
  • mqm and mqbrks
  • mqbrks
  • root user

Question 12

Question
The embedded global cache in an integration node can be extended by connecting to:
Answer
  • Integration Bus Advanced.
  • Integration Bus Hypervisor Edition.
  • WebSphere eXtreme Scale.
  • WebSphere Extended Deployment Compute Grid.

Question 13

Question
"A solution developer has created the flow shown in the exhibit below. The purpose of the flow is to receive notification messages, transform the message payload and send the messages via MQ to the Portal and DataWareHouse (DWH) systems. The developer has also implemented logic to handle various scenarios in the flow in order to trigger alerts on either the NOTIFICATION.CATCH or the NOTIFICATION.FAIL queue which are both monitored by operation support. The following parameters and settings apply: -All messages processed by the flow are not-persistent messages. -The transaction mode in the NOTIFICATION.REQUEST MQ Input node has been set to Yes. -The transaction mode in the DWH.QR MQ Output node has been sent to No. During an MQ maintenance outage one of the destination queues, DWH.QR, was deleted by mistake. The next message that was processed caused an exception in the DWH.QR MQ Output node. In this scenario, how many messages are sent out by the flow and to which queues?"
Answer
  • One message sent to NOTIFICATION.CATCH.
  • One message sent to NOTIFICATION.FAIL.
  • One message sent to PORTAL.QR. One message sent to NOTIFICATION.CATCH.
  • One message sent to PORTAL.QR.

Question 14

Question
When using the IBM built-in node to output a file using WebSphere MQ Managed File Transfer, which message tree must be used to override the node properties?
Answer
  • Environment.Destination.File
  • Environment.Destination.FTE
  • LocalEnvironment.Destination.FTE
  • LocalEnvironment.WrittenDestination.FTE

Question 15

Question
"A message flow contains multiple nodes that reference the same database. In the production environment, all nodes should refer to a database called CLAIMS. In the test environment, all nodes should refer to a database called CLAIMSTEST. What can the solution developer do to ensure that all nodes refer to the same database when the message flow is deployed in the target environment?"
Answer
  • Create a configurable service for the database.
  • Promote the Data Source property on each node to a single message flow property.
  • Set the database name in theLocalEnvironment.Destination.Databasetree location.
  • Declare a shared variable and set the Data Source property on each node to the shared variable.

Question 16

Question
A company plans to emit Common Base Events to monitor the service level agreements for the Integration Bus application. To achieve this, a solution developer has to produce monitor profiles to emit events. Which XPath expression can the developer use to produce suitable results?
Answer
  • $Body/Message
  • $LocalEnvironment
  • $Root/Soap/Body
  • $Root/Soap/Header

Question 17

Question
"A solution developer uses a JavaCompute node to implement the mapping in a message flow. As part of that mapping, the developer used a Java class from an external library. The class is defined to throw an exception. How should the developer handle the exception in the JavaCompute node to capture the exception details and escalate to the default flow error handling?"
Answer
  • Create and throw a MbException.
  • Create and throw a MbUserException.
  • Create and throw a MbBrokerException.
  • Use the addNestedException method of the MbException class to escalate the exception.

Question 18

Question
"A solution developer wants to connect to an integration node which is running on an AIX machine from the IBM Integration Explorer running on a Windows system. The Windows system does not have the Integration Bus runtime component installed. The solution developer performs these steps: -Open the IBM Integration Explorer -Right-click the Integration Nodes folder, and click Connect to a Remote Broker. -Supply the Integration node queue manager name, host, port and SVRCONN channel name as SYSTEM.BKR.CONFIG. -Click Finish to connect to the remote broker. The operation fails and the remote integration node is not added. What should the developer expect as a possible reason for this failure?"
Answer
  • A CLNTCONN channel with the name SYSTEM.BKR.CONFIG must be created on the Windows system.
  • The IBM Integration Explorer can connect to integration nodes on Windows or Linux based system only.
  • The Integration Bus runtime component must be installed to be able to connect to a remote integration node.
  • The logged in user in the Windows system could not have enough privileges to connect to the remote broker.

Question 19

Question
"A solution developer is designing a message flow application that gets banking transactions from a WebSphere MQ queue. One of the requirements of the design is that the message flow must propagate the message identify user name and password to the target application. The developer has set the identify token type to Transport Default. What additional information must the developer have to propagate the identity in this message flow?"
Answer
  • The security profile properties.
  • The external security provider application.
  • The location of the password in the message.
  • The location of the user name in the message.

Question 20

Question
"A solution developer is asked by a deployment team about options to deploy BAR files that provide just deployment capabilities. Which option provides only deployment capabilities, and does not provide packaging capabilities?"
Answer
  • Commands on AIX
  • Commands on Windows and Linux
  • IBM Integration web user interface
  • Integration API and IBM Integration Explorer

Question 21

Question
A financial institution runs IBM Integration Bus V9.0 as a messaging backbone for financial payments. A legal requirement is fraud detection of the payments. This requirement should be solved with IBM Integration Bus V9.0 business rules functionality. However, rule development and flow development phases are not aligned. In production, rules get updated weekly but message flows get updated quarterly. Which component should the solution developer use to implement this requirement?
Answer
  • HTTPRequest node
  • SOAPRequest node
  • UserDefined configurable service
  • DecisionServiseRepository configurable service

Question 22

Question
"In which situation can the IBM Integration Bus function as a component in a WebSphere MQ based publish subscribe solution? When it is necessary to:"
Answer
  • deliver a publication to all subscribing applications.
  • create topics based on the content of the body of the message.
  • filter messages based on the content of the body of the message.
  • create subscriptions based on the content of the body of the message.

Question 23

Question
A solution developer needs to design a WSDL that conforms to the IBM Integration Bus V9.0 SOAP parser and node standards. Which standard does the IBM message bus support? (Select three.)
Answer
  • MIME 1.0
  • WSDL 1.1
  • WSS 1.0
  • WS-SX 1.0
  • WS-RM 1.0
  • SOAP 1.1 and 1.2

Question 24

Question
"A solution developer is considering creating a WebSphere MQ service and a DB2 database service to be consumed by a message flow. What are characteristics of database services and WebSphere MQ services? (Select three.)"
Answer
  • A database service can only be called from a database node.
  • A database service can be stored in the IBM Integration Bus Integration Registry.
  • A MQ Service can be stored in the IBM Integration Bus Integration Registry.
  • Database services and WebSphere MQ services are defined with WSDL.
  • Service Discovery can be used to create database and WebSphere MQ services.
  • In a database services, only Insert, Update, and Delete database operations are supported.

Question 25

Question
A solution developer needs to provide identifiers for the components and resources in a broker environment. These identifiers are used in the mqsideploy command. Which special character can the developer use in Windows and Linux for identifiers?
Answer
  • $
  • .(dot)
  • ~ (tilde)
  • '(apostrophe)

Question 26

Question
A solution developer needs to design a flow that receives an XML message, converts the message to text, and writes it to a database. Which node allows the developer to receive the message in the XMLNSC domain and change it to a BLOB domain before writing it to the database?
Answer
  • SCAInput
  • Database
  • DatabaseRoute
  • ResetContentDescriptor

Question 27

Question
"A solution developer is building a solution that integrates with a COBOL application. The COBOL copybook that defines the record layout is available to the solution developer. What should the developer do to make use of the latest IBM Integration Bus V9.0 features and create a new message model in the least number of steps?"
Answer
  • Use the mqsicreatemsqdefscommand to import the COBOL copybook.
  • Use the DFDL schema editor to define the message model manually using the COBOL copybook as a guide.
  • Use a wizard to select the COBOL message type, choose the “Create a DFDL schema file by importing a COBOL copybook or program”, and then select your copybook to import.
  • Use a wizard to select the COBOL message type, choose the “Create a MRM message definition by importing a COBOL copybook or program”, and then select your copybook to import.

Question 28

Question
A solution developer needs to develop a generic message handler that is common to all applications and message flows. The message handler parses a complex file than contains healthcare records and extracts Patient Eligibility requests. The developer wants to make and deploy changes to the message handler without redeploying all the message flows. How should the developer define the Integration Bus artifacts? Define the message handler as:
Answer
  • a subflow in a library and define the message flows as services that reference the library.
  • a subflow in a library and define the message flows as applications that reference the library.
  • a subflow in a library and define the message flows as independent resources that reference the library.
  • An integration service and define the message flows as applications that reference the integration service.

Question 29

Question
"A solution developer needs to connect to an IBM iSeries based warehouse system via Extensible Program Call Markup Language (xPCML). The solution developer chooses a configurable service to store the connection information of the system. Which configurable service should the developer use?"
Answer
  • IMSConnect
  • UserDefined
  • EISProviders
  • CICSConnection

Question 30

Question
"A solution developer needs to create a broker archive to deploy an application on an integration server. During this process, the solution developer can add a flow as a .mgsflow or .cmf file. The solution developer decides to use .mgsflow. Which node is allowed in the flow?"
Answer
  • A user-defined node that is created from a subflow.
  • A user-defined node that is created from a Java implementation.
  • A WebSphere Message Broker Version 7.0 Mapping node.
  • A subflow node that represents a subflow that is defined in a .msgflow file.

Question 31

Question
"A solution developer is using the DataPower Security Wizard to configure an HTTP Input node. In the IBM Integration Explorer, the solution developer needs to merge new request and response rules into an existing DataPower XML Firewall policy. When the developer does the merge a new policy is created. What can the developer conclude from this result?"
Answer
  • The Policy Set binding is not configured.
  • The DataPower XML Filewall policy does not exist.
  • The DataPower existing XML Filewall settings have been altered.
  • The connection to the DataPower Security Wizard failed because SSL cert is invalid.

Question 32

Question
A business analyst is developing a Business Process Diagram which needs some business data from an external corporate service. The business analyst defined the inputs/outputs for the IBM Business Process Management (BPM) Standard Edition integration service and exported all information as a .twx file and delivered it to the IBM Integration Bus solution developer. What is the next step that the developer should take?
Answer
  • Define a WSDL interface based on the information in the.twxfile.
  • Import the.twx file to create integration service in the Integration Toolkit.
  • Import the.twx file to create DFDL schema definition in the Integration Toolkit.
  • Use the BPM Toolkit to convert the.twxfile into BAR file suitable for the Integration Toolkit.

Question 33

Question
"A solution developer is building an application that will receive an XML message on a WebSphere MQ queue. The application must validate the XML message and then transform it into a fixed format message. What must the developer create to support the application, using the IBM preferred way to model messages in IBM Integration Bus V9.0?"
Answer
  • An XML Schema built from an example XML document and a DFDL schema that defines the fixed format file.
  • An XML stylesheet (xsl) built from an example XML document and a DFDL schema that defines the fixed format file.
  • A MRM message definition file with an XML physical formatlayer and a Custom Wire Format (CWF) physical format layer.
  • A MRM message definition file with an XML physical format layer and aTagged/Delimited String (TDS) physical format layer.

Question 34

Question
"A solution developer wants to add meta information to a message flow that is to be deployed to the integration node. The meta information should be accessible at runtime using the IBM Integration Explorer. The flow processes MQ messages, contains a subflow and uses a JavaCompute node for the implementation of the mapping logic. How does the developer include the name of the author so it is clearly associated with the deployed Java code?"
Answer
  • Add an MQSI keyword as a comment into the Java code.
  • Add the author’s name in the Short Description field of the JavaCompute node.
  • Add an MQSI keyword into a keywords.txt file located in the META-INF folder of the JAR.
  • Create a .propertiesfile with the author’s name in the project source folder of the JavaCompute node.

Question 35

Question
A solution developer wants to use constant variables in the message flows. The solution developer decides to use a user-defined property in the ESQL code because the values can change at deployment time.
Answer
  • DECLARE variable CHARACTER ' –InitialValueExpression-'
  • DECLARE variable SHARED CHARACTER ' –InitialValueExpression-'
  • DECLARE variable EXTERNAL CHARACTER ' –InitialValueExpression-'
  • DECLARE variable CONSTANT CHARACTER ' –InitialValueExpression-'

Question 36

Question
"A company needs to implement a generic gateway application which accepts COBOL input messages using WebSphere MQ transport. The first 15 bytes of each input message represents a common header for all messages. The 15 bytes header is used to determine the message type, length and routing information. Which domain parser should the solution developer set in the input node to accomplish this?"
Answer
  • MIME
  • BLOB
  • JSON
  • DataObject

Question 37

Question
"The DocType field in the record identifies the document type and contains PO when the record is for a purchase order and ACK when it is an acknowledgement. The format of each record is the same except for the ShipDate field. When the document type is ACK, ShipDate is in the record. When the document type is PO, ShipDate is not in the record. What change can the developer make to the DFDL model to handle the differences in the record format and prevent parsing errors when parsing a file that contains both types of records?"
Answer
  • Add a choice element before theShipTypeelement
  • Add an asset toShipDatethat testsDocType=ACK
  • Add a discriminator toShipDatethat testsDocType=ACK
  • Change theMinOccursproperty to 0 (zero) forShipTypeto make it an optional field

Question 38

Question
The Integration Toolkit Adapter Connection wizard is used to create the resources that enable the WebSphere Adapters to connect to:
Answer
  • a medical device.
  • IBM Business Monitor.
  • Microsoft Dynamics CRM.
  • PeopleSoft Enterprise Information System (EIS).

Question 39

Question
A solution developer needs to validate an XML message in an MQInput node before doing any other bitstream parsing in subsequent nodes. The solution developer has enabled validation on content. What additional node property configurations will allow the developer to accomplish this task?
Answer
  • Advanced: Convert
  • Parser Options: Parse Timing: Complete
  • Parser Options: Parse Timing: Immediate
  • Parser Options: Parse Timing: On Demand
  • Input Message Parsing: Message format and Message Domain

Question 40

Question
A solution developer needs to implement a message flow to integrate with a Telecommunications Short Message Service (SMS) server which uses the Simple Network Management Protocol (SNMP) over a socket layer. The message flow starts with an MQinput node which accepts the XML input message that contains the SMS details. The message is routed to a Compute node to compose the SNMP format as expected by the SMS service. Which node should the developer use to send the SNMP data?
Answer
  • TCPIPClientOutput
  • TCPIPClientReceive
  • TCPIPServerOutput
  • TCPIPServerReceive

Question 41

Question
"A solution developer wants to use the global cache functionality to share data between two Integration nodes which are running on separate host machines. What must the developer configure to accomplish the requirements?"
Answer
  • A global cache policy file on both Integration nodes.
  • A configurable service to connect to an external WebSphere eXtreme Scale grid for example on a DataPower ® XC10 device.
  • The default global cachetopology on both Integration nodes.
  • The default global cache topology on both Integration nodes and an MQ cluster between the two queue managers.

Question 42

Question
"A solution developer has created the following message flow: FILE.IN --> MAPPING --> FILE OUTPUT The integration requirements state that the name for the output file needs to be computed from the message payload. How can the developer implement this requirement in the Mapping node?"
Answer
  • Use a custom Java transformation to call the IBM Integration Java API to set the file name.
  • Use a custom ESQL transformation to change the value of the promoted file name property from the FileOutput node.
  • Configure the headers and folders for the output message to include the Environment tree and map the filename for the output message in the Environment tree.
  • Configure the headers and folders for the output message to include the local Environment tree and map the filename for the output message in the local Environment tree.

Question 43

Question
"A solution developer has developed a message flow that is in an application named App5, shown below. A second application, named TestService, contains the message flow that processes messages sent from the Send MQ to TestService MQ Output node and returns the response message that is then retrieved by the MQ Get node. This application is already deployed to the Integration Server that is named default. The solution developer wants to use the Test Client to test App5. The Test Client preferences are the defaults. The application has been deployed using a BAR file named App5.bar to the Integration Server that is named default. What configuration is required in the Test Client to test App5 to the end of the message flow?"
Answer
  • "1. In Message Flows add the Test Service application. 2. From MQ Settings, clear the checkbox for Stop when the first MQ message is received."
  • "1. In Deployment settings, set Deployment Options to Always rebuild and deploy a Broker Archive automatically. 2. From MQ Settings, clear the checkbox for Stop when the first MQ message is received."
  • "1. In Deployment settings, set Deployment Options to I will deploy the specified Broker Archive manually. 2. Set Specify Broker Archive file parameter to App5.bar. Set Deployment location to the correct location with the default Integration Server where App5 is deployed. Select (check) the checkbox for Stop when the first MQ message is received."
  • "In Deployment settings, set Deployment Options to I will deploy the specified Broker Archive manually. Set Specify Broker Archive file parameter to App5.bar. Set Deployment location to the correct location with the default Integration Server where App5 is deployed. FromMQ Settings, clear the checkbox forStop when the first MQ message is received."

Question 44

Question
"The following messages are sent to the MQ Input node, as described below: <Doc><SeqNo> 0 </SeqNo><Value> A </Value></Doc> <Doc><SeqNo> 1 </SeqNo><Value> B </Value></Doc> <Doc><SeqNo> 2 </SeqNo><Value> C </Value></Doc> <Doc><SeqNo> 4 </SeqNo><Value> E </Value></Doc> <Doc><SeqNo> 6 </SeqNo><Value> G </Value></Doc> a delay of 11 seconds <Doc><SeqNo> 5 </SeqNo><Value> F </Value></Doc> a delay of another 11 seconds <Doc><SeqNo> 3 </SeqNo><Value> D </Value></Doc> What is the end result of processing this messages, using the “Value” element arriving in the specific order listed?"
Answer
  • A, B, C on MQ Output; F, D on MQ Output Failure; and E, G on MQ Output Expire.
  • A, B, C on MQ Output; F, D on MQ Output Missing; and E, G on MQ Output Expire.
  • A, B, C on MQ Output; D, F on MQ Output Failure; and E, G on MQ Output Expire.
  • A, B, C on MQ Output; D, F on MQ Output Failure; and E, G on MQ Output Failure.

Question 45

Question
A solution developer installed the IBM Integration Bus runtime and the Integration Toolkit using the “Developer Edition” on a Windows 64 bit environment. Which integration server functionality is available for the developer?
Answer
  • All features are available with unlimited integration servers.
  • All features are available but there is a limitation of creating only one integration server.
  • A limited set of nodes is available with unlimited integration servers.
  • A limited set of nodes is available and there is a limitation of creating only one integration server.

Question 46

Question
A solution developer needs to create or reconfigure the security identity to connect to a Websphere eXtreme Scale secure grid. Which command should the developer use to accomplish this task?
Answer
  • mqsisetdbparms
  • mqsisetsecurity
  • mqsimanagexalinks
  • mqsicreateconfigurableservice

Question 47

Question
What is required to use a .NET Node?
Answer
  • .NET assembly
  • .NET node template
  • Named .NET application domain
  • DotNetAppDomain configurable service

Question 48

Question
"A solution developer has to support three environments: development, test and production. Therefore, the solution developer has to customize an application to reflect changes such as input queue names, IP addresses, database names and number of additional instances. What should the developer use to change the properties for each environment?"
Answer
  • a runtime command
  • a configurable service
  • a .properties file in the application
  • the IBM Integration Bus web user interface

Question 49

Question
"A solution developer is using a Compute node to transform a message. The developer declares a new reference with the following ESQL command: DECLARE refIn REFERENCE TO InputRoot.XMLNSC.message Next, the developer includes an IF statement to verify that the reference was set successfully. Which expression should the developer use as the condition in the IF statement?"
Answer
  • EVAL(refIn)
  • EXISTS(refIn)
  • refln IS TRUE
  • LASTMOVE(refIn)

Question 50

Question
"A solution developer has designed the following message flow to handle a special promotion for an airline, to achieve Silver, Gold, or Platinum frequent flyer status before an upcoming flight. The MQ Input node receives XML messages with the customer information, including their name, frequent flyer number, their current status, current mileage, and the mileage of their upcoming flight. The Compute node calculates their new mileage by adding current mileage and the upcoming trip mileage. A Decision Service then executes rules to determine if their status is upgraded and update the status element if needed. The Route node has output terminals named Silver, Gold, and Platinum, as well as the standard Default terminal, to route the message appropriately based on the status field of the customer. If the message below is processed by the following message flow, at which MQ Output node does the message get written? <?xml version=""1.0"" encoding=""UTF-8""?> <Customer> <Name>John Flyer</Name> <FrequentFlyerNumber></FrequentFlyerNumber> <Status>Gold</Status> <CurrentMileage>19500</CurrentMileage> <TripMileage>575</TripMileage> <NewMileage>0</NewMileage> </Customer>"
Answer
  • MQ Output Gold
  • MQ Output Catch
  • MQ Output Platinum
  • MQ Output No Status

Question 51

Question
"A solution developer has configured a CICSRequest node to use SSL. After deploying the message flow, the solution developer notices a ECI_ERR_NO_CICS response message in the UNIX SYSLOG. What can the developer conclude from this message?"
Answer
  • The RACF DIGTCERT class is corrupt.
  • The RACF certificate name filter has not been setup.
  • The client certificate is not mapped to a valid RACF id.
  • The CICSConnection configurable service client certificate is not configured.

Question 52

Question
"A solution developer is using the Integration Toolkit to define a DFDL message model schema that defines the message bitstream that is required for a target application. What can the developer do to ensure that the DFDL schema builds a valid output bitstream for the target application?"
Answer
  • Run Test Parse Model with a sample output bitstream.
  • Run Test Parse Model with a logical instance of the output message.
  • Run Test Serialize Model with a sample output bitstream.
  • Run Test Serialize Model with a logical instance of the output message.

Question 53

Question
"A solution developer deploys a BAR file to an integration server with the Integration API and processes the completion code in the program. What are valid completion codes of the deploy command?"
Answer
  • success, failure, waiting
  • waiting, pending, success
  • pending, submitted, error
  • pending, submitted, failure
Show full summary Hide full summary

Similar

Diapositivas de Topología de Redes
lisi_98
Fase 5. Evaluar. Sustentar el diseño de modelo de propagación. MAPA DE RFID
Miller Suárez López
TEORIA DESCRIPCION DE LA FORMA
Stiven Ramirez
Construcción de software
CRHISTIAN SUAREZ
FUNCIONES MULTIVARIABLES
Jarumy cecilia Sánchez Hernández
Proceso de Simulación
Jesus Javier
Dibujo de ingeniería
Felipe Granada
Competencias Laborales de un Ingeniero en Diseño de Entretenimiento Digital
Daniel Giraldo
Modelos de Gestión de Inventarios en Cadenas de Abastecimiento
Rubén Darío Martínez Lira
Ingenieria Social
Diego Gutierrez
PROYECTOS DE INVERSIÓN
Pedro Martinez