Which of the following methods would an auditor most likely use to document a complex sales order process?
Answer(s): A
An internal auditor for a large regional bank holding company was asked to serve on the board of directors of a local bank. The bank competes in many of the same markets as the bank holding company but focuses more on consumer financing than on business financing. In accepting this position, the auditorI). Violates the IIA Code of Ethics because serving on the board is in direct conflict with the best interests of the auditor's employer.II). Violates the IIA Code of Ethics because the information gained while serving on the board of directors of the local bank may influence recommendations regarding potential acquisitions.III). Does not violate the IIA Code of Ethics.
Answer(s): D
When performing a followup review of an organization's billing function, which of the following would be appropriate?I). Consider followup measures performed by managers in the organization.II). Investigate payables problems that have emerged since completion of the audit.III). Assess the adequacy of corrective measures taken by management
Answer(s): B
An auditor plans to query a vendor database to locate evidence of a fictitious vendor scheme. Which of the following would be likely to detect this type of fraud?I). Vendors that lack a phone number or an addressII). Vendors that have a post office box as an address III). Vendors that have multiple addresses
Answer(s): C
Post your Comments and Discuss IIA CIA exam prep with other Community members:
anonyBR Commented on June 15, 2025 q93: Transaction Size = VAR SalesTotal = 'Sales'[Sales Amount] VAR FilterSegment = FILTER ( 'Transaction Size', 'Transaction Size'[Min] <= SalesTotal && 'Transaction Size'[Max] >= SalesTotal ) VAR Result = CALCULATE ( DISTINCT ( 'Transaction Size'[Transaction Size] ), FilterSegment ) RETURN Result Anonymous
Anony Commented on June 15, 2025 Q91: Yes Sales by Delivery Date := CALCULATE ( SUM ( Sales[Amount] ), USERELATIONSHIP ( Sales[DeliveryDate], 'Date'[Date] ) ) Anonymous
Anony Commented on June 14, 2025 q83: Use First Row as Headers Select Department and Product and Unpivot Other Columns Rename the Attribute column to Year and the Value column to Revenue Anonymous
Anony Commented on June 14, 2025 Q78: Sales PYTD = VAR startyear = STARTOFYEAR ( PREVIOUSYEAR ( 'calendar'[Date] ) ) VAR enddate = LASTDATE ( Sales[Date] ) - 365 RETURN CALCULATE ( SUM ( Sales[Sales] ), DATESBETWEEN ( 'calendar'[Date], startyear, enddate ) ) Anonymous
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the CIA content, but please register or login to continue.