DQ 150 words

Discussion Questions: 

DQ1: Data Administration

Describe three common problems of ineffective data administration.

DQ2: Architecture

Discuss two-tier and three-tier architecture. Cite an example of of one or both structures.

DQ3: Data Warehouse

Discuss the purposes of populating a data warehouse and the problems of data reconciliation. Does the notion of a data warehouse introduce new security concerns or exacerbate existing ones?

DQ4: Data Integration

List some approaches to data integration. What is data federation? What is Data propagation?

SE492 week 3 D

Read chapter 4.

You need access to Microsoft Project software. If you don’t have it installed in your computer you can at least download a trial version.

Go to Appendix on page 139 Microsoft Project and create a file as directed and enter the information from pages 139-145 on your Microsoft Project based on chapter 7.

Provide screen shots to show your work (i.e. tasks, resources, network diagram).

What did you learn from chapter 4 as you apply the concepts on chapter 4 to the Microsoft Project software?

You are encouraged to comment on student’s responses or respond to someone else’s comment to create an  interactive online class environment.

Project 4: The Cybersecurity Threat Landscape Team Assignment

 Instructions

Group Project #1 MUST have 15 external scholarly citations within the submission.

Advanced persistent threats (APTs) have been thrust into the spotlight due to their advanced tactics, techniques, procedures, and tools. These APTs are resourced unlike other types of cyber threat actors.

Your chief technology officer (CTO) has formed teams to each develop a detailed analysis and presentation of a specific APT, which she will assign to the team.

This is a team assignment, and the team members that were selected by the instructor in the previous assignment will work together. It is up to the team members to decide who is responsible for contributing to the sections of the paper. Remember, if a member fails to complete his or her part of the work, the team is still responsible for all sections.

Note that you are required to complete a peer review for yourself and for each member of the team. The peer review template is provided in the Activities folder.  

Your team’s report should use the The Cybersecurity Threat Landscape Team Assignment Resources to cover the following five areas:

Part 1: Threat Landscape Analysis

  • Provide a detailed analysis of the threat landscape.
  • What has changed over the past year?
  • Describe common tactics, techniques, and procedures to include threat actor types.
  • What are the exploit vectors and vulnerabilities threat actors are predicted to take advantage of?

Part 2: APT Analysis

  • Provide a detailed analysis and description of the APT your group was assigned. Describe the specific tactics used to gain access to the target(s).
  • Describe the tools used. Describe what the objective of the APT was/is. Was it successful?

Part 3: Cybersecurity Tools, Tactics, and Procedures

  • Describe current hardware- and software-based cybersecurity tools, tactics, and procedures.
  • Consider the hardware and software solutions deployed today in the context of defense-in-depth.
  • Elaborate on why these devices are not successful against the APTs.

Part 4: Machine Learning and Data Analytics

  • Describe the concepts of machine learning and data analytics and how applying them to cybersecurity will evolve the field.
  • Are there companies providing innovative defensive cybersecurity measures based on these technologies? If so, what are they? Would you recommend any of these to the CTO?

Part 5: Using Machine Learning and Data Analytics to Prevent APT

  • Describe how machine learning and data analytics could have detected and/or prevented the APT you analyzed had the victim organization deployed these technologies at the time of the event. Be specific.

Notes

  • Use additional sources of information but also describe the concept in layman’s terms.
  • Use visuals where appropriate.
  • While quality is valued over quantity, it is expected that a quality paper will result in a minimum length of 10–15 pages.
  • You will be assigned an individual grade for this assignment based on your contribution to the overall project.  

Virtual Business in Global Marketing

  1. In what ways was your problem-solving process successful? (define success)
  2. What would you do differently if you were doing this again?]?
  3. What new knowledge or skills did you learn about global supply chains?
  4. How has the DeVoe Virtuous Business Model shaped your understanding of global outsourcing?
  5. What new knowledge did you learn about problem-based learning?
  6. In what ways did you, as a team, change because of this experience?

Need at least 750 words with 2 references

paper

 Scenario:

Colors Nepal is upcoming with the matrimonial site, service in Nepalese market for the people all over the globe. Analyzing the Nepalese market in the digital sector, we found few sites that started early and they are still struggling because of a lack of business plan and marketing, and also, the target group was not ready at the time of introduction of that service. 

The new generation is more educated and well familiar with the latest technology, but it’s really hard to follow the tradition pattern to find a right person in a busy daily. This service will give them some time to think about their lives and future, which is lost in the routine life.

Nepal lacked back in the digital sector due to its unstable political condition, and also, there was no internet payment gateway so far. However, recently they introduced digital payment, which is a boom in the field of eCommerce.

  

The team paper must be at least 10 pages in length. This does not include the APA formatted cover page or the references. There must be at least 6 APA references to support the findings in the submission. Correct use of APA guidelines for sources and citations is required. If supporting evidence from outside resources is used those must be properly cited. The paper must address the following answers (I would like the paper to be formatted with headings to note the following information):

  · Introduction and business plan

· Other support IT to get the systems up and running

· Research about other businesses that are in the same market. 

· Promoting business services that our company offers

· Ethical and Legal Implications.

· Best Practices that you are going to implement in your organization and why

Assignment

 This week’s journal articles focus on the digital retail sector and how it is constantly growing each year. The case study/article reviews the top four digital retail company’s financial performance. After reviewing the reading, please answer the following questions:

  1. Present an overview of the top four digital retail companies.
    1. Note who they are and how they became the top four digital retail companies.
  2. Please review at least two other digital retail companies that are new in the market, note what you think they would have to do to obtain market share based on what you’ve learned this week.
    1. In response specifically, list at least three key factors that would influence the success of the digital retail company, please be specific.
    2. Note a specific market that would thrive given the current market conditions and why.
    3. Discuss how innovative technology will influence the success of this new business.

Be sure to use the UC Library for scholarly research. Google Scholar is also a great source for research. Please be sure that journal articles are peer-reviewed and are published within the last five years.The paper should meet the following requirements:· 4 pages in length (not including title page or references)· APA guidelines must be followed. The paper must include a cover page, an introduction, a body with fully developed content, and a conclusion.· A minimum of five peer-reviewed journal articles.The writing should be clear and concise. Headings should be used to transition thoughts. Don’t forget that the grade also includes the quality of 

database designs

 Using the University Database:
1)
Rank order all students by total credit (DESC)

2)
Create a view tot_credits_dept
(columns: year, dept_name,
num_credits)
with the total
number of credits taken
by all students in each year for courses offered by each department

3)
Compute average
number of credits over three
preceding years
per department using the view you created

4)
Compute maximum
number of credits over for the window
of 2 years before and 2 years after the
current year per department
5)
Using the view you just created, get the average
total credits by each department over all prior years.