IT인증,IT자격증,IT자격증시험,IT인증시험

http://www.pass4test.net/

Oracle 1Z0-117 (Oracle Database 11g Release 2: SQL Tuning)덤프자료

Pass4Test의 Oracle 1Z0-117 (Oracle Database 11g Release 2: SQL Tuning) 덤프는 수많은 시험준비 공부자료 중 가장 믿음직합니다. Pass4Test의 인지도는 업계에 널리 알려져 있습니다. Oracle 1Z0-117 (Oracle Database 11g Release 2: SQL Tuning)덤프로  Oracl e 1Z0-117 (Oracle Database 11g Release 2: SQL Tuning)덤프는 실제  Oracle 1Z0-117 (Oracle Database 11g Release 2: SQL Tun ing)시험문제에 초점을 맞추어 제작한 최신버전 덤프로서 시험패스율이 100%에 달합니다.

 

 

NO.1 Which ActionScript class do you use to define the location and name of a local database file?

A.flash.filesystem.File

B.flash.data.SQLStatement

C.flash.data.SQLConnection

D.flash.data.SQLIndexSchema

Answer:A

 

NO.2 An application uses the RemoteObject MXML component to connect to a Java object. The application

needs to call multiple methods of the Java object each returning a different data type.

Which tag allows you to define individual result handlers for each object of the Java method?

A.The result tag

B.The method tag

C.The operation tag

D.You can only have one result handler

Answer:B

 

NO.3 Which MXML component should be used to place content at the bottom of a Panel or TitleWindow?

A.MenuBar

B.ViewStack

C.ControlBar

D.ApplicationControlBar

Answer:C

 

NO.4 Which two statements defines an MXML component that will display all its children vertically (Choose

Two)?

A.<mx:VBox />

B.<mx:HBox />

C.<mx:Box direction="vertical" />

D.<mx:Canvas layout="vertical" />

E.<mx:Canvas verticalAlign="true" />

Answer:A B C

 

NO.5 An application has created an instance of the File class named dbFile. Using the embedded AIR

DBMS, you want to open the database at this location and create it if it does NOT exist.

Which syntax will create the database if it does NOT already exist?

A.var conn:SQLConnection = new SQLConnection();

conn.create( dbFile );

B.var conn:SQLConnection = new SQLConnection();

conn.createAndOpen( dbFile );

C.var statement:SQLStatement = new SQLStatement();

statement.execute( dbFile, "CREATE DATABASE" );

D.var conn:SQLConnection = new SQLConnection();

conn.open( dbFile, SQLMode.CREATE );

Answer:D

 

NO.6 You want to create a custom Alert dialog by using the PopUpManager. You want the dialog to be modal

and float above all existing controls in the Flex application.

Which container should you use?

A.PlotChart

B.Application

C.TitleWindow

D.PopUpManagerChildList

Answer:C

 

NO.7 Which AIR class is used to execute SQL commands on an SQLConnection instance?

A.SQLMode

B.SQLSchema

C.SQLStatement

D.SQLConnection

Answer:C

 

NO.8 You have several hundred thumbnails of photos. You want to create a scrollable grid such that only the

photos that have been viewed are instantiated.

Which container should you use?

A.Grid

B.Panel

C.HBox

D.TileList

Answer:D

 

NO.9 How do you retrieve the result of an SQL statement executed with a local database managed by AIR?

A.Call the SQLStatement class's getResult() method.

B.Examine the value returned from the SQLStatement class's next() method.

C.Examine the value returned from the SQLStatement class's execute() method.

D.Handle the SQLStatement class's result event and examine the event object's properties.

Answer:A

 

NO.10 You plan to select data from an embedded AIR database using Flex. You do NOT want to pause the

execution of the application.

How do you asynchronously make a database available to your application?

A.All AIR SQL statements are synchronous

B.All AIR SQL statements are asynchronous

C.Use executeAsync method of the SQLStatement class

D.Use the openAsync method of the SQLConnection class

Answer:D

 

 
Posted 2013/6/7 8:41:35  |  Category: 미분류  |  Tag: