Sunday, February 15, 2009

sap netweaver TEP12 Questions - Part 1

sap net weaver TEP12 Questions-Part 1


1. Portal Applications ..
* Can be assigned to portal roles
* Are typically developed using NWDS
* Are stored in PAR files
* Are bundles of on or more portal components or portal services
* Are developed in portal content studio

2. Roles can assigned to
* WorkSets
* Groups
* Roles
* iViews
* Users



3. Which of the following statements about the Software Architecture of Enterprise Portal are true
* Portal Service acts like a interface that are enabled to exchange data and procedures
* The User Management Services is an interface between portal run time and the UME
* Page Builder is the portal component responsible for assembling the pages
* PRT is executed according to user requests, generating HTML output to display on client
* PRT service can be exposed as Web service



4. Business Packages are
* Always free of charge
* Are exclusively developed by SAP
* Typically contains iviews and worksets
* Can be downloaded from sdn.sap.com
* Can be downloaded from service.sap.com

5. What are the three main building blocks of SAP Enterprise Portal?
* Portal Runtime, Portal Server and Portal Framework
* Portal Platform, Unification and content Management
* Portal Platform, KM and Collaboration
* Portal Framework, Content Management and Collaboration

6. In Which Functional area is KM positioned
* Lifecycle Management
* Composite Application Framework
* Information Integration
* People Integration
* Process Integration



7. Which Functional Areas of SAP NetWeaver are delivered by SAP EP
* Multi Channel Access
* Knowledge Management
* Collaboration
* Portal
* Integration Broker



8. Pages can assigned to
* Worksets
* Groups
* Roles
* iViews
* Users
* Pages
9. Worksets can be assigned to
* Worksets
* Groups
* Roles
* iViews
* Users
* Pages



10. Which of the following statements are correct with regard to Portal Content Studio?
* The PCD is the tool to access PCD Objects offering browse and search interface
* PCD shows all PCD objects to every content administrator user
* Different editors respectively wizards are offered according to the view used to access Portal Content Catalog
* Both in Browse and Search, the view of the objects is organized by the type of object

11. Whats the difference between PCD Folders and folders within a workset/role?
* The MergeID property can be maintained only for PCD Objects
* The name can be maintained in different languages only for worsket/role folders
* The sort priority property can be maintained only for workset/role folders
* ACL’s can be maintained only for PCD folders
* Only PCD Folder names appear in Top Level Navigation and detailed navigation





12. You can integrate the following SAP Applications into SAP NetWeaver Portal as iViews
* SAP Transactions
* IAC Applications
* BSP Applications
* BEx Web Applications
* WebDynro for Java and ABAP
* Web Services



13. A Portal role determines
* Entries in Top Level Navigation
* Entries in Detail Level Navigation
* Portal Content user can access
* Authorizations in BackEnd Systems

14. Please Choose the type of Database required for VC connection when not accessing SAP System
* Any SAP DGDB compliant Database
* Any JDBC Compliant Database
* Any Oracle Database



15. What form of output is generated when a VC iView is created
* HTMLB
* WebDynpro for ABAP
* XML
* Java Applet

16. When using VC which of the following could be used to retrieve information from SAP System
* Java API
* BADI
* RFC
* BAPI
* Function Module



17. Please select the option that does not describes the portal run time
* Provides a runtime for all non JAVA Applications
* Defines and manages the objects that makes up the portal environment
* Provides runtime and its corresponding services
* PRT is one basic part of portal environment integrated into Web AS
* Provides Development environment

18. Please select the correct alternative with respect to Portal Applications
* Portal Applications are bundles of Portal components and API code
* Portal Application are bundles of Portal Services and API code
* Portal Applications are bundles of Deployment Descriptors and Portal Components
* Portal Applications are bundles of Portal Components and Portal Services



19. Which class is used to determine locale dependent strings?
* getLocale
* GoupResource
* BundleResource
* ResourceBundle
* ResourceGroup

