Devry BIAM410 Complete Course Latest 2023

Question # 00644991
Subject: Business
Due on: 03/01/2023
Posted On: 03/01/2023 12:46 AM
Tutorials: 1
Rating:
4.9/5
Question Dot Image

BIAM410

Week 1: Discussion - Big Data and Business Intelligence for Netflix

Discussed Topic:

In 2005, Netflix had a thriving business renting movies on DVD through the mail. The company's then-famous red mailing envelopes were everywhere. However, Netflix saw the writing on the wall that streaming videos over the Internet would one day become more popular than buying and renting physical media. In 2007, Netflix disrupted its own successful business by launching an online video streaming service. This bold move enabled Netflix to continue to grow, even as the popularity of DVDs declined and competitors like Blockbuster, that remained tied to physical media, declared bankruptcy and went out of business. Today, Netflix is a multi-billion dollar Fortune 500 company that dominates the video streaming market, produces its own original award-winning movies and TV series, and has well over 100 million subscribers.

It was good business intelligence that allowed Netflix to see that the future of video rentals was online streaming, and make the transition away from physical discs before any of its competitors. Today, Netflix faces new challenges with continued advances in technology; the rise of competing streaming services from many other providers, including Disney, CBS, and Amazon; and shifting consumer preferences for what to watch and how to watch it.

Suppose you were put in charge of a new business intelligence database project to help Netflix executives foresee and deal with coming challenges. How might you carry out such a project, and how could it help the company?

To begin, consider the first step in the database life cycle, the database initial study. How would you do a database initial study for a business intelligence database at Netflix today? What is the company’s situation, and what problems and constraints does the company face? How would you define the objectives, scope, and boundaries for a business intelligence database at today's Netflix?

What are some sources for large quantities of data (big data) that Netflix could tap, and how could the company use these data sources to stay ahead of competitors?

 

 

BIAM410

Week 2: Discussion - Database Design Process and Business Rules

Discusssion Topic:

You are designing a database for an e-commerce business that sells athletic shoes online. Your business purchases shoes wholesale from major manufacturers like Nike and Adidas and resells them to consumers. Your target market consists of long-distance runners who do 5K and 10K races and marathons. Through your website, you specialize in helping each runner find the best shoe for his or her individual performance level and running style. What entities would a database for this business need to include? What are some business rules that would apply to these entities, and how would they be reflected in the database design?

What are the stages in developing a data model for a database design? What new information and refinements are added to the model at each stage?

 

 

BIAM410

Week 3: Discussion - SQL Queries for EliteVideo

Discussion Topic:

1. In the Week 3: Reading - Chapter 8, go to 8-9e Cases in the Chapter Review section at the end of the module and review the EliteVideo case from the perspective of a database administrator assigned to build this database. Select one of the entities shown in the ERD for the EliteVideo database in Figure P8.47 (reproduced below). What data types would you use for the attributes in this entity? How would you code a CREATE TABLE statement to implement this entity as a table in the database?

2. Continue examining the EliteVideo case at the end of the Chapter 8 8 reading, but this time from the perspective of a manager in the organization. What is one example of a report from the database that a manager might want to receive? What data items would appear on the report, and what attributes and entities would these data items come from? How would you code a SQL SELECT query to retrieve this information?

ere's Figure P8.47 which shows the ERD for this database

 

BIAM410

Week 4: Discussion - Data Warehouses & Online Analytical Processing (OLAP)

Discussed Topic:

•Compare a data warehouse used for decision support to an operational database. How do the data warehouse and the operational database differ in their purpose, their structure, the technology they use, and the way they are managed? Why would a company need both?

•How could a large online retail firm like Amazon make use of OLAP (Online Analytical Processing)? What are some dimensions they might use to analyze their data, and what insights could they gain from this analysis?

 

 

BIAM410

Week 5: Discussion - Distributed and Internet Connected Data & Master Data Management

Discussion Topic:

•What benefits does a business gain by using a database that is geographically distributed or one that is connected to the Internet? What are the risks of using these technologies?

•Review the following article on master data management listed in the Web Links section of our Course Resources page:

Morgan, L. (2018, November 27). Guide to master data management. Datamation. Retrieved from https://www.datamation.com/big-data/master-data-management.htmlLinks to an external site.

Also, research what other information on master data management that you can find on the Web or in the DeVry library databases at http://library.devry.eduLinks to an external site.. In your own words, how would you describe the master data management approach? What are the advantages of this approach for an organization?

 

