IBM C9510-319 Exam Practice Questions (P. 1)
- Full Access (75 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 #1
A developer is installing a Liberty profile runtime environment on a Windows machine and has specified the following installation path:
C:\IBM\WebSphere -
When the installation is finished, in which directory will all of the Liberty profile files be stored?
C:\IBM\WebSphere -
When the installation is finished, in which directory will all of the Liberty profile files be stored?
- AC:\IBM\WebSphere\wlp
- BC:\IBM\WebSphere\server
- CC:\IBM\WebSphere\liberty
- DC:\IBM\WebSphere\profile
Correct Answer:
A
A
send
light_mode
delete
Question #2
Which task is supported on WebSphere Application Server Developer Tools when targeting the Liberty runtime?
- AStart and stop a remote server
- BFederate applications to the server
- CDeploy RESTful Web Services (JAX-RS) applications
- DAutomatically update the target runtime when importing an application with an invalid runtime
Correct Answer:
C
C
send
light_mode
delete
Question #3
A developer using WebSphere Application Server Developer Tools wants to create a web project that will contain servlets and JSP files. The developer opens the
New Web Project wizard using File > New > Web Project menu item.
What should the developer do in the New Web Project wizard to accomplish this?
New Web Project wizard using File > New > Web Project menu item.
What should the developer do in the New Web Project wizard to accomplish this?
- ASelect the Web 2.0 Project template.
- BSelect the Simple Project template, and select Java EE in the Programming Model section.
- CSelect the Simple Project template, and select Client-side only in the Programming Model section.
- DSelect the Simple Project template, and add the Servlets and JSP facets using the Change Features button.
Correct Answer:
B
B
send
light_mode
delete
Question #4
A developer using WebSphere Application Server Developer Tools has written a web application that is shared by multiple EAR projects. Which statement is true if the developer deletes the web application?
- AAll the references to the Web application are re moved from the EAR projects by default.
- BThe developer must remove the references to the web application from all the EAR projects before deleting the web application.
- CAll the references to the Web application are re moved from the EAR projects only if none of the projects are deployed to a Liberty server.
- DAll the references to the Web application are removed from the EAR, but only if the user selects to do that in the Delete Resources confirmation dialog.
Correct Answer:
A
A
send
light_mode
delete
Question #5
A developer is using the WebSphere Server application Developer Tools to convert their existing JPA project to an OSGi JPA bundle. The original JPA project has a persistence.xml file that is by default located in the src/META-INF folder of the project.
The developer invokes the action to convert the JPA project to an OSGi bundle project.
Which changes are expected to be performed by the tools to the original project when it is converted to an OSGi bundle?
The developer invokes the action to convert the JPA project to an OSGi bundle project.
Which changes are expected to be performed by the tools to the original project when it is converted to an OSGi bundle?
- AThe MANIFEST.MF file is generated under a new META-INF folder in the root of the project. The following entry is added to the MANIFEST.MF file: Meta- Persistence
- BThe MANIFEST.MF file is generated under a new META-INF folder without a Meta-Persistence: Entry
- CThe MANIFEST.MF file is generated in the src/META-INF folder which contains the persistence.xml file. The following entry is added to the MANIFEST.MF file: Meta-Persistence
- DThe MANIFEST.MF file is generated in the BundleContext/META-INF folder. The persistence.xml is moved from the src folder to the same location as the
Correct Answer:
C
C
send
light_mode
delete
All Pages