What three actions can you perform while using Oracle Virtual Assembly Builder (Studio and/or Deployer)? (Choose three.)
For operations that act on data that exists on multiple nodes, Coherence can do the processing in parallel, and put together the partial results from each node into a single result before sending it to the client.
Which feature in Coherence can be used to achieve this?
You are using Coherence to store state data that gets read frequently and updated only occasionally. Only 100 or so clients are logged in at any time, and state data is retrieved at login. You are running out of physical memory on the cache server tier, but CPU and network utilization is low. You have 100 GB Solid-State Drives on every system, including clients. You would also like to provide faster access to state data for logged-in users.
Which configuration should you use for your system?
Which type of appliance would you use to package custom applications into an appliance?
Consider the following code:
If the initial stock amount was 15, and 5 different clients (in different JVMs) attempted to execute the same code simultaneously, what would be the resulting level of stock?