BIAM410

Week 6: Discussion - Database Administration & Security

Discussion Topic:

Search a job listing site, such as Indeed.com or CareerBuilder.com, to find at least three job openings for database administrators. Based on the job openings you found, what background and skills are required for DBAs? What are their responsibilities?

Search news sources on the Web or in the DeVry University Library to find an article about a recent breach in data security. How did the breach occur, what was its impact on the organization, and how could it have been prevented?

 

BIAM410

Week 7: Discussion - Applications of Big Data & NoSQL Databases

Discussion Topic:

What are some examples of how companies are using big data to gain a competitive advantage?

Search the Web and find the Top-10 NoSQL database providers (either one offered by a company or an open-source product). Evaluate the claims made for this product. What data management technology does it use (key-value store, document database, graph database, wide-column store, or something else)? What advantages does it claim to offer over a relational database, and how credible are these claims? Would you recommend this provider? Report your results and findings.

 

 

BIAM410

Week 8: Discussion - Advanced Databases

Discussion Topic:

Last week we learned about a tool to manage large amounts of data called hadoop. An alternative option to hadoop is MongoDB (Robomongo). Your CEO is looking for additional information on the option of using MongoDB. Compare these two options for big data management and discuss the differences and similarities. Use the following article to gather information: DynamoDB vs MongoDB: Which One Meets Your Business Needs Better?

 

 

BIAM410

Week 1 Lab: Creating a Simple Database

Lab Preparation

Chapters 1 and 2 of your reading this week outline the importance of models and how they work. This Lab looks at the components of a model and how those components are used to create a database. Review the reading to help clarify the following terms:

•Entity

•Attributes,

•Data Types

•Primary Key

•Foreign Key

•Business Rules

•Cardinality

Required Software

This Lab will use the following Lab Resources:

•Microsoft Excel

Use a personal copy of the software or access the Lab Resources, go to the Course Resources page - Lab Resources section.

Scenario

You are a Database Administrator for a small community college. (Approximately 5,000 students). You have been tasked by your Manager to develop a student database that will track the following information:

•Student First Name

•Student Last Name

•Student Address (including street address, city, state, and zip code)

•Birth date

•Tuition Cost

•Status (Freshman, sophomore, junior, or senior)

•Degree plan ID

•Scholarships applied

•Tuition per credit

•Number of credits for student

•Student Email

•Student Phone

Deliverables

For this lab assignment, you will be submitting a single Excel file to Canvas when completed.

•Given the information about each model component, what would you recommend to use for Entities? (There should be at least three entities)

•What would be the list of attributes to have in each entity?

•What would the primary and foreign keys be for each entity?

Use the following format using MS Excel and label each entity, list attributes under the entity name and designate FK and PK.

Example:

                Entity Name

Label PK, FK Here             Attribute List

You will be graded based on the rubric below:

Criteria Expectation        Points

 Entities                A minimum of 3 entities are identified   10

 Attributes          At least 3 attributes for each entity are identified/listed                15

 Cardinality          PK and FK's are identified for each table                15

 Total     A quality assignment will fulfill all criteria               40

 

 

 

 

 

 

BIAM410

Week 2: Lab Overview

TABLE OF CONTENTS

Week 2 Lab: Entity Relationship Diagram

Scenario

In this Lab, you will create an entity relationship diagram for a restaurant review website.

The major entities involved in this database design are the following.

•Restaurant - the eating establishment being reviewed

•Administrator - a person authorized to enter and update information about a restaurant such as name, address, hours of operation, etc.

•Reviewer - a person who write reviews of restaurants

•Review - the review of a restaurant

These are the business rules that apply to these entities.

•Each Restaurant can be administrated by one or many Administrators; each Administrator can administer one or many Restaurants.

•Each Review is for one and only one Restaurant; each Restaurant can have zero or many Reviews.

•Each Review is written by one and only one Reviewer; each Reviewer can write zero or many Reviews.

A table provided in the lab instructions gives detailed information about the attributes that must be stored for each entity.

Deliverables

After completing the steps below, submit a single Microsoft Word document file named LabWeek2xxx.docx (where xxx = your initials). This file will contain two Entity Relationship Diagrams (ERDs) copied and pasted from Microsoft Visio:

1.Conceptual: A conceptual data model diagram of this database showing:

a.the four major entities

b.the relationships among the entities

2.Logical: A logical data model diagram of this database showing:

a.all entities (including any needed associative entities)

b.the relationships among the entities

c.all primary and foreign keys

