Showing posts with label Siebel Actuate. Show all posts
Showing posts with label Siebel Actuate. Show all posts

Siebel Actuate Questions Answers

10/13/2012 No Comment

Siebel Actuate Reporting Questions Answers.

What is Structure Pane ?
  • Shows relationship among components in the Actuate e.Report Designer Professional.
  • Displays most components used in the report design
  • Components are placed into available placeholders called slots
  • A slot is a visual target that indicates an available place for a component
What is Layout Pane ?
  • Provides a canvas to work with the appearance and layout of components in the Actuate e.Report Designer Professional.
  • Displays components visible in the finished report , such as frames and controls
What is component editor ?
Allows the viewing and modification of a component’s properties , methods , variables ,
and class information

What is Section component ?
  • Determines the logical structure of the report
  • Acts as a container for other components
  • Receives incoming data rows and creates appropriate output for a report
  • Appears as a set of icons in the Structure pane
  • Contains slots.
What is Report section ?
  • Is the design of the report
  • Retrieves information from a data source and contains components to display that information
  • Present in the all Siebel reports
  • Contains the following slots
  • Connection, DataStream, Before, PageHeader, Content, PageFooter, After, Subpage
What is Group section ?
  • Is used to create grouped data reports
  • Groups data on a common field
  • Has a key property that specifies the field on which to group the records. For example:-Customers grouped by state ; state is the common field and set as the key property
  • Contains the same slots as the report section with the exception if the Datastream slot.
What is Sequential section ?
  • Contains several frames , subreports , or other sections that display or print in a specified order. For example , print two related reports , such as sales history and staffing history, one after the other
  • Contains the following slots
  • ->Connection : not used in Siebel reports
  • ->Content :displays the information and its layout
  • ->Contains one or more frames or sections
  • ->Each content slot prints in its entirety before the next Content slot begins
  • ->Subpage : page layout to the sequential section ; defines the layout for just that
  • section ; defines the layout for just that section
What is PageList Section ?
  • Determines the page layout of the report
  • Contains fixed information as well as areas for the run-time data (referred to as flows)
  • Present in all Siebel reports
  • Siebel reports use only one page style in each report
What is Frame component ?
  • Is a rectangular container for displaying information. For example :- text controls , label controls , or images
  • Must exist before controls are inserted
  • Can be used to manipulate controls as a group by placing a set of related controls in a
  • frame
  • A report is a collection of frames and controls
What is control component ?
  • Displays all the information within a report
  • Displays data , performs an action , or makes the report easier to read
  • Is a chart or graph , image , text , or other element that can be placed in a frame
  • Types:-
  • ->Text(data) controls associate with one or more variables from run-time data ;
  • referred to as dynamic controls
  • ->Other controls are sometimes referred to as static controls
  • ->Label control
  • ->Line control
What is Siebel Reports Server ?
  • Is a prebuilt integration with the Actuate e.Reporting Server with data access from the Siebel Object Manager
  • Generates reports , manages report documents , and provides access top reports via a supported Web browser
  • Contains the Report Encyclopedia. Contains report items , access privileges , and request queues
  • Secures scheduling and distribution of reports
  • Hosts report executables.

Question Answers on Siebel Actuate Reports

8/10/2012 No Comment

Siebel Actuate Reports Question Answers.

What is Report Encyclopedia?
Answer : 
  • A shared repository which consists of the complete set of report executables and the user folders.
  • Contains report items , access privileges , and request queues
What is Actuate e.Reporting Server ?
Answer : 

  • Is a set of processes to queue , generate , and host report documents
  • Generates and manages live report documents using the Actuate Management Console
  • Provides ability to distribute report designs and components
  • Provides report scheduling , printing , and notification 
What is Actuate Management Console ?
Answer : 

  • Is a management tool for the Reports server
  • Provides the ability to manage : One or more Actuate e.Reporting servers, User Accounts, Security and privileges and Report Encyclopedia.
What is Actuate Active Portal ? 
Answer : 
  • Provides ability to access and work with reports through a supported Web browser : Using JavaScript and Java Server Page(JSP) tags.
  • Provides the user authentication between the Siebel application and the Reports Server.
What is Siebel Report Server Access ?
Answer : 
  • Is a Siebel Integration Component used by the Actuate e.Reporting Server to communicate with the Siebel Server
  • Includes : Siebel Report executables, Siebel Active Portal templates, Other Application-specific library files.
  • Imports report executables files into the Report Encyclopedia
What is Actuate e.Report Designer Professional ?
Answer : 

  • Is a report writer application that builds report designs and reusable components
  • Is used by developers to design and build reports
  • Supports Actuate Basic Programming
