Q1: Which event occurs when the user clicks on an HTML element?? a None b onmouseover c onchange d None e onmouseclick f onclick Q2: What Is K8s?? a Kubernetes, also sometimes called K8S (K – eight characters – S), is an open source orchestration framework for containerized applications that was born from the Google data centers. The correct Answer is: None The correct Answer is: None d Kubernetes, also sometimes called K8S (K – eight characters – S), is an open source backend framework for containerized applications that was born from the Azure data centers. The correct Answer is: None The correct Answer is: None Q3: Which attribute is used with an img tag to display the text if image could not load in browser?? a description b id c name d None e None f alt Q4: Which command is used to modify column names or table structure?? a MODIFY b ADD c None d ALTER e None f CHANGE Q5: Which of the following command can give documentation of a command?? a doc b info c help d show e None f man Q6: Which of the following is for title of the modal?? a None b Modal-lg c None d Modal-open e Modal-sm f Modal-title Q7: How can we determine the number of rows returned in the result set of a MySQL query?? a None b None c The function mysqli_get_rows() returns the number of rows in a result set. d None e The function mysqli_num_rows() returns the number of rows in a result set. f The function mysqli_count_rows() returns the number of rows in a result set. Q8: The external JavaScript file must contain the <script> tag.? a None b False c None d None e True f None Q9: What is a composite key?? a None b None c it is a primary key that consists of more than one field that uniquely identifies a record d its is a key that is defined as the primary key in another table e its is an optional key and allows null values f it is a key that uniquely identifies a record in a database Q10: What is the correct HTML element for inserting a line break?? a <lb> b <bl> c None d <br> e <break> f None Q11: Which command will you use to list all deployments?? a kubectl get deploy The correct Answer is: None The correct Answer is: None The correct Answer is: None e kubectl get deployments f kubectl require deployments Q12: Which of the following is NOT supported by MySQL? a Temporary (Hash) Tables b None c None d Regular Expression Matching e Stored Procedures f Table Joining Q13: Using which of the following way can you embed PHP code in an HTML page?? a <?php PHP code goes here ?> b None c None d <?php PHP code goes here php?> e None f None Q14: What is the correct HTML for inserting a background image?? a <background img="background.gif"> b <background style img="background.gif"> c <body style="background-image:url(background.gif)"> d <body bg="background.gif"> e None f None Q15: Is PHP case sensitive? a None b Depending on the PHP version either Yes and No c None d False e None f True