Coder Social home page Coder Social logo

Technical Assessment: Vamstar Nodejs BMI Calculator Coding Challenge

Problem Statement

Given the following JSON data [{"Gender": "Male", "HeightCm": 171, "WeightKg": 96 }, { "Gender": "Male", "HeightCm": 161, "WeightKg": 85 }, { "Gender": "Male", "HeightCm": 180, "WeightKg": 77 }, { "Gender": "Female", "HeightCm": 166, "WeightKg": 62}, {"Gender": "Female", "HeightCm": 150, "WeightKg": 70}, {"Gender": "Female", "HeightCm": 167, "WeightKg": 82} as the input with weight and height parameters of a person, we have to perform the following:

  1. Calculate the BMI (Body Mass Index) using Formula 1, BMI Category and Health risk from Table 1 of the person and add them as 3 new columns.

  2. Count the total number of overweight people using ranges in the column BMI Category of Table 1, check this is consistent programmatically and add any other observations in the documentation.

  3. Create build, tests to make sure the code is working as expected and this can be added to an automation build / test / deployment pipeline.

Formula 1 - BMI 2 2 BMI(kg/m ) = mass(kg) / height(m) The BMI (Body Mass Index) in (kg/m2 ) is equal to the weight in kilograms (kg) divided by your height in meters squared (m)2 . For example, if you are 175cm 3 (1.75m) in height and 75kg in weight, you can calculate your BMI as follows: 75kg / (1.75m2) = 24.49kg/m2

Table 1 - BMI Category and the Health Risk. BMI Category Underweight Normal weight Overweight Moderately obese Severely obese Very severely obese Challenge

BMI Range (kg/m2) 18.4 and below 18.5 - 24.9 25 - 29.9 30 - 34.9 35 - 39.9 40 and above

Health risk Malnutrition risk, Low risk, Enhanced risk, Medium risk, High risk Very high risk

Ritu Burman's Projects

dope_scripts icon dope_scripts

To help out the beginners in Getting to know GitHub and to participate in the HacktoberFest.

hacktoberfest-2020 icon hacktoberfest-2020

Please send your valuable contributions to complete this year's HacktoberFest .Thank you .

hacktoberfest_2020 icon hacktoberfest_2020

Send in your valuable code or projects to this repository in order to complete the HACKTOBERFEST'20

hactoberfest-2020-projects icon hactoberfest-2020-projects

Send in your valuable code to this repository in order to complete the HACKTOBERFEST'20. Please make sure you are making a valid contribution to the open source. Enjoy Coding. Keep contributing to open source

hactoberfest-2k19 icon hactoberfest-2k19

Submit your best scripts here for Hactoberfest-2k19 in any language you prefer, if language folder not present, create one as a part of it, after script add your name and GitHub profile into Contributors.md file.

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.