Which of the following should be the PRIMARY concern of an IS auditor during a review of an external IT service level agreement (SLA) for computer operations?
Correct Answer: C
Question 32
What type of termination occurs at the initiative of one party and without the fault of the other party?
Correct Answer: D
Termination for convenience is a contractual provision that allows one party to unilaterally terminate the contract without the fault of the other party. This type of termination does not require the terminating party to prove that the other party has failed to meet their obligations or is at fault in any way. Instead, it is often used to end a contract when it is no longer in the best interest of the terminating party to continue, for reasons that may include changes in business strategy, financial considerations, or other external factors. References = The concept of termination for convenience is commonly found in various contractual agreements and is a standard clause in government contracts, allowing the government to terminate a contract when it is deemed to be in the public interest. While the search did not yield specific CCAK documents detailing this type of termination, it is a well-established principle in contract law and is likely covered under the broader topic of contract management within the CCAK curriculum.
Question 33
Sending data to a provider's storage over an API is likely as much morereliable and secure than setting up your own SFTP server on a VM in the same provider
Correct Answer: B
Question 34
Which statement best describes why it is important to know how data is being accessed?
Correct Answer: D
Question 35
What is a sign that an organization has adopted a shift-left concept of code release cycles?
Correct Answer: B
The shift-left concept of code release cycles is a practice that aims to integrate testing, quality, and performance evaluation early in the software development life cycle, often before any code is written. This helps to find and prevent defects, improve quality, and enable faster delivery of secure software. One of the key aspects of the shift-left concept is the incorporation of automation to identify and address software code problems early, such as using continuous integration, continuous delivery, and continuous testing tools. Automation can help reduce manual errors, speed up feedback loops, and increase efficiency and reliability123 The other options are not correct because: Option A is not correct because large entities with slower release cadences and geographically dispersed systems are more likely to face challenges in adopting the shift-left concept, as they may have more complex and legacy systems, dependencies, and processes that hinder agility and collaboration. The shift-left concept requires a culture of continuous improvement, experimentation, and learning that may not be compatible with traditional or siloed organizations4 Option C is not correct because a waterfall model is the opposite of the shift-left concept, as it involves sequential phases of development, testing, and deployment that are performed late in the software development life cycle. A waterfall model does not allow for early detection and correction of defects, feedback, or changes, and can result in higher costs, delays, and risks5 Option D is not correct because maturity of start-up entities with high-iteration to low-volume code commits is not a sign of the shift-left concept, but rather a sign of the agile or lean software development methodologies. These methodologies focus on delivering value to customers by delivering working software in short iterations or sprints, with frequent feedback and adaptation. While these methodologies can support the shift-left concept by enabling faster testing and delivery cycles, they are not equivalent or synonymous with it6