What is Actuate e.Report Designer ?
Answer : 

  • Is a graphical user interface that provides the ability to design and build reports : Simplified version of Actuate e.Reporting Designer Professional
  • Used to develop reports where no Actuate Basic Programming is required
What is Access base DB Name Property in Actuate ? 
Answer : For Actuate reports, this is the name of the executable file (without the ROX extension) that the Siebel application will run when the report is selected.

What is Template Name Property in Actuate?
Answer : This is the name of the data supply library generated in Siebel Tools (without the ROL extension) that supplies information to Actuate about the report.

What is .BAS File in Actuate ?
Answer : 

  • BAS stands for Basic Source
  • Contains Actuate Basic Source code
  • Used to implement reusable Actuate Basic routines for inclusion in report designs.
What is .ROD File in Actuate ?
Answer : 

  • ROD Stands for Report Object Library
  • Report Layout file – contains a report design
What is .ROI File in Actuate ? 
Answer : 
  • ROI Stands for Report Object Instance
  • Contains the viewable report
What is .ROL File in Actuate ?
Answer : 

  • ROL Stands for Report Object Library
  • Library file that contains reusable components that can be added to a report object design(ROD) file
What is .ROP File in Actuate ?
Answer : 
  • ROP Stands for Report Object Parameter
  • Contains a list of report parameters used by an open server report
What is .ROV File in Actuate ? 
Answer : 
  • ROV Stands for Report Object Value
  • Contains a report request’s parameter definitions and values
What is .ROW File in Actuate ? 
Answer : 
  • ROW Stands for Report Object Web
  • Structured storage file that contains bitmap , graphics, HTML information , and other information needed for a report.
What is .ROX File in Actuate ?
Answer : 

  • ROX Stands for Report Object Executable
  • An executable report – a compiled report file
What are Parameterized Reports ?
Answer : 
Parameterized reports allow users to pass data into a report executable at runtime and customize the output of that report. The user may narrow the query, sort specification, or grouping by a field at the report's execution time. A parameterized report can produce different reports from the same report executable.

Siebel Actuate Interview Questions - 2

10/23/2009 No Comment

Siebel Actuate Interview Questions asked in MNCs.

  1. If I want to use a Datastream globally what do we do. (composite Datastream)
  2. What property you use to Hide a control at runtime.
  3. Have you done some scripting in Actuate
  4. How do you display sum of two fields in Actuate - (val(control1) +val(control2))
  5. How do you display total of a field for all records displayed
  6. If I put a frame (multiple records) in Before, page header, page footer and after section, what will be displayed in report
  7. Have you used graphics in report (bar, pie) in Siebel Actuate Reports
  8. How do you make a graphic control visible/invisible based on data of another control
  9. How do you display parent and child data as a single record. (Memory sorter)
  10. If I use the same child Datastream more than once in Horizontal Seq section, what will happen? (forward only)
  11. What are Parameterized Report, how to configure it.
  12. What do Access Base DB Name, Template Name and Current Record represent.
  13. Explain the Steps you take to start developing a report from creation of rol to rox
  14. What control you use to implement Sorting records in Report
  15. How do you design a report which has multiple child datastream?
  16. What is the use of Memory Data Sorter?


Siebel Actuate Reports Interview Questions

7/06/2009 No Comment

Siebel Actuate Reports Interview Questions and FAQs.

A reporting tool from Actuate Corporation, Actuate has been around for a decade because of its easiness to develop and deploy. Please help us by contributing more in the comment section.
  1. What is FetchLimit and why it is used?
  2. What is ValueExp and can we write scripts in it?
  3. How do we invoke Actuate Reports from the click of a button in Siebel
  4. What is sscustom.rol and sscustom.bas in Siebel Actuate?
  5. What is a composite datastream?
  6. How to display Barcode in Siebel Actuate reports?
  7. What is sssiebel.rol and sssiebel.bas?
  8. What is Master-Detail Reports.How do you develop it?
  9. How to display only the records selected in a list applet in Actuate Reports?
  10. Explain the architecture of Siebel-Actuate
  11. What are parameterized reports
  12. How to hide a field in Actuate reports based on some condition
  13. What are the OM parameters that are required in Siebel for the Siebel-Actuate integration?
  14. How do we pass XML from Siebel to Actuate?
  15. How to display secondary records in a MVG applet in Actuate Reports
  16. What is the use of "Data Memory Sorter" in the actuate reports?
  17. What are Smart reports?
  18. How do we develop Multilingual Reports in Actuate?

 

Aired | The content is copyrighted and may not be reproduced on other websites. | Copyright © 2009-2016 | All Rights Reserved 2016

Contact Us | About Us | Privacy Policy and Disclaimer