Você está na página 1de 8

Oracle D2K Job Interview

Questions And Answers

Interview Questions Answers


http://interviewquestionsanswers.org/
About Interview Questions Answers

Interview Questions Answers . ORG is an interview preparation guide of thousands of Job


Interview Questions And Answers, Job Interviews are always stressful even for job seekers who have
gone on countless interviews. The best way to reduce the stress is to be prepared for your job
interview. Take the time to review the standard interview questions you will most likely be asked.
These interview questions and answers on Oracle D2K will help you strengthen your technical skills,
prepare for the interviews and quickly revise the concepts.

If you find any question or answer is incorrect or incomplete then you can submit your question or
answer directly with out any registration or login at our website. You just need to visit Oracle D2K
Interview Questions And Answers to add your answer click on the Submit Your Answer links on the
website; with each question to post your answer, if you want to ask any question then you will have a
link Submit Your Question; that's will add your question in Oracle D2K category. To ensure quality,
each submission is checked by our team, before it becomes live. This Oracle D2K Interview
preparation PDF was generated at Saturday 10th January, 2015

You can follow us on FaceBook for latest Jobs, Updates and other interviews material.
www.facebook.com/InterviewQuestionsAnswers.Org

Follow us on Twitter for latest Jobs and interview preparation guides.


http://twitter.com/InterviewQA

If you need any further assistance or have queries regarding this document or its material or any of
other inquiry, please do not hesitate to contact us.
http://interviewquestionsanswers.org/Contact-Us

Best Of Luck.

Interview Questions Answers.ORG Team


http://InterviewQuestionsAnswers.ORG/
Support@InterviewQuestionsAnswers.ORG
Oracle D2K Interview Questions And Answers
In
te

Oracle D2K Interview Questions And Answers Guide.


rv
ie
w
Q

Question # 1
What is oracle d2k? why we use it?
ue

Answer:-
It is a front end tool which consist of forms and reports and use plsql as a coding language
View All Answers
st

Question # 2
io

Were you involved in any data conversion, which one?


Answer:-
We have done data conversion for1.Suppliers2.AP Invoices3.Customers4.AR Invoices
ns

View All Answers

Question # 3
Which Oracle Apps version you are very confident in?
A

Answer:-
ns

As we basically use 11.5.9 version hence its better to tell that only.
View All Answers

Question # 4
w

Total months of effort in Oracle Apps technical work?


Answer:-
er

If you are technically strong in Oracle D2k then it will take very less or near abt one month to learn abt Oracle apps.
View All Answers
s.

Question # 5
Are you familiar with User exits in reports?
O

Answer:-
The best example for user exit which i used is FND FORMAT_CURRENCY.
R

View All Answers


G

Question # 6
Do you know what are User Profiles in Apps. Any examples you can give?
Answer:-
User Profile : It is a set of changeable options through which your application runs.User profile can be defined at various levels. They are
1.System
2.Application
3. Responsibility
4. User
View All Answers

Question # 7
How many concurrent programs you have customized, can you name some of them?
Answer:-
Have to see the standra reports and possible customizations

Copyright © http://InterviewQuestionsAnswers.org Page 3/8


Oracle D2K Interview Questions And Answers

View All Answers

Question # 8
In

How to make the project as .exe file in oracle forms & reports(d2k)?
Answer:-
Developer/2000 doesn't make exe files. Think of your Dev 2k project like an access database, you develop the forms and reports and then when you deploy them you
te

also install the Forms & Reports Runtimes on the clients machine. Forms, when compiled have the *.fmx extension as opposed to the normal *.fmb extension.
Developer/2000 doesn't make .exe files.
View All Answers
rv

Question # 9
ie

How do you run ms_batch file in forms?


what could be the value :system.mode?
Answer:-
w

