What are some of the commands used to call an agent on the web using Lotus Notes?
Different interviewers will ask you different types of questions. If you are interviewing with an HR representative, you are likely to be asked about your background, experience, career aspirations, and the types of environments you thrive in. These are general questions meant to determine how well you will fit into the company's culture. Departmental hiring managers are more likely to ask you technical questions directly related to the functions you will be performing and the job you will be doing. You need to be prepared for both of these in order to have a successful interview.
When responding to this type of question, it is best to create a list. This enables the interviewer to quickly understand your expertise. Again, they are less interested in your specific knowledge than your ability to respond to this question adequately. As with any technical question, you should be prepared for a follow-up.
"There are six common commands used to open an agent on web. They Include:
- @Command([RunAgent];' name-of-agent')
- @Command( [ToolsRunMacro] ; 'name-of-agent')
- WebQueryOpen,
- WebQuerySave
- server/databasename/name-of-agent?openagent
- @urlopen"
