全新190-836题库学习指南

最新的190-836题库资料

科目代码: 190-836
问题数量: 114

更新时间: 2009-09-14
报名地点: Prometric/Pearson VUE
考试全称: IBM Lotus Notes Domino 8 Development Web Applications

190-836考试是Lotus公司的IBM Lotus Notes Domino 8 Development Web Applications认证考试官方代号,Examsoon的190-836权威考试题库软件是Lotus认证厂商的授权产品,Examsoon 绝对保证第一次参加190-836考试的考生即可顺利通过!

Examsoon 的优势

1.Examsoon 模拟测试题具有最高的专业技术含量,只供具有相关专业知识的专家和学者学习和研究之用。
2.该测试已取得试题持有者和第三方的授权,我们深信IT业的专业人员和经理人有能力保证被授权产品的质量。
3.如果你使用 Examsoon 模拟测试,我们将保证你的第一次参加考试即取得成功,否则,我们将全额退款!
4.提供每种产品免费测试。在您决定购买之前,请检测联接,可能存在的问题及试题质量和适用性.

190-836考试是Lotus厂商最热门的科目,其考试的全称为:IBM Lotus Notes Domino 8 Development Web Applications。在此我们收集了不同题库供应商的真题集 包含 : examsoon 190-836培训资料 ,Testinside 190-836考题讲解, Pass4sure 190-836题库 , Testking 190-836考试指南, exam4sure 真题材料.只要仔细阅读以下的190-836题库demo的问题和答案, 相信你就会知道这个题库的质量了。

190-836题库由多位IT认证的专家亲自整理的考试全真试题材料,为了让大家花更少的时间来完成Lotus 190-836考试. examsoon考题大师190-836试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用本站的考试题库参加190-836考试,我们保证您一次轻松通过考试;

190-836题库问题与答案赏析

 
 
Exam : Microsoft 190-836
Title : IBM Lotus Notes Domino 8 Developing Web Applications

1. Which of the following server tasks must be enabled in order for a Domino application to be accessed from a Web browser?
A. WEB
B. HTTP
C. HTML
D. DOMINO
Answer: B

2. A system administrator needs to give Web users access to databases on DomServer1/Acme. Presently, only Notes clients are allowed to access the database via TCP/IP. What should the system administrator do?
A. Add HTTP access to the DomServer1/Acme Domino Directory.
B. Add WebService access to the DomServer1/Acme Domino Directory.
C. Add HTTP to the list of server tasks in the DomServer1/Acme Notes.ini file.
D. Add WebService to the list of server tasks in the DomServer1/Acme Notes.ini file.
Answer: C

3. Which one of the following programming languages or language combinations can be used to build an agent that retrieves data from non-Domino servers over the Internet?
A. Java
B. XML, WSDL
C. LotusScript in combination with C
D. This is not possible in a Web agent.
Answer: A

4. Maggie wants to display the authenticated user’s name on her Web site’s welcome page. How can she do this?
A. Use the JavaScript document.userName property.
B. Display the name using the USER_NAME CGI field.
C. Write a JavaScript function that gets the name from the session cookie.
D. Create computed text on the page that computes to the current user’s name.
Answer: D

5. Sara’s application needs to use the same graphic in several forms. When she designed the application, she pasted the graphic into each form. However, when she views documents that were created with these forms, the browser reacts very slowly. What should Sara do to correct this problem?
A. Remove the graphics from the forms.
B. Convert the graphic format to a TIFF and paste it back into the forms.
C. Place the graphic in the database as an image resource and reference the image resource in all related forms.
D. Compress the graphics into a single ZIP file and place the file in the database as an image resource.
Answer: C

6. Logan has a servlet that he wants to deploy as part of his Domino-based Web application. What does he need to do to accomplish this?
A. Deploy the servlet to a J2EE application server.
B. Domino does not support the use of servlets.
C. Create a Web Configuration Settings document and change the Configuration Type to "Servlet Support".
D. Enable servlet support for the Domino server by modifying the Java Servlet Support section of the Server Document.
Answer: D

7. Martin just moved his Domino Web application to a new server. Now, when a Web user calls an agent, a new security error occurs that did not occur on the old server. What is a possible cause for this?
A. Martin needs to rewrite his Script Libraries to utilize JavaScript.
B. Martin is using outdated Java code that cannot run on the new server.
C. Martin needs to register his Web application in the catalog.nsf database.
D. Martin needs to be added to the Server Document’s "Sign script libraries to run on behalf of someone else" field.
Answer: D

8. Serge wants to store some user preferences in a database, so that each user can set custom settings and have those settings available the next time they use the database. What kind of special Notes design element should he use?
A. User Form
B. Preference Form
C. Profile Document
D. Settings Document
Answer: C

9. Marc is creating a Web application. He wants to let Web users with "No Access" view specific pages created with forms. How can he accomplish this?
A. Create a form with a Readers field, and give the field a computed value of "$PublicAccess". Create a view with "$PublicAccess" in the access list.
B. Create a form with a $PublicAccess field. Set the "Available to public access users" form property. Create a view with "$PublicAccess" in the access list.
C. Create a form with a $PublicAccess field. Set the "Available to public access users" form property. Create a view with the "Available to public access users" property set.
D. Create a form with a $PublicAccess field. Set a Readers field to "Available to public access users". Create a view with the "Available to public access users" property set.
Answer: C

10. Hank is investigating navigation options for his Web application, and wants to come up with something that is flexible and easy to use. Which of the following provides this in Domino?
A. A Web navigator
B. A custom Java applet
C. HTML views embedded onto pages
D. An outline embedded onto a page
Answer: D

11. Candy created a Domino based Web site with the following site rule defined:
Type of rule:
Substitution Incoming URL pattern: /projects/*/*.html
Replacement pattern: /projects/*.nsf/*?OpenPage
Which of the following describes the destination URL that is generated by Domino when the user enters */projects/cio/index.html as the URL?
A. /projects/cio.nsf/index?OpenPage
B. /projects/index.nsf/cio?OpenPage
C. /projects/projects.nsf/cio?OpenPage
D. /projects/cio.nsf/index.html
Answer: A

12. Jane created a cascading style sheet that she is trying to add to her Domino database. When she clicks the "New Style Sheet Resource" button and navigates to the proper directory, she does not see the style sheet file. What can she do to correct this?
A. Cut and paste the style-sheet file into the database.
B. Make sure that the style-sheet file extension is .css.
C. Add the cascading style-sheet as a File Resource first, then import it from there.
D. Put the style code into a Page element, then save the element to include it as part of the application.
Answer: B

13. Which of the following can be used to create an anchor link in a Notes database form?
A. A link hotspot
B. A button using Java
C. A formula pop-up hotspot
D. An action hotspot that uses LotusScript
Answer: A

14. Melissa has created a default outline in her application, and wants to display specific outline entries to Web users. How can she do this?
A. Create a separate outline for Web users.
B. Use Hide-when formulas on the page where the outline is embedded.
C. Surround outline entries with HTML tags to make them visible to Web users.
D. Select or deselect the "Hide entry from Web browsers" checkbox for the Outline entry.
Answer: D

免费下载190-836认证考题Demo

免费下载190-836 PDF题库

 
 
 

» archives

» meta

» recent comments

 

友情链接| Examsoon IT认证考试题库 Pass4Side 认证考试题库 Pass4Side 认证考试题库 HP题库 IBM认证题库专栏 IT认证考题专家 考古題考試模擬軟件 考古題證照試題庫 IT認證研究 Microsoft MCP MCSE认证考试题库 CCVP CCIP CCSP 000-033 000-051 640-802 vcp-410 70-620