2026年にOracle Application Express 18: Developing Web Applicationsへの挑戦をお考えなら、JPNTestにお任せください。1Z1-750の75の練習問題に加え、無料サンプルや365日間の無料更新、返金保証まで、学習から購入後のサポートまで一貫してご提供しています。
Oracle 1Z1-750 試験概要:
| 認定ベンダー: | Oracle |
|---|---|
| 試験名: | Oracle Application Express 18: Developing Web Applications |
| 試験番号: | 1Z0-750 |
| 関連資格: | Oracle Application Express (APEX) Developer Oracle Database SQL 認定資格 |
| 対応言語: | English |
| 受験料: | $245 USD |
| 試験時間: | 120 分 |
| 試験形式: | 複数選択式, 選択式 |
| 推奨トレーニング: | Oracle APEXラーニング・ライブラリ Oracle APEX公式トレーニング |
| 受験申し込み: | Pearson VUE Oracle試験 Oracle認定資格の登録 |
| サンプル問題: | Oracle 1Z1-750 サンプル問題 |
| 受験方法: | オンライン監督試験またはPearson VUEテストセンター |
| 前提条件: | SQLおよびOracle Databaseの基礎知識があることが推奨されます。Oracle APEX 18開発環境に精通していることが望ましいです。 |
| 公式シラバスのURL: | https://education.oracle.com |
Oracle 1Z1-750 試験シラバストピック:
| セクション | 目標 |
|---|---|
| トピック 1: セキュリティとデプロイ | - 認証および認可スキーム - アプリケーションのエクスポートとデプロイ |
| トピック 2: データ管理 | - SQLクエリとデータベースの相互作用 - データのロードと操作 |
| トピック 3: アプリケーション開発 | - フォームとレポート
|
| トピック 4: ユーザー・インターフェースとロジック | - 共有コンポーネント - テンプレートとテーマのカスタマイズ - ダイナミック・アクション |
| トピック 5: APEXの基本 | - Oracle APEXのアーキテクチャとコンポーネント - ワークスペースとアプリケーションの構造 |
1Z1-750試験のFAQ
「1Z1-750」は、Oracleが実施する「Oracle Application Express 18: Developing Web Applications」の試験コードです。この試験に合格すると、「Oracle Application Express 18 認定資格」の認定を取得できます。認定レベルはProfessionalに位置づけられています。関連する認定としては、Oracle Application Express (APEX) Developer・Oracle Database SQL 認定資格などが挙げられます。JPNTestでは、1Z1-750試験対策として75の練習問題をご用意しています。
SQLおよびOracle Databaseの基礎知識があることが推奨されます。Oracle APEX 18開発環境に精通していることが望ましいです。
受験条件は変更される場合があります。最新かつ正確な情報は、Oracleの公式ページで必ずご確認ください。
1Z1-750試験は、以下の公式窓口からお申し込みいただけます。
なお、本試験の受験方式はオンライン監督試験またはPearson VUEテストセンターです。
Oracleでは1Z1-750試験向けに、以下の公式トレーニングを用意しています。
公式トレーニングで知識の土台を固めたうえで、JPNTestの75の練習問題に取り組めば、理解度の確認と弱点の洗い出しを効率よく進められます。
はい、ご購入前にJPNTestの1Z1-750問題集の無料サンプル(PDFデモ)をダウンロードして、問題の品質や形式をご確認いただけます。ご購入後は365日間の無料更新が付帯し、更新期間の終了後も50%割引で継続更新をご利用いただけるため、常に最新の出題傾向に沿った内容で学習を続けられます。
JPNTestでは「返金保証」制度をご用意しています。ご購入後60日以内に1Z1-750試験を受験して不合格となった場合、全額返金をご申請いただけます。なお、ご購入後3日以内の受験や、ダウンロード後に実際の受験をしていない場合、無料資料や期限切れのご注文は対象外となり、受験者氏名とお支払い者氏名が一致している必要があります。ご申請の際は、受験票(enrollment slip)の写しと公式スコアレポート(Score Report)のPDFを試験後2日以内にご提出いただき、受理後7日以内に手続きが完了します。返金をご希望でない場合は、同等価値の試験資料2点を無料でお受け取りいただき、元の製品の更新サービスを継続する選択肢もございます。
また、ご購入いただいた製品はお支払い完了後すぐにダウンロードでき、メールでも1分以内にお届けします。2時間以内に届かない場合はカスタマーサポートまでご連絡ください。インストール可能なパソコンの台数に制限はありません。
1Z1-750試験の出題範囲は、全部で5分野で構成されています。主な分野としては、「データ管理」、「セキュリティとデプロイ」、「アプリケーション開発」などが挙げられます。各分野の詳細なトピックと配点は、上記の試験大綱をご確認ください。JPNTestの1Z1-750練習問題は、これらの出題分野を幅広くカバーしています。
Oracle Application Express 18: Developing Web Applications 認定 1Z1-750 試験問題:
問題 #1
Taylor has created a report and form on the status table.
She wants only application administrator to be able to access the report and form.
What must she do to achieve this?
A. Select authorization scheme of Administration Rights
B. Select authentication of Administrator Only.
C. Add a before header process.
D. Add a before header validation.
問題 #2
Kyle is developing a page with an interactive report, called Employees, using this query:
SELECT EMPNO, ENAME, JOB, DEPTNO FROM EMP WHERE DEPTNO = nvl(:P3_DEPTNO, DEPTNO) On the page, Kyle adds a select list, called P3_DEPTNO, using this query:
SELECT dname, deptno FROM dept;
He creates a dynamic action on change of P3_DEPTNO, with a true action of "Refresh" against the Employees region.
Kyle then runs the page and selects ACCOUNTING in the P3_DEPTNO item. However, the report still shows employees from all departments.
What must Kyle do to correctly display only employees from the department selected?
A. Add a computation set to p3_ DEPTNO
B. Set "Page Items to Submit" to p3_deptho in the report.
C. Set a column on the DEPTNO column.
D. Add an additional true action of Set Value by using Static Assignment in Dynamic Action.
問題 #3
Which two are true about using the Create Page Wizard to create a report with "Report with Form on Table"?
A. The report and form must both be based on the same table or view.
B. The wizard builds two p3ges using an interactive grid page and a form page.
C. The wizard builds two pages, an interactive report page and a form page.
D. The second page allows users to select the previous and next records.
E. The first page allows users to update records.
問題 #4
Which set of components do you need to add breadcrumb navigation to an existing application?
A. navigation list, breadcrumb region, and breadcrumb entries
B. breadcrumb, breadcrumb entries, and navigation regions
C. breadcrumb, breadcrumb entries, and breadcrumb regions
D. navigation list, breadcrumb, and breadcrumb entries
問題 #5
Which is the true about a workspace in Oracle APEX?
A. It can be associated only with one schema.
B. It can be associated with multiple schema in the same database.
C. It can be associated with multiple schema from different database.
D. It is not associated with any schema.
解説:
| 問題 #1 正解: B | 問題 #2 正解: D | 問題 #3 正解: A、E | 問題 #4 正解: C | 問題 #5 正解: B |
497 お客様のコメント



