Computer Science, asked by rkprasanth73, 1 month ago

What are guidelines that needs to be followed for managing bottlenecks during optimization ?

Select one or more:

a. Do not cache the result.

b. Increase memory space to make the program efficient in terms of speed.

c. Do performance testing on critical methods carrying business logic.

d. Identifying benefits of implementing complex algorithm does not outweigh the time taken to create it.

Answers

Answered by ashikapal499
1

Answer :-I thought d Or b

Answered by ribhur2102
0

Choosing one or more option for the given question

Explanation:

  • Guidelines that should be followed for managing bottlenecks during optimization-
  • Memory space should be increased so the program would become more efficient.
  • Performing a testing on methods which carrying business logics.
  • Identifying benefits of implementing complex algorithm does not outweigh the time taken to create it.
  • First option is incorrect and B, C & D these three options are correct for the given answer.

Similar questions