Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

ACCT 3312 EXAM 2 QUESTIONS WITH VERIFIED ANSWERS LATEST UPDATE 2026

Rating
-
Sold
-
Pages
5
Grade
A+
Uploaded on
12-05-2026
Written in
2025/2026

ACCT 3312 EXAM 2 QUESTIONS WITH VERIFIED ANSWERS LATEST UPDATE 2026 Database - Answers a structured data set that can be accessed by authorized users (most secure method of storing data) - stored and managed using dedicated Management Systems (DBMS) - Server examples: MySQL, PostgreSQL, Oracle, Azure, AWS, Cloud, MongoDB - Other kinds of databases - noSQL, time-series, vector, etc. SQL (Relational View) - Answers - data organized in clean, separate tables - each table has a consistent structure - relationships are managed through IDs, keys - easy to read and understand at a glance - structured schema (tables defined before data is added), ACID compliance (atomicity, consistency, isolation, durability), great for complex queries and transactions NoSQL (Document) View - Answers - data is nested and hierarchical - more flexible but more complex to read - relationships are embedded within the documents - can be harder to scan and understand quickly - flexible schema (dynamic, can evolve as needed), better for high velocity or unstructured data Basic Components of relational databases - Answers - Tables - data organized into sets of columns (fields) and rows (records) - Fields - these are the columns that contain descriptive information about the observations in the table (including primary and foreign keys) - Records - these are the rows in a table; each row, or record, corresponds to a unique instance of what is being described in the table Hierarchy of Database - Answers Database, tables, records, fields - database contains tables, which contain records, which contain fields Primary key - Answers Unique identifier in each table (every table has a PK) Foreign Key - Answers exist to create relationships of links between two tables Ways to combine tables? - Answers - InnerJoin - data in both tables - LeftJoin - everything kept in left table then add what's from table on right - RightJoin - opposite of LeftJoin - OuterJoin - only what doesn't match in any of them - FullJoin - everything together in one Relational Database Data Dictionary - Answers data dictionary but has more: table name, attribute name (Field name), PK or FK, default value, field size Relational Database Diagram - Answers a visual representation of the relational database data dictionary Entity- Relations (ER) Diagrams - Answers a graphical representation of a system, illustrating relationships among people, objects, places and events in the system Benefits of relational databases - Answers - Data integrity - useful acct info, relevant, faithful representation of underlying transaction/event (free from error, complete, neutrality) - no outdated info being used and keeps structure in data that facilitates checking and avoid redundancy - Internal control benefits - improved security around data entry and table access (limit access, aid in creating and enforcing data entry internal controls); enhance enforcement of preventative internal controls Redundancy - Answers - The nature of the database table structure confirms that there is a unique listing of each observation stored in only one place - Version control reduces the possibility of having more than one version of the truth - Reduced redundancy cuts down on errors Commands for getting data - Answers - Extract - retrieves data from various sources, such as databases, APIs or spreadsheets - Transform - cleans, formats, and structures that data to ensure accuracy and consistency - Load - stores the processed data in a database or data warehouse for further analysis and reporting SQL (Structured Query Language) - Answers a programming language designed for managing and manipulating relational databases - allows you to store, retrieve, modify, and delete data in database systems Using SQL - Answers SELECT fields (specifies the columns or expressions to retrieve from a database table) FROM tables (indicates the table from which the data is being retrieved) WHERE filter Descriptive analytics - Answers - addresses the questions of "What happened?" or "what is happening?" - analytics performed which characterize, summarize, and organize features and properties of the data to facilitate understanding Tools for descriptive analytics - Answers - Counts - frequency - Totals, sums, averages, subtotals - aggregates data to provide overall trends and summaries - Min, max, median, std. deviation - measures dispersion and central tendencies to understand variability and trends - Graphs, histograms - visual representations of data distributions, trends, and comparisons - % Change - vertical/horizontal analysis - Ratios - like return on assets, return on sales (Profit margin), asset turnover ratios, debt-to-equity ratios - calculate important financial ratios for comparison Accounting data sources for descriptive analytics - Answers B/S, I/S, Statement of CF, Statement of SE, Footnotes, 10/K Filing Descriptive tools categorzied - Answers - Measures of the central tendency of the data: help describe what's "typical" in a data set (mean, median, mode) - Measures of variability: mins, maxs, stdev, quartiles and stuff - Other techniques - the other stuff Horizontal vs. Vertical Analysis - Answers - Horizontal - provides comparative increases about various line items of each financial statement over time; percent change - Vertical - (or common-size analysis) expresses financial information in relation to a relevant figure or base (facilitates comparisons between companies of different sizes, shows relative importance of each item regardless of absolute values) Ratio Analysis - Answers - ROA = Return on Assets - measures how efficiently a company uses all its assets (net profit/total assets) - ROE = Return on Equity - tells us how well a company uses shareholders' money (Net profit/equity) DuPont Analysis - Answers Disaggregation of ROA or ROE into components that tells us better about the company - HOW the company achieves its results ROA = Profit margin * asset turnover * financial leverage - PM - how much profit from each $ of sales (net prof/sales) - AT - how efficiently assets are used to generate sales (sales/total assets) - FL - shows how much the company uses debt vs. equity financing (total assets/equity) Diagnostic analytics - Answers - "Why did it happen?" - performed to investigate the underlying cause that cannot be answered by simply looking at the descriptive data but can be answered by various types of analyses - first step is to look for unusual, unexpected results or transactions Finding previously unknown linkages, patterns, or relationships between variables - Answers - Performing drill-down analytics - look for patterns in the underlying data set by summarizing data at different levels and uncovering additional details to understand why something happened - Determine relations/patterns/linkages between variables - find the extent to which there are patterns in the data, or the data moves together Diagnostic analytics tools for outliers/anomalies - Answers - Variance analysis - typically in mgmt acct; looks at differences from expectations - sequence checks and sequence analysis - why are some check numbers missing documentation? does it signifiy errors or fraud? (we expect that they have a sequence) - Duplicate transactions - why duplicates of some transactions? fraud or just errors? - Benford's Law - in real-life data, there is an expected distribution of the first or leading digit (used to identify fraud or irregular transactions) - Fuzzy matching - used to identify similar but not exactly identical entries in a dataset (some vendor addresses are similar to employee addresses) - Bank Reconciliation - examines differences between transactions recorded by the bank and the G L Outliers and Anomalies - Answers - Outlier -observation or data point that lies outside its expected distribution (several stdevs away from other points) - Anomaly - something that departs or deviates from the expected, or the norm (multiple outliers) Management by Exception - Answers paying attention to what isn't normal - bring specific issues to the attention of management IF they depart from expectation Diagnostic tools for finding unknown linkages, patterns, or relationship - Answers - Drill-downs and roll-ups - used to get detail when needed; which customers included in the total accounts receivable owing have the highest balance outstanding? do some accounts need to be written off due to uncollectibility? - pivottables - crosstabulations; why were some transactions approved and recorded on weekend? (unusual transaction dates) - Correlation/Regression - how are R&D expenses related future firm profitability? - Hypothesis testing- are differences statistically significant or just random variation? Predictive Analytics - Answers - "will it happen in the future?" probability, forecastable - performed to provide foresight by identifying patterns in historical data and assessing likelihood or probability Deterministic vs. Probabilistic Analyses - Answers - Deterministic Models - all events are known beforehand (descriptive and diagnostic analytics); ex. looking at previous sales

