CISA-CN Exam Question 516
IS 審計員發現 Web 應用程式中的驗證控制項已從伺服器端移至瀏覽器以提高效能。這很可能會透過以下方式增加成功攻擊的風險:
Correct Answer: A
Validation controls are used to check the input data from the user before processing it on the server. If the validation controls are moved from the server side to the browser, it means that the user can modify or bypass them using tools such as browser developer tools, JavaScript console, or proxy tools. This would increase the risk of a successful attack by structured query language (SQL) injection, which is a technique that exploits a security vulnerability in an application's software layer that allows an attacker to execute arbitrary SQL commands on the underlying database. SQL injection can result in data theft, data corruption, or unauthorized access to the system.
Buffer overflow, denial of service (DoS), and phishing are not directly related to the validation controls in a web application. Buffer overflow is a type of attack that exploits a memory management flaw in an application or system that allows an attacker to write data beyond the allocated buffer size and overwrite adjacent memory locations. DoS is a type of attack that prevents legitimate users from accessing a service or resource by overwhelming it with requests or traffic. Phishing is a type of attack that uses fraudulent emails or websites to trick users into revealing sensitive information or installing malware.
References:
Client-side form validation - Learn web development | MDN
JavaScript: client-side vs. server-side validation - Stack Overflow
SQL Injection - OWASP
Buffer overflow, denial of service (DoS), and phishing are not directly related to the validation controls in a web application. Buffer overflow is a type of attack that exploits a memory management flaw in an application or system that allows an attacker to write data beyond the allocated buffer size and overwrite adjacent memory locations. DoS is a type of attack that prevents legitimate users from accessing a service or resource by overwhelming it with requests or traffic. Phishing is a type of attack that uses fraudulent emails or websites to trick users into revealing sensitive information or installing malware.
References:
Client-side form validation - Learn web development | MDN
JavaScript: client-side vs. server-side validation - Stack Overflow
SQL Injection - OWASP
CISA-CN Exam Question 517
在處理應收帳款交易期間,下列哪一種應用程式輸入控制項最有可能偵測到客戶帳號欄位中的資料輸入錯誤?
Correct Answer: D
The most likely application input control that would detect data input errors in the customer account number field during the processing of an accounts receivable transaction is a validity check. A validity check is a type of application control that verifieswhether the data entered in an application matches a predefined set of values or criteria1. For example, a validity check can compare the customer account number entered by the user with a list of existing customer account numbers stored in a database, and reject any input that does not match any of the valid values2.
The other options are not as likely to detect data input errors in the customer account number field, because they do not compare the input with a predefined set of values or criteria. A limit check is a type of application control that verifies whether the data entered in an application falls within a specified range or limit1. For example, a limitcheck can ensure that the amount entered for an invoice does not exceed a certainmaximum value2. A parity check is a type of application control that verifies whether the data entered in an application has an even or odd number of bits1. For example, a parity check can detect transmission errors in binary data by adding an extra bit to the data and checking whether the number of bits is consistent3. A reasonableness check is a type of applicationcontrol that verifies whether the data entered in anapplication is logical or sensible based on other related data or information1. Forexample, a reasonableness check can ensure that the date entered for an order is not in the future or before the date of creation of the customer account2. References:
What are application controls? Definition, examples & best practices1
General Control Vs Application Control: Key Differences and Example ...4 Parity Check - an overview | ScienceDirect Topics
The other options are not as likely to detect data input errors in the customer account number field, because they do not compare the input with a predefined set of values or criteria. A limit check is a type of application control that verifies whether the data entered in an application falls within a specified range or limit1. For example, a limitcheck can ensure that the amount entered for an invoice does not exceed a certainmaximum value2. A parity check is a type of application control that verifies whether the data entered in an application has an even or odd number of bits1. For example, a parity check can detect transmission errors in binary data by adding an extra bit to the data and checking whether the number of bits is consistent3. A reasonableness check is a type of applicationcontrol that verifies whether the data entered in anapplication is logical or sensible based on other related data or information1. Forexample, a reasonableness check can ensure that the date entered for an order is not in the future or before the date of creation of the customer account2. References:
What are application controls? Definition, examples & best practices1
General Control Vs Application Control: Key Differences and Example ...4 Parity Check - an overview | ScienceDirect Topics
CISA-CN Exam Question 518
對組織 IT 組合的審查發現有多個未使用的應用程式。防止這種情況再次發生的最佳方法是實施。
Correct Answer: D
Asset life cycle management is a technique of asset management where facility managers maximize the usable life of assets through planning, purchasing, using, maintaining, and disposing of assets1. The main aim of asset life cycle management is to reduce costs and increase productivity by optimizing the performance, reliability, and lifespan of assets2. Asset life cycle management can help prevent the situation of having unused applications by ensuring that the applications are aligned with the business needs, objectives, and strategies, and that they are regularly reviewed, updated, or retired as necessary3.
The other options are not as effective as asset life cycle management for preventing unused applications. A formal request for proposal (RFP) process is a method of soliciting bids from potential vendors or suppliers for a project or service. A RFP process can help select the best application for a specific requirement, but it does not ensure that the application will be used or maintained throughout its lifecycle. Business case development procedures are a set of steps that involve defining the problem, analyzing the alternatives, and proposing a solution for a project or initiative. Business case development procedures can help justify the need and value of an application, but they do not guarantee that the application will be utilized or supported after its implementation. An information asset acquisition policy is a document that outlines the rules and standards for acquiring information assets such as applications. An information asset acquisition policy can help ensure that the applications are acquired in a consistent and compliant manner, but it does not address how the applications will be managed or disposed of after their acquisition.
The other options are not as effective as asset life cycle management for preventing unused applications. A formal request for proposal (RFP) process is a method of soliciting bids from potential vendors or suppliers for a project or service. A RFP process can help select the best application for a specific requirement, but it does not ensure that the application will be used or maintained throughout its lifecycle. Business case development procedures are a set of steps that involve defining the problem, analyzing the alternatives, and proposing a solution for a project or initiative. Business case development procedures can help justify the need and value of an application, but they do not guarantee that the application will be utilized or supported after its implementation. An information asset acquisition policy is a document that outlines the rules and standards for acquiring information assets such as applications. An information asset acquisition policy can help ensure that the applications are acquired in a consistent and compliant manner, but it does not address how the applications will be managed or disposed of after their acquisition.
CISA-CN Exam Question 519
IS 稽核員正在分析應用程式系統日誌中記錄的存取樣本。若發現異常情況,審核員打算展開深入調查 哪種抽樣方法適合?
Correct Answer: A
Discovery sampling is an appropriate sampling method for an IS auditor who intends to launch an intensive investigation if one exception is found. Discovery sampling is a type of attribute sampling that determines the sample size based on an acceptable risk of not finding at least one occurrence of an attribute when a given rate of occurrence exists in a population. Discovery sampling can be used by an IS auditor who wants to detect fraud or errors that have a low probability but high impacton an audit objective. The other options are not appropriate sampling methods for this purpose, as they may involve judgmental sampling, variable sampling, or stratified sampling. References:
* CISA Review Manual (Digital Version), Chapter 2, Section 2.31
* CISA ReviewQuestions, Answers & Explanations Database, Question ID 230
* CISA Review Manual (Digital Version), Chapter 2, Section 2.31
* CISA ReviewQuestions, Answers & Explanations Database, Question ID 230
CISA-CN Exam Question 520
對內部稽核職能進行內部品質保證 (QA) 的主要原因是為了確保:
Correct Answer: A
Comprehensive and Detailed Step-by-Step Explanation:
Internalquality assurance (QA) reviewsare conducted toensure conformancewith professionalaudit standards and methodology.
* Option A (Correct):The primary purpose of QA reviews is toconfirm that the internal audit function adheres to industry standards, such asISACA's IT audit frameworkand theInternational Standards for the Professional Practice of Internal Auditing (IPPF).
* Option B (Incorrect):Whilegovernance and performance metricsare important,conformance to standardsis theprimary goalof QA reviews.
* Option C (Incorrect):Risk management is part of audits, butQA reviews focus on adherence to methodologyrather than reducing audit risk.
* Option D (Incorrect):Efficient resource usageis a goal butnot the main objectiveof an audit QA program.
Reference:ISACA CISA Review Manual -Domain 1: Information Systems Auditing Process- Coversaudit quality assurance and compliance with professional standards.
Internalquality assurance (QA) reviewsare conducted toensure conformancewith professionalaudit standards and methodology.
* Option A (Correct):The primary purpose of QA reviews is toconfirm that the internal audit function adheres to industry standards, such asISACA's IT audit frameworkand theInternational Standards for the Professional Practice of Internal Auditing (IPPF).
* Option B (Incorrect):Whilegovernance and performance metricsare important,conformance to standardsis theprimary goalof QA reviews.
* Option C (Incorrect):Risk management is part of audits, butQA reviews focus on adherence to methodologyrather than reducing audit risk.
* Option D (Incorrect):Efficient resource usageis a goal butnot the main objectiveof an audit QA program.
Reference:ISACA CISA Review Manual -Domain 1: Information Systems Auditing Process- Coversaudit quality assurance and compliance with professional standards.
- Other Version
- 288ISACA.CISA-CN.v2026-09-15.q708
- 3183ISACA.CISA-CN.v2026-05-19.q615
- 1380ISACA.CISA-CN.v2026-05-16.q320
- 3331ISACA.CISA-CN.v2025-12-17.q626
- Latest Upload
- 288ISACA.CISA-CN.v2026-09-15.q708
- 134EMC.NCA.v2026-09-15.q38
- 125Netskope.NSK300.v2026-09-14.q35
- 206CompTIA.CV0-004.v2026-09-14.q232
- 162Microsoft.AZ-801.v2026-09-14.q135
- 153NVIDIA.NCA-AIIO.v2026-09-12.q52
- 200CompTIA.220-1202.v2026-09-12.q122
- 183SAP.C_CT325_2601.v2026-09-11.q26
- 389ECCouncil.312-50v13.v2026-09-11.q327
- 283Microsoft.AZ-801.v2026-09-11.q140
[×]
Download PDF File
Enter your email address to download ISACA.CISA-CN.v2025-12-21.q601 Practice Test
