100% found this document useful (1 vote)
653 views11 pages

Apex MCQ 2 From Muhammad Nur E Alam For Students

Uploaded by

tiredleshuman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
653 views11 pages

Apex MCQ 2 From Muhammad Nur E Alam For Students

Uploaded by

tiredleshuman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Teacher: Muhammad Nur E Alam, nurealam.rajjak@gmail.

com WhatsApp: +8801917975575

1. Shared component are created at the application level and can be used them in any page within
application. The statement is
a) True
b) False
Answer : a
2. Which option is under Processing?
a) Create Page
b) Validating
c) Dialog Closed
d) Region
Answer : b
3. You can use bind variables syntax anywhere in Oracle APEX where you are using SQL or PL/SQL to
reference session state of a specified item.
a) True
b) False
Answer : a
4. Which type of Reports allow us to apply a number of filters, highlights, and other customizations?
a) Interactive Report
b) Interactive Grid Report
c) Classic Report
d) Report with Form
Answer : a
5. A cascading style sheet (CSS) provides a way to control the style of a web page without changing its
structure.
a) True
b) False
Answer : a
6. The App Builder is the place where database objects can be viewed and manipulated. The statement is
a) True
b) False
Answer : b
7. What is the full form of LDAP?
a) Lightweight Directory Access Protocol
b) Lightweight Database Application Protocol
c) Lightweight Database Access Process
d) Lightweight Directory Application Process
Answer : a
8. XSS stands for?
a) Xross-Site Scripting
b) Cross-Side Scripting
c) Cross-Site Scripting
d) Cross-Site Script
Answer : c

Page 1 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

9. What can we do with the Order Details page?


a) Add/Remove products to and from an order
b) Delete the order itself
c) Both
d) None
Answer : c
10. Which process is by default created?
a) Initialize master details
b) Pre-insert
c) Both
d) None
Answer : b
11. Which is carries links such as login, logout, feedback, help etc?
a) User Interface Attributes
b) Navigation Bar List
c) Themes and Templates
d) No one
Answer : b
12. The Page Designer is the main development interface where you manipulate page components. The
statement is
a) True
b) False
Answer : a
13. In which table the uploaded BLOB files are stored?
a) APEX_APPLICATION_TEMP_FILE
b) APEX_BLOB_TEMP_FILE.
c) APEX_BLOB_TEMP_FILE_APPLICATION
d) APEX_APPLICATION_TEMP_FILE_BLOB.
Answer : a

14. Using HTML in PL/SQL Code to have more control over dynamically generated HTML within a region.
This statement is?
a) False
b) True
Answer : b
15. To creating a graphical report we have created a region and set properties name = Graphical report and
type = chart, now we want to select type of chart which properties will you set?
a) Page Mode
b) Attributes
c) Page Type
d) Page node
Answer : c

Page 2 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

16. What is used to perform validation on data?


a) Processing
b) Dynamic action
c) Procedure
d) Function
Answer : a
17. What is Plug-Ins?
a) Shareable objects
b) To add additional functionality
c) HTML text
d) A&B
Answer : d
18. Oracle APEX is RAD. Here RAD stands for
a) Rich Application Development
b) Ready Application Design
c) Rapid Application Design
d) Rapid Application Development
Answer : d
19. Which are the correct File Type that can store MIMETYPE column?
a) JPEG, PNG, PDF, WORD, EXCEL, CSV,
b) PNG, PDF, WORD, EXCEL, CSV, BLOB.
c) JPEG, PDF, WORD, APK, CSV, BLOB.
d) JPEG, PDF, WORD, PNG, CSV, BLOB.
Answer : d
20. What is the Full form of BLOB?
a) Binary Large Object
b) Binary Large Object Both
c) Binary Low Overhead Block
d) Border Level Office Boundary
Answer : a
21. What does the Filter option of Action menu in interactive report do?
a) Adding or modifying WHERE clause on the query
b) Determines how many rows display in the current report
c) Recognize the report back to the default report setting
d) None
Answer : a
22. Mobile applications developed with Oracle Apex are based on
a) Browser based application that runs inside the browser on mobile device
b) JQuery Mobile
c) All of the above
Answer : c