Show more Read less
Institution
ACCT 3312
Course
ACCT 3312

Content preview

ACCT 3312 EXAM 2 QUESTIONS WITH VERIFIED ANSWERS LATEST UPDATE 2026

Database - Answers a structured data set that can be accessed by authorized users (most secure
method of storing data)
- stored and managed using dedicated Management Systems (DBMS)
- Server examples: MySQL, PostgreSQL, Oracle, Azure, AWS, Cloud, MongoDB
- Other kinds of databases - noSQL, time-series, vector, etc.
SQL (Relational View) - Answers - data organized in clean, separate tables
- each table has a consistent structure
- relationships are managed through IDs, keys
- easy to read and understand at a glance
- structured schema (tables defined before data is added), ACID compliance (atomicity, consistency,
isolation, durability), great for complex queries and transactions
NoSQL (Document) View - Answers - data is nested and hierarchical
- more flexible but more complex to read
- relationships are embedded within the documents
- can be harder to scan and understand quickly
- flexible schema (dynamic, can evolve as needed), better for high velocity or unstructured data
Basic Components of relational databases - Answers - Tables - data organized into sets of columns
(fields) and rows (records)
- Fields - these are the columns that contain descriptive information about the observations in the
table (including primary and foreign keys)
- Records - these are the rows in a table; each row, or record, corresponds to a unique instance of
what is being described in the table
Hierarchy of Database - Answers Database, tables, records, fields
- database contains tables, which contain records, which contain fields
Primary key - Answers Unique identifier in each table (every table has a PK)
Foreign Key - Answers exist to create relationships of links between two tables
Ways to combine tables? - Answers - InnerJoin - data in both tables
- LeftJoin - everything kept in left table then add what's from table on right
- RightJoin - opposite of LeftJoin
- OuterJoin - only what doesn't match in any of them
- FullJoin - everything together in one
Relational Database Data Dictionary - Answers data dictionary but has more: table name, attribute
name (Field name), PK or FK, default value, field size
Relational Database Diagram - Answers a visual representation of the relational database data
dictionary
Entity- Relations (ER) Diagrams - Answers a graphical representation of a system, illustrating
relationships among people, objects, places and events in the system
Benefits of relational databases - Answers - Data integrity - useful acct info, relevant, faithful
representation of underlying transaction/event (free from error, complete, neutrality) - no outdated
info being used and keeps structure in data that facilitates checking and avoid redundancy
- Internal control benefits - improved security around data entry and table access (limit access, aid in
creating and enforcing data entry internal controls); enhance enforcement of preventative internal
controls
Redundancy - Answers - The nature of the database table structure confirms that there is a unique
listing of each observation stored in only one place
- Version control reduces the possibility of having more than one version of the truth
- Reduced redundancy cuts down on errors
Commands for getting data - Answers - Extract - retrieves data from various sources, such as
databases, APIs or spreadsheets
- Transform - cleans, formats, and structures that data to ensure accuracy and consistency
- Load - stores the processed data in a database or data warehouse for further analysis and reporting
SQL (Structured Query Language) - Answers a programming language designed for managing and
manipulating relational databases
- allows you to store, retrieve, modify, and delete data in database systems

