Your success in IBM C2040-410 is our sole target and we develop all our C2040-410 braindumps in a way that facilitates the attainment of this target. Not only is our C2040-410 study material the best you can find, it is also the most detailed and the most updated. C2040-410 Practice Exams for IBM C2040-410 are written to the highest standards of technical accuracy.
♥♥ 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
Q41. Which is true about configuring Extension Library REST service controls?
A. They are only accessible from within a web-based IBM Domino application.
B. They can only be bound to a view in the same database as the control itself.
C. They can be searched, sorted and secured using the control and database configurations.
D. They are available to add to an XPage through the Core Container panel within the IBM Domino Designer in Eclipse (DDE) Controls palette.
Answer: C
Q42. A developer is working on an XPage and there is a client-side feature that needs to compute a value from a viewScope variable docStatus. Which Expression Language syntax will compute the value client-side?
A. var myStatus = viewScope.get('docStatus');
B. var myStatus = "{#viewScope.get('docStatus')}"
C. var myStatus = "#{javascript:viewScope;docStatus;}"
D. var myStatus = "#{javascript:viewScope.get('docStatus');}"
Answer: D
Q43. Akane is trying to decide between using @Command([RefreshWindow]) and @Command(ReloadWindow]) in a view action. What is the significant difference between the two?
A. @Command([RefreshWindow]) executes immediately. @Command(ReloadWindow]) executes after other functions in the action havecompleted.
B. @Command(ReloadWindow]) executes immediately. @Command([RefreshWindow]) executes after other functions in the action havecompleted.
C. @Command([RefreshWindow]) redraws the window contents without including any changes made to the documents.@Command(ReloadWindow]) updates the window contents to include any changes made to the documents.
D. @Command(ReloadWindow]) redraws the window contents without including any changes made to the documents.@Command([RefreshWindow]) updates the window contents to include any changes made to the documents.
Answer: A
Q44. Which control should Jane use to switch display to any one of several views in the Customers application?
A. <xe:dataview>
B. <xp:viewPanel>
C. <xe:switchViewPanel>
D. <xe:dynamicViewPanel>
Answer: D
Q45. Which is a valid named facet area of the Application Layout control?
A. footerFacet
B. titleBarTabs
C. mastHeader
D. mainContent
Answer: C
Q46. Steve has written an agent which is called from a web application. Steve plans to enable "Run Web Agents concurrently". What two things should Steve consider before enabling? (Choose two.)
A. Does the agent perform any full-text index searches.
B. Does the agent use any Java classes that are not thread safe.
C. Does the agent access databases other than the source database.
D. Does the agent use any Formula commands which are not thread safe.
E. Does the agent use any IBM LotusScript calls which are not thread safe.
Answer: D,E
Q47. Gabe is using the Calendar classes to create a repeat meeting. How does Gabe use the NotesCalendar class to create a repeating event?
A. Gabe will need to use the CreateRepeatEntry method of the NotesCalendar class.
B. Gabe needs to include an RRule item in the iCalendar data he is passing to the CreateEntry call.
C. Gabe will need to make a call to the CreateEntry method of the NotesCalendar class for each occurrence of the event.
D. Gabe should populate the Repeat property of the NotesCalendarEntry to true and populate the RepeatInterval property of theNotesCalendarEntry with the correct data.
Answer: B
Q48. Which is a valid Form Table control property?
A. formId
B. tableId
C. formTableId
D. formDescription
Answer: D
Q49. Jack is working on a new XPages application. He has a requirement to use a JavaScript library from a previous XPages project. After adding the JavaScript file in the Script Libraries section, how would he use it on an XPage?
A. Using the Resources tab in the Properties view of the control that needs to use the JavaScript library, use the Add Resource button and choose "JavaScript".
B. Using the Resources tab in the Properties view of the XPage that needs to use the JavaScript library, use the Add Resource button and choose JavaScript file to include it into the XPage.
C. No further action is necessary. After adding the file in the Script Libraries section, he can begin to use the methods in his XPage immediately.
D. Create a custom control and name it the same as the JavaScript file. Add the file using the Resources section. Repeat this for every JavaScript file. Then drag each custom control onto the XPage.
Answer: B
Q50. What are the three different parts of the managed bean in the faces-config.xml file? (Choose three.)
A. Bean class
B. Bean name
C. Bean scope
D. Bean location
E. Bean property
F. Bean var name
Answer: A,B,C