20. Please select the correct form of localization file?
* XXX.de.DE.properties
* DE_de_xxx.properties
* EN_XXX_DE.properties
* XXX_Prop_EN.property

21. Which syntax is most likely to give value of single property?
* Profile.getPropertyAttributes(“name”);
* Profile.setParameter(“name”);
* Profile.getValue(“name”);
* Profile.getProperty(“name”);
* Profile.getParameter(“name”);



22. Which syntax is most suitable to get value of parameter?
* Request.getParameter(“name”);
* Request.getValue(“name”);
* Response.getParameter(“name”);
* Response.getPValue(“name”);

23. Which method would be used to retrieve the value of the text?
* getValue(key)
* getGroup(key)
* getText(key)
* getString(key)
* getLocale(key)

24. Which method returns the current users locale?
* setLanguage
* setResourceBundle
* setLocale
* getLanguage
* getLocale


25. Which method from the following methods return the resource bundle?
* getLocale
* getResourceGroup
* setResourceBundle
* getResourceBundle
* setResourceGroup

26. Please select the three types of personalization within the portal?
* Folder
* Workset
* Portal
* iView
* Page

27. When describing the personalization properties – what are the four types?
* Date, Select, Boolean, String
* Time, Date, Boolean, Select
* Time, Date, Select and String
* Date, Time, String and Boolean



28. Localization property files must be accessible by the Java class loading mechanism and must be packaged in the folder of the PAR files accessible by the Java Class Loader. Please select the correct examples of these files.
* JAR file in API section
* Properties file in the PORTAL-INF/private/classes
* JAR file in PORTAL-INF/private/lib
* JAR file in PORTAL-INF/lib
* Properties file in the PORTAL-INF/classes

29. What gives the Portal Service a view on the Portal Environment?
* ServiceContext
* IPortalService
* IPortalServiceContext
* IServiceContext
* IService
* IMyService

30. What interface needs to be implemented to build a new Portal Service?
* IPortalService
* IService
* MyService
* IMyService
* Service


31. The extension of our portal applications after uploading into a portal could be
* .rtf
* .txt
* .zip
* .par
* .doc



32. What portal development view could we use to add a new property without physically typing the code into the portalapp.xml?
* EP perspective
* Package explorer
* Debugging
* Outline
* Console

33. Please choose the methods that do not belong to the IUser interface
* setFirstGirlFriend
* setlastName
* setFirstName
* setHomeAddress
* setWorkAddress
* setEmail

34. Please select the non LDAP directory from the following?
* IPlanet
* Seimens
* MS-ADS
* SAP DB
* Novell

35. What service creates users in the external systems?
* User Management Engine
* Persistence Adapters
* Replication Manager
* Persistent Manager
* LDAP directory
* Database



36. Choose the interface from the following list that enables user maintaienence.
* IUserMaint
* IUser
* IPrincipal
* IPusher
* IRole
* IGroup

37. After the following search : ISearchResult result = userFact.searchUsers(userFilt), what state would determine the search was successful?
* SEARCH_RESULT_CORRECT
* SEARCH_RESULT_PASS
* SEARCH_RESULT_FOUND
* SEARCH_RESULT_OK
* SEARCH_RESULT_SUCCESS

38. After the following search : ISearchResult result = userFact.searchUsers(userFilt), what state would determine the search was unsuccessful?
* SEARCH_RESULT_UNDEFINED_STATE
* SEARCH_RESULT_BAD
* SEARCH_RESULT_INCORRECT
* SEARCH_RESULT_UNKOWN
* SEARCH_RESULT_INCOMPLETER



39. Which of the following role is to be given to Portal Developer
* PortalDeveloper
* ContentDeveloper
* JavaDeveloper
* SystemDeveloper
* JavaAnalyst
* JavaProgrammer
* PortalApp

40. A J2EE application server vendor is responsible for shipping a set of Java API’s these would be called
* Java Connector
* J2EE Application server
* JCA API
* EIS Systems
* Common Client Interface
* Resource Adapters

