IBM C2040-985 Online Practice
Questions and Exam Preparation
C2040-985 Exam Details
Exam Code
:C2040-985
Exam Name
:Developing IBM Lotus Notes and Domino 8.5 Applications
Certification
:IBM Certifications
Vendor
:IBM
Total Questions
:121 Q&As
Last Updated
:Jul 11, 2026
IBM C2040-985 Online Questions &
Answers
Question 1:
Clifford has a Readers field in his Expense Report form. Who will be able to see the document once he saves it in the application?
A. Only those people listed in the Readers field. B. Anyone listed as a Reader or above in the Access Control List who is also listed in the Readers field. C. Anyone listed as a Reader or above in the Access Control List. D. Only those people listed in the Execution List or the Access Control List.
B. Anyone listed as a Reader or above in the Access Control List who is also listed in the Readers field.
Question 2:
Kelly supports the Inventory application. This application is accessed by staff in India, the UK, Brazil, and the USA. For reasons of performance and contingency planning, the office in each country has its own server. Kelly needs the Inventory application to reside on each of these servers, and she needs to ensure that the application data and design is kept in sync among all of these locations.
How can Kelly meet this requirement?
A. Select the Inventory application. For each server, create a replica of the application by selecting File > Replication > new replica, and specify the target Server. B. Select the Inventory application. For each server, create a copy of the application by selecting File > Application > New Cope. Specify the target Server, and select the Synchronize option. C. Select the Inventory application. For each server, create a mirror of the application by selecting File > Application > New Mirror, and specify the target Server. D. Select the Inventory application. For each server, create a synchronized copy of the application by selecting File > Synchronization > New Copy.
A. Select the Inventory application. For each server, create a replica of the application by selecting File > Replication > new replica, and specify the target Server.
Question 3:
Anika has been told that users cannot use the embedded view on a form because it is too wide. On Anika's screen setting for 1920 resolution, the form uses only 25 percent of her screen. What can Anika do to allow users to use the full width of their screen, regardless of their resolution, while using an embedded view?
A. Anika can set the Form properties to use only 85 percent of the screen width. B. Anika can set the Display properties of the embedded view to use only 85 percent of the screen width. C. Anika can set the text properties of the form to 85 percent of the screen width. D. Anika can set the Display options for the embedded view to "fit to window".
B. Anika can set the Display properties of the embedded view to use only 85 percent of the screen width.
Question 4:
The graphic designer at Roshni's company has developed a graphic theme to be applied to all of the company's HR databases. Roshni has created a new image resource using the twistie.gif provided to her, but the categories in the views do not appear the way the graphic designer had described.
What could be the problem?
A. Roshni was given a single 16x16 pixel image of the image that should display for a collapsed category. The image resource needs to be a 33x16 pixel image a 16x16 gif of the image for collapsed categories, followed by a one-pixel vertical spacer, and a 16x16 gif of the image for expanded categories. B. Roshni received two 16x16 pixel images ?one for expand and one for collapse, but she has updated the Column properties. She now needs to designate a 16x16 resource image for the "Expand twistie" and a 16x16 resource image for the "Collapse twistie" options on the Column Properties box. C. Roshni received a single 33x16 pixel image, containing a 16x16 gif of the image for collapsed categories, followed by a one-pixel vertical spacer, and a 16x16 gif of the image for expanded categories. She created the image resource, but she needs to select the "Animated gif" option. D. Roshni received two 16x16 pixel images ?one for expand and one foe collapse. But she imported the image resources as "open.gif" and "close.gif". The images must be named "expanded.gif" and "collapse.gif".
A. Roshni was given a single 16x16 pixel image of the image that should display for a collapsed category. The image resource needs to be a 33x16 pixel image a 16x16 gif of the image for collapsed categories, followed by a one-pixel vertical spacer, and a 16x16 gif of the image for expanded categories.
Question 5:
Janira is adding a Received date to her Video Rental form. She would like to have the date field show the user a calendar for date selection. How would she accomplish this?
A. Set the field Type to Calendar B. Set the field Style to Notes Calendar control C. Set the field Style to Calendar/Time control D. Set the field Type to Calendar/Time
C. Set the field Style to Calendar/Time control
Question 6:
Logan has a servlet that he wants to deploy as part of his Lotus Domino-based Web application. What does he need to do to accomplish this task?
A. Deploy the server to a J2EE application server. B. Enable servlet support for the Lotus Domino server by modifying the Java Servlet Support section of the server document. C. Create a Web configuration settings document and change the Configuration Type to "Servlet Support". D. Lotus Domino does not support the use of servlets.
B. Enable servlet support for the Lotus Domino server by modifying the Java Servlet Support section of the server document.
Question 7:
Gwen would like to create an "ATTENTION" line that will toggle on and off each second. What can Gwen do to provide the blinking text?
A. In the desired location on the page, enter "ATTENTION", and set the desired font properties. From the Paragraph Styles tab of the text Properties, select Blink. The default interval is 1000 milliseconds. B. Open the page in Domino Designer and create a two-row Table. Type "ATTENTION" in one of the table rows, setting the desired font properties . Click the Programmed table button in the Table Type section. On the Table Programming tab, click "Animated" for the mode, and enter 1000 for the Frequency option. C. In the desired location on the page, enter the following: ATTENTION Highlight the "ATTENTION" text and set the desired font properties. From the menu bar, select Text > Pass-Thru HTML. D. Open the page in Domino Designer and create a two-row Table. Type "ATTENTION" in one of the table rows, setting the desired font properties. Click the Animated table button in the Table Type section. On the Table Rows tab of the Table properties, enter "1000" after "Switch row every".
D. Open the page in Domino Designer and create a two-row Table. Type "ATTENTION" in one of the table rows, setting the desired font properties. Click the Animated table button in the Table Type section. On the Table Rows tab of the Table properties, enter "1000" after "Switch row every".
Question 8:
Susan wants to populate a field in the Inventory form so that when a user composes a document they can select from a dialog list of products. Which @function can she use to look up to an Inventory view within the same database?
A. @DbLookup B. @DbTitle C. @DbColumn D. @DbName
C. @DbColumn
Question 9:
A system administrator needs to give Web users access to databases on DomServer1/Acme. Presently, only Lotus Notes clients are allowed to access the database using 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.
C. Add HTTP to the list of server tasks in the DomServer1/Acme Notes.ini file.
Question 10:
Maria wants to populate a list with the values "Alpha", "Beta", and "Gamma". What syntax should she use in the formula?
A. "Alpha", "Beta", "Gamma" B. "Alpha"; "Beta"; "Gamma" C. "Alpha": "Beta": "Gamma" D. "Alpha" and "Beta" and "Gamma"
Nowadays, the certification exams become more and more important and required by more and more
enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare
for the exam in a short time with less efforts? How to get a ideal result and how to find the
most reliable resources? Here on Vcedump.com, you will find all the answers.
Vcedump.com provide not only IBM exam questions,
answers and explanations but also complete assistance on your exam preparation and certification
application. If you are confused on your C2040-985 exam preparations
and IBM certification application, do not hesitate to visit our
Vcedump.com to find your solutions here.