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

Response times of 4 jobs are 5, 1, 3 and 3. How many jobs have their response time greater than the average response time?

  1. 3

  2. 0

  3. 1

  4. 2


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

Which of the following is not a measure of Response time ?

  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

Time between receiving response and submitting next request is defined as

  1. Think time

  2. Wait time

  3. Halt

  4. Waitfor

  5. Rendezvous point


Correct Option: A

Number of users in a system at a given instant of time is usually called

  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

All of the below are potential to remediate performance problems associated with Network interface except

  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