Page 3 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

23. What is the elaboration of SSO?


a) Single Sign-Once
b) Start Sign-On
c) Single Sign-On
d) Single Sign-One
Answer : c
24. What is Box Plot?
a) Area
b) Chart
c) Table
d) Region
Answer : b
25. When create an application in Apex by Application Wizard Its uses --
a. Customize Theme.
b. Universal Theme.
c. Predefined Theme.
d. No theme use.
Answer: b
26. Oracle Apex stores all the application component as metadata into the database and renders the
application each time it is called. The statement is
a. True
b. False
Answer: a
27. When Creating custom authentication scheme is the best approach?
a. You Want to develop built in login form
b. When Database authentication or other methods are not adequate
c. You want to record or audit activity at the session level only
d. None
Answer: b
28. Which feature enables users to display data in different colors based on a condition?
a. Sequence
b. Background Color
c. Highlight
d. Text Color
Answer: c
29. Which is the child component of format?
a. Save Reports
b. Sort
c. Highlight
d. Reset
Answer: c

Page 4 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

30. Master Detail page feature to handle data in two relational tables. This Statement is?
a. True
b. False
Answer: a
31. Which is based on a custom SQL SELECT statement or PL/SQL function?
a. Map Chart
b. Reflow Report
c. Classic Report
d. PL/SQL dynamic Content
Answer: c
32. Which Package is used to send an email from an Oracle Application Express?
a. UTL SMTP
b. UTL_FTP
c. UTL HTTP
d. All of the above
Answer: a
33. Which report do not work well in mobile environment?
a. Interactive Report
b. Interactive grid
c. Classic Report
d. Interactive and Interactive grid report
Answer: d
34. After adding a new customer record or editing an existing one, the page doesn’t get refreshed
to show, what you have added or amended?
a. Add Dynamic action
b. Interactive Grid Features
c. Change item Type
d. Editing date in Interactive Grid
Answer: a
35. What is used to link various pages within an application?
a. List of value
b. Navigation bar
c. Breadcrumb
d. Plug-ins
Answer: c

Page 5 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

36. A case-sensitive column name used to store file name what are types?
a. jpg
b. png
c. pdf
d. org
e. a+c
Answer: e
37. What will happen if we don’t save the modifications done with Actions menu on interactive
report?
a. It will save automatically
b. It will reset the whole report
c. Modifications will not be reflected the next time we log in to the Application
d. None
Answer: c
38. Which type of values gives us values in LOV, sat runtime?
a. Static list
b. Dynamic list
c. Categories Lov
d. None of the above.
Answer: b
39. GTE stands for?
a. Greater than and equal to
b. Greater than or equal to
c. Group type excess
d. None of the above
Answer: b
40. Following which page is created without any built-in functionality?
a) Form Page
b) Blank Page
c) Page with Charts
e. Interactive Gride Page
Answer: b
41. ΜΙΜΕΤΥPE stands for?
a) Multimedia Internet Mail Extension
b) Multipurpose Internet Mail Extension
c) Multimedia Internet Mail Express
d) Multipurpose Internet Mail Express
Answer: b

Page 6 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

42. Which type of list we can see a list entry level and a target?
a) Dynamic list
b) Static list
c) Pop list
d) Tree list
Answer: d
43. Which is focuses the report by adding or modifying the WHERE clause on the query?
a) Reset
b) Format
c) Filter
d) Chart
Answer: c
44. Where we can see the Hidden Items?
a) Page Designer
b) Pages at run time.
c) Buttons
d) In region
Answer: a
45. Where are we create a Validation?
a) Rendering
b) Processing
c) Dynamic actions
d) Shared Component
Answer: b
46. Dynamic list Populated by using a
a) Procedure.
b) PL/SQL Query.
c) SQL Query.
d) Predefined Values.
Answer: c
47. Which one of the following best describes Oracle APEX platform?
a) It is a high-code application development platform
b) It is a no-code application development platform
c) It is a low-code application development platform
d) None
Answer: c
48. A case-sensitive column name used to store the filename of the BLOB, such as bag.jpg or CV.pdf.
This statement is
a) True
b) False
Answer: b

