Tag: programming languages

Questions Related to programming languages

The boss says he doesn’t care if it’s extra work. He wants that information at the end of this week and if he likes it he’s going to want it every week. What is the best choice for this situation?

  1. Derived Table

  2. Volatile Table

  3. Global Temporary Table

  4. None of the above


Correct Option: C

A COUNT Window cannot be done in a SELECT involving MIN or MAX functions.

  1. True

  2. False


Correct Option: B

Which C# Keyword Signals To The Compiler That The Method In Which It Appears Is An Iterator Block?

  1. Signal

  2. Yield

  3. Iterator

  4. sealed


Correct Option: B

How can you UPDATE a table without using UPDATE? (Select 2)

  1. By Using a Self Join.

  2. By Using a Nested Join.

  3. By using a Volatile Temporary Table.

  4. By using a View.


Correct Option: A,D

Which Class Limits The Number Of Threads That Can Access A Resource Or Pool Of Resources Concurrently?

  1. Semaphore

  2. Monitor

  3. SynchronizationContext

  4. TimeOut


Correct Option: A