This is a 6 month Project sponsored by grant from Karnataka Government for design and POC of NFC based ticketing in public transport across India.
Requirements - Python / Django, HTML5/CSS/ Javascript,
Must: Should have a verifiable Github
Tenure: 3-6 months
Rules:
1. This form is for registration for Futuristic Retail Technology Limited Externship Program.
2. This test will be conducted online and is fully compliant with COVID-19 requirements of Government of India.
3.. To confirm your participation, please choose your problem (Any one of Easy, Medium or Difficult) and fill up and submit the form before 31 July 2020. For clarity, please select only one problem to solve.
4. After solving upload it to GitHub.
5. Share your Github link for the solution.
6. We will only evaluate the solutions that come with Github Links. No Direct Communication will be entertained.
7. Your Code should be in Django, Python, HTML5/CSS and Javascript. If you use back end databases, it can be either SQL or NOSQL form, but should be on AWS. If you use local database, please specify that in your Github.
8. If you implement your solution, please give the link to the URL where we can view it in the readme of the Github.
9. The last date for submission of the solutions is 12 July, 2020.
10. If you have any doubts, please email to amit@instachk.today. We will revert back at the earliest.
11. You will be graded on your Output, Code, Coding style (Comments etc) and your use of Github.
12. Incomplete codes will also be accepted as we are looking at your approach to the problem.
13. All The Best.
EASY:
(3 Outputs)
Ramu runs a Kirana Shop. You will write a small system to do the following for Ramu:
A. He receives daily orders by phone and inputs into the system
(Example Assume 3 Products Order - Rice 2kg, Daal, 1 kg and Salt 1 kg)
B. Based on the inputs he creates the Bill and prints the bill.
( A button / LInk that can be clicked to print the bill)
C. He calculates the total amount of sales within 1 day
(A button or a link that can be clicked to view an online report that allows him to select the date and then view the sales for that day)
You have the choice of creating your own formats for the reports and screen.
MEDIUM: (Easy + Output D)
( 4 Outputs)
Ramu runs a Kirana Shop. You will write a small system to do the following for Ramu:
A. He receives daily orders by phone and inputs into the system.
(Example Assume 3 Products Order - Rice 2kg, Daal, 1 kg and Salt 1 kg)
B. Based on the inputs he creates the Bill and prints the bill.
( A button / LInk that can be clicked to print the bill)
C. He calculates the total amount of sales within 1 day.
(A button or a link that can be clicked to view an online report that allows him to select the date and then view the sales for that day)
You have the choice of creating your own formats for the reports and screen.
D. He wants to only take orders from Customers who are not in Covid Areas. So, in addition to above he wants too see whether the customer is calling from a Covid Zone.
Using COVID Data (Use data from Indian Government) create a system to visualize the spread of disease on a Google map.
Inputs: CSV file with data
Output: Google Map
DIFFICULT: (Medium + Output E)
(5 Outputs)
Ramu runs a Kirana Shop. You will write a small system to do the following for Ramu:
A. He receives daily orders by phone and inputs into the system.
(Example Assume 3 Products Order - Rice 2kg, Daal, 1 kg and Salt 1 kg)
B. Based on the inputs he creates the Bill and prints the bill.
( A button / LInk that can be clicked to print the bill)
C. He calculates the total amount of sales within 1 day.
(A button or a link that can be clicked to view an online report that allows him to select the date and then view the sales for that day)
You have the choice of creating your own formats for the reports and screen.
D. He wants to only take orders from Customers who are not in Covid Areas. So, in addition to above he wants too see whether the customer is calling from a Covid Zone.
Using COVID Data (Use data from Indian Government) create a system to visualize the spread of disease on a Google map.
Inputs: CSV file with data
Output: Google Map
E. Use the Covid Data from D to train a simple Neural Network System in Tensor Flow and Google Colab to Suggest to Ramu which areas he should not take orders from as they might be infected next.