Home / CSE MCQs / Crystal Reports ::

CSE MCQs :: Crystal Reports

  1. How can you burst crystal reports by E-mail?
  2. A.
    Using a PDF tool
    B.
    Using Crystal Reports Scheduler such as CRD
    C.
    Data driven publishing method
    D.
    All of the above

  3. What are the disadvantages Of Crystal Reports?
  4. A.
    End user need to have the crystal report viewer in his PC in order to see the crystal report output. But this can be overcome if you export the report as PDF/HTML
    B.
    You need to buy Crystal Report license for each pc you are used to design the crystal report
    C.
    Must buy the version which allows you to install run time components in end user PC
    D.
    All of these

  5. What do you need to add to a project in order to create and display a simple report using Crystal Reports?
  6. A.
    CrystalReportSource control
    B.
    CrystalReportViewer control
    C.
    CrystalReportSource and CrystalReportViewer controls
    D.
    CrystalReportViewer control and a reference to CrystalReports

  7. What all new features available in SAP Crystal?
  8. A.
    Streamlines report design
    B.
    Improvement to data sources
    C.
    Mobile and viewer support
    D.
    All of these

  9. To fill a dataset for a report include ____________________ at the top of the file.
  10. A.
    Imports CrystalDecisions.CrystalReports
    B.
    CrystalDecisions.CrystalReports.Engine
    C.
    Exports CrystalDecisions.CrystalReports.Engine
    D.
    Imports CrystalDecisions.CrystalReports.Engine

  11. How can you enhance the performance of crystal reports?
  12. A.
    Avoid using sub-reports as it hampers the performance
    B.
    Use report bursting indexes
    C.
    crystal_reports_hosting
    D.
    All of these

  13. What are the Limitations Of Crystal Reports?
  14. A.
    If database is having field whose length is more than 255 characters then you cannot make formula using that field
    B.
    Formatting is lost while exporting data
    C.
    By right clicking on the field you can browse data that is in the database and not the data selected by the query
    D.
    All of the above

  15. The _______ pane in the Standard Report Creation Wizard allows database tables to be added to a report.
  16. A.
    Available Data Sources
    B.
    Available Field Sources
    C.
    Available Group Sources
    D.
    Available Select Sources

  17. What are the advantages of Crystal Reports?
  18. A.
    Secure as End user cannot modify the data which is appear in the report if we use crystal report to show the report but in HTML, user can modify the report data
    B.
    Report layout is not transparent, so that end user will not know about how we design the report. But in HTML, anybody can study the report layout and can copy the technology
    C.
    Can export into different format like PDF, HTML, XML, etc, and many more
    D.
    All of the above

  19. How can you connect crystal report to the databases?
  20. A.
    Use crystal report built in query
    B.
    Use the tool Crystal SQL Designer" given by crystal report
    C.
    Both A and B
    D.
    None of these