Q1: What is service container in Laravel?? a Service container is a tool used for performing dependency injection in Laravel. b None c Dockerized Laravel applications are called service containers. d None e None f None Q2: What are the disadvantages of WordPress?? a Only utilizes PHP b All of the mentioned. c None d None e Modifying images and tables is difficult. f Use of multiple plugins can make the website heavy to load and slow Q3: ______ is used to destroy a variable in PHP ?? a delete() b destroy() c None d unlink() e unset() f None Q4: What are Docker Images?? a Docker image is the source of Docker container. b None c None d Docker image is the source of Docker system. e None f Docker image is the source of Docker virtualization. Q5: How can we define a Video Tag in HTML 5?? a <video src:"URL"></video> b <video src="URL"></video> c <video src "URL"></video> d None e <video></video> f None Q6: What Is The Role Of Kube-scheduler?? The correct Answer is: None b kube-scheduler is responsible for assigning a port to newly created pods. c kube-scheduler is responsible for discovering the newly created pod and selects an optimal node for them to run on d kube-scheduler is responsible for assigning a cluster to newly created pods. The correct Answer is: None f kube-scheduler is responsible for assigning a node to old created pods. Q7: What is a permalink?? a None b The numeric IP address of your WordPress site c The complete URL of your WordPress site d A permalink is the web address used to link to your content. e A popular WordPress Plugin f Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives Q8: Which Is not a property of attribute behaviour of <Marquee> Tag?? a Scroll b Alternate c None d Blur e Slide f None Q9: What command, followed by the directory name is used to access that specific directory?? a None b acs c None d cp e access f cd Q10: Which option can be used with ‘rm’ command to prompt for file removal?? a -i b -n c -ask d None e -c f None Q11: What is the function to get website url in wordpress?? a get_url(); b get_website_url(); c None d None e get_site_url(); f None Q12: A much better approach to establish the base URL is to use the ______ element.? a BODY b None Of The Above c BASE d None e HEAD f None Q13: Which artisan command would you use to create a new Laravel Model?? a php artisan model:make ModelName b php artisan model create ModelName c None d php artisan make:model ModelName e php artisan create:model ModelName f None