AM Software Test 7

Welcome to your AM Software Test 7

A lock that allows multiple readers but only one writer at a time is typically called:

Which statement about immutability in concurrent programs is TRUE?

Non-blocking algorithm progress guarantee where some thread always completes in finite steps is:

In the Observer pattern, what type of coupling is preferred?

Which GC strategy pauses less but may use more memory?

Two-phase commit (2PC) primarily ensures:

Which isolation level can exhibit phantom reads?

In MVCC systems, writers typically:

Quorum (R,W) in a replicated store satisfies strong read consistency if:

A gossip protocol primarily improves:

With demand paging, effective memory access time (EMAT) depends most on:

Which page replacement is stack-based (subset property holds)? a) FIFO

A kernel mechanism mapping the same physical page into multiple processes is:

In NUMA, to optimize performance you should:

The main advantage of epoll/kqueue over select() is:

SSA form simplifies which optimization most?

Register allocation via graph coloring tries to:

Tail-call optimization mainly:

A parser that can handle left recursion and is deterministic for viable prefixes:

Escape analysis helps:

TCP’s slow start increases cwnd:

HSTS mitigates:

Perfect Forward Secrecy (PFS) relies on:

In SDN (OpenFlow), the control plane usually resides:

A side-channel attack typically exploits:

Johnson’s algorithm is used for:

For a Bloom filter, decreasing false positives requires:

If an algorithm is output-sensitive, its complexity depends on:

Synonym of “scrutinize”:

Antonym of “mitigate”:

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top