d.attributes for each entity

e.a data type for each attribute

Grading Rubric

Section Deliverable         Points

2Conceptual data model diagram includes all entities with correct entity names and all required relationships with correct cardinalities indicated via crow's foot notation.  20

4Logical data model diagram includes the same entities and relationships as shown on the conceptual data model and correctly resolves the many-to-many relationship using an appropriate associative entity.            30

5Logical data model includes all required attributes for each entity with appropriate data types, correctly designates all primary and foreign keys, and uses a visually organized and readable layout.       30

Total      A quality assignment will fulfill all criteria               80

Required Software

Microsoft Visio

Access the software through the Azure Virtual Lab Environment at http://labs.azure.comLinks to an external site. or download and install a personal copy from the Student Software Store. The link to the Student Software Store is on the Course Resources Page in the Introduction and Resources Module.

The lab instructions and videos were created using Microsoft Visio 2019. Any recent version of Visio will work similarly, but some adjustments to instructions may be needed.

NOTE: Microsoft does not provide a MacOS version of Visio. Mac users should access Visio through the Citrix Virtual Lab environment.

Steps: All

Microsoft Office: Word

Access the software through the Azure Virtual Lab Environment at http://labs.azure.com or download and install a personal copy from your student Office365 account, accessed through the student portal.

Steps: All

 

BIAM410

Week 3 Lab: SQL SELECT Queries

Scenario

Adventure Works Cycles is a fictional company that manufactures metal and composite bicycles for sale to commercial distributors in North America, Europe, and Asia. Adventure Works is a multinational company headquartered in Bothell, WA. The firm recently acquired a manufacturing plant in Mexico that makes touring bicycles and subcomponents of other bicycles. The company is currently seeking to expand its market share by targeting high-volume customers, expanding availability of products on the Web, and lowering production costs.

Executives have requested some information to help them make strategic decisions to carry out this business plan. As a business analyst for Adventure Works Cycles, you will write SQL queries to retrieve the needed information from the corporate database, analyze this information, and make recommendations to management.

Deliverables

After completing the steps below, submit a single Microsoft Word file named LabWeek3xxx.docx (where xxx = your initials). This file will contain screenshots for six queries, including the SQL code, results, and analysis or recommendations for each query.

1.Products with high list prices

2.Shipping methods with low rates

3.Total sales by country

4.Average vacation hours by job title

5.Total sales by product

6.Year-to-date sales by salesperson

Section Deliverable         Points

1Query shows ProductID, Name, Color, and ListPrice fields for products with list prices greater than $3,000, in descending order by ListPrice. SQL code and query results are provided. Analysis and recommendations are reasonable and show good business judgment based on query results; and are written professionally with no grammar, spelling, or typographical errors.  12

2Query shows ShipMethodID, Name, ShipBase, and ShipRate fields for shipping methods with shipping rates less than $1.50 in ascending order by ShipRate. Screenshot includes SQL code and results. Analysis and recommendations are reasonable and show good business judgments based on query results; and are written professionally with no grammar, spelling, or typographical errors.               12

3Query shows CountryRegionCode and sum of SalesYTD for each country in descending order by sum of SalesYTD. Screenshot includes SQL code and results. Analysis and recommendations are reasonable and show good business judgments based on query results; and are written professionally with no grammar, spelling, or typographical errors.     12

4Query shows JobTitle and average of VacationHours for each job title in descending order by average of VacationHours. Screenshot includes SQL code and results. Analysis and recommendations are reasonable and show good business judgments based on query results; and are written professionally with no grammar, spelling, or typographical errors.     12

5Query shows ProductID, product Name and sum of LineTotal for each product in descending order by sum of LineTotal. Screenshot includes SQL code and results. Analysis and recommendations are reasonable and show good business judgments based on query results; and are written professionally with no grammar, spelling, or typographical errors.     16

6Query shows BusinessEntityID, FirstName, LastName, and SalesYTD for each salesperson, in descending order by sum of SalesYTD. Screenshot includes SQL code and results. Analysis and recommendations are reasonable and show good business judgments based on query results; and are written professionally with no grammar, spelling, or typographical errors.  16

Total      A quality assignment will fulfill all criteria               80

 

 

BIAM410

Week 4 Lab: Database Structure and Implementation

Scenario

The CEO of your organization is looking for some analytics from the AdventureWorks data warehouse. Your responsibility is to select several variable/Entities from the AdventureWorks data warehouse and analyze the results. You have access to MS PowerBI and will need to develop multiple charts from the data warehouse results and report back to the manager.

