This repository contains all the sample problem statements of Web Application Development and Cloud Computing Lab for TE IT mock practicals.
Statement No. | Problem Statement |
---|---|
Statement 1 | Install Google App Engine. Create hello world application using python/java. |
Statement 2 | Install Google App Engine. Create an application that prints your Name, seat number, department 5 times on separate lines using python/java. Make use of for loop. |
Statement 3 | Install Google App Engine. Create an application that prints your seat number, department 10 times on separate lines and using python/java. Make use of while loop. |
Statement 4 | Install Google App Engine. Create an application to display the table of 5 using python/java. Make use of appropriate loop. Display the table in following format: 5X1=5 |
Statement 5 | Install Google App Engine. Create an application to display the table of 10 using python/java. Make use of appropriate loop. Display the table in following format: 10X1=10 |
Statement 6 | Install Google App Engine. Create an application to display the first 8 elements of the Fibonacci series using python/java. |
Statement 7 | Create a web-app which takes the zip-code of the area the name of the branch as input, and sends the nearest post-office details. http://www.postalpincode.in/Api-Details |
Statement 8 | Create a web-app which uses the weather API to fecast the weather by taking latitude, longitude and an ‘hourly’ parameter and/ ‘daily’ parameter.https://open-meteo.com/en/docs#api-documentation |
Statement 9 | Can’t decide what to watch? Create a web-app which lists anime movies using the following API: GET https://ghibliapi.herokuapp.com/films |
Statement-10 | Use the following public API to create a web-app which searches the universities.GET http://universities.hipolabs.com/search using query parameter name. |
Statement 11 | Simulate a cloud scenario using CloudSim and run Shortest Job First (SJF) scheduling algorithm. |
Statement 12 | Simulate a cloud scenario using CloudSim and run First Come First Serve (FCSF) scheduling algorithm. |
Statement 13 | Simulate a cloud scenario using CloudSim and run Round-Robin scheduling algorithm.. |
Statement 14 | Find a procedure to transfer two text files from one virtual machine to another virtual machine. Also, add some text in the file and display it before and after transfer on both the VMs. |
Statement 15 | Find a procedure to transfer two text files from one virtual machine to another virtual machine. Also, list all the files present in both the VMs. |