IBM C9510-418 Exam Practice Questions (P. 2)
- Full Access (128 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
What is one of the benefits of using a federated repository over a user registry?
- ADoes not support identity profiles
- BSupports only one registry in a realm
- CSupports multiple registries within a realm
- DProvides account and password policy support
Correct Answer:
C
Federated repositories enable you to use multiple repositories with WebSphere® Application Server. These repositories, which can be file-based repositories,
LDAP repositories, or a sub-tree of an LDAP repository, are defined and theoretically combined under a single realm. All of the user repositories that are configured under the federated repository functionality are invisible to WebSphere Application Server.
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/cwim_fedrepos.html
C
Federated repositories enable you to use multiple repositories with WebSphere® Application Server. These repositories, which can be file-based repositories,
LDAP repositories, or a sub-tree of an LDAP repository, are defined and theoretically combined under a single realm. All of the user repositories that are configured under the federated repository functionality are invisible to WebSphere Application Server.
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/cwim_fedrepos.html
send
light_mode
delete
Question #7
Which statement describes the capabilities of the deployment manager?
- ALogical grouping of application servers
- BCreated and installed when a node is federated into a cell
- CCreated automatically when an application server is federated into a cell
- DManages nodes, node agents, and the configuration repository for the cell
Correct Answer:
D
The deployment manager is an administration application that runs in a special application server, which is created when you install the WebSphere Application
Server Network Deployment product or when you create a management profile using the deployment manager profile template.
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tagt_snsdply_is.html
D
The deployment manager is an administration application that runs in a special application server, which is created when you install the WebSphere Application
Server Network Deployment product or when you create a management profile using the deployment manager profile template.
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.doc/ae/tagt_snsdply_is.html
send
light_mode
delete
Question #8
When verbose Garbage Collection is enabled, in which file(s) does the operating system collect the data?
- Atrace.log
- Bactivity.log
- CSystemOut.log and SystemErr.log
- Dnative_stdout.log and native_stderr.log
Correct Answer:
D
Depending on the operating system in use, the verboseGC output will be written to the following file by default:
AIX, Linux, or Windows: native_stderr.log
Solaris or HP-UX native_stdout.log
Reference:
http://www-01.ibm.com/support/docview.wss?uid=swg21114927
D
Depending on the operating system in use, the verboseGC output will be written to the following file by default:
AIX, Linux, or Windows: native_stderr.log
Solaris or HP-UX native_stdout.log
Reference:
http://www-01.ibm.com/support/docview.wss?uid=swg21114927
send
light_mode
delete
Question #9
When setting up high availability settings for the web server, at what level should an administrator configure the custom properties?
- Acell
- Bnode
- Cserver
- Dnodeagent
Correct Answer:
C
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/xrun_jvm.html
C
Reference:
https://www.ibm.com/support/knowledgecenter/en/SSAW57_8.5.5/com.ibm.websphere.nd.multiplatform.doc/ae/xrun_jvm.html
send
light_mode
delete
Question #10
Through what protocol can a Java client directly access EJBs running on an application server?
- AJDBC
- BRMI/IIOP
- CSOAP/JMS
- DSOAP/HTTP
Correct Answer:
D
Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the client is written in the Java programming language. The client doesn't even "know" what technology implements the service: stateless session bean, JAX-WS, or some other technology. In addition, enterprise beans and web components can be clients of web services. This flexibility enables you to integrate Java EE applications with web services.
Reference:
http://docs.oracle.com/javaee/6/tutorial/doc/gipjf.html
D
Provided that it uses the correct protocols (SOAP, HTTP, WSDL), any web service client can access a stateless session bean, whether or not the client is written in the Java programming language. The client doesn't even "know" what technology implements the service: stateless session bean, JAX-WS, or some other technology. In addition, enterprise beans and web components can be clients of web services. This flexibility enables you to integrate Java EE applications with web services.
Reference:
http://docs.oracle.com/javaee/6/tutorial/doc/gipjf.html
send
light_mode
delete
All Pages