•Server: ML-RefVm-820127

•Database: AdventureWorksDW2017

Deliverables

After completing the steps below, submit a single Microsoft Word file named LabWeek4xxx.docx (where xxx = your initials).

Step       Deliverable         Points

2Successfully import and open AdventureworksDW2017.             10

3Create Donut Chart using the following fields: Freight, Dealer Price, Unit Price. Create Bar Chart using the following fields: Freight, Dealer Price, Unit Price.                10

4On your own, develop two additional charts using the chart options you select and using the fields available (20 points per chart).   40

5 - Reflection     Include a discussion of your results and recommendation for the CEO.   20

Total      A quality assignment will fulfill all criteria               80

Required Software

 

BIAM410

Week 5: Lab Overview 

TABLE OF CONTENTS

Week 5 Lab: Plotting Entities in Network Navigator

Scenario

The CEO of your organization is looking for some specific analytics from the AdventureWorks data warehouse, particularly any network relationships. Your responsibility is to select several Entities from the AdventureWorks data warehouse and plot them in NetworkNavigator found in PowerBI. You have access to MS PowerBI and will need to develop multiple charts from the data warehouse results and report back to the manager.

•Server: ML-RefVm-820127

•Database: AdventureWorksDW2017

Deliverables

After completing the steps below, submit a single Microsoft Word file named LabWeek5xxx.docx (where xxx = your initials). This file will contain the following:

1.A network chart screenshot containing the following fields: FrenchDescription, ProductLine, and Freight.

2.A screenshot viewing the tables with relationships in the PowerBI window.

3.A screenshot of a network chart you have created using 3 fields of your choice.

4.A discussion of your results and recommendations for the CEO.

You will be graded based on the rubric below:

Step       Deliverable         Points

3Create network chart using the following fields: FrenchDescription, ProductLine, and Freight. Take a screenshot. View the tables with relationships in the PowerBI window and take a screenshot.               30

4On your own create a network chart using three fields of your choice. Hint: select first two fields from Dim table with third field from Fact table. Take a screenshot.               30

5 - Reflection     Include a discussion of your results and recommendation for the CEO.   20

Total      A quality assignment will fulfill all criteria               80

 

               

BIAM410

WEEK 6 Course Project Research Paper

Applications of Big Data

Objectives

Write a 5-7 page research paper describing a current or future use of big data and the importance of data security. This assignment is due Week 6.

The term big data refers to the vast amounts of data being generated from such sources as social media, real-world sensors (for weather, water quality, vehicle traffic, etc.), cellphone GPS signals, and customer transactions. The sheer volume of these data and new ways of managing and analyzing them are enabling applications in many fields that were not possible just a few years ago. Your paper will describe in detail one of these emerging applications of big data.

Possible topics for your paper include but are not limited to the following.

•Big data in e-commerce or retailing

•Big data in government

•Big data in healthcare

•Big data security

•Big data in manufacturing

•Big data in fraud detection

•Big data in location-based services

Your paper should address the following questions regarding your chosen topic.

•What new uses of big data are likely in this field in the next 5 years?

•What are the main sources of big data used in this field?

•What type of data security should be included?

•What problems or issues are encountered in using big data in this field?

Guidelines

•Please include a title for your paper.

•Final Papers must be 5 to 7 pages in length (not including the cover, but including the reference list); be in 12-point, Times New Roman font; be double spaced; and include a cover page, introduction, body of the paper, summary or conclusion, and references.

•Papers must follow APA format. Please use the following APA resources:

oAPA module in SuccessU in the Student Resource Center

oDeVry University Library's APA / Writing CenterLinks to an external site.

•At least four current, authoritative references are required. Anonymous authors are not acceptable. Web sources, if used, must be authored by recognized experts in the field. At least three references must be peer-reviewed, scholarly papers. At least four references must have publication dates within the last five years. All should be listed on the last page, titled References.

•Appropriate in-text citations are required in the body of the paper, wherever specific information from a source is used.

•All DeVry University policies are in effect, including the academic integrity policy.

•At least 80% of the paper should be in your own original wording. A maximum of 20% of the paper may consist of word-for-word quotations from a source. All word-for-word quotations must be placed in quotation marks or APA block-quote format, and the source must be cited. NOTE: Saying that 20% of the paper may consist of word-of-word quotations is NOT the same as saying the paper may have a score of 20% from TurnItIn or a similar originality checker. Word-for-word quotations that are properly enclosed in quotation marks and cited are not counted by TurnItIn. Any passage that is quoted word-for-word must being properly enclosed in quotation marks and cited. Contact the professor if you have questions about these requirements for originality and proper citation of sources.

