Fused Software Developer Assessment Step 1 of 4 25% As part of our hiring process, we have created a list of questions and tasks that we’d like you to complete, in order to find out more about your skills, abilities and attention to detail. The tasks all up won’t take longer than 30 minutes to complete. We ask that you complete them all at once rather than starting and stopping. Part 1: Frontend Bug FindingHomepage Bug FindingTake a look at the following page, and make a numbered list of bugs that you are able to find. Bug Page: Reference Designs - Desktop: Reference Design - Mobile: List your bugs with numbers below:Product Page Bug FindingTake a look at the following page, and make a numbered list of bugs that you are able to find. Bug Page: Reference Designs - Desktop: Reference Design - Mobile: List your bugs with numbers below: Part 2: Fix the bugTake a look at the following code that (achieves some functionality): (link to git file) The following code has two bugs: code here code here code here code here 1. It should be producing the following output, but it isn’t: [Sample json output] 2. The code is executing very slowly. Please refactor, bug fix and improve this code to meet the above two objectives. While you’re at it comment and clean up this script to ensure it’s easier for you to use in the future. Upload your fileMax. file size: 64 MB. Part 3: Your Approach & WP Quick Questions1. Awesome - you’ve just been given a new WP theme project.You’ve got a brief, a list of pages, a list of design files for those pages and a staging environment setup for the build. At a high level, list the steps you would go through to take this project from start to finish.2. What is the $wpdb variable in WordPress? And how can you use it to improve the following code?3. How would you change all the occurrences of “Hello” into “Good Morning” in post/page contents, when viewed before 11am? Please explain your steps and include the code you’d write to create this.4. Assuming we have a file named “wp-content/plugins/hello-world.php” with the following content. What is this missing to be called a plugin and run properly?5. What is a potential problem in the following snippet of code from a WordPress theme file named “footer.php”?6. What are the benefits of defining global styles?7. What is the most effective way to ensure that images are being loaded according to the viewport, rather than large images, when working with ACF? Please provide a code example. Δ