Questions required for XI Certification.

Hi All,
Kindly help me out with the certification questions or are the TBIT40 - TBIT 44 enough.
Regards,
Sree.

Sreedhar,
Good Luck for u r certification...
/people/satinder.singh3/blog/2005/12/27/getting-started-getting-xited
/people/community.user/blog/2006/11/03/a-beginners-guide-to-xi-certification-details
Some more certification questions practice...
31. What is the name space of an RFC ? (choose the correct answer)
a) urn:sap-com:document:rfc:sap:functions
b) urn:sap-com:document:bapi:rfc:functions
c) urn:sap-com:document:sap:rfc:functions
d) urn:sap-com:document:remote:rfc:functions
32. What doesn’t get transported when the configuration is released? (Choose the correct answer)
a) All Objects will get transported
b) Generated proxies and application coding in the application components does not get transported when the configuration is released.
c) Only application coding will not get transported.
d) Only generated proxies will not get transported.
33. How many Pipelines are there in the integration server? (choose the correct answer)
a) Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping.
b) Receiver Identification, Interface Identification, Message Branch, Request Message Mapping, Outbound Binding.
c) Message Branch, Request Message Mapping, Outbound Binding, Call Adapter, Request Message Mapping.
34. What are the possible Trace Levels? (choose the correct answer)
a) 0 – No Trace,1 – Low Trace Level,2 – Medium Trace Level,3 – High Trace Level,4 – Expert Trace Level
b) 0 – No Trace,1 – Low Trace Level,2 – Medium Trace Level,3 – High Trace Level
c) 10 – Low Trace Level,20 – Medium Trace Level,30 – High Trace Level,40 – Expert Trace Level
35. Does JMS adapter need additional driver to communicate to database? (choose the correct answer)
a) Yes
b) No
c) JMS adapter is not available in XI
36. What is use of PCK? (choose the correct answer)
a) Partner Connectivity Kit that helps Partner Systems with no ability to communicate in XML speak to the Business Systems.
b) PCK is used to deploy additional drivers
c) PCK can be used as an alternative to XI
37. What is Context Object? What is its role?
a) Context Objects are pointers to a specific element within the message, for future reference. Encapsulate the access to data that is contained in the payload or in the header of the message.
b) Another form of data types
c) Can be used instead of message types
38. What adapters don’t need Sender Agreement?
a) HTTP, IDOC.
b) IDOC, RFC
c) IDOC, JMS
d) JDBC, JMS
39. What is the Protocol followed for Mail Adapter? (choose the correct answers)
a) SMTP
b) IMAP
c) POP3
d) POP4
40. Where do you configure an Adapter?
a) Sender Agreement
b) Receiver Determination
c) Business System
d) Communication Channel
41. Can a JDBC adapter query the database table? If yes, what are different possibilities?
a) Yes. You can configure sender and receiver communication channels. A special XML format is defined for content coming from the Integration Engine. This canonical format enables SQL Insert, Update, Select, Delete or stored procedure statements to be processed. A message is always processed in exactly one database transaction.
b) JDBC adapter cannot insert records in the database.
c) We should not insert, update records in the database directly.
42. The message monitoring status DLNG means ? (choose the correct answer)
a) DLNG = Delivering.
b) DLNG = Dialing
c) DLNG = Detailing
d) DLNG = Dismantling
43. Where do you perform Content Based Routing?
a) Receiver Determination
b) Receiver Agreement
c) Sender Agreement
d) Communication Channel
44. What are the various supported mapping types? (choose the correct answer)
a) Message Mapping, Java Mapping, XSLT Mapping, ABAP Mapping.
b) XSLT, Java, JDBC, JMS
c) XSLT, WSDL, XSD
45. With respect to ABAP proxies, what are the methods that can be coded?
a) EXECUTE_SYNCHRONOUS, EXECUTE_ASYNCHRONOUS.
b) EXECUTE_SYNCHRONOUS, EXECUTE_ASYNCH.
c) EXECUTE_SYNCH, EXECUTE_ASYNCH
46. “ Fields under a node with a minoccurs of ZERO has been mapped.” The values don’t appear in the target result, what could be wrong?
a) The parent node has not been assigned.
b) Parent node has cardinality 0…unbounded
c) Parent node has many fields
47. What is a SENDER COMM CHANNEL?
a) Sender Communication Channel is where you define the source system from where the message/information goes to XI and also the adapter, the Sender System uses.
b) Sender Communication Channel is where you define the target system from where the message/information goes out of XI and also the adapter, the Receiver System uses.
c) Sender Communication Channel is where you define the how the interface mapping takes place between Sender and Receiver.
48. XSLT is supported but two statements were not supported. What are they?
a) <xsd:include>, <xsd:import>
b) <xsd:including>, <xsd:importing>
c) <xsd:includes>, <xsd:imports>
d) All statements are supported.
49. What steps can be inserted in an Exception branch?
a) Terminate a process, trigger an alert.
b) Terminate the interface, trigger IDOC.
c) Terminate exception, branch integration process.
50. What is multi mapping? When can it be used?
a) Multi Mapping is used to map abstract interfaces and can only be used in ccBPM.
b) Can be used when there are multiple interfaces from Sender systems.
c) Can be used when there are multiple interfaces from Receiver systems.
51. The first step in the Integration process can be ?
a) Receive step
b) fork Step
c) Send Step
d) Block Step
52. An Exception raised by a step can be handled by
a) Only by exception handler in the same step
b) Only by exception handler in the outer step
c) By exception handler in the same step or in the outer step
53. An exception is raised by
a) Async or sync send step, transformation step and Control Step
b) Sync send step
c) By control step only
54. A message can be received by
a) Only a receive step
b) By receive, fork or loop step
c) By receive and block step
d) By send, block and Fork
55. What are the types of containers
a) Abstract
b) Simple & Abstract
c) Simple, Abstract and receiver
56. Which of these are true/false with user defined functions?
a) User defined functions are accessible only in the mapping where they are created
b) User defined functions are visible across namespace
c) User defined functions accessed in other mapping by copying it to that mapping
d) User defined functions are accessible in any mapping in a software component version
57. Java Mapping is executed by implementing the interface ?
a) com.sap.aii.mapping.api.StreamTransformation
b) com.sap.api.mapping.StreamTransformation
c) com.sap.api.mapping.aii.StreamTransformation
d) com.sap.mapping.api.StreamTransformation
58. An Idoc has been sent by a sender system to XI, but the idoc is not received at the XI system which of these could be true/false
a) The destination system from the sender system to XI is not configured correctly.
b) The metadata in XI was copied/generated from the sender Idoc is corrupted
c) The destination system from XI to sender system is not defined correctly
d) Sender channel is not configured
59. While mapping which of these is true ? Can I use different mapping ?
a) You can use only one mapping at a time
b) You can use ABAP & JAVA mapping
c) You can use any mapping in any sequence any number of times
d) Different mapping can’t be used together
60. To import the metadata from an R/3 system which of this is true/false
a) The import permitted in Software component need to be selected
b) You have to create ‘ALE’ Name in SLD
c) You need to login to the destination (R/3) with a valid user
d) You need to login to destination(R/3) with a User having administrator rights
61. You are implementing XI for your customer, you have very good experience
working in ABAP. While mapping you want to do it in abap, but the option
available are only ‘Message Mapping’ ‘Java Mapping’ What would you do to
add the ‘ABAP Mapping’ option. Where would you configure it?.
a) In Exchange profile
b) In s/w component
c) In Integration Repository
62. From the WSDL description from application server, you can generate:
a) Java Proxies only
b) ABAP proxies
c) Java and ABAP proxies.
63. JMS adapter can be used for
a. IBM web sphere MQ
b. Sonique
c. Web services
64. Which of the following is true/false about HTTP plain adapters?
a. Sender channel is not required to be configured
b. Receiver channel is not required to be configured
c. Using this system can directly connect to integration server
65. You would install Adapter engine de-centrally
a. To install PCK
b. To monitor the messages de-centrally
c. To share load with the central adapter engine and increase performance.
66. To Receive the data using ‘Select with JDBC adapter you would
a. You would configure a receiver channel
b. you would configure a sender channel
67. You find that the status in transaction ‘SXI_CACHE’ is not equal to 0. Which of the following would you perform?
a. Check the condition of BP in Integration Repository
b. Activate the BP in ‘SXI_CHACHE’.
c. Activate the BP in Integration Directory
68. Which are the methods that you need to call compulsorily in java mapping.
a) execute(), setParameter()
b) Exit() Systemproperties()
c) Execute(), SetProperties()
69. What is the relationship between an integration process and business workflow?
a) The Business Process Engine is the same as the Workflow Engine.
b) The Business Process Engine needs external Workflow Engine
c) Business Process Engine is a new name for Workflow Engine
70. What are the different types that a container element can be based on?
a) Simple XSD types : XSD:DATE, XSD:TIME, XSD: INTEGER, XSD: STRING
b) Abstract Integer
c) Receiver
71. Which of the following is true with regards to Container Elements?
a) Elements of a super container are visible in sub container.
b) Elements of sub container are visible in super container
c) Container cannot have super or sub containers
d) Containers can have multiple elements.
72. Send message within an integration process to 8 receivers at the same time, how can I do this?
a) Create a FORK statement with 8 branches
b) Create 8 interfaces
c) Create a loop with 8 interfaces
d) Create 8 branches
73. Which of the following Objects can be used in BPM ?
a) Context Object
b) Receiver Determination
c) Message Mapping
d) Interface Mapping
74. Could multiple instances of Integration process run at the same time ?
a) Yes
b) No
75. For ABAP mapping which of the following settings have to be done in Exchange Profile ?
a) Com.sap.aii.repository.mapping.additionaltypes = R3_ABAP | Abap-class; R3_XSLT | XSL
b) Com.sap.aii.repository.mapping.additionaltypes = R3_JAVA | Abap-class; R3_XSLT | XSL
c) Com.sap.aii.repository.mapping.additionaltypes = | Abap-class; R3_XSLT | XSL
Thanks,
Satya Kumar.
Reward points if it is useful..
Edited by: SATYA KUMAR AKKARABOYANA on Apr 15, 2008 2:21 PM
Edited by: SATYA KUMAR AKKARABOYANA on Apr 15, 2008 2:29 PM

