You set the following parameters in the parameter file and restart the database instance:
Exhibit: Which two statements are true?
A.
The pga_aggregate_target and sga_target parameters are automatically set to zero.
B.
The instance does not start up because Automatic Memory Management (AMM) is
enabled but pga_aggregate_target and sga_target parameters are set to nonzero values.
C.
The value of the memory_max_target parameter remains zero for the database instance.
D.
The memory_max_target parameter is automatically set to 500 MB.
E.
The lower limits of the pga_aggregate_target and sga_target parameters are set to 90
MB and 270 MB respectively.
B and D it should be
see here :- http://www.aiopass4sure.com/oracle-exams/1z0-052-v-1-exam-questions/which-two-statements-are-true-about-these-parameters-after-the-database-instance-is-restarted-3.html
&&
http://docs.oracle.com/cd/B28359_01/server.111/b28310/memory003.htm#ADMIN11200 (See the second
note on the page)
DE
In a text-based initialization parameter file, if you omit MEMORY_MAX_TARGET and include a value for MEMORY_TARGET, then the database automatically sets MEMORY_MAX_TARGET to the value of MEMORY_TARGET. If you omit the line for MEMORY_TARGET and include a value for MEMORY_MAX_TARGET, the MEMORY_TARGET parameter defaults to zero. After startup, you can then dynamically change MEMORY_TARGET to a nonzero value, provided that it does not exceed the value of MEMORY_MAX_TARGET.
DE