Implementation-Version
Specification-Version
Extension-Name
Specification-Vendor
Implementation-Vendor
第1题:
You create Windows Forms applications by using the .NET Framework 3.5.You plan to deploy a new Windows Presentation Foundation (WPF) XAML browser application (XBAP).The deployment must meet the following requirements: (1)shortcut is added to the Start menu (2)The most recent version of the application is installed and executed on client computers (3)Users can uninstall the application from the control panel You need to identify a deployment technology that meets the specified requirements.You want to achieve this goal by using the minimum amount of development effort. Which deployment technology should you use?()
第2题:
Which two statements about the use of SCREEN options are correct? ()(Choose two.)
第3题:
Given this fragment from a Java EE deployment descriptor: 341.
第4题:
Which the two about WAR files are true?()
第5题:
Which two are valid values for the
第6题:
You deployed a Java EE Shared Library and want to use it from an application that is also deployed on the same cluster. Which two manifest attributes must be specified at a minimum with corresponding values in the deployment descriptor of the application that requires?()
第7题:
You plan to deploy a new Microsoft Visual Studio Tools for Office(VSTO) add-in for Excel.You need to ensure that the VSTO add-in is deployed appropriately.What should you do?()
第8题:
WAR files must be located in the web application library directory.
WAR files must contain the web application deployment descriptor.
WAR files must be created by using archive tools to designed specifically for that purpose.
The web container must serve the content of any META-INF directory located in a WAR file.
The web container must allow access to resources in JARs in the web application library directory
第9题:
the web application deployment descriptor
the /META-INF/dependencies.xml file
the /META-INF/MANIFEST.MF manifest file
the /META-INF/MANIFEST.MF manifest of a JAR in the web application classpath
第10题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第11题:
/WEB-INF
/META-INF
/WEB-INF/tlds
/META-INF/tlds
WEB-INF/resources
/META-INF/resources
第12题:
NULL
SECURE
INTEGRAL
ENCRYPTED
CONFIDENTIAL
第13题:
If you want to use the Java EE platform’s built-in type of authentication that uses a custom HTML page for authentication. Which two statements are true?()
第14题:
Your customer has deployed a cisco wireless location appliance within its warehouse environment. however, employees there have been experiencing problems when tracking objects using active rfid tags. you use an access point scan to determine if the location appliance has been deployed correctly. Making which change to warehouse deployment location services will most likely correct the problem?()
第15题:
In which three directories, relative to a web application’s root, may a tag library descriptor file reside when deployed directly into a web application?()
第16题:
In which two locations can library dependencies be defined for a web application? ()
第17题:
You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()
第18题:
You want to migrate an application that was developed for OAS/OC4J to WebLogic. The application uses Oracle Streams Advanced Queuing (AQ). You configured a Foreign JMS Server and Data Source but you are not able to send messages to the AQ destination and see them reach the database. Which two things are missing in this configuration?()
第19题:
You are developing and XBAP application for your company intranet. During several development iterations, you manually executable, application, and deployement manifest to the test Web Server. You create an HTML file that has a manifest that you use for testing. During the next iteration, you enchance the XBAP application by making changes. When you use the hyperlink to the deployment manifest to test the deployment, you do not see the changes. You need to ensure that the changes you make are visible when you test the deployment from your machine. What should you do ?()
第20题:
At deploy time, Java EE containers add a directory called META-INF directly into the MyApp directory.
At deploy time, Java EE containers add a file called MANIFEST.MF directly into the MyApp directory.
It can instruct your Java EE container to verify, at deploy time, whether you have properly configured your application’s classes.
At deploy time, Java EE containers add a directory call META-WAR directly into the MyApp directory.
第21题:
SCREEN options offer protection against various attacks
SCREEN options are deployed prior to route and policy processing in first path packet processing
SCREEN options are deployed at the ingress and egress sides of a packet flow
SCREEN options, you must take special care to protect OSPF
第22题:
Implementation-Version
Specification-Version
Extension-Name
Specification-Vendor
Implementation-Vendor
第23题:
nothing, there may be a network connection issue
a Foreign JMS Connection Factory
a JMS Bridge to map the JNDI of the Local JMS Destination to the remote AQ destination
a mapping of the Foreign JMS Connection Factory to the Data Source where AQ is configured and installed
Oracle AQ Java EE Shared Libraries not deployed and referenced by your application
第24题:
Your deployment descriptor will need to contain this tag: CUSTOM.
The related custom HTML login page must be named loginPage.html.
When you use this type of authentication, SSL is turned on automatically.
You must have a tag in your deployment descriptor that allows you to point to both a login HTML pageand an HTML page for handling any login errors.
In the HTML related to authentication for this application, you must use predefined variable names fort he variables that store the user and password values.