All Interview Questions

8 questions found

Categories
Difficulty Level
Question Type
Popular Tags
JavaScript HTML HTML5 Semantic Web Development CSS Box Model Layout Web Design ES6 Variables var let const SEO
Showing 8 of 8 questions
1
Web Development · HTML Beginner
What is the difference between HTML and HTML5?
HTML5 is the latest version with semantic elements, multimedia support, canvas, local storage, and better APIs.
2 min 0 0 HTML, HTML5
2
Web Development · CSS Beginner
What is the CSS Box Model? Explain all its components.
The Box Model has 4 parts: Content, Padding, Border, and Margin from inside to outside.
3 min 0 0 CSS, Box Model
3
Web Development · JavaScript Beginner
What is the difference between var, let, and const in JavaScript?
var is function-scoped, let and const are block-scoped. const cannot be reassigned, let can.
3 min 0 0 JavaScript, ES6
4
SEO & SMO · Printing Knowledge Beginner
What is On-Page SEO and what are its key elements?
On-Page SEO is optimizing page elements like title, meta, headings, content, images, and URL for search engines.
3 min 0 0 SEO, On-Page
5
Web Development · JavaScript Beginner MCQ
Which method is used to add an element at the end of an array in JavaScript?
push() method adds elements at the end of array.
1 min 0 0 JavaScript, Arrays
6
Digital Marketing · YouTube SEO Intermediate
What is the difference between Facebook Ads and Google Ads?
Facebook Ads target based on interests/demographics (passive), Google Ads target based on search intent (active).
4 min 0 0 Digital Marketing, Facebook Ads
7
Branding · Marketing Automation Intermediate
What is Brand Identity and what are its key components?
Brand Identity is the visual and verbal elements (logo, colors, fonts, voice) that make a brand recognizable and consistent.
4 min 0 0 Branding, Brand Identity
8
WordPress Development · WordPress Themes Intermediate
What is the WordPress Loop and how does it work?
The WordPress Loop is PHP code that displays posts from database. It iterates through each post and displays content.
4 min 3 0 WordPress, Loop