Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Oracle Interview Questions
Questions Answers Views Company eMail

What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these

2 7164

. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 19520

Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .

2 7991

What is the o/p of the follow pgm? #include main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 4424

suppose you want to use a trigger in existing standard apps form and its not available in personalization neither in custom.pll. How you will address the issue ?

3 6682

How to pass data into EXECUTE_IMMEDIATE statement in plsql body ?

2 8246

do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 3150

write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 5853

How to call oracle database stored procedure from form in form coding ?

3 13757

write script for finding number of broken links in web page? kindly please answer my question.

3 16171

When the Internal Requisition will get generate if I define an OSP operation in sequence 30. 10 & 20 will be other than OSP operations.

2 9425

In R12 What are the PO types in Purchasing and Invoices in AP?

7 19063

What are the Abstract Classes provided by Java?

5 8382

Why are inner classes required?

3 6908

what s the full form of GOOGLE and YAHOO?

211 904264

Post New Oracle Interview Questions


Oracle Interview Questions


Un-Answered Questions

What are the different types of sorting in java?

538


What is hertz in electrical system?

1596


What will you do if you're not selected?

670


How to convert arrays into a string in perl?

509


What is the default number format in excel?

295






What do you mean by trend analysis?

595


1) What are your personal strength? 2) What are your personal areas of improvement? 3) What are your expectations from from a particular job? 4) what are your carrier objectives?

2066


What is quality matrix in software testing?

566


Can you explain about namespace?

603


In SAP PI system, which tests you can perform under monitoring and configuration part?

241


What is multisite wordpress?

120


Explain the advantages and disadvantages of html?

432


what is start message event listener?

470


What are the different types of assemblies available and their purpose?

498


What is the transaction for recording bdc ? : abap bdc

595