•Any questions about this paper may be discussed in the weekly Course Q & A Forum discussion topics.

•See the Grading Rubrics section of this page for point values and grading criteria for this deliverable.

Best Practices

The following are the best practices in preparing this paper.

•Cover page—Include who you prepared the paper for, who prepared it, and the date.

•Abstract—Summarize the main ideas of your paper in 150-250 words.

•Introduction—The purpose of an introduction or opening is to introduce the subject, indicate why the subject is important, preview the main ideas, and establish a tone for the document. Include in the introduction a reason for the audience to read the paper. Also, include an overview of what you are going to cover in your paper and the importance of the material. (This should include or introduce the questions you are asked to answer on each assignment.)

•Body of the paper—State the main ideas, state major points in each idea, and provide evidence. There should be a separate, clearly labeled section with a section heading that addresses each question listed in the Objectives section.

•Summary and Conclusion—Summarizing is similar to paraphrasing but presents the gist of the material in fewer words than the original. An effective summary identifies the main ideas and major support points from the body of your report. Minor details are left out. Summarize the benefits of the ideas and how they affect the field or industry.

•References—Use the APA reference format as specified in the DeVry University Library's APA resources. Include in-text citations in the body of the paper in the form (author, year) and references in the reference list at the end. Use hanging indent format, and put the reference list in alphabetical order.

Additional hints on preparing the best possible project.

•Apply a three-step process of writing: plan, write, and complete.

•Prepare an outline of your research paper before you go forward.

•Complete a first draft and then go back to edit, evaluate, and make any changes required.

•Use visual communication to further clarify and support the written part of your report. You could use example graphs, diagrams, photographs, flowcharts, maps, drawings, animation, video clips, tables, and infographics. If you use an image or other media from a source, be sure to cite the source where used in the paper and include the source in the reference list at the end.

 

 

BIAM410

Week 7: Hadoop Research Assignment Overview

TABLE OF CONTENTS

Scenario

You have heard a lot about Hadoop and are curious as to how it works and if it will be beneficial for a data analysis to understand and be able to use Hadoop for analyzing large data sets.

Deliverables

After completing the steps below, submit a single Microsoft Word document file named Week7Hadoopxxx.docx (where xxx = your initials). This file will contain your answers to the questions below after watching both videos. You will be graded based on the following rubric:

Step       Deliverable         Points

1Watch both videos. One is 30 minutes and the other is 1 hour. (Practical example begins after 35 minutes). Answer the 8 questions. Include screenshots as needed.         60

 2 - Reflection    Include a discussion of your results and recommendation for the CEO.   20

Total      A quality assignment will fulfill all criteria               80

Required Software

 

BIAM410

Week 8: Hadoop-Spark Research Assignment Overview

TABLE OF CONTENTS

Scenario

You helped the CEO last week by researching Hadoop and how it works. You did such a great job for the CEO, you are now being asked to explain how the data tool Spark works with Hadoop.

Deliverables

You are expected to report back to the CEO with answers to the questions that they have posed. You will also have to include a recommendations on what software the company should use.

After completing the steps below, submit a single Microsoft Word document file named Week8Sparkxxx.docx (where xxx = your initials). This file will contain your answers to the questions as well as your recommendations. You will be graded based on the following rubric:

Step       Description         Points

Step 1   Research of two items is completed.      20

Step 2   Six tasks and questions are answered.   60

Step 3   Written report to CEO.  20

Total      A quality assignment will fulfill all criteria               100

 

Dot Image
Getsolution Posted By :
Questions: 14543 Tutorials: 14543
Tutorials for this Question

Devry BIAM410 Complete Course Latest 2023

Tutorial # 00643874
Posted On: 03/01/2023 12:48 AM
Feedback Score: Not rated yet!
Purchased By: 2
Getsolution
Posted By:
Questions:
14543
Tutorials:
14543
Report this Tutorial as Inappropriate
Tutorial Preview
The solution of Devry BIAM410 Complete Course Latest 2023...
Attachments
Devry_BIAM410_Complete_Course_Latest_2023.ZIP (18.96 KB)

Great! We have found the solution of this question!