host('c:myFile.bat');
host('c:myfile.bat);
View All Answers
Q

Question # 10
ue

How to get / select the nth row from the table?


how to select first n rows ,last n rows from a table?
Answer:-
st

nth salary
select salary
from table_name a
where &n=(select count(salary) from table_name b where a.salary<=b.salary);
io

n salaries
select salary
from table_name a
ns

where &n>=(select count(salary) from table_name b where a.salary<=b.salary);


select level,max(column name) from emp where level = n connect by prior sal > sal group by level;
View All Answers
A

Question # 11
Do you know what is APPLYSYS in Oracle application database schema, what is APPS?
ns

Answer:-
Applsys is a schema as apps and applsyspub.this schema contains the information about the FND or forndation tables.
View All Answers
w

Question # 12
Any work done in Oracle Workflow builder. Did you customize or build a new workflow?
er

Answer:-
Yes, I customized the Work Flow For Credit Memo Request approval in AR through Workflow Builder.
s.

View All Answers


O

Question # 13
Do you know table based value sets?
R

Answer:-
yes i know.
Nav=>application-->validation-->set
G

we will give set name.


select type as table,"edit information" button will hilight, click that
give application name-->table name(for which u want to make table value set)-->column name-->give name of the column-->where/order by(give the condition or
order either asc/desc)-->save it and use in "parameters" window in concurrent program creation.
View All Answers

Question # 14
Which Flexfields you have customized?
Answer:-
Client can customize Descriptive Flex Fields.
View All Answers

Question # 15
Have you good knowledge on Java?

Copyright © http://InterviewQuestionsAnswers.org Page 4/8


Oracle D2K Interview Questions And Answers

Answer:-
Can anybody give the meaning of this question.
i think answer is: i know java
View All Answers
In

Question # 16
te

Have you used lexical parameters in reports?


Answer:-
There is no need of using Lexical parameter in reports Deveoper.Instead We can use bind Variables as a parameter.
rv

View All Answers


ie

Question # 17
Which directory will you copy your new reports, what would be its extension (.rdf or .rex)?
w

Answer:-
THe extension of the Oracle report will be *.rdf (Report Definition File).
You place the Oracle report on the corresponding application top in the reports folder.
Eg: $XAP_TOP/../reports
Q

Generally we place the newly developed reports in Custom top. $CUSTOM_TOP/reports/US


View All Answers
ue

Question # 18
Which directory will you copy your new custom form, what would be its extension (.fmb or .fmx)?
st

Answer:-
Directory Name:-
Move the fmb file into :-
io

cust_top/forms/US
Keep the new form (renamed) in au_top/forms/US
View All Answers
ns

Question # 19
In oracle application how do you debug or trace errors?
Answer:-
A

You can trace in Oracle application Help menu.


Start Oracle application Goto Help
ns

Help->Diagnostics->Trace-> Regular Trace.


will ask for Apps Pass. Wil Show Not dialog Box which Gave you the path of Trace file. FTP the Trace file.
View All Answers
w

Question # 20
Are you familiar with internet architecture of Oracle Apps 11i?
er

Answer:-
There are 3 tier of Internet Architechture of Oracle Application 11i.
1. Desktop Tier
s.

2. Database Tier
3. Application Tier.
View All Answers
O

Question # 21
R

Which Oracle applications PL/SQL standard APIs you are familiar, have you used most of them?
Answer:-
G

1. Fnd_File - PL/SQL I/O


2. Fnd_program - Concurrent Program Loaders
3. Fnd_set - Request Set Creation
4. Fnd_request - Concurrent Request Submission
5. Fnd_Submit - Request set Submission
6. Fnd_Request - Info
and so on...
View All Answers

Question # 22
What are the new features in Release 11I?
Answer:-
The main features in Release 11i is
1.Multi Org-To support Multiple organizations.
1.Multi Currency-Defineing the multiple currencies to single organization
2.Multi Lingual-Suporting of multi Languages.

Copyright © http://InterviewQuestionsAnswers.org Page 5/8


Oracle D2K Interview Questions And Answers

View All Answers

Question # 23
In

How I can use SRW.RUN_REPORT in Reports6i?


Answer:-
You can use srw.run_report as followssrw.run_report('module=modulename.rdf destype=screen paramform=yes');
te

View All Answers


rv

Question # 24
How many different layouts are available in Reports6i? What are they?
in which sequence , form level trigger will fire? in which sequence, report trigger will fire?
ie

how many types of canvas are there in form? what r they?


what are bind variables and lexical reference in oracle reports?
how many types of colums are there in Reports6i? what are they?
w

what is the purpose of placeHolder column in Report?


can u have a form with out a canvas?
what is confine mode and flex mode in reports?
how do u register report in oracleApps?
Q

Answer:-
There are eight different layout formats :
ue

1. Tabular
2. Form Like
3. Mailing Label
4. Form Letter
5. Group Left
st

6. Group Above
7. Matrix
8. Matrix with group
io

View All Answers


ns

Question # 25
What is the Placeholder Column?
What is the Format Trigger?
Answer:-
A

A placeholder column is used to hold the value of certain calculation or a variable that is being carried out in a formula column. A place holder can be defined as
anumber, character or date type, depending upon the type of value which will be stored into it.
A format trigger is used when we want to display a particular field, if certain conditions are met.
ns

View All Answers

Question # 26
w

I need to run a report at Scheduled timings only. I don?t want to run the report on Sundays. How to do this?
Answer:-
er

While Submitting the request you can select schedule button and specify Run The Job Option On Specific Days and Select all Days except Sunday.
View All Answers
s.

Question # 27
What is the Anchoring in Reports?
O

What is the difference between Frame and Repeating Frame?


Answer:-
R

Anchors are used to determine the vertical and horizontal positioning of a child object relative to its parent. The end of the anchor with a symbol on it is attached to
the parent object.
Since the size of some layout objects may change when the report runs (and data is actually fetched), we need anchors to define where we want objects to appear
G

relative to one another. An anchor defines the relative position of an object to the object to which it is anchored. Positioning is based on the size of the objects after
the data has been fetched rather than on their size in the editor. It should also be noted that the position of the object in the Layout editor effects the final position in
the report output. Any physical offset in the layout is incorporated into the percentage position specified in the Anchor property sheet.
View All Answers

Question # 28
What is the Page Protect in Reports?
Answer:-
It indicates that whether you want to keep a object and its entire contents on the same logical page. Setting its property to 'yes' if the object and its entire contents
cannot fit in the page it will be moved to next logical page.
View All Answers

Question # 29
What is difference between lexical and bind variable?
Answer:-
Copyright © http://InterviewQuestionsAnswers.org Page 6/8
Oracle D2K Interview Questions And Answers

Lexical variable is used as place holder variable while the bind variable is to pass the value at run time.
View All Answers
In
te
rv
ie
w
Q
ue
st
io
ns
A
ns
w
er
s.
O
R
G

Copyright © http://InterviewQuestionsAnswers.org Page 7/8


Oracle Most Popular & Related Interview Guides

1 : Oracle PL-SQL Interview Questions and Answers.

2 : Database Architecture Interview Questions and Answers.

3 : Oracle Developer Interview Questions and Answers.

4 : Oracle ETL Interview Questions and Answers.

5 : Oracle DBA Interview Questions and Answers.

6 : Oracle GL Interview Questions and Answers.

7 : Oracle Scenarios Interview Questions and Answers.

8 : Oracle AR Interview Questions and Answers.

9 : Oracle Database Interview Questions and Answers.

10 : General Oracle Interview Questions and Answers.

Follow us on FaceBook
www.facebook.com/InterviewQuestionsAnswers.Org

Follow us on Twitter
http://twitter.com/InterviewQA

For any inquiry please do not hesitate to contact us.


http://interviewquestionsanswers.org/Contact-Us

Interview Questions Answers.ORG Team


http://InterviewQuestionsAnswers.ORG/
support@InterviewQuestionsAnswers.ORG

Você também pode gostar