Font size
WorksheetsFellowship program 2021
Total questions: 15
Worksheet time: 12mins
What is Cross-Site Scripting?
Client side injection attack
Non validating user input
Using css filter instead of html
Using cross-site scripting and tools
What are IDS and IPS systems? (choose two)
IDS is a control system
IDS only detects intrusions but no prevention
IPS is a monitoring system
IPS detects and prevents intrusions
What is a Botnet? (choose two)
Network of autonomous robots
A group of PCs, mobile devices that are affected and controlled by malware
Network of computers managed by an organisation
A group of PCs performing DDoS attack
Advantages of cloud computing? (choose two)
On-demand compute
Private data center
Pay as you go pricing model
Difficult to scale
Define hybrid cloud in your own words (maximum 50 words)
Define cloud-native in your own words. (maximum 50 words)
Git command that downloads any repository from GitHub to your computer?
git push
git clone
git commit
git fork
What is continuous integration and continuous deployment? (choose two)
CI -> Ensures code can be build and committed successfully to source control system
CD -> Every change that is committed, passes the automated tests is deployed to production automatically
CI -> Is an integration technology
CD -> Constant delivery of code to source control system
Which is NOT a CI/CD tool?
Chef
Terraform
Jenkins
Ansible
Explain the difference between git fetch and git pull? (maximum 50 words)
What are 3 C's of effective communication? (choose three)
Clear
Concise
Calm
Consistent
What is more important communication skill among the following two?
Speaking
Listening
What is your preferred way of learning technology?
Written (books, blogs, articles)
Online (video, live, virtual classroom)
I learn by doing
What is NOT related to CI/CD?
Each developer creates a new feature branch for their changes from trunk
Comprehensive and healthy automated test suite
Works in small iterations
Anyone can deploy any version of the software
If you build it, you run it
Define Infrastructure as Code (IaC) in your own words? (maximum 50 words)