Similar Messages

  • Hands on requirement for java certification

    which java certifications do exactly have an hands on requirement?
    because if i look here
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=320
    it says i just need to take the exam to become certified. other certifications have assignments and more exam but nowhere is an hands-on requirement listed (that i could find)
    however if i look here http://education.oracle.com/pls/web_prod-plq-dad/show_desc.redirect?dc=D61748GC10
    it says "This course counts towards the Hands-on course requirement for the Java SE 6 Developer Certification. Only instructor-led inclass or instructor-led online formats of this course will meet the Certification Hands-on Requirement. Self Study CD-Rom and Knowledge Center courses DO NOT meet the Hands-on Requirement."
    So my question is where exactly can i find which certification has which hands-on requirement. i wouldn't want to start on the self-study (or a non-official course) just to find out that i need the real course to get my certification.
    Edited by: 881933 on Aug 27, 2011 8:23 PM

    Without looking at specifics .... i am not massively up to speed with the Java certifictions, one key point is the the hands on requirement is about to change.
    The latest blog announcement on this may be found helpful: http://blogs.oracle.com/certification/entry/0588
    and: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=449
    Some pages cannot be updated until 30th december passes.
    Oracle University Courses and LVC courses are appropriate for certification: (CDROMs purchases online though are not):
    Rgds

  • Sample Certification Questions Required for SAP HCM

    Dear HR Gurus
    I am searching for some sample SAP HR certification questions. Inc ase any one of you have such a question bank, please let me also know.
    Points Awaiting
    Regards
    Lokesh Gupta

    1. SAP Overview
    1. Explain the structure of the client/server framework.
    2. Project Implementation Tools
    1. What is the IMG?
    2. What is a project IMG?
    3. Basics of Human Resources
    1. What are the most important processes supported in Human Resources (HR)?
    2. What are the most important structures in HR?
    3. What is meant by Employee Self-Service?
    4. What ways are there to select an Infotype?
    5. How do you hire a new employee?
    6. Which steps make up the payroll process?
    7. Why is there a cross-application time sheet? What are the possible target components?
    8. What is the purpose of time evaluation?
    9. Which reporting tools do you know of?
    10. How is the recruitment component integrated with the other HR components?
    11. What is an applicant action?
    12. What is the difference between qualifications and requirements?
    13. What is the difference between career planning and succession planning? What is a development plan?
    14. Describe the day-to-day activities in Training and Event Management.
    15. What is the appraisal system component used for?
    16. What are the main functions of Compensation Management?
    17. What personnel cost planning methods are there in SAP HR?
    18. Which Infotypes do you need to implement Travel Management?
    4. Organizational Management
    1. What are plan versions used for?
    2. What are the basic object types?
    3. What is the difference between a job and a position?
    4. What is the difference between an organizational unit and a work center?
    5. Where can you maintain relationships between objects?
    6. What are the main areas of the Organization and Staffing user interfaces?
    7. What is Expert Mode used for?
    8. Can you create cost centers in Expert Mode?
    9. Can you assign people to jobs in Expert Mode?
    10. Can you use the organizational structure to create a matrix organization?
    11. In general structure maintenance, is it possible to represent the legal entity of organizational units?
    12. What is the Object Infotype (1000) used for?
    13. What is the Relationships Infotype (1001) used for?
    14. Which status can Infotypes in the Organizational Management component have?
    15. What is an evaluation path?
    16. What is Managers Desktop used for?
    17. Is it possible to set up new evaluation paths in Customizing?
    18. Which situations require new evaluation paths?
    19. How do you set up integration between Personnel Administration and Organizational Management?
    5. Master Data
    1. Which elements make up the enterprise structure?
    2. Which elements make up the personnel structure?
    3. Which elements make up the organizational structure?
    4. Which criteria play a role in establishing these structures?
    5. Which control features are controlled using the personnel subarea?
    6. Which control features are controlled using the employee subgroup?
    7. What is a payroll area?
    8. What is an Infotype?
    9. Which criteria determine payroll areas?
    10. What is the organizational key used for?
    11. In which Infotype are administrators defined?
    12. Why are administrators defined?
    13. What can features be used for?
    14. What is the connection between Planned Working Time (Infotype 7) and Basic Pay (Infotype 8)?
    15. Which ways are there to define default values for the pay scale area and pay scale type?
    16. What is the employee subgroup grouping for collective agreement provisions used for?
    17. Where are pay scale groups and pay scale levels defined?
    18. How are wage types created in the SAP R/3 system?
    19. Can all wage types be entered into all Infotypes?
    20. What does the input permissibility of a wage type depend upon?
    21. What is the personnel subarea grouping for primary wage types used for?
    22. What is the employee subgroup grouping for primary wage types used for?
    23. What ways are there to valuate wage types? Where are wage type valuations defined?
    24. How can you evaluate wage types indirectly?
    25. How can you define default wage types for the Basic Pay Infotype?
    26. What ways are there to perform pay scale reassignments?
    27. What ways are there to perform standard pay increases?
    28. What is the difference between the simple and extended pay increases?
    29. Can several personnel actions be performed on the same day?
    30. What is the Additional Actions Infotype used for?
    31. If an employee leaves the enterprise, are all Infotypes delimited?
    32. Which control options do you have for Customizing when configuring Infotypes?
    33. Can a screen in HR data consist of several Infotypes?
    34. Which ways are there to modify screens in Customizing?
    35. What is an Infotype menu and what is its purpose?
    36. What is an info group? What is a personnel action?
    37. How can a personnel action change the status feature of an employee in Infotype 0000?
    38. How are personnel actions and dynamic actions linked?
    6. Authorizations
    1. What is a role and what is it made up of?
    2. How are the authorizations in a role maintained?
    3. Are authorization objects or profiles assigned to users?
    4. Which authorization object can you use to control an employee’s access to his or her own personal data?
    5. What are the main advantages of the Profile Generator?
    6. Can roles and their authorization profiles be assigned to a user for a limited time period?
    7. How do you create structural profiles?
    7. Payroll
    1. How does the system know when to trigger retroactive accounting for a particular employee?
    2. How is the earliest retroactive accounting date determined for an employee?
    3. What is the payroll control record used for?
    4. Is the exact date of the payroll period for an employee determined by the payroll area or the payroll control record?
    5. What activities are possible when the payroll control record is set to “Released for Payroll”?
    6. Is it possible to branch directly from the payroll log to master data and time data maintenance?
    7. What is Matchcode W used for?
    8. What effect does grouping employee subgroups have on personnel calculation rules?
    9. Can you evaluate payroll results using SAP Query/Ad Hoc Query?
    10. What steps are required to post payroll results to Accounting?
    11. Can a posting run be deleted?
    12. Where do you specify whether an employee is paid in cash or whether the money is transferred to a bank account?
    8. Time Data
    1. What are the basic concepts for recording time data?
    2. What steps are required to set up work schedules?
    3. Can you define your own public holidays?
    4. How do you define which public holiday calendar is valid for an employee?
    5. Which characteristics does a public holiday class blank have?
    6. Is there an employee subgroup grouping for daily work schedules?
    7. What is a variant of a daily work schedule?
    8. Is there an employee subgroup grouping for time quotas?
    9. What ways are there to define breaks within a break schedule?
    10. Which characteristics does a daily work schedule with daily work schedule class 1 have?
    11. Which elements make up a period work schedule?
    12. Which characteristic does a day with day type 1 have?
    13. Which ways are there of representing part-time work in the SAP R/3 system?
    14. Which ways are there of representing substitutions in the SAP R/3 system?
    15. What is the difference between absences (Infotype 2001) and attendances (Infotype 2002)?
    16. What is an absence quota? Give examples.
    17. What is the difference between a validity interval and a deduction interval for time quotas?
    18. You need to deduct an absence from a quota. Which Customizing settings are required?
    19. Should a quota be assigned directly to an absence?
    20. What is the remuneration Infotype used for?
    21. What are counting rules used for?
    22. Can you set up default values to create absence quotas?
    23. Can you generate absence quotas?
    24. What is the schema TQTA used for?
    25. What ways are there of entering information for Controlling when recording time data in the Time Management Infotypes?
    9. Reporting in Human Resources Management
    1. Which reporting tools are available in Human Resources Management?
    2. Is the Business Information Warehouse part of the SAP R/3 system?
    3. What is HIS?
    4. Where do you find standard reports in HR?
    5. Can you also evaluate cross-client data with standard reports?
    6. Can customer-specific reports be incorporated in the Managers Desktop?
    7. What is a logical database used for?
    8. Which logical databases exist in HR?
    9. What is a user group, what is an infoset and how are the two related?
    10. What is a field group? Give examples from HR.
    11. What are selection and output fields?
    12. What can an Ad Hoc Query be used for?
    13. What are the steps for configuring an SAP Query?
    14. What are payroll Infotypes used for?
    u can get some more questions if usearch the form
    includeing these questions also

  • Reg: Hands on Requirement for OCP Certification in 10G

    Hai all,
    I am called Prabhu Prashant.R I Live in India(in Chennai). I've passed OCA in 10G and waiting to attend OCP. I am preparing by myself. but you all know that Oracle is insisting to complete a Hands on Requirement Course for certification Purpose. My question is should I complete the course only from OU or can I complete that course in any of the Workforce Development Partner. If there are any one existing in India, learned people please provide me the name of them. I could not afford OU courses because It costs a Hefty.Please Help!!!!.

    You can take a required course not only at Oracle University, but also from the Oracle Authorized Center.
    See the details from the following links
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=112
    http://www.oracle.com/global/in/education/maps/index.html

  • Sample Questions for SCM certification preperation

    Hello experts,
    Does anyone has any sample question document for SCM certification preperation.
    Thanks
    Gayatri

    Hello Gayatri,
    I hope the below link may help you
    http://www.sap.com/services/education/catalog/scm/academy.epx
    Please also check this below thread
    Certification in SCM
    For SCM EWM
    http://www.sap.com/services/education/certification/schedule/ctscm1265.epx
    Thanks and Regards,
    Nithin.

  • Requirements for ABAP and XI Certification

    Hello Folks,
    I have about 2years of work experience in SAP ABAP and XI .
    I have resigned from my company few months back and got relocated to Switzerland.
    Im currently looking for SAP jobs here at switzerland and also wanted to complete with my certifications in ABAP/XI depending on the criteria.
    I have certain queries that would help me know the criteria to apply for the certification this year.
    Here my set of questions , Kindly answer me to all the points below i would be grateful for the same :
    1) Are we suppose to give any current working experience from the company.Since i have resigned from the job and dont hold another job yet, can i appear for the certification ?
    Can i submit my old experience letters?
    2) Is there any other way of appearing for SAP certifications apart from appearing through TechEd.
    3) Can I simply pay the money for the certificaton program and pick the exam that i want to appear for?
    Please guide me to plan for my certification program.
    Thank you in advance.
    Regards,
    Veda

    Hi,
    I believe that even in US also the same process.
    USA SAP Education site address:
    http://www.sap.com/usa/services/education/index.epx
    USA SAP Certification Policies:
    http://www.sap.com/usa/services/education/certification/policies.epx
    USA SAP Education FAQ
    http://www.sap.com/services/education/certification/levels/faqs/index.epx
    Registration
    All SAP Solutions Academy registrations must be received by telephone at central registration: +1-888-777-1727.
    Exam registrations are taken only through central registration at: +1-888-777-1727 and will only be taken up to five (5) business days prior to the scheduled exam event.
    You can call them up and fix your certification at time and location convenient for you.
    Regards,
    Ravi

  • In the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    in the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Abap Certification in Nov / Dec - Certification Questions Required..

    Hi,
    I am planing to do my Abap Certification in Nov / Dec. I plan to visit the Course TAW12 , Booking Code: C_TAW12_04 for the certification (NETWEAVER 2004 - APPLICATION DEVELOPMENT FOCUS ABAP).
    Is there any set of certification question from which paper is set. If yes, please send me that at my e-mail id:
    [email protected]
    Are there any certifications questions? out there which i can additional use to prepare for the certification ?
    YOUR HELP WILL BE HIGHLY APPRICIATED ...
    Thanks
    Ananmika

    it is always asked on the certification exam, if you have ever heard about the <b>search</b> funcionality of SDN...

  • Hardware Requirements for Android Adobe Air Installation or certification requirement?

    Hi, Friends,
    I am newbie on Adobe Air and tried to install Air apk on my android ICS device from Google Play.
    However, it complains that the device is not compatible with the software package.
    I wonder if there are any hardware requirements or certification requirement for new android phone device on the market.
    Regards
    -Charles

    Well, my theory is it only works on 4g phones, at least with Metro PCS phones!
    Using the following 3g phones, I got "device is not compatible"
    - Hawai ascend  OS  (3g)  ~incompatible
    - HTC (3g) ~incompatible
    - Samsung Admire (3g) ~incompatible
    But after buying my $300+ 4g LG phone, also from Metro PCS, the Adobe AIR installed sucessfully.
    Also, I as fyi, noticed that Adobe Air app did not show up in the Google play list on the 3g phones.
    I hope this info helps.
    Best,
    Will (from waitingonsanta.com)

  • Certification required for HANA SPS Upgrades?

    Hi
    I was just asked by the Hardware vendor what type of certification we need, to perform the HANA Support Pack Upgrade to stay in compliance for warranty.
    Am I correct in assuming thatthe HA200 - HANA Installation and Operations certification is what they're speaking about or is there something else required?
    Ken

    Hi Ken,
    To be honest, I never thought about certification requirement for HANA updates. I'd be surprised that you need certification for that.
    Maybe Hay Bouten will be able to answer that.
    In the event that you are interested in certification for HANA administration then one of the following is the one you would want to start with.
    https://training.sap.com/shop/certification/c_hanatec142-sap-certified-technology-associate---sap-hana-edition-2014-g/
    https://training.sap.com/shop/certification/c_hanatec141-sap-certified-technology-associate-edition-2014---sap-hana-g/
    KR,
    Amerjit

  • Certification Required for India

    Hi All,
    Is the certification required for consultant level positions in India.
    Regards,
    M

    Hi Manisha,
    Certification is not necessary for consultant positions in India, but if you are certified then this will be an added advantage for you.
    Companies doesnot look for certified people only, the first criteria for consultant is how good domain knowledge do you have? Do you have experience in that field or not, if yes then how good you have worked in earlier project. When you have certification then its an added advantage for you than the others who are appearing for the position for interview.
    In short certification is not must, but having is always an extra edge over others.
    Regards,
    Subhasha Ranjan

  • Windows App Certification Toolkit fails on Certification requirements for Windows desktop apps Point 5.5

    Using the latest Version 3.4 of Windows App Certification Toolkit to check Windows 8.1 compatibility our Installer was not approved on:
    Certification requirements for Windows desktop apps
    5.5 Your app installer must create the correct registry entries to allow successful detection and uninstalls
    But all necessary settings are done and after the installation of our application we will find all settings in the registry.
    We use an MSI Installer embedded in a bootstrapper exe. The MSI Installer is made with the WiX Toolset V3.6.
    The same Application Installer got approved on November, 2014.
    We checked this issue against the latest version of MSThreatModelingToolkit installer which also was made with WiX toolset and it fails, too.
    So is there a higher restriction or do we miss anything?

    Hi Wibudev,
    I would suggest you to double check if you have miss something in registry, per documentation mentioned, the installation module must create the following registry entries during installation:
    DisplayName
    InstallLocation
    Publisher
    UninstallString
    VersionMajor or MajorVersion
    VersionMinor or MinorVersion
    WACK 3.4 is the latest version, I don't think there would be any higher restriction but I will recommend you to test with another computer to see if the validate fails again. Sometimes the issue could be on the PC environment.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can anybody help me out for sample questions for ABAP certification

    Hi
    i am going to appear for ABAP certification exam , i just wanted to have a look of types of questions asked in exam. can you please tell me where can i find these kind of questions.
    Thanks

    Refer this thread from SDN and a lot more are there on ABAP certification exam details and material.
    /message/515239#515239 [original link is broken]
    /message/279409#279409 [original link is broken]
    There is a pdf called ABAP certification.
    http://www.esnips.com/web/SAP-ABAP?
    If you have a firm stand in the ABAP dictionary (BC430), have already done some programming (BC400) and know the basics of ABAP-OO (BC401) you are on the safe side for the exam.
    Also have a look at below links:
    http://www.sap.com/services/education/index.epx
    http://www.sap-img.com/ab040.htm
    http://www.sapdomain.com/testimonials.php
    http://www.planetsap.com/Abap_certification_requirements.htm
    http://www50.sap.com/useducation/curriculum/group.asp?tid=8
    http://www50.sap.com/useducation/curriculum/curriculum.asp?rid=256&TID=
    http://www.amazon.com/exec/obidos/ASIN/0071341617/qid=1120754726/sr=2-1/ref=pd_bbs_b_2_1/103-7699884-1772649
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Certificate / Documents required for certification in TechEd

    Hi,
    Can anyone tell me what are the certificate / documents required to be shown for appearing for certification in TechEd.
    I have got the experience certificate and the recommendation certificate from my current organization to be shown in TechEd certification.
    I want to make a checklist so that in case there is any certificate of experience required from previous employers also then I have to ask them for it beforehand.
    If anyone can help in this regard it would be helpful.
    Thanx
    Neetika

    Hi Neetika,
    Have a check on this Eligibilty Requirement for certification at TechEd. You can validate yout documents with the list given on the below page:
    http://www.sap.com/services/education/certification/teched_2008_bangalore_schedule.epx
    Regards,
    Subhash

  • What level of certification is required for ECC 6 upgrades?

    Hi everyone,
    I'm already a ceritifed SAP technology consultant (up to NW2004), however need to update my certification for ECC 6 (netweaver 7).
    What is the appropriate exam to sit (eg associate or professional) to be allowed to perform productive SAP ECC 6 upgrades?
    Thanks
    Shaun

    Hi everyone,
    Major update on the "do you need to be certified" topic ...
    I finally got a reply from SAP Education regarding two queries I had regarding what level of certification was required as a basis "guy" to perform production SAP installations and upgrades.
    SAP Education wrote:
    You don't need to be certified to do installations. In reality, customers will have much more comfort having an install done by someone who is certified rather than someone who isnu2019t, but ultimately itu2019s the customeru2019s call.
    I then asked if this was applicable for SAP upgrades also ...
    SAP Education wrote:
    Hi Shaun,
    Indeed it is.
    Best of luck!
    I then went on to clarify that their is no support implications for customers who don't you certified Basis personel to perform their upgrades/installs:
    Shaun wrote:
    So your saying that although itu2019s preferable to be certified ... you donu2019t have to be, and there is no impact to the support provided by SAP?
    SAP Education wrote:
    Ultimately, SAP cannot mandate for individuals (excluding those employed by SAP) or SAP Partners to be certified to work on projects. However, customers and partners will employ the consultants to work on the projects, from what we have seen recently customers and partners are now asking for SAP certified consultants to work on implementation and upgrade projects.
    Thus we suggest to have an advantage to be employed on future SAP projects that you are certified in the solution you will be working on, or upgrading to.
    Example: If you are looking to work on an upgrade from CRM 5.0 to CRM 7.0 the customer would look for certified consultants in CRM 7.0
    So it is solely up to you if you wish to certify yourself in the latest release of the solution you are working in.
    I then rang SAP education and had a very pleasant discussion with one of the ladies there.  She went on to explain that the requirement for certification really became an optional thing a few years back.  SAP was no longer in a position not to support customers regardless of who they use to perform their upgrades/installs since a customer continues to pay their yearly maintenance costs - thus SAP is obligated to provide support.

Maybe you are looking for