최신Oracle Application Development Framework 12c Essentials - 1z1-419무료샘플문제
문제1
Which two statements ate true about a dvt:gauge component? (Choose two.)
Which two statements ate true about a dvt:gauge component? (Choose two.)
정답: B,D
문제2
You create a new ADF Faces page called emp.jspx and bind some data controls to that page. You notice a file called empPageDef.xml. What is this file for? (Choose best Answer)
You create a new ADF Faces page called emp.jspx and bind some data controls to that page. You notice a file called empPageDef.xml. What is this file for? (Choose best Answer)
정답: B
문제3
Consider the JSF managed bean code to execute a function in ADF Business Components via an af:button actionListener on a page:
public void doSomethinq(ActionEvent event) {
BindingContainer bindings = BindingContext getCurrent() getCurrentBindingsEntry();
OperationMethod method = bindings.getOperationBinding
("appModuleMethod");
Map paramsMap = method. getParamsMap();
paramsMap put CsomeParameter","someValue");
method.execute();
}
Which three options must be implemented for this code to work? (Choose three.)
Consider the JSF managed bean code to execute a function in ADF Business Components via an af:button actionListener on a page:
public void doSomethinq(ActionEvent event) {
BindingContainer bindings = BindingContext getCurrent() getCurrentBindingsEntry();
OperationMethod method = bindings.getOperationBinding
("appModuleMethod");
Map paramsMap = method. getParamsMap();
paramsMap put CsomeParameter","someValue");
method.execute();
}
Which three options must be implemented for this code to work? (Choose three.)
정답: A,C,D
문제4
You have two entities, ItemEO and ProductEO. ItemEO contains the Orderld, ttemld, Productld, Price, and Quantity attributes. ProductEO contains the Id, ProductName, and ListPrice attributes You need to return rows as shown in the table
Orderld Itemld Productld ProductName 101 1001 34321 Ski hat 101 100? 38997 Downhill ski poles 102 1003 30315
Swim goggles
103
1004
31876
Baseball mitt
How would you create a view object to encapsulate these rows? (Choose the best answer)
You have two entities, ItemEO and ProductEO. ItemEO contains the Orderld, ttemld, Productld, Price, and Quantity attributes. ProductEO contains the Id, ProductName, and ListPrice attributes You need to return rows as shown in the table
Orderld Itemld Productld ProductName 101 1001 34321 Ski hat 101 100? 38997 Downhill ski poles 102 1003 30315
Swim goggles
103
1004
31876
Baseball mitt
How would you create a view object to encapsulate these rows? (Choose the best answer)
정답: C
문제5
What is the first step you perform to secure an ADF application? (Choose the best answer.)
What is the first step you perform to secure an ADF application? (Choose the best answer.)
정답: B
문제6
Which two are reasons why you might set the bind variables of a view object at run time programmatically rather than using the declarative features of the framework? (Choose two.)
Which two are reasons why you might set the bind variables of a view object at run time programmatically rather than using the declarative features of the framework? (Choose two.)
정답: A,C
문제7
Consider a case where an application does not respond as predicted when a user submits data. Where would you set a breakpoint to debug the issue? (Choose the best answer)
Consider a case where an application does not respond as predicted when a user submits data. Where would you set a breakpoint to debug the issue? (Choose the best answer)
정답: B
문제8
Which two statements are true about developing applications for different clients? (Choose two.)
Which two statements are true about developing applications for different clients? (Choose two.)
정답: C,E
문제9
Which two scopes can you use to make a value in a managed bean available for at least three pages in a task (low? (Choose two.)
Which two scopes can you use to make a value in a managed bean available for at least three pages in a task (low? (Choose two.)
정답: C,D