Code Monkey home page Code Monkey logo

front-end-exam's Introduction

GSS Frontend Exam

  • This Frontend exam is a live coding session to be made in Codesandbox while your camera is on.
  • This Exam will only have 30 minutes duration.
  • You will be given a 5 minutes allowance to study the codebase and read the instructions.
  • After completing the exam you are required to answer any questions that the HR will ask.

Notes

  • On this exam there are utility helpers that will help you on your tasks, It's your choice if you want to use them or not.
Schema type of the todos:

 {
    task: string;
    check: boolean;
 }

React

  • To-do list with firebase integration

Tasks

You must create the following functions:

  • Create To-do List
  • Update To-do List
  • Read To-do List
  • Delete To-do List

Rules

  • Usage of Google search is allowed.
  • You need to turn on your camera while making the functions.
  • Asking for help to others is not allowed you need to make this functions by yourself.
  • You can design the current To-do list if you want as long as you finish the 4 tasks.

Criteria

  • Create - 10pts
  • Read - 10pts
  • Update - 10pts
  • Delete - 10pts
  • Completion of tasks under 30 minutes - 10pts

Bonus Points This is only optional

  • Design - 5pts

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.