, Using SQL - Answers SELECT fields (specifies the columns or expressions to retrieve from a database
table)
FROM tables (indicates the table from which the data is being retrieved)
WHERE filter
Descriptive analytics - Answers - addresses the questions of "What happened?" or "what is
happening?"
- analytics performed which characterize, summarize, and organize features and properties of the
data to facilitate understanding
Tools for descriptive analytics - Answers - Counts - frequency
- Totals, sums, averages, subtotals - aggregates data to provide overall trends and summaries
- Min, max, median, std. deviation - measures dispersion and central tendencies to understand
variability and trends
- Graphs, histograms - visual representations of data distributions, trends, and comparisons
- % Change - vertical/horizontal analysis
- Ratios - like return on assets, return on sales (Profit margin), asset turnover ratios, debt-to-equity
ratios - calculate important financial ratios for comparison
Accounting data sources for descriptive analytics - Answers B/S, I/S, Statement of CF, Statement of
SE, Footnotes, 10/K Filing
Descriptive tools categorzied - Answers - Measures of the central tendency of the data: help describe
what's "typical" in a data set (mean, median, mode)
- Measures of variability: mins, maxs, stdev, quartiles and stuff
- Other techniques - the other stuff
Horizontal vs. Vertical Analysis - Answers - Horizontal - provides comparative increases about various
line items of each financial statement over time; percent change
- Vertical - (or common-size analysis) expresses financial information in relation to a relevant figure or
base (facilitates comparisons between companies of different sizes, shows relative importance of
each item regardless of absolute values)
Ratio Analysis - Answers - ROA = Return on Assets - measures how efficiently a company uses all its
assets (net profit/total assets)
- ROE = Return on Equity - tells us how well a company uses shareholders' money (Net profit/equity)
DuPont Analysis - Answers Disaggregation of ROA or ROE into components that tells us better about
the company - HOW the company achieves its results
ROA = Profit margin * asset turnover * financial leverage
- PM - how much profit from each $ of sales (net prof/sales)
- AT - how efficiently assets are used to generate sales (sales/total assets)
- FL - shows how much the company uses debt vs. equity financing (total assets/equity)
Diagnostic analytics - Answers - "Why did it happen?"
- performed to investigate the underlying cause that cannot be answered by simply looking at the
descriptive data but can be answered by various types of analyses
- first step is to look for unusual, unexpected results or transactions
Finding previously unknown linkages, patterns, or relationships between variables - Answers -
Performing drill-down analytics - look for patterns in the underlying data set by summarizing data at
different levels and uncovering additional details to understand why something happened
- Determine relations/patterns/linkages between variables - find the extent to which there are
patterns in the data, or the data moves together
Diagnostic analytics tools for outliers/anomalies - Answers - Variance analysis - typically in mgmt acct;
looks at differences from expectations
- sequence checks and sequence analysis - why are some check numbers missing documentation?
does it signifiy errors or fraud? (we expect that they have a sequence)
- Duplicate transactions - why duplicates of some transactions? fraud or just errors?
- Benford's Law - in real-life data, there is an expected distribution of the first or leading digit (used to
identify fraud or irregular transactions)
- Fuzzy matching - used to identify similar but not exactly identical entries in a dataset (some vendor
addresses are similar to employee addresses)
- Bank Reconciliation - examines differences between transactions recorded by the bank and the G L
Outliers and Anomalies - Answers - Outlier -observation or data point that lies outside its expected
distribution (several stdevs away from other points)

Written for

Institution
ACCT 3312
Course
ACCT 3312

Document information

Uploaded on
May 12, 2026
Number of pages
5
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$11.89
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TutorJosh Chamberlain College Of Nursing
Follow You need to be logged in order to follow users or courses
Sold
441
Member since
1 year
Number of followers
16
Documents
31737
Last sold
2 days ago
Tutor Joshua

Here You will find all Documents and Package Deals Offered By Tutor Joshua.

3.5

73 reviews

5
26
4
16
3
14
2
1
1
16

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions