Tag: technology

Questions Related to technology

  1. Error

  2. All columns ordered randomly

  3. rows picked in a random way

  4. None of the above


Correct Option: C

What will be the output of the query SELECT column FROM table ORDER BY column DESC LIMIT 7,10;

  1. Would skip the first 7, and then get you the next ten highest.

  2. not a valid mysql query

  3. Would skip the first 10, and then get you the next 7 highest.

  4. None of the above


Correct Option: A
  1. Internet Service Monitor

  2. Internet Service Monitors

  3. Internet Service Monitoring

  4. Internet Services Monitoring


Correct Option: B
  1. /opt/Netcool/var/logs

  2. /opt/Netcool/ism/datalogs

  3. /opt/Netcool/log/ism

  4. /opt/Netcool/ism/log


Correct Option: C
  1. /opt/Netcool/bin/ism

  2. /opt/Netcool/bin

  3. /opt/Netcool/ism/scripts

  4. /opt/Netcool/ism/bin


Correct Option: D
  1. 1 day

  2. 7 days

  3. 30 days

  4. 365 days


Correct Option: A
    1. java -ea -da:base.firstLevelDirectory.secLevelDirectory.FileTwo
    1. java -ea:base.firstLevelDirectory.secLevelDirectory.FileTwo -da
    1. java -ea:base... -da:base.firstLevelDirectory.secLevelDirectory...
    1. java -enableassertions -disableassertions:base.FileTwo

Correct Option: A