Sei sulla pagina 1di 2

c Are you fast learner? If so, specify an on-the-job situation in which you had to learn something quickly.

c Do you like to learn on your own or prefer to be mentored?


c Do you like to set your own schedule (due dates and deadlines) or do you prefer to receive schedule from
project manager, technical lead, etc.?
c Do you prefer maintaining an existing script/system or starting script/system from scratch?
c Do you prefer programming from specifications or client-interaction/interviews?
c Do you prefer to work on one assignment at time or juggle multiple tasks?
c For agents that execute from Web application, why would you check ³Run agent as Web user´ for one agent
and not another?
c Front-End vs. Back-End?
c Have you ever used transaction logging and in what context? What is it?
c Have you used any of exposed methods/properties of object classes for applets listed in above question?
c How can you get attachments from users on Web?
c What do you think about consulting?
c What do you think about customer/client interaction in general?
c How to incorporate ODBC? ANS: µUselsx ³*LSXODBC´ (loads an LS extension file containing public
definitions)
c How to incorporate script library into an object? ANS: Use statement in Options Public event of Globals
c How to make variable ³global´ to every event on form?
c How to pass and retrieve variable using URL (location.href)? ANS: approaches may differ, including CGI
Query_String field, JS parsing, formula parsing, etc. ² look for ³&´ designation
c How to validate deletes from both view and form levels? ANS: Database event QueryDocumentDelete
c How would you go about recreating names field pop-up-address-box functionality on Web? ANS: look for
pop-up form with references back to opener form
c How would you incorporate CSS into form¶s design?
c How would you incorporate an ³external´ JavaScript file into form¶s design? Why would you?
c If person is in ACL as both an individual and in group, which takes precedence?
c If person is in ACL in 2 groups, which takes precedence, group with higher or lower access?
c If you had to, pick only 1 preference: easily maintained code (more readable but might require more CPU
time) vs. high-performance code (more difficult to read but uses less resources)
c If you had to, pick only 1 preference: work on team or work on your own.
c If you have button with LotusScript (with no UI classes), how can you easily make it work on Web?
c If you save scheduled agent and it says you don¶t have execution privileges on target server, what do you do
to ensure it runs?
c In formula/list for radio button field, How to designate one set of values to show user and another set to
actually store in field?
c JS is case sensitive?
c LS is case sensitive?
c LS vs. formula benefits?
c List functionality of any applets/servlets you¶ve created from scratch.
c Name 3 different places (2 in LotusScript) you can put validations? ANS: 1) InputValidation 2) field Exiting
event 3) QuerySave EXTRA CREDIT: JavaScript onBlur or onSubmit, etc.
c Name few differences between Java and JavaScript?
c Name way to turn off view title on Web? ANS: create $$ViewTemplateDefault form
c The JavaScript equivalent to Workspace.CurrentDocument.Document.FieldName(0) in LotusScript is (not in
frame)? ANS: window.document.forms[0].FieldName.Value
c Using dot notation, How to reference field on form in frameset? ANS: look for parent and frame reference
c What are 3 JS pop-up message methods? ANS: Alert, Confirm, Prompt
c What are 4 applets that come with R5? ANS: view, outline, editor, action bar
c What are CGI variables? ANS: user name, browser, IP address, etc.
c What are JSHeader and HTML Head Content ³events´ for?
c What are onLoad and onSubmit events used for?
c What does ³use applet in browser´ do for view?
c Difference : @Commands and general @functions?
c Difference : @DbColumn and @DbLookup?
c Difference : onBlur and onChange?
c Difference : onClick, onKeyDown and onKeyPress?
c Difference : reader, author, editor and manager access levels?
c What is frameset, frame, page, outline, «?
c What is role?
c Why and/or why not use shared fields?
c Why and/or why not use subform?
c Why create authors and readers fields on forms?
c Why use script libraries?

Potrebbero piacerti anche