Exam Code : OMG-OCRES-A300
Exam Name : OMG-Certified Real-time and Embedded Systems Specialist Advanced Exam
Vendor Name :
"OMG"
OMG-OCRES-A300 Dumps
OMG-OCRES-A300 Braindumps OMG-OCRES-A300 Real Questions OMG-OCRES-A300 Practice Test OMG-OCRES-A300 Actual Questions
OMG-Certified Real-time and Embedded Systems Specialist Advanced Exam
https://killexams.com/pass4sure/exam-detail/OMG-OCRES-A300
In the Deployment and Configuration specification, what is the name of the data structure that contains all information about an application's deployment into a specific domain?
DeploymentPlan
ComponentPackage
PackageConfiguration
ComponentAssemblyDescription
ComponentImplementationDescription
Which operation is called by the Executor actor?
initLaunch
startLaunch
openLaunch
beginLaunch
The PSM for CCM for the Deployment and Configuration specification maps a package to what?
a ZIP file
a JAR file
a PKG file
a set of XML files
a TAR file (on Unix) or CAB file (on Windows)
In the Deployment and Configuration specification, the target environment is described as a set of
Domains and Connections
Processors, Hosts, and Networks
Nodes, Interconnects, and Bridges
CPUs, Containers, and Connectors
What happens when the Extensible Transport Framework Handle:add_input operation fails?
A CORBA::INTERNAL exception is raised.
The Connection instance involved is destroyed.
A CORBA::BAD_INV_ORDER exception is raised.
The behavior is undefined and therefore implementation specific.
Which is a characteristic of a Connection object presented to the message layer by a plugged in transport?
Oneway
Un-reliable
Bi-directional
Multithreaded
Which statement is true about the thread reentrant policy of the Extensible Transport Framework Connection interface?
Multiple ORB threads may call read() simultaneously on the same Connection object.
ORBs may only call read() from one single thread at a time on the same Connection object.
All operations on a Connection object instance can only be invoked from within a single ORB thread.
Multiple ORB threads may call write() simultaneously on the same Connection object at the same time.
Which operation is part of the Extensible Transport Framework Profile interface?
read()
destroy()
connect()
is_match()
Which statement is true about the Extensible Transport Framework?
The Profile::copy() operation may return a shallow copy of a given Profile object.
Zero-copy is a mandatory Connection Interface operation and must be supported.
A connection must provide reliable delivery of (in principle) arbitrary length messages.
When data is available, the message layer must read the data in its entirety from the connection.