Related Questions
You are a new HR Manager who has been hired to work
HR powerpoint You are a new HR Manager who has been hired to work for a manufacturing company called Smith Industrial Operations Products Inc. (SIOP), which employs approximately 350, makes industr …
Change Management - For many companies, change is a constant
Change Management For many companies, change is a constant thing. A company that can smoothly navigate organization change is one that is more nimble and better able to meet market demands for prod …
What do you hope to accomplish with your e-portfolio
What do you hope to accomplish with your e-portfolio? Why and how? Share a brief presentation (PowerPoint, Prezi) of what you have included and intend to include in your e-portfolio.  The present …
MGT555 Unit 5 Discussion - Carl works as a waiter
unit 5 Discussion questions for Employment Law: MGT555 MGT555-2401B-02 Assignment Details Carl works as a waiter for a restaurant in Panama City Beach, Florida. The restaurant closes at 11:00 p. …
HRM533 Discussion - Culture and accountability have recently
HRM533 Discussion Question Culture and accountability have recently been blended within organizations due to fear of change or acceptance of the "that is how we have always done it" menta …
MGT555 Unit 5 Project for Employment Law
unit 5 Project for Employment Law: MGT555 MGT555-2401B-02 Assignment Details In Part 1 of the Personnel Policies and Procedures Manual, you completed the Separation of Employment and Noncompete …
Management - It has been a while since this VP has done anything relative
Management It has been a while since this VP has done anything relative to organizational design, but he has a desire to research the types of design that might help the organization become more cu …
The complexity of WAN’s is increasing every day as new services
Management Advanced Networking Technologies Research Paper Task 2: 1- The complexity of WAN’s is increasing every day as new services and users are exponentially added, the access to the g …
Project management assignment
  Over the past few weeks, we have learned how to develop the project scope, schedule, and cost baselines. While these are useful exercises, it is important for a pro …
Management - What if one person's right to practice
Management Question Book access https://devry.vitalsource.com/#/books/9781264126101?context_token=4da79250-a058-013c-0104-4a72211cd910 Part 1 What if one person's right to practice rel …
Recent Questions
Strayer LEG440 Week 5 Assignment Latest 2024
LEG440 Procurement and Contract Law Week 5 Assignment - Competition Requirements Overview The FAR Parts: Part 15 - Contracting by Negotiation: Subpart 15.2 - Solicitation and Receipt of P …
Strayer LEG440 Week 3 Assignment Latest 2024
LEG440 Procurement and Contract Law Week 3 Assignment - Contracting and the FAR Overview Part of the role of the FAR is to ensure taxpayer funds are properly managed in a way that protect …
Strayer LEG440 Week 4 Activity Case Study: Ethical Considerations Latest 2024
LEG440 Procurement and Contract Law Week 4 Activity - Case Study: Ethical Considerations Preparation Refer to the GSA National Capitol Region 4th Floor Total Workplace Case StudyLinks to an e …
Strayer LEG440 Week 2 Activity Case Study: Acquisition Planning Latest 2024
LEG440 Procurement and Contract Law Week 2 Activity - Case Study: Acquisition Planning Preparation Read the GSA National Capitol Region 4th Floor Total Workplace Case StudyLinks to an ext …
Strayer LEG440 Week 6 Discussion Latest 2024
LEG440 Procurement and Contract Law Week 6 Discussion - After Proposal Submission You are a contracting officer in your agency, tasked with reviewing contractor proposals. What are three …
Strayer LEG440 Week 5 Discussion Latest 2024
LEG440 Procurement and Contract Law Week 5 Discussion  - Price Evaluation You are a contracting officer in your agency, tasked with acquiring office equipment software. After the contrac …
Strayer LEG440 Week 4 Discussion Latest 2024
LEG440 Procurement and Contract Law Week 4 Discussion  - Winning a Government Contract Search the Internet for a news article on government contracting and explain the particular discuss …
Strayer LEG440 Week 3 Discussion Latest 2024
LEG440 Procurement and Contract Law Week 3 Discussion - Fairness of Obtaining a Government Contract Evaluate the level of fairness of the overall process of obtaining a government contract. …
Strayer LEG440 Week 2 Discussion Latest 2024
LEG440 Procurement and Contract Law Week 2 Discussion - The General Services Administration (GSA) Schedule Contract Go to the webpage Acquisition.govLinks to an external site.. Click Brow …
Strayer LEG440 Week 1 Discussion Latest 2024
LEG440 Procurement and Contract Law Week 1 Discussion - Introduction and Government Contracts Introduce yourself to your peers by sharing something unique about your background. Explain how …