Wk2 – Apply CRM Success

  

Assignment Content

  1.     The Week 1 assignment placed you in the role of an IS or IT manager to investigate the 3 types of CRM and how they relate to customer acquisition, retention, and development. 

    In this week’s assignment, we look at how a company uses its CRM in relation to the practice of CPM. This assignment also investigates how a CRM is related to customer value, customer perceived value, and customer experience.  

    Important Note: While the Week 1 assignment required the use of the Case Report Resources, this assignment and future week assignments give you an option to select a company through the University Library or the Internet.

    Assignment Instructions

    1. Review the Assignment Deliverables section below. You will need this information to pick an appropriate company from the Case Report Resources (below), University Library, or the Internet.
    2. Choose a company from the Case Report Resources, University Library, or the Internet that is appropriate for the assignment deliverables. Not all cases may provide all the explicit details you are seeking. You may need to assume information. Please make a note in your assignment indicating the information that is assumed.
    3. Imagine that you are an IS or IT manager for the company you chose. Write a case report with 700 to 1050 words that includes the requirements listed under Assignment Deliverables. 
    4. Assignment Deliverables
      Include the following:
    • Describe what the case is about, give the important elements of the history of the situation, and specify the key problem or issue of the case, e.g. what decision has to be made by which manager. This is your introduction
    • Examine how the company used the practice of CPM.
    • Analyze how the CRM helped the company identify customer value and increase customer experience.
    • Suggest additional possible enhancements to customer-perceived value and/or customer experience that could be achieved by the CRM.
    • Include the most important information from the case in your conclusion.
    • Include a reference to the case and cite the reference in APA format.
    • Case Report Resources 
      Case Report Resources are success stories that customer companies have had with 3 popular CRM providers: 
    • Salesforce®
    • Blackbaud
    • Dynamics® 365 from Microsoft®
    • Submit your assignment.

CS-340 2-1 Assignment:CRUD in MongoDB

 Please see attached for better formatting.

Overview

To understand and make use of any database system, you must learn various techniques associated with the fundamental operations of create, read, update, and delete (CRUD). For this assignment, you will begin by creating databases of document collections and performing basic reading or querying operations to retrieve specific documents from the database system. You will also gain practice updating documents and subdocuments, and removing documents from a database. You will use the mongo shell and mongoimport commands to complete this assignment.

Note: Since this is the only assignment for Module Two, it is longer than a typical assignment. Be sure to begin working on this early in the week.

Prompt

After completing the textbook reading and reviewing the mongoimport tool documentation in the module resources, complete the following tasks using the mongo shell in Apporto.

  1. The data set for this assignment, city_inspections.json, has already been loaded into the Apporto environment for you. Using the mongoimport tool, load the database “city” with documents found in the city_inspections.json file into the “inspections” collection. Complete this by typing the following commands in the Linux terminal to perform the import in the right directory:
    cd /usr/local/datasets/ #change into the Apporto directory with the data sets mongoimport --db city --collection inspections ./city_inspections.json #mongo import utility
    TIP: In any Linux systems, commands must be exact and use proper syntax and case sensitivity.
  2. Verify your load by switching to the “city” database and issuing the following queries in the mongo shell:
    1. db.inspections.find({"id" : "10021-2015-ENFO"})
    2. db.inspections.find({"result":"Out of Business"},{"business_name":1}).limit(10)
    3. Provide screenshots of the results as evidence.
  3. Using the appropriate commands in the mongo shell, insert a document to the database named “city” within the collection named “inspections.” Use the following key-value pairs as data for your document.
    KeyValueid“20032-2020-ACME”certificate_number9998888business_name“ACME Explosives”dateToday’s dateresult“Business Padlocked”sector“Explosive Retail Dealer-999”addressnumber -> 1721
    street -> Boom Road
    city -> BRONX
    zip -> 10463
    Be sure the address is inserted as a sub-document, and use the JavaScript function Date() for “Today’s date.” Verify your database creation and insertion using the findOne() function in the mongo shell. Provide a screenshot as evidence.
  4. Answer the following questions using MongoDB queries.
    1. What is the distinct list of inspection “sector” in the current inspections collection? How many are in the list? Do not count by hand.
    2. What is the difference in the date data type for the business named “AUSTIN 2012” versus your business document insertion of “Acme Explosives”?
    3. How many businesses have a “Violation Issued”? (See Value column above.)
    4. Verify by providing screenshots of the queries and results as evidence.
  5. Using the appropriate command in the mongo shell, update the document with the ID “20032-2020-ACME” in the collection “inspections” in the database “city” with the information below.
    KeyValuebusiness_name”New ACME Flowers”result”Business Re-opened”comments”Flowers after the explosion”
    Verify your database update using the appropriate find() function in the mongo shell. Provide a screenshot as evidence.
  6. Using the database “city” with documents found in the “inspections” collection, perform the tasks listed below. Verify by providing screenshots of the results as evidence.
    1. Update all the documents that contain the key-value pair “city”:”ROSEDALE” in the address subdocument by changing the zip code in the address subdocument to “76114”.
    2. Remove the first document with the key-value pair “result”:”Violation Issued.”
    3. Guidelines for Submission
      Submit a Word document containing all of your screenshots. Use a screenshot tool, such as the Snipping Tool, for your screenshots and be sure to enlarge the images in the Word document before submitting. This will help make sure that your screenshots are an appropriate size for your instructor to be able to read them. Refer to this Use Snipping Tool to Capture Screenshots guide for help with taking screenshots.

