Web Development Assignment For Candidates please notice that after submitting your answers you can’t take this assignment again Web Assignment Candidate InfoFrontend QuestionsWordPress and Shopify Questions Full NameEmailPreviousNextWhich HTML tag is used to define an internal stylesheet? <css> <style> <link> <script> I Don't KnowWhich CSS property is used to set the background color of an element? color background-color bgcolor background I Don't KnowWhat is the correct syntax to create a flex container? display: block display: flex flex: auto align-items: center I Don't KnowWhich CSS property is used to make text bold? font-weight text-bold bold font-style I Don't KnowWhich unit is relative to the font size of the root element in CSS? px em rem % I Don't KnowWhich HTML tag is used to create a table? <tab> <grid> <tr> <table> I Don't KnowWhat does `position: absolute;` do in CSS? Positions the element relative to the viewport Positions the element relative to its closest positioned ancestor Fixes the element to the top of the page Centers the element I Don't KnowWhich CSS property is used to add space inside an element, between the content and the border? margin padding spacing border-width I Don't KnowWhich keyword is used to declare a constant variable in JavaScript? var let const static I Don't KnowWhich method is used to add an element to the end of an array? push() append() add() insert() I Don't KnowWhat is the output of `console.log(typeof NaN);`? 'number' 'NaN' 'undefined' 'string' I Don't KnowWhich JavaScript function is used to execute a function at a specified interval? setTimeout() setInterval() requestAnimationFrame() executeEvery() I Don't KnowWhich event is fired when an HTML element loses focus? onblur onfocus onchange oninput I Don't KnowPreviousNextWhich file is responsible for the main settings of a WordPress theme? index.php functions.php wp-config.php style.css I Don't KnowWhich function is used to enqueue scripts in WordPress? wp_add_script() wp_enqueue_script() add_script() load_script() I Don't KnowWhich database table stores WordPress metadata for posts? wp_options wp_posts wp_postmeta wp_terms I Don't KnowWhat does the `wp_verify_nonce()` function do? Sanitizes user input Validates security tokens Escapes HTML content Optimizes database queries I Don't KnowWhich WordPress function is used to register a custom post type? wp_add_post_type() register_post_type() create_post_type() add_custom_post() I Don't KnowWhat is the primary purpose of Shopify? To create and manage email marketing campaigns To build and host e-commerce websites To design mobile applications To provide cloud storage solutions I Don't KnowWhat is Shopify Liquid used for? Managing customer data Creating custom themes and templates Processing payments Generating SEO reports I Don't KnowWhich of the following is a key feature of Shopify? Built-in payment gateway (Shopify Payments) Social media scheduling tools Video editing capabilities Offline document editing I Don't KnowPreviousNextWhich HTTP method is used to update an existing resource? GET POST PUT DELETE I Don't KnowWhat is the purpose of middleware in backend development? To store encrypted data To connect the frontend with the backend To run logic between request and response To execute background jobs I Don't KnowWhich backend framework is built with PHP? Django Express.js Laravel Flask I Don't KnowWhich security header prevents Clickjacking attacks? Content-Security-Policy X-Frame-Options Strict-Transport-Security X-XSS-Protection I Don't KnowWhat is the primary function of a load balancer? Distributes network traffic across multiple servers Manages server file storage Optimizes database queries Secures API endpoints I Don't KnowWhich SQL command retrieves data from a database? SELECT INSERT DELETE UPDATE I Don't KnowWhat is the role of a primary key in a database? A column with a unique identifier A field that stores encrypted data A backup of the database A temporary table I Don't KnowWhich SQL clause filters records based on a condition? ORDER BY WHERE GROUP BY LIMIT I Don't KnowWhich of the following is NOT a NoSQL database? MongoDB Redis CouchDB MySQL I Don't KnowWhich database indexing technique improves query performance? Full table scan B-tree indexing Nested queries Temporary tables I Don't Know Previous Submit Form