We provide real C2040-410 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass IBM C2040-410 Exam quickly & easily. The C2040-410 PDF type is available for reading and printing. You can print more and practice many times. With the help of our IBM C2040-410 dumps pdf and vce product and material, you can easily pass the C2040-410 exam.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for IBM C2040-410 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW C2040-410 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/C2040-410-exam-dumps.html
Q61. Which three properties in the Dojo Text Box control are available in the Edit Box control? (Choose three.)
A. alt
B. trim
C. lang
D. type
E. header
F. inputType
Answer: A,C,D
Q62. Charles has created an agent which uses the Send method of the NotesDocument class. He has added a button to the document and it should be included when the message is sent. Which code snippet below would correctly send the message and include the button?
A. Dim doc as NotesDocument'...set value of doc...Call doc.Save(True, False)Call doc.Send(False, True)
B. Dim doc as NotesDocument'...set value of doc...Call doc.Save(False, False)Call doc.Send(True)
C. Dim doc as NotesDocument'...set value of doc...Call doc.Save(False)Call doc.Send(SendTo, True)
D. Dim doc as NotesDocument'...set value of doc...Call doc.Save(True)Call doc.Send("SendTo", True)
Answer: B
Q63. Michael has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "page1" and for the second mobile page he set the pageName property to "page2". What should Michael add on the second page to navigate the mobile application user to the first page when touched?
A. Add a Tab Bar Button control and set its targetPage property to "page1".
B. Add a Page Heading control and set its moveTo property to "page1".
C. Code an onClick event with the Move To Application Page simple action and set its target property to "page1".
D. Code an onTouch event with the Move To Application Page simple action and set its target property to "page1".
Answer: B
Q64. Which is the correct way to compute a client-side JavaScript variable fullName from two fields on a datasource firstName and lastName?
A. var fullname = "#{javascript:document1.firstName + ' ' + document1.lastName;}";
B. var fullname = "#{javascript:document1.getDocument().firstName + ' ' + document1.getDocument().lastName;}";
C. var fullname = "#{javascript:document1.getItemValue('firstName') + ' ' + document1.getItemValue('lastName');}";
D. var fullname = "#{javascript:document1.getItemValueString('firstName') + ' ' +document1.getItemValueString('lastName');}";
Answer: D
Q65. Louise is designing a mobile workflow application. Next to a Label control displaying "Approved?" she added a Toggle Switch control with a leftLabel set to "Yes" and the default rightLabel set to "No". Which event should Louise now code to test for when the mobile application user swipes the Toggle Switch from "No" to "Yes"?
A. onChange
B. onToggleLeft
C. onToggleRight
D. onStateChanged
Answer: D
Q66. Which property can be used to control the look and feel of the In-Place Form control?
A. themeId
B. themeCSS
C. newLookFeel
D. environment
Answer: A
Q67. Which property does the Dojo Text Area control have that the Multiline Edit Box control does not?
A. Dojo Text Area has a trim property.
B. Dojo Text Area has a autodate property.
C. Dojo Text Area has a htmlFilter property.
D. Dojo Text Area has a currentDate property.
Answer: A
Q68. Which statement is true regarding the Extension Library Dialog control?
A. The Dialog is based on dijit.Dialog.
B. The Dialog can be launched by IBM LotusScript
C. The Dialog cannot be launched by client-side JavaScript.
D. The Dialog can be launched by server-side @Formula language.
Answer: A
Q69. William wants to show line numbers in the Source Editor. How can he accomplish that?
A. Right-click on the bar at the left-hand side of the editable area and select "Show Line Numbers".
B. Right-click in the editable area and select Preferences > Check the option to show line numbers.
C. Right-click on the bar at the left-hand side of the editable area and select "Enable Line Numbers".
D. Right-click on the bar at the left-hand side of the editable area and select "Folding" > Enable Folding.
Answer: A