Giter Site home page Giter Site logo

haystax-interview's Introduction

haystax-interview

Question 8

You have a MongoDB collection with documents which each have a date and an array of words. Find the word that occurs the most frequently in the entire data set. Next, find the word that occurs most frequently in just the last 24 hours. Then, find the word that is trending the most - that is, the appearance of this word has increased more than any other word in the last 24 hours over the previous 24 hour period.

Question 9

Create a small AngularJS page with input boxes for a user registration page. The input boxes should collect email address, password, and phone number. Email and password should be required. Create a validator to make sure the email address and phone number are valid. On pressing a "Register" button the page should thank the user (by name) for registering.

Question 10

Create a simple web app. Connect to the public Twitter API and display the last 5 public tweets for a username that is entered into an input dialog. Make sure CSS and HTML is proper and looks decent. The output should show the Tweet content, date/time, and a count of how many words are from the English dictionary.

dependencies

MongoDB - https://www.mongodb.com/download-center?jmp=nav#compass
NodeJS - https://nodejs.org/en/download/

Install Instructions

Install both MongoDB and NodeJS. 

Open command prompt or terminal 
Navigate to your MongoDB install directory
(Windows default: C:\Program Files\MongoDB\Server\3.0\bin)

Clone repository. 
Enter app folder within repository and run:
"npm install"
This will install all dependencies.

Then in the same command line run:
"node server.js"

This will run on http://localhost:8080/

haystax-interview's People

Contributors

and-selmo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.