网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Which does not display use of extending an XPage for use in a SOA application?()
A
XPage widget
B
Triggering a widget form anXPage
C
Rest API
D
composite application component
参考答案
参考解析
解析:
暂无解析
更多 “单选题Which does not display use of extending an XPage for use in a SOA application?()A XPage widgetB Triggering a widget form anXPageC Rest APID composite application component” 相关考题
考题
You use Microsoft .NET Framework 4 to create a Windows Forms client application.You write the following code segment.The application contains a form of type Form1 that contains a FormSettings object named frmSettings1.You need to maintain the user‘s form size preference each time the user executes the application.Which code segment should you use? ()A.B.C.D.
考题
You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()A、NEW_FORM B、OPEN_FORM C、CALL_FORM D、CLOSE_FORM
考题
A technician installed a new application on a Windows XP desktop. When the technician tries to launch the application it crashes. Which of the following can the technician use to troubleshoot the application?()A、System logsB、Security logsC、Application logsD、Application installation logs
考题
Which version of a view would you use if you just want a quick, easy view within your XPage?()A、Data Table ControlB、View ControlC、Repeat ControlD、Filter by category View Control
考题
Which does not display use of extending an XPage for use in a SOA application?()A、XPage widgetB、Triggering a widget form anXPageC、Rest APID、composite application component
考题
The direct way to use XPages in a notes 8.5.1 client is which of the following?()A、Through a composite application componentB、Through use of a file URLC、Client database Launch propertyD、XPages are accessed through eclipse and not a notes client
考题
An application is no longer required to start up automatically at system boot. Which of the following supported procedures would the administrator use to accomplish this()A、Edit the /etc/inittab and comment out the entry that starts the application by placing a at the beginning of the line.B、Use the chitab command.C、Use the rmitab command.D、Edit the /etc/reboot file to remove the entry that starts the application.
考题
Which built-in do you use to determine which timer in form module has expired?()A、FIND_TIMER B、GET_TIMER_PROPERTYC、GET_APPLICATION_PROPERTY D、GET_CUSTOM_ITEM_EVENT_PROPERTY
考题
What does the term application partitioning refer to?()A、The feature of a forms application enabling it to run both in client-server mode and on the Web. B、Storing PL/SQL program units between the Oracle server and the application to make optimal use of available resources. C、The nature of a three-tier architecture, where the form module and processing software reside on an application server. D、The feature of a forms application that is able to use Ethernet, twisted pair, and wireless data connections.
考题
You recently installed an application on your computer. The application is configured to automatically start. This application might cause your computer to run slower. You need to prevent the application from auto starting without uninstalling the application. What should you do?()A、Use the Microsoft Windows Task Manager application to end the task for the application.B、Use the Control Panel application to uninstall the application. Reboot the computer.C、Use the Software Explorer application to disable the application. Reboot the computer.D、Use the Services application to disable the Application Experience service, and then launch the application.
考题
You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the drag-and-drop functionality. You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. Which enumeration member should you use?()A、DragAction.CancelB、DragAction.DropC、DragDropEffects.NoneD、DragDropEffects.All
考题
You are a desktop administrator for your company. You need to deploy a new application. The application is packaged in an .msi file. The application will be used by only a small number of users. You plan to install the application by using the Msiexec.exe program. You need to ensure that the installation process does not display a user interface. What should you do?()A、Manually perform a passive installation of the application.B、Manually perform a quiet installation of the application.C、Use a logon script to run the Msiexec.exe program.D、Use the Runas utility to run the Msiexec.exe program.
考题
You use Microsoft Application Virtualization for Desktops to virtualize applications for client computers.A virtual application that was installed by using a Windows Installer Package (.msi) file has become corrupted. You need to restore access to the virtual application. Which two actions should you perform?()A、Reload the virtual application package.B、Reinstall the virtual application package.C、Use the Repair function in the Windows Installer Package. Use the Microsoft Application Virtualization (App-V) to re-sequence the application.D、Use the Microsoft Application Virtualization (App-V) Sequencer to edit the virtual application package.
考题
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application includes a function that is triggered by filling out a form and by clicking a button. Currently, the application is tested manually. You need to create an automated and iterative process to test the application. What should you do?()A、Use IntelliTrace.B、Use UISpy.exe to extract the user interface (UI) information. Then, use MSTest.exe.C、Use classes in the System.Windows.Automation and System.Windows.Automation.Text namespaces.D、Use the Action Recording methodology to record the user interface (UI) actions.Then, use MSTest.exe.
考题
A Windows Azure application is running in the development fabric. You need to recommend an approach for deploying the application to Windows Azure. What should you recommend?()A、 Use XCopy deployment.B、 Use the Windows Azure AppFabric.C、 Use the Windows Azure Storage Services REST API.D、 Use the Windows Azure Tools for Microsoft Visual Studio 2010.
考题
You use Microsoft Application Virtualization for Desktops to virtualize applications for client computers. A virtual application that was insta lled by using a Windows Installer Package (.msi) file has become corrupted. You need to restore access to the virtual application. Which two actions should you perform?()A、Reload the virtual ap plication package.B、Reinstall the virtual application package.C、Use the Repair function in the Windows Installer Package. Use the Microsoft Application Virtualization (App - V) to re - sequence the application.D、Use the Microsoft Application Virtualization (App - V) Sequencer to edit the virtual application package.
考题
You create Windows Forms applications by using the .NET Framework 3.5. You plan to use a setup project to deploy a new Windows Forms application.The application uses a component that requires the Microsoft NET Framework 1.1.You need to create a launch condition so that the application can be deployed on client computers. What should you do?()A、Use the Depth property.B、Use the Version property.C、Use the MinVersion property.D、Use the ComponentID property.
考题
You are creating a Web application that will run on an intranet. The Web application reads comma-delimited text files. The text files reside in a subdirectory below the Web application's root directory. Users must not be able to navigate directly to these files in a Web browser unless they are members of the Accounting role. You need to write an ASP.NET HTTP handler that will use the FileAuthorizationModule class. Which form of authentication should you use?()A、AnonymousB、CertificateC、FormsD、Microsoft Windows Integrated Security
考题
单选题What does the term application partitioning refer to?()A
The feature of a forms application enabling it to run both in client-server mode and on the Web. B
Storing PL/SQL program units between the Oracle server and the application to make optimal use of available resources. C
The nature of a three-tier architecture, where the form module and processing software reside on an application server. D
The feature of a forms application that is able to use Ethernet, twisted pair, and wireless data connections.
考题
单选题A Windows Azure application is running in the development fabric. You need to recommend an approach for deploying the application to Windows Azure. What should you recommend?()A
Use XCopy deployment.B
Use the Windows Azure AppFabric.C
Use the Windows Azure Storage Services REST API.D
Use the Windows Azure Tools for Microsoft Visual Studio 2010.
考题
单选题Which does not display use of extending an XPage for use in a SOA application?()A
XPage widgetB
Triggering a widget form anXPageC
Rest APID
composite application component
考题
单选题You are creating a Windows Forms application by using the .Net Framework 3.5.You plan to display detailed help instructions for each control in the form.You create a help file.You configure a HelpProvider component on the form.You need to display the help file for the control that is focused when the F1 key is pressed.Which method of the HelpProvider class should you call for each control?()A
SetShowHelpB
SetHelpStringC
SetHelpKeywordD
SetHelpNavigator
考题
单选题You are creating a Web application that will run on an intranet. The Web application reads comma-delimited text files. The text files reside in a subdirectory below the Web application's root directory. Users must not be able to navigate directly to these files in a Web browser unless they are members of the Accounting role. You need to write an ASP.NET HTTP handler that will use the FileAuthorizationModule class. Which form of authentication should you use?()A
AnonymousB
CertificateC
FormsD
Microsoft Windows Integrated Security
考题
单选题Which built-in do you use to determine which timer in form module has expired?()A
FIND_TIMER B
GET_TIMER_PROPERTYC
GET_APPLICATION_PROPERTY D
GET_CUSTOM_ITEM_EVENT_PROPERTY
考题
单选题Which version of a view would you use if you just want a quick, easy view within your XPage?()A
Data Table ControlB
View ControlC
Repeat ControlD
Filter by category View Control
考题
单选题You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()A
NEW_FORM B
OPEN_FORM C
CALL_FORM D
CLOSE_FORM
考题
单选题The direct way to use XPages in a notes 8.5.1 client is which of the following?()A
Through a composite application componentB
Through use of a file URLC
Client database Launch propertyD
XPages are accessed through eclipse and not a notes client
考题
单选题You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application uses the drag-and-drop functionality. You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. Which enumeration member should you use?()A
DragAction.CancelB
DragAction.DropC
DragDropEffects.NoneD
DragDropEffects.All
热门标签
最新试卷