41. EIS vendors are responsible for developing what to shield the developer from the complexity of the EIS API’s?
* Java Connector
* J2EE Application server
* JCA API
* EIS Systems
* Common Client Interface
* Resource Adapters

42. Name of the architecture which defines interface for connection?
* JCA
* JTA
* JMS
* EIS
* ERP
* MYDB

43. BAPI stands for
* Business Additional Procedures Interface
* Business Applications Programming Interface
* Backward Applied Program Interface
* Business Applied Procedural Interface
* Business to Business Application programming interface



44. Which entry in the deployment descriptor deals with Connector Framework
* sharingReference
* ConnectorDB
* System_Alias
* ServicesReference
* ServiceReference
* privateSharingReference

45. What is an interaction when used in the following syntax: Interaction Ix = connection.createInteractionEx();
* Establishes the interaction with the EIS system
* Obtains the actual connection
* Describes the data needed to call a specific function
* Destroys the connection
* Establishes the connection
* Creates an interface to jar files

46. To iterate through the record what method could be used?
* Next()
* Iterate()
* getMore()
* getAnother()
* getNext()




47. In a JDBC connection – what format is the returned data held in ?
* IRecordData
* IRecordHeadings
* ISet
* IRecordSet
* IRecord

48. Please select the correct statements from the following
* EPCF has following levels 1,2,3
* EPCF have following levels 1,2,3 and 4
* EPCF have following levels 0,1,2
* EPCF have no levels
* Represents the sourceID

49. When subscribing to an event with these parameters what is the event handler?
(“urn”,”ABC”,eventHandler)
* Is an optional parameter
* Represents the data object
* Respresents the javascript function that is called
* Contains the data needed for the client side communication
* Respresents the sourceid

50. Please choose the correct syntax to subscribing for an event.
* EPCF.raiseEvent(“urn”,”ABC”, eventHandler);
* EPCM.subscribeEvent(“urn”,”ABC”,eventHandler);
* EPCM.raiseEvent(“urn”,”ABC”,eventHandler);
* EPCF.subscribeEvent(“urn”,”ABC”,eventHandler);

51. Please select the correct statement from the following?
* ClientEventing: common communication channel for java application communicating on the client side
* ClientEventing: common communication channel for javascript application communicating on the client side
* ClientEventing: common communication channel for javascript application communicating on the server side
* ClientEventing: common communication channel for java application communicating on the server side



52. Please select the correct statement from the following?
* Client Data Bag: a client side JavaScript object which serves as cross-iView storage mechanism
* Client Data Bag: a client side Java object which serves as cross-iView storage mechanism
* Client Data Bag: a server side JavaScript object which serves as cross-iView storage mechanism
* Client Data Bag: a server side Java object which serves as cross-iView storage mechanism



53. Please select the correct navigation syntax within the WebDynpro iView
* WD.navigateAbsolute(“ROLES://portal_content/Portal_Role/SimplePage.
* Portal.navigateAbsolute(“PCD://portal_content/Portal_Role/SimplePage.
* WDPortalNavigation.navigateAbsolute(“ROLES://portal_content/Portal_Role/SimplePage.
* WDPortalNavigation.navigateAbsolute(“PCD://portal_content/Portal_Role/SimplePage.
* PortalNavigation.navigateAbsolute(“PCD://portal_content/Portal_Role/SimplePage.



54. Please select the correct statements from the following?
* Instead of EPCM the WebDynpro uses WDPortalEventing e.g WDPortalEventing.subscribe
* Eventing between other Portal iviews is supported
* WebDynpro doesnot have wizard for eventing
* The System used is normally “SAP_localSysten” with WD iViews in the portal
* PortalEventing with WebDynpro iViews can interact with Events from different URL domains
* WebDynpro applications can be embedded in iViews

1 comment:

Birdmaru said...

Thanks so much.. I am finding sample sap neteweaver questions for preparing examination. I just found only sap training site

Latest updates from sdn.sap.com

SAP Developer Network Latest Updates