Here are some of the techical iquestions that I came across in different company's interview.
Application Engine
Application Engine
- How Application engine are better than SQR??(Here dont forget to include restart ability of AE in your answer).
- At what all level can one have commit in AE?
- Explain with example different steps to make an AE restartable?
- Can AE have no Default state record?Give Example.
- Explain parallel processing in application engine?
- Which 2 action are mutually exclusive?? and WHY?( WHy then Peoplecode and Call section are not as peoplecode can also have sql in form of sqlexec)
- Different ways to call application engine??
- Difference between: %select and %selectinit?
- Different ways to handle error in Application engine??At section,step and action level? for sql and peoplecode??
- Order of action ??
- How to dynamically call a section ??
- Can there be an AE without MAIN section ?
- Explain how to create Application lib??
- How does AE knows from where to restart??(explain all about state record and aeruncontrol table)
- Different types of DoSelect??
- CODE: Read a file using an AE and load to component using CI.