Tag Archives: synchronous

Which method displays text directly into the active console with a synchronous EEM applet policy?

A. event manager applet boom event syslog pattern ‘UP’ action 1.0 syslog priority direct msg ‘logging directly to console’ B. event manager applet boom event syslog pattern ‘UP’ action 1.0 gets ‘logging directly to console’ C. event manager applet boom event syslog pattern ‘UP’ action 1.0 string ‘logging directly to console’ D. event manager applet boom event syslog… Read More »

What are two characteristics of synchronous calls to APIs? (Choose two.)

A. They can be used only with certain programming languages. B. They make your application less portable, so asynchronous calls are preferred. C. They can add perceived latency to your application if data is not received. D. They block until a response is returned from the servers. E. They do not block while waiting for the API to… Read More »