Question
Which of the following statements is not the advantage
of Management by Objectives (MBOs)?Solution
A key disadvantage of MBO is that it can be rigid and difficult to implement effectively in dynamic environments where goals and circumstances are constantly changing. It requires stability to set and work towards long-term objectives.
A single-line comment starts withÂ
Which cloud deployment model is suitable for government organizations with strict regulations?
What is the primary purpose of Continuous Integration (CI) in software development?Â
Which of the following is NOT one of the four necessary conditions for a deadlock to occur?
Complete the Python function to return the number of elements in a given list.
def get_list_length(my_list):
  _________ # Line to complete
Fill in the correct option for 29 blank space.
Which operation adds an element to the rear of a queue?
In Python, if a method in a subclass has the same name as a method in its superclass, which method will be called when invoked on an object of the subcl...
Consider the following Python code:
text = "banana"
char_to_find = 'a'
count = 0
for i in range(len(text)):
  if ...
Which heuristic function property ensures A* algorithm finds an optimal path?