subject

Prompt: after completing the text book reading and reviewing the mongoimport documentation in the module resources, complete the following tasks using the mongo db shell in codio:
1. using the mongo import tool, load the database "companies" with documents found in the "companies. json" file into the "research" collection. verify your load by issuing the following queries:
a. db. research. find({"name" : "adventnet"})
b. db. research. find({"founded_year" : 1996},{"name" : 1}).limit(10) provide screen shots of the results as evidence.
2. perform the following tasks using mongo db queries:
a. list alphabetically only the first 20 names of companies founded after the year 2010.
b. list only the first 20 names of companies with offices either in california or texas, ordered by the number of employees and sorted largest to smallest.
3. perform the following tasks using the mongo db aggregation pipeline:
a. design and implement a pipeline to show the total number of employees by state for all companies that have offices in the united states.
b. design and implement a pipeline to show the names, total number of funding rounds, and average amount of money raised from funding rounds for companies that have funding rounds data, excluding those that do not.
show only the top 10 by average amount raised.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:00
The blank button automatically displays next to the data when you select a range of numeric data which is an available option for creating a chart
Answers: 3
question
Computers and Technology, 22.06.2019 21:00
The average cost of one year at a private college in 2012-2013 is $43,289. the average grant aid received by a student at a private college in 2012-2013 is $15,680.   what is the average student contribution for one year at a private college in 2012-2013?
Answers: 3
question
Computers and Technology, 24.06.2019 12:50
What percentage of teens plays video games? a.97% b.100% c.74% d.50%
Answers: 1
question
Computers and Technology, 24.06.2019 13:20
3. ranga ramasesh is the operations manager for a firm that is trying to decide which one of four countries it should research for possible outsourcing providers. the first step is to select a country based on cultural risk factors, which are critical to eventual business success with the provider. ranga has reviewed outsourcing provider directories and found that the four countries in the table that follows have an ample number of providers from which they can choose. to aid in the country selection step, he has enlisted the aid of a cultural expert, john wang, who has provided ratings of the various criteria in the table. the resulting ratings are on a 1 to 10 scale, where 1 is a low risk and 10 is a high risk. john has also determined six criteria weightins: trust, with a weight of 0.3; quality, with 0.2; religious, with 0.1; individualism, with 0.2; time, with 0.1; and uncertainity, with 0.1. using the factor-rating method, which country should ranga select? why? (2 points)
Answers: 3
You know the right answer?
Prompt: after completing the text book reading and reviewing the mongoimport documentation in the m...
Questions
Questions on the website: 13722360