Tag: architecture

Questions Related to architecture

  1. It will never face a performance problem again

  2. It will have a performance problem if system grows

  3. It can have a performance problem if system grows

  4. It will have a performance problem only if application changes


Correct Option: C
  1. Take up the work and complete the review in estimated time

  2. Ask the customer to find exactly which part of the code has performance issue

  3. Take customers help to identify the portion(s) of the code that potentially have performance issues

  4. Recommned to use an automated tool to review the code to complete in quick amount of time


Correct Option: C
  1. Time to service a web request

  2. Time to service a database transaction

  3. Time spent in disk subsystem

  4. Time to restart a service


Correct Option: D
  1. Think time

  2. Wait time

  3. Halt

  4. Waitfor

  5. Rendezvous point


Correct Option: A
  1. Active users

  2. Concurrent users

  3. Number of users

  4. Number of connected users


Correct Option: B
  1. Throughput

  2. Response Time

  3. Number in the system

  4. Utilization of network


Correct Option: A
  1. Cache frequently accessed data in system memory

  2. Dedicate system memory to specific tasks

  3. Add additional memory

  4. Create additional instances for parallel processing and load balancing


Correct Option: B
  1. Increase bandwidth

  2. Reduce packet size

  3. Add accelerator hardware when transporting secure data

  4. Improve performance on nodes within the network so the data is more readily available


Correct Option: B