SAP Enterprise Portal Interview Questions -Part II
July 18, 2008 by Ameya Pimpalgaonkar
- SAP Netweaver Consultant
Continuing to our earlier article on SAP EP interview questions, here are some quick questions that can be asked and specific answers to them. Over the time SAP EP has evelved as a central hub for holding your user as well as information base. If you are searching for SAP Enterprose Portal interview question then you are on the right place. I have prepared these question based on my experience as SAP Netweaver consultant since past 2 years. Also some of my colleagues who have got into SAP EP jobs into various companies also have contributed into making of this interview question. For your reference here is the link for previous Article on SAP EP interview questions. This article is also featured on GoArticles.
Quick Answers:
Q) Accessing a Portal Component in the Default Mode?
Ans: doConent ();
Q) Extending class when developing your Portal Components?
Ans: AbstractPortalComponent.
Q) Portal Runtime calls the methods in the Life Cycle
Ans: init (), service (), destroy ()
Q) What are the Parameters that we have to pass to doConent ();
Ans: IPortalComponentRequest, IPortalComponentResponse;
Q) How do you access a Resource from a request object?
Ans: request.getResource ();
Q) Personalization concept what are the data type attribute supported?
Ans: String, Date, Select, Boolean.
Q) How do you u get the property from the IPortalCompenentProfile?
Ans: get Property (String)
Q) What is the method has to be overridden by the class that extends from PageProcessorComponent?
Ans: get Page ();
Q) Give the sequence of methods execution of DynPage
Ans:
1) doInitialization ()
2) doProcessAfterInput()
3) doProcessBeforeOutput()
Q) Sequence of method calls when an event occurs
Ans:
1) doProcessAfterInput()
2) On<EventHandlerName>
3) doProcessBeforeOutput()
Q) How do u get the getCurrentEvent();
Ans:
IPageContext myContext = PageConectFactory.createPageConext(request, responce);
Event = myContext.getCurrentevent();
Q) onClientClick() and onClick() are specified then which method will be called first
Ans: onClientClick ();
Q) What type of approach JSPDynPage uses?
Ans: Model View Controller
Q) The two properties in the component profile indicate that a JSP need to be compiled into portal
component?
Ans:
Property name = “JSP”
Property name = “ComponentType”
Q) How do you call a jsp file?
Ans: setJspName();
Q) If java Script is used which tag is necessary for the page
Ans: Page tag
These are some of the Technology: SAP Enterprise portal questions. Hope it helps you. I will post some more interiew questions soon on BI, Knowledege Management, ESS and MSS.





Comments
Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!