Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

What Is The Return Type Of Map.get (“”);?

Answer»

String

String

52.

How Do U Retrieve Log On Information?

Answer»

umdata.enrich(MAP);

umdata.enrich(map);

53.

What Is The Central Object From Which All Ume Object Factories Are Obtained?

Answer»

UMFactory

UMFactory

54.

Give The Objects That Are Extend Forms The Iprincipal?

Answer»

IGroup, IROLE, IUser, IUserAccount, IUserMaint.

IGroup, IRole, IUser, IUserAccount, IUserMaint.

55.

What Is The Scope Of The Bean?

Answer»

Session

Session

56.

If Java Script Is Used Which Tag Is Necessary For The Page?

Answer»

PAGE TAG

Page tag

57.

How Do You Call A Jsp File?

Answer»

setJspName();

setJspName();

58.

The Two Properties In The Component Profile Indicate That A Jsp Need To Be Compiled Into Portal Component?

Answer»

PROPERTY NAME = “JSP

Property name = “ComponentType”

Property name = “JSP”

Property name = “ComponentType”

59.

What Type Of Approach Jspdynpage Uses?

Answer»

MODEL VIEW CONTROLLER

Model View Controller

60.

Onclientclick() And Onclick() Are Specified Then Which Method Will Be Called First

Answer»

ONCLIENTCLICK ();

onClientClick ();

61.

How Do U Get The Getcurrentevent();

Answer»

IPageContext myContext = PageConectFactory.createPageConext(REQUEST, RESPONCE);

EVENT = myContext.getCurrentevent();

IPageContext myContext = PageConectFactory.createPageConext(request, responce);

Event = myContext.getCurrentevent();

62.

Sequence Of Method Calls When An Event Occurs?

Answer»
  1. doProcessAfterInput()
  2. On
  3. doProcessBeforeOutput()

63.

Give The Sequence Of Methods Execution Of Dynpage?

Answer»
  1. doInitialization ()
  2. doProcessAfterInput()
  3. doProcessBeforeOutput()

64.

What Is The Method Has To Be Overridden By The Class That Extends From Pageprocessorcomponent?

Answer»

GET PAGE ();

get Page ();

65.

How Do You U Get The Property From The Iportalcompenentprofile?

Answer»

GET PROPERTY (STRING)

get Property (String)

66.

Personalization Concept What Are The Data Type Attribute Supported?

Answer»

STRING, DATE, SELECT, BOOLEAN.

String, Date, Select, Boolean.

67.

How Do You Access A Resource From A Request Object?

Answer»

request.getResource ();

request.getResource ();

68.

What Are The Parameters That We Have To Pass To Doconent ();?

Answer»

IPortalComponentRequest, IPortalComponentResponse;

IPortalComponentRequest, IPortalComponentResponse;

69.

Portal Runtime Calls The Methods In The Life Cycle?

Answer»

INIT (), SERVICE (), DESTROY ()

init (), service (), destroy ()

70.

Extending Class When Developing Your Portal Components?

Answer»

AbstractPortalComponent.

AbstractPortalComponent.

71.

Accessing A Portal Component In The Default Mode?

Answer»

DOCONENT ();

doConent ();

72.

What Is The Relationship Between Web Dynpro And Sap Enterprise Portal? Are Iviews And Web Dynpro Competing Technologies?

Answer»

Web Dynpro is SAP’s programming model for DEVELOPING professional and interactive Web user interfaces for BUSINESS applications.

An iView is a logical portal content module representing a visual application or part of one. One or more iViews are combined on a portal page, which is then ASSIGNED to USERS by the role definition. Web Dynpro UIs are integrated in SAP Enterprise Portal with iViews.

Web Dynpro is Sap’s programming model for developing professional and interactive Web user interfaces for business applications.

An iView is a logical portal content module representing a visual application or part of one. One or more iViews are combined on a portal page, which is then assigned to users by the role definition. Web Dynpro UIs are integrated in SAP Enterprise Portal with iViews.

73.

Where Can I Find More Information About User Management And Security In The Portal?

Answer»

VISIT Sap’s security pages in SAP Service MARKETPLACE at service.sap.com/security. You can find the Portal Security Guide with recommendations on how to secure your portal at service.sap.com/securityguide. Documentation on security and user MANAGEMENT is available on the Help Portal at help.sap.com/nw04.