Governance of Cloud-hosted Applications Through Policy Enforcement – Methodology

I want 3 pages if APA format on different governance methods used in Cloud hosted application which come under Methodology for my major research paper. I just need you to write this section. I do not want your to write intro or abstract just the methodlogy part which starts from page 21 but you need to refer other papers as well and reference them in this paper.

Note: NO Plagarism please everything should be in your own words.

Time : I need this in 3 hours ( by 1 pm cst)

I have already attached

Artificial Intelligence 2

1.Read chapter 5 from the PDF file and do Games Homework 1.

2. Read chapter 6 from the PDF file and do exercises 6-1 and 6-5. 

For reference watch the 2 video’s at:
Video 1: http://csis.pace.edu/~benjamin/teaching/cs627online/webfiles/ConstraintSat isfaction1.mp4
Video 2: http://csis.pace.edu/~benjamin/teaching/cs627online/webfiles/ConstraintSat isfaction2.mp4

3. Read chapters 7 and 8 from the PDF file and do Logic Homework 1. 

For reference watch only the first two videos at,

4. Read chapter 13 and sections 14.1 and 14.2 from the PDF file and do exercises 13-8 and 14-4. 

For reference watch the 3 video’s at:
Video 1: http://csis.pace.edu/~benjamin/teaching/cs627online/webfiles/Probability1. mp4
Video 2: http://csis.pace.edu/~benjamin/teaching/cs627online/webfiles/Probability2. mp4

Video 3:

http://csis.pace.edu/~benjamin/teaching/cs627online/webfiles/Probability3. mp4

5. Read sections 18.1 through 18.3 from the PDF file and do Learning Homework 1.

For reference watch these videos:
I. http://videolectures.net/bootcamp07_guyon_itml/

II. https://www.youtube.com/watch?v=pLzE2Oh9QDI

developing technology project requirements

 

  1. Search the internet for best practices for developing technology project requirements.
  2. Personally, what one part of the project requirements is critical to the success of the project? Please explain.
  3. As you work to complete your IT Project, you are soon to be  finalizing your project design (Unit 4). What have you learned about  your project over these weeks (ex. new requirements)?
Figure 7-22: Level-0 DFD for WebStore

Apply: Systems Requirements Presentation

 

