Question 66

You are configuring the principals needed to fulfill the security requirements of an application within a sandbox environment that uses the WebLogic Server-embedded LDAP server.
The given security requirements provided have outlined the following facts about some test principals:

One security requirement states that internal patient data can be viewed only by physicians who are employees.
What is an appropriate way to fulfill this security requirement from a principal perspective using the provided information?
  • Question 67

    Examine the domain diagram:

    You are asked to write a WLST scrip that will print the current available heap size for server04.
    Assuming:
    all servers are running

    you have just started an offline, interactive WLST session

    a domain-scoped node manager is running on each machine, listening oт port :5556

    the username/password "weblogic/Welcome1" maps to a valid domain administrator and Node

    Manager client
    Which two code options will accomplish this task? (Choose two.)
  • Question 68

    I am configuring the security policy for my JMS module. I am specifying some security conditions for the module.
    Which two security conditions are valid in this context? (Choose two.)
  • Question 69

    You have a versioned application deployed in your production environment. You have been asked to troubleshoot why the most recent production redeployment appeared to allow the older version to retire too quickly.
    In this case, the application had active RMI clients, but their subsequent calls were directed to the newer version immediately rather than waiting for the expected five minutes defined by the retirement timeout argument. The script command was:
    java
    weblogic.Deployer -adminurl http://localhost:7001 -user weblogic
    -password Welcome1 -redeploy -name myDeployment
    -source /myDeployments/myApplication/appX
    -retiretimeout 300
    You expected the older version to remain active (when there are active RMI clients) for five minutes after executing the production redeployment.
    Which modification should have been made to this command to ensure the older version remains active?
    (Choose the best answer.)
  • Question 70

    I am configuring the security policy for my JMS module. I am specifying some security conditions for the module.
    Which two security conditions are valid in this context? (Choose two.)