Sei sulla pagina 1di 3

Oracle Report Builder

SL. No. Questions Answers


A. Use the menu options Tools > Margin
B. Click on the margin button
You need to add a page number to the bottom margin of C. In the layout models press <Alt>+<M>
1 your report pages. How would you navigate to the D. This task can only be accomplished programmatically.
margin area?
Answer: B

A. Flex mode on
Which setting change would you allow to make a child B. Flex mode off
object to move out of a parent object? C. Confined mode on
2 D. Confined mode off.

Answer: D

A. Choose the margin code in the object navigator and


select File > Import > Image
B. Choose the margin code in the object navigator and
You creating a sales data template and need to add use the tool bar button
a picture to the margin. What is the best way to add C. Click the margin button in the layout model and select
3
this margin? File > Import > Image
D. Click the margin button in the layout model and use
the tool bar button.

Answer: C

A human resources department requested a report to

show the total number of employees working in each

department. To begin you created this query: A. Field


B. Master group frames
SELECT dept_id, count (employee_id), C. Repeating frame
4
FROM employees D. Boiler plate.
GROUP BY dept_id
Answer: B
You defaulted the layout and choose a tabular report
style. In the layout model which object will enclose all the
other layout objects?

A. Flex mode on
B. Flex mode off
C. Confined mode on
Which setting would you use to ensure that a parent
5 D. Confined mode off.
object will not resize even if the child object expands?

Answer: B

A. Default
B. Link File
Which type of boilerplate displays the contents of an C. Text and drawing tools
6
image file by importing the file contents at runtime? D. Anchor.

Answer: B
A. Fixed
B. Expand
What is the default Vertical Field size for a Tabular C. Contract
7
report? D. Variable.

Answer: B

A. Fixed
When you defaulted you tabular report, you chose a Down B. Expand
8 C. Contract
print direction for the repeating frame. What is the default D. Variable.
vertical size for the group frame?
Answer: D

A. Between Pages
B. After Parameter Form
C. Before Parameter Form
9 Following of which report trigger will fire first? D. Before Report

Answer: C

A. SRW.ATTR.STYLE
You are developing an Inventory report to display the ID, B. SRW.ATTR.WEIGHT
NAME, DESCRIPTION, QUANTITY and PRICE columns C. SRW.ATTR.GCOLOR
from the inventory table. Users requested that the D. SRW.ATR.BFCOLOR
10 background color be red, the foreground color be blue, E. SRW.ATTN.FFCOLOR
and a fill pattern be used for each. Which three mask F. SRW.ATTN.FILLPATT.
attributes would you use to accomplish this task?
(Choose three). Answer: D,E, F

11
Which tool in the layout model could you use to create an A. Field
external boiler plate object? B. Frame
C. Button
D. Rectangle
E. File Link.

Answer: E

12 Which setting would you use to ensure that if a child object


expands, the parent object will be resized to accommodate
A. Flex mode on
the child object?
B. Flex mode off
C. Confined mode on
D. Confined mode off
Answer: A
13
You creating a report containing two headers and three tailor A. 36
pages. You set the logical page size to 2 into 1. The body if the B. 4
report is four logical pages. How many physical pages is the C. 9
entire report? D. 6.

Answer: B

14 You want to show users of the Inventory report a prototype of the A. MODE
display in both Portrait and landscape. Which system parameter B. DESTYPE
would you alter to change the print direction? C. PRINTJOB
D. DESFORMAT
E. BACKGROUND
F. ORIENTATION.

Answer: F

15 You are developing a Group Above Inventory report with a


Manufacturer break group. The Print Direction of both A. Column Mode
repeating frames id down. Which child repeating frame B. Print Direction
property would you alter to increase the amount of space C. Minimum Window Records
between records? D. Maximum Records per Page
E. Vertical Space Between Frames
F. Horizontal Space Between Frames.

Answer: E

16 How Can You Print One Record Per Page In The Setting the maximum records per page property of the
Output? Repeating frame.

17
Examine the code. Are all parameter mandatory? If not (et.employee_id=ep.employee_id)
how can we make it mandatory? AND (et.employee_id=:p_employee_id)
AND (trunc(et.ATT_DATE) BETWEEN :p_date_fr AND
(et.employee_id=ep.employee_id) :p_date_to)
AND (et.employee_id=:p_employee_id or AND (et.shift=:p_shift)
:p_employee_id is null)
AND (trunc(et.ATT_DATE) BETWEEN :p_date_fr AND
:p_date_to or (:p_date_fr is null and :p_date_to is null ))
AND (et.shift=:p_shift or :p_shift is null)

18
What is the purpose of Place Holder Column in Report? Place holder column is an empty container at design time which
is used to hold some value in run time, they are like local/global
variables which can be used in the logic of a formula column or
in report triggers
19
What is Format Trigger? What is the importance of Format Triggers are PL/SQL functions executed before the
Format Trigger? object is formatted. The trigger can be used to dynamically
change the formatting attributes of the object.

20
When flex mode is ON that time report automatically resize the
What Is The Difference When Flex Mode Is “ON” & parent frame when the child frame is resized.
When It Is “OFF”?

Potrebbero piacerti anche