Visit Sap’s security pages in SAP Service Marketplace at service.sap.com/security. You can find the Portal Security Guide with recommendations on how to secure your portal at service.sap.com/securityguide. Documentation on security and user management is available on the Help Portal at help.sap.com/nw04.

74.

Sap Recommends Not To Modify The Sap Code, Then What Are The Process To Customize The Code ?

Answer»
  1. COPY the existing file and RENAME it according to customer name space
  2. Create new custom COMPONENT

75.

Why Do We Need Custom Portal Services In The Portal Sap Ep?

Answer»

76.

What Are The Features Of Portal Services In The Portal?

Answer»
  1. Portal SERVICES are way to PROVIDE FUNCTIONALITY to portal component.
  2. Portal services IMPLEMENT no USER interface
  3. Portal service may be accessed from out side portal framework

77.

What Are Enterprise Portal Client Framework Levels ?

Answer»

0: No EPCF ServiceThis level generates no JAVASCRIPT or Java applet framework FUNCTIONS. COMMUNICATION between iViews is not POSSIBLE.

  1. JavaScriptThis level generates framework functions for JavaScript.
  2. JavaScript and AppletThis level generates framework functions for JavaScript and Java applet.

0: No EPCF ServiceThis level generates no JavaScript or Java applet framework functions. Communication between iViews is not possible.

78.

How Can I Integrate The User Management Of The Portal With That Of Other Systems?

Answer»

The portal user management is very flexible and allows you to use a variety of repositories for storing and retrieving user data. In particular, it allows you to leverage EXISTING user repositories in your system RATHER than having to set up a new user repository.

For EXAMPLE, if you are USING your portal in a system landscape that includes many non-SAP systems, you can provide a central user base using an LDAP directory and configure the portal to use the LDAP directory as its user repository.

On the other hand, if you are using your portal in a system landscape that consists of SAP systems only, you can set up Central User Administration (CUA) on one of the ABAP-based systems and configure your portal to use the ABAP user management as its user repository.

The portal user management is very flexible and allows you to use a variety of repositories for storing and retrieving user data. In particular, it allows you to leverage existing user repositories in your system rather than having to set up a new user repository.

For example, if you are using your portal in a system landscape that includes many non-SAP systems, you can provide a central user base using an LDAP directory and configure the portal to use the LDAP directory as its user repository.

On the other hand, if you are using your portal in a system landscape that consists of SAP systems only, you can set up Central User Administration (CUA) on one of the ABAP-based systems and configure your portal to use the ABAP user management as its user repository.

79.

How Is User Management Implemented In Sap Enterprise Portal?

Answer»

The PORTAL uses the 'User Management Engine' (UME) which is an integral part of SAP WEB Application Server Java. The UME manages user and user-related data (roles, GROUPS) which can be retrieved from an LDAP directory, a SAP Web Application Server Java, a database, or a combination of these. Administration TOOLS allowing you to manage users, groups, and roles are integrated in the portal user administrator role. A configuration tool for configuring the UME is integrated in the portal system administrator role.

In addition, the UME provides many features such as self-registration with APPROVAL workflow, notification emails, and so on.

The portal uses the 'User Management Engine' (UME) which is an integral part of SAP Web Application Server Java. The UME manages user and user-related data (roles, groups) which can be retrieved from an LDAP directory, a SAP Web Application Server Java, a database, or a combination of these. Administration tools allowing you to manage users, groups, and roles are integrated in the portal user administrator role. A configuration tool for configuring the UME is integrated in the portal system administrator role.

In addition, the UME provides many features such as self-registration with approval workflow, notification emails, and so on.

80.

Which Security Features Does Sap Enterprise Portal Offer?

Answer»

The portal offers the following security features to help keep your portal secure.

Authentication: When users access the portal, they must provide some form of identification in the form of user ID and password, client certificates, and so on. The portal SUPPORTS authentication with user ID and password, X.509 certificates, integrated Windows authentication, external Web access management tools.

Single Sign-On: Once users have successfully logged on to the portal, they can access all information, applications, and services without repeatedly having to log on.

Authorization: ACL-based permissions ensure that users can only access portal objects for which they have the required authorization. Authorization for applications integrated in the portal is handled by the systems on which the applications RUN.

User Management: Existing corporate LDAP directories in your system landscape can be leveraged by the portal. Alternatively user data can be retrieved from a SAP Web Application Server ABAP or from a database.