Assignment Content

  1. Imagine this scenario: After considering their 3 target markets, Pine Valley Furniture’s board of directors has selected the student furniture project for the WebStore. They are asking you to help them choose a method for determining the requirements. 

    Create a 12- to 18-slide presentation in which you:

    • Compare traditional, contemporary, radical, and agile methodologies for requirements gathering.
    • Outline advantages and disadvantages in your comparison.
    • Recommend the methodology you think will work best for Pine Valley Furniture’s student furniture WebStore.
    • Explain the figure below. It used to be “Figure 7-22: Level-0 DFD for the WebStore” of Ch.7, “Structuring System Process Requirements” from Modern Systems Analysis and Design. 
    • Figure 7-22: Level-0 DFD for WebStore

      Include detailed speaker notes.

      Consider incorporating multimedia and images where appropriate.

      Cite references to support your assignment.

      Format your citations according to APA guidelines.

      Submit your assignment.

      Resources

    • Center for Writing Excellence
    • Reference and Citation Generator
    • Grammar and Writing Guides
    • The Rubric Template shows how the paper will be graded:

      Week3_IA_Rubric_template.docx

meer -15th

 

Discuss in five hundred words or more a situation at work where you felt you had to consider the ethics of something you were being asked to do. 

Use at least three sources. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragaphs.

Blockchain and HR

  

Remember to review the syllabus expectations for initial discussion posts and peer replies!

Discuss the following questions: 

1. Discuss Blockchain’s potential application in compensation systems (base wages, incentives, rewards). 

2. How can a token economy affect employee compensation? 

3. Based on your readings, do worldwide executives believe Blockchain has the potential to radical change the future of organizations?  

You are required to cite this week’s assigned readings in your paper from below. 

1. Zielinski, D. (2018, March 18). Is HR ready for Blockchain? HR Magazine, 63(2), 62-63.

2. Kang, S. & Park, K. C. (2019, May). On the effectiveness of multi-token economies. 2019 IEEE International Conference on Blockchain and Cryptocurrency (ICBC) Blockchain and Cryptocurrency (ICBC). 180-184.

From the Internet: Use the Link to Access the Article

3. Pawczuk, L., Massey, R., & Holdowsky, J. (2019). Deloitte’s 2019 global Blockchain survey: Blockchain gets down to business. Deloitte Insights. Retrieved September 5, 2019 from https://www2.deloitte.com/us/en/insights/topics/understanding-blockchain-potential/global-blockchain-survey.html?id=us:2ps:3bi:confidence:eng:cons:32019:nonem:na:pgYdRMoB:1141606406:77378219758056:bb:Blockchain:Blockchain_Survey_BMM:nb

Use the following headings to organize your paper: Introduction, Question 1, Question 2, Question 3, Conclusion, References.

Submit your paper as a Word attachment in the discussion forum. I provide feedback within the paper and will not grade your post unless you submit it as an attachment. Your response to the discussion prompt should contain a minimum of 500 words 

Writing Requirements for All Assignments:

· References MUST be cited within your paper in APA format. Your reference page and in-text citations must match 100%. Papers without in-text citations will earn failing grades.

· Always include a cover page and reference page with all submissions

· Your paper must have headings in it. For discussion posts Introduction, Prompt/Question, and Conclusion will suffice as headings.  

· Provide the EXACT web link for all online sources – do not provide just the home page, but the EXACT LINK – I check all sources

· No abbreviations, no contractions – write formally

· Write in the third person formal voice (no first or second person pronouns)

· Write MORE than the minimum requirement of the word count assigned

· As always, the word count is ONLY for the BODY of the paper – the cover page, reference page, and / or Appendix (if included) do not count towards the word count for the paper

· Indent the first line of each new paragraph five spaces

· Refer to the example APA paper in the getting started folder under the content tab if you need an example. Also, a power is provided under the information tab that addresses APA format.

· Use double-spacing / zero point line spacing, a running header, page numbers, and left justify the margins.

Artificial intelligence

 Research Paper
This paper will follow the traditional format of a college level research paper. Double spaced, APA citations. 

A traditional 5 page research paper (2000 words) 

Research Paper topic: How does artificial intelligence affect unemployment.

Thesis statement : Within the next decade, artificial intelligence will replace human employees in the workplace.  

Must use 5 quality sources. 2 must be from academic journals.