Page 7 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

49. What is the Oracle JET Charts?


a) A component of Oracle Application Express
b) A component of Oracle JavaScript Extension Toolkit
c) A component of Oracle Charts
d) A component of Oracle BI Tools
Answer: b
50. How many type of view?
a) 02
b) 03
c) 04
d) 06
Answer: c
51. What is applied to style the page more professional look?
a) CSS
b) OPL/SQL
c) Function
d) Dynamic action
Answer: a
52. The Main Products page contain what are different views -?
a) Icons
b) Report
c) Details
d) All of the above
Answer: d
53. Oracle APEX provides a programming environment
a) Descriptive
b) Dynamic
c) Declarative
d) Determinative
Answer: c
54. What is the full form of CSS?
a) Cascading style sheet
b) Cascading form
c) cascading style
d) No one
Answer: a
55. Which statement is true?
a) A list is a useful tool.
b) A list is a useful application tool.
c) A list is a useful navigation tool.
Answer: a

Page 8 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

56. How many views the main Products page have?


a) Three different views
b) Three similar views
c) Only one view
d) No view
Answer: a
57. What is Reflow report?
a) Responsive report for mobile app
b) Responsive report for desktop
c) Responsive form for mobile app
d) Responsive form for desktop
Answer: a
58. Which of the following is used to estimate the size of a BLOB column in the table?
a) OGET BLOB FILE SRC
b) Getlength
c) APEX_BLOB_TEMP_FILE
d) APEX_BLOB_TEMP_FILE_APPLICATION
Answer: b
59. Every application within a workspace must have unique application id.The statement is
a) True
b) False
Answer: a
60. What is the ability to dynamically show or hide a page component referred to?
a) Format Rendering
b) Grid Rendering
c) Conditional Rendering
d) None
Answer: c
61. JET is the abbreviation for
a) Javascript Extension Toolkit
b) Javascript Externtion Report
c) Jquery Extention Toolkit
d) a&b
Answer: a
62. What is Workspace Image?
a) Images that are not available for application within the workspace
b) Images that are available to all applications for a given workspace
c) Images that are available only for one application
a) None
Answer: b

Page 9 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

63. ORA-00001 This Violation code indicates?


a) Unique key violation
b) Primary key violation
c) Both
b) None
Answer: a
64. What is Application Image?
A. Images that are available only for one application
B. Images that are available to all applications for a given workspace
C. Images that are available by default
D. None
Answer: b
65. How many categories of application express images?
A. 05
B. 04
C. 03
D. 02
Answer: a
66. if we donat save the modifications done with Actions menu on interactive report?
A. It will save automatically
B. It will reset the whole report
C. Modifications will not be reflected the next time we log in to the Application
D. None
Answer: c
67. Which of the following statement is true for Set Up Products Catalog module?
A. It has one page
B. It has two pages
C. It has three pages
D. It has four pages
Answer: b
68. By default, column values are aligned to the
A. Left
B. Right
C. Top
D. Bottom
Answer: a
69. Which one is true about Master Detail page in oracle apex?
A. A Page which reflects a one-to-many relationship.
B. A Page which reflects a one-to-one relationship.
C. A Page which reflects a many-to-many relationship.
D. All of the Above.
Answer: a

Page 10 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam
Teacher: Muhammad Nur E Alam, [email protected] WhatsApp: +8801917975575

70. Where from your make all sharable components?


A. App Builder
B. App gallery
C. Share Component
D. All of above
Answer: a
71. When new page created in Oracle APEX which is default?
A. Modal
B. Modal Dialog
C. Normal
D. Non-Modal Dialog
Answer: c
72. What is the meaning of JET?
A. JavaScript Extension Toolkit
B. Java Extension Toolkit
C. JavaScript Extra Tool
D. Java Extra Tool
Answer: a

Page 11 of 11
Youtube Channel: https://www.youtube.com/@muhammadnurealam

You might also like