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, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
question
Computers and Technology, 23.06.2019 08:30
All of these are true about using adhesive except: a. dissimilar materials can be joined. b. mixing tips are product and material specific. c. a specific application gun may be required. d. two-part adhesives are dispensed using two mixing tips
Answers: 3
question
Computers and Technology, 23.06.2019 13:30
Drag the tiles to the correct boxes to complete the pairs. match the errors with their definitions. #name #value #ref when a formula produces output that is too lengthy to fit in the spreadsheet cell arrowright when you enter an invalid cell reference in a formula arrowright when you type text in cells that accept numeric data arrowright when you type in a cell reference that doesn’t exist arrowright reset next
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
1. ask the user how many questions are in the quiz. 2. ask the user to enter the key (that is, the correct answers). there should be one answer for each question in the quiz, and each answer should be an integer. e.g., 34 7 13 100 81 3 9 10 321 12 might be the key for a 10-question quiz. you will need to store the key in an array. 3. ask the user to enter the answers for the quiz to be graded. there needs to be one answer for each question. note that these answers do not need to be stored; each answer can simply be compared to the key as it is entered. 4. when the user has entered all of the answers to be graded, print the number correct and the percent correct. 5. add a loop so that the user can grade any number of quizzes with a single key. after the results have been printed for each quiz, ask "grade another quiz? (y/n)." note: you only have one array (the key). you are not creating a new key for each set of quiz answers.
Answers: 3
You know the right answer?
Prompt: after completing the text book reading and reviewing the mongoimport documentation in the m...
Questions
question
Mathematics, 27.01.2020 20:31
question
Mathematics, 27.01.2020 20:31
question
Mathematics, 27.01.2020 20:31