Giter Site home page Giter Site logo

gw-programming-test's Introduction

Test Project for GW

Test-1 [gw-programming-test-one]

  • Provided there are two strings. Please write the code to check if the strings are anagrams of each other.
  • Please output True if there are anagrams, and False if there are not.

Test-2 [gw-programming-test-two]

  • Given a single string input, please write the code to get the first character of the string that is repeated.
  • Please output the first character if there are repeated characters.
  • Please output None if there are no repeated characters.

Test-3 [gw-programming-test-three]

  • Suppose you are doing an online small bakery business and you want to collect your customer information to improve customer engagement for your business.
  • Suppose you can collect customer information such as name, birthdate, gender, address, contact number and favorite item from your regularly available item list (pancakes, cupcakes, cheesecake, cookies donuts and croissant). Please make a form to collect the above information from your customers.
  • Since your business has a lot of customers, please create a table to show the list of your customer information. A new row should be added to the table whenever a new record from the form is submitted (Each row is each customer’s information).
  • Please create a feature that can filter customers by their favorite item field and show the result in the table so that you can easily see which customers have the same favorite item (i.e you can easily group the customers who like cheesecake).
  • [Optional bonus point] Please create a feature that can - -- Filter customers who have birthdays in the current month so that you can give some discounts on their birthday month purchases to promote your sale. -- Sort the table by their birthdays to know whose birthday comes first in the current month so that you can decide on which customers you should prioritize for your sale promotion.

gw-programming-test's People

Contributors

khinexin avatar

Watchers

 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.