Dev Ops Assignment
Dev Ops Assignment
Expected output:
date: ***
hostname: ***
2. Write a shell script to create a directory and give 756 permission for it.
3. Write a shell script to take your name as input and print Hello <name>
Expected output:
Hello Harry
4. Write a shell script to show free RAM memory and CPU in server
6. Write a shell script to ask for name and age.. then it should show output as whether he/she is younger
or old
7. Write a shell script to create a file with name as "myfile" and with content as "Hello guys"
1. Create a python script to get total cpu, average CPU for last 7 days, total memory and consumed
memory of an linux instance.
2. Create a frontend application (HTML/CSS/JS) and a backend api application. Deploy them in 2 docker
containers and establish communication between each.
4. Upgrade a Ubuntu instance from OS version 18.04 to 22.04 and document all steps with relevant
screenshots. Install Python 3.1 on it.
5. Create an ANT script to build & package an application. Integrate this with Jenkins by creating a job
which will automatically trigger when new changes are added to github branch.