Which of the following is the NIST publication that deals with System Development Life Cycle?
Which of the following is the NIST publication that deals with System Development Life Cycle?
Which of the following best describes what Tim needs to look at implement to rid this software of this type of
Tim is a software developer for a financial institution. He develops middleware software code that carries out his company’s business logic functions. One of the applications he works with is written in the C programmer language and seems to be taking up too much memory as it runs over a period of time. Which of the following best describes what Tim needs to look at implement to rid this software of this type of problem?
Which of the following have the bestdescriptions of the types of software testing that should be carried out?
John is a manager of the application development department within his company.He needs to make sure his team is carrying out all of the correct testing types andat the right times of the development stages. Which of the following have the bestdescriptions of the types of software testing that should be carried out?
i.Unit testing individual component is in a controlled environment where programmers validate data structure, logic, and boundary conditions.
ii. Integration testing – Verifying that components work together as outlined indesign specifications.
iii. Acceptance testing – Ensuring that the code meets customer requirements.
iv. Regression testing – After a change to a system takes place, retesting to ensure functionality, performance, and protection.
Which of the following best describes what Todd should make sure his team carries out?
Todd is a new manager at a medical equipment company. He is told that new applications are going to be purchased and that he will be responsible for their functionality and security. Which of the following best describes what Todd should make sure his team carries out?
Which of thefollowing lists these phases in the correct order?
Project management for software development has several phases. Which of thefollowing lists these phases in the correct order?
Which of the following lists these approaches?
Within knowledge discovery in database (KDD) there are three main approaches to identifying patterns within data sets. Which of the following lists these approaches?
Which of the following best describes what should Sam implement to detect this type of insurance fraud in the
Sam uncovered that each time their customer, John Smith moved, he had an insurance claim two to three months following the move. He moved in 1967 and two months later had a suspicious fire, then moved in 1973 and had a motorcycle stolen three months after that, and then moved again in 1984 and had a burglar break-in two months afterward. Which of the following best describes what should Sam implement to detect this type of insurance fraud in the future?
Which of the following best describes what Dan needs to implement?
Dan is told by his manager that the organization needs reliable, consolidated,unique and integrated analysis and reporting of its data, at different levels of aggregation. Which of the following best describes what Dan needs to implement?
Which of the following are incorrect characteristics of the ACID test?
Databases can record transactions in real time, which usually updates more thanone database in a distributed environment. This type of complexity can introduce many integrity threats, so the database software should implement the characteristics of what’s known as the ACID test. Which of the following are incorrect characteristics of the ACID test?
i. Atomicity – Divides transactions into units of work and ensures that all modifications take effect or none takes effect.
ii. Consistency – A transaction must follow the integrity policy developed for that particular database and ensure all data are consistent in the different databases.
iii. Isolation – Transactions execute in isolation until completed, without interacting with other transactions.
iv. Durability – Once the transaction is verified as inaccurate on all systems, it is committed, and the databases cannot be rolled back.
Which of the following best describes what should be enabled to make sure that this type of situation does not
Katie goes to the bank and withdraws $6,500 from her $10,000 checking account.Database A receives the request and records a new checking account balance of $3,500, but database B does not get updated. It still shows a balance of $10,000.Then, Katie makes a request to check the balance on her checking account, but that request gets sent to database B, which returns in accurate information because the withdrawal transaction was never carried over to this database. Which of the following best describes what should be enabled to make sure that this type of situation does not take place?