Secure COMMUNICATIONS: Secure Sockets Layer (SSL) and Secure NETWORK Communications (SNC) can be used to build a secure channel between the user's Web browser, the portal server, and back-end systems.

Secure network architecture: Recommendations for secure network architecture for the portal are available in the Portal Security Guide.

Security logging: Security-relevant events such as user logon, or changes to permissions, are logged.

The portal offers the following security features to help keep your portal secure.

Authentication: When users access the portal, they must provide some form of identification in the form of user ID and password, client certificates, and so on. The portal supports authentication with user ID and password, X.509 certificates, integrated Windows authentication, external Web access management tools.

Single Sign-On: Once users have successfully logged on to the portal, they can access all information, applications, and services without repeatedly having to log on.

Authorization: ACL-based permissions ensure that users can only access portal objects for which they have the required authorization. Authorization for applications integrated in the portal is handled by the systems on which the applications run.

User Management: Existing corporate LDAP directories in your system landscape can be leveraged by the portal. Alternatively user data can be retrieved from a SAP Web Application Server ABAP or from a database.

Secure Communications: Secure Sockets Layer (SSL) and Secure Network Communications (SNC) can be used to build a secure channel between the user's Web browser, the portal server, and back-end systems.

Secure network architecture: Recommendations for secure network architecture for the portal are available in the Portal Security Guide.

Security logging: Security-relevant events such as user logon, or changes to permissions, are logged.

81.

What Are The Key Features Of The Portal?

Answer»

Typical examples for the integration TECHNOLOGY are:

Client Eventing: Enables iViews to communicate with one another at the client side and to communicate with the portal itself.

Work Protect: Function providing an infrastructure for handling unsaved data in portal applications, for example if users navigate in the portal without first having stored their entries in an application.

Session Management: Contains in particular the session persistence to RETAIN the last session status of the user (for example when NAVIGATING to another portal page) as well as a server session termination function for releasing resources on the back-end system (for example when closing the browser).

Portal Navigation: SAP ENTERPRISE Portal offers more than simply navigation between individual portal pages, in particular.

Object-based navigation (OBN): It provides users with a navigation feature based on the actual business objects from productive back-end systems.

Drag & Relate: iViews can contain objects representing business elements of a back-end application (for example customer). If users pull such an object, as with Drag & Drop, and relate it to another object in the Drag&Relate target object area, they can navigate between different applications containing similar, but not identical business objects.

Dynamic Navigation: The portal enables you to assign navigation objects to pages and iViews as context SENSITIVE dynamic navigation iViews. This means that navigation targets are provided dynamically depending on the action selected.

Typical examples for the integration technology are:

Client Eventing: Enables iViews to communicate with one another at the client side and to communicate with the portal itself.

Work Protect: Function providing an infrastructure for handling unsaved data in portal applications, for example if users navigate in the portal without first having stored their entries in an application.

Session Management: Contains in particular the session persistence to retain the last session status of the user (for example when navigating to another portal page) as well as a server session termination function for releasing resources on the back-end system (for example when closing the browser).

Portal Navigation: SAP Enterprise Portal offers more than simply navigation between individual portal pages, in particular.

Object-based navigation (OBN): It provides users with a navigation feature based on the actual business objects from productive back-end systems.

Drag & Relate: iViews can contain objects representing business elements of a back-end application (for example customer). If users pull such an object, as with Drag & Drop, and relate it to another object in the Drag&Relate target object area, they can navigate between different applications containing similar, but not identical business objects.

Dynamic Navigation: The portal enables you to assign navigation objects to pages and iViews as context sensitive dynamic navigation iViews. This means that navigation targets are provided dynamically depending on the action selected.

82.

What Tools Does Sap Provide For Creating Portal Content?

Answer»

SAP PROVIDES tools for creating and developing portal content – depending on the TARGET group and the complexity of the applications.One distinguishes between

Portal Content Studio: An administration environment integrated in SAP Enterprise Portal that is used for code-free development of portal content using wizards.

SAP NetWeaver Visual Composer: MODEL-based development of portal content by simply using graphic tools.

SAP NetWeaver Developer Studio (Web Dynpro perspective): Based on the powerful Web Dynpro programming model, application developers can develop Web user interfaces for professional business applications.

SAP NetWeaver Developer Studio (J2EE + PDK perspective): The SAP NetWeaver Developer Studio offers complete support when developing Java projects.

SAP ABAP WORKBENCH: The ABAP Workbench provides the Business Server Page (BSP) technology for creating Web user interfaces.

All the portal content created using these tools can be SEAMLESSLY integrated in SAP Enterprise Portal using the portal services already presented.

SAP provides tools for creating and developing portal content – depending on the target group and the complexity of the applications.One distinguishes between

Portal Content Studio: An administration environment integrated in SAP Enterprise Portal that is used for code-free development of portal content using wizards.

SAP NetWeaver Visual Composer: Model-based development of portal content by simply using graphic tools.

SAP NetWeaver Developer Studio (Web Dynpro perspective): Based on the powerful Web Dynpro programming model, application developers can develop Web user interfaces for professional business applications.

SAP NetWeaver Developer Studio (J2EE + PDK perspective): The SAP NetWeaver Developer Studio offers complete support when developing Java projects.

SAP ABAP Workbench: The ABAP Workbench provides the Business Server Page (BSP) technology for creating Web user interfaces.

All the portal content created using these tools can be seamlessly integrated in SAP Enterprise Portal using the portal services already presented.

83.

What Personalization Functions Does Sap Enterprise Portal Provide?

Answer»

Portal roles are a central element of SAP Enterprise Portal. They structure the CONTENT and are defined for specific end users.

A role is a collection of task-specific content. Roles are defined based on RESPONSIBILITIES and areas of interest, and are created by a role administrator. A user can be assigned one or more roles (for EXAMPLE, the roles employee and staff). The roles define the content of the portal navigation as well as the content of the portal. Role assignment can therefore be seen as a pre-personalization of the portal - a personalization that is performed by the administrator and not by the user (personalization level 1). Depending on their permissions, users can also adjust the look and feel of the portal, maintain user-specific attributes (personalization level 2), change portal pages by ADDING or deleting IVIEWS (personalization level 3), and personalize individual iViews (personalization level 4).

Portal roles are a central element of SAP Enterprise Portal. They structure the content and are defined for specific end users.

A role is a collection of task-specific content. Roles are defined based on responsibilities and areas of interest, and are created by a role administrator. A user can be assigned one or more roles (for example, the roles employee and staff). The roles define the content of the portal navigation as well as the content of the portal. Role assignment can therefore be seen as a pre-personalization of the portal - a personalization that is performed by the administrator and not by the user (personalization level 1). Depending on their permissions, users can also adjust the look and feel of the portal, maintain user-specific attributes (personalization level 2), change portal pages by adding or deleting iViews (personalization level 3), and personalize individual iViews (personalization level 4).

84.

What Is The Relationship Between Web Dynpro And Sap Enterprise Portal? What Are Iviews And Web Dynpro Competing Technologies?

Answer»

Web Dynpro is Sap’s PROGRAMMING model for developing professional and interactive Web USER interfaces for business applications.

An iView is a LOGICAL portal content module representing a visual application or part of one. One or more iViews are COMBINED on a portal page, which is then assigned to users by the role definition. Web Dynpro UIs are integrated in SAP Enterprise Portal with iViews.

Web Dynpro is Sap’s programming model for developing professional and interactive Web user interfaces for business applications.

An iView is a logical portal content module representing a visual application or part of one. One or more iViews are combined on a portal page, which is then assigned to users by the role definition. Web Dynpro UIs are integrated in SAP Enterprise Portal with iViews.

85.

What Components Does Sap Enterprise Portal Contain?

Answer»

SAP ENTERPRISE Portal CONTAINS the Net WEAVER components Portal, Knowledge Management, and COLLABORATION. In addition, SAP provides pre-defined content. At the moment the portfolio contains more than 100 BUSINESS packages, which are shipped in multiple languages.

SAP Enterprise Portal contains the Net Weaver components Portal, Knowledge Management, and Collaboration. In addition, SAP provides pre-defined content. At the moment the portfolio contains more than 100 business packages, which are shipped in multiple languages.

86.

What Is Sap Enterprise Portal?

Answer»

SAP Enterprise Portal(EP) offers USERS role-specific, Web-based and secure access to all relevant information, SAP applications and SAP SERVICES. Employees only NEED a desktop and a Web Browser, and can BEGIN work once they have been AUTHENTICATED in the portal.

SAP Enterprise Portal(EP) offers users role-specific, Web-based and secure access to all relevant information, SAP applications and SAP services. Employees only need a desktop and a Web Browser, and can begin work once they have been authenticated in the portal.