Unlimited Online Free Software Download! Get 100% Free Hurry up!

ADVANCE DIGITAL MARKETING Quiz

Welcome!

Quiz
Q. 1   PHP stands for -

Hypertext Preprocessor

Q. 2   Who is known as the father of PHP ?

Rasmus Lerdrof

Q. 3   Variable name in PHP starts with -

$ (Dollar)

Q. 4   Which of the following is the default file extension of PHP ?

.php

Q. 5   Which of the following is not a variable scope in PHP ?

Extern

Q. 6   Which of the following is correct to add a comment in php ?

Both (// ……) and (/* …… */)

Q. 7   Which of the following is used to display the output in PHP ?

Both (echo) and (print)

Q. 8   Which of the following is the use of strlen() function in PHP ?

The strlen() function returns the length of string

Q. 9   Which of the following is used for concatenation in PHP ?

. (dot)

Q. 10   Which of the following starts with __ (double underscore) in PHP ?

Magic constants

Q. 11   Which of the following is the use of strpos() function in PHP ?

The strpos() function is used to search for a character/text in a string

Q. 12   What does PEAR stands for ?

PHP extension and application repository

Q. 13   Which of the following is the correct way to create a function in PHP ?

function myFunction()

Q. 14   Which of the following PHP function is used to generate unique id ?

uniqueid()

Q. 15   Which of the following is the correct way of defining a variable in PHP ?

$variable_name = value;

Q. 16   What is the use of fopen() function in PHP ?

The fopen() function is used to open files in PHP

Q. 17   What is the use of isset() function in PHP ?

The isset() function is used to check whether variable is set or not

Q. 18   What is the use of sprintf() function in PHP ?

The sprintf() function is used to send output to variable

Q. 19   Which of the following is the correct way to open the file 'sample.txt' as readable ?

fopen('sample.txt', 'r');

Q. 20   Which of the following is the correct use of the strcmp() function in PHP ?

The strcmp() function is used to compare the strings including case

Q. 21   Which of the following function displays the information about PHP and its configuration ?

phpinfo()

Q. 22   Which of the following function is used to find files in PHP ?

glob()

Q. 23   Which of the following function is used to set cookie in PHP ?

setcookie()

Q. 24   Which of the following function is used to get the ASCII value of a character in PHP ?

chr()

Q. 25   Which of the following function is used to unset a variable in PHP ?

unset()

Q. 26   Which of the following function is used to sort an array in descending order ?

rsort()

Q. 27   Which of the following is/are the code editors in PHP ?

All of the above

Q. 28   Which of the following is used to end a statement in PHP ?

; (semicolon)

Q. 29   Which of the following function in PHP can be used to test the type of any variable ?

From 8 to Large 72

Q. 30   String values in PHP must be enclosed within -

Both (Double Quotes) and (Single Quotes)

Q. 31   Which of the following variable name is invalid ?

$new-var

Q. 32   Which of the following is the correct way to create an array in PHP ?

$season = array('summer' , 'winter' , 'spring' , 'autumn');

Q. 33   Which of the following is a built-in function in PHP that adds a value to the end of an array ?

array_push()

Q. 34   Which of the following function in PHP returns a text in title case from a variable ?

ucwords($var)

Q. 35   Which of the following is the correct way to print 'Hello World' in PHP ?

echo 'Hello World';

Q. 36   Which of the following function is used to compress a string in PHP ?

gzcompress()

Q. 37   What does SPL stands for in PHP ?

Standard PHP Library

Q. 38   Which of the following function converts a string to all uppercase ?

strtoupper()

Q. 39   The function in PHP that can be used to concatenate array elements to form a single delimited string is -

implode()

Q. 40   Which PHP function determines the last access time of a file ?

fileatime()

Q. 41   Which PHP function is capable to read specific number of characters from a file ?

fgets()

Q. 42   Which PHP function is used to find the position of the last occurrence of a substring inside another string ?

strrpos()

Q. 43   Which of the following function is used to compute the difference between two arrays in PHP ?

array_diff

Q. 44   Which PHP function converts an English text datetime into a Unix timestamp ?

strtotime()

Q. 45   Which of the following function in PHP returns the time of sunrise of a particular day and location ?

date_sunrise()

Q. 46   Which of the following is the correct syntax to write a PHP code ?

<?php ?>

Q. 47   How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions.

8

Q. 48   What does PDO stand for ?

PHP Data Object

Q. 49   Which PHP statement will give output as $x on the screen ?

echo "$x";

Q. 50   PHP's numerically indexed array begin with position ___________

0

Q. 51   What does the abbreviation HTML stand for ?

HyperText Markup Language.

Q. 52   How many sizes of headers are available in HTML by default ?

6

Q. 53   What is the smallest header in HTML by default ?

h6

Q. 54   What are the types of lists available in HTML ?

Ordered, Unordered Lists.

Q. 55   How to create an ordered list in HTML ?

<ol>

Q. 56   HTML files are saved by default with the extension ?

.html

Q. 57   We enclose HTML tags within ?

< >

Q. 58   What is the effect of the tag ?

It converts the text within it to bold font.

Q. 59   Which of the following is correct about HTML ?

HTML uses tags defined within the language.

Q. 60   How to display preformatted text in HTML ?

<pre>

Q. 61   Which of the following tags doesn't require a closing tag ?

Both the <hr> and the <br> tag

Q. 62   Which of the following properties is used to change the font of text ?

font-family

Q. 63   What are the attributes used to change the size of an image ?

Width and height

Q. 64   Which attribute is used to provide a unique name to an HTML element ?

id

Q. 65   What is the function of the HTML style attribute ?

It is used to add styles to an HTML element.

Q. 66   The full form of CSS is :

Cascading Style Sheets

Q. 67   The 'function' and 'var' are known as :

Declaration statements

Q. 68   How can we change the background color of an element ?

background-color

Q. 69   When interpreter encounters an empty statements, what it will do :

Ignores the statements

Q. 70   How can we change the text color of an element ?

color

Q. 71   In JavaScript, what is a block of statement ?

block that combines a number of statements into a single compound statement

Q. 72   In how many ways can CSS be written in ?

3

Q. 73   Which one of the following also known as Conditional Expression :

If-then-else statement

Q. 74   The class used to right align the navigation bar buttons is -

.navbar-right

Q. 75   Which HTML tag is used to declare internal CSS ?

<style>

Q. 76   Who developed the bootstrap ?

Mark Otto and Jacob Thornton

Q. 77   The jQuery method used to remove the set of matched elements is

remove() method

Q. 78   How many columns are allowed in a bootstrap grid system ?

12

Q. 79   How can we select an element with a specific Class in CSS ?

.

Q. 80   What type of CSS is the following code snippet ? <h1 style = "color:blue;" > A Blue Heading </h1>

Inline

Q. 81   Can negative values be allowed in padding property ?

No

Q. 82   Which of the following class in Bootstrap is used to create a large button ?

.btn-lg

Q. 83   The CSS property used to specify the transparency of an element is ?

opacity

Q. 84   The class in Bootstrap which is used to specify the collapsible elements is -

.collapse

Q. 85   How can we specify the spacing between each letter in a text in CSS ?

letter-spacing

Q. 86   Which of the following class in Bootstrap is used for creating the large size modals ?

.modal-lg

Q. 87   What is the correct syntax for referring an external CSS ?

<link rel="stylesheet" type="text/css" href="style.css">

Q. 88   Who developed jQuery, and in which year it was first released ?

John Resig in 2006

Q. 89   What type of CSS is generally recommended for designing large web pages ?

External

Q. 90   Is Bootstrap 3 mobile-first ?

TRUE

Q. 91   jQuery is a -

JavaScript library

Q. 92   How can we select an element with a specific ID in CSS ?

#

Q. 93   Which of the following class in Bootstrap is used to provide a responsive fixed width container ?

.container

Q. 94   The jQuery method used to get all ancestors of the matched set of elements is -

parents() method

Q. 95   Which of the following sign is used as a shortcut for jQuery ?

the $ sign

Q. 96   Which of the following class in bootstrap is used to create a big box for calling extra attention ?

.jumbotron

Q. 97   How can we write comments in CSS ?

/* */

Q. 98   Which of the following class in Bootstrap is used to create a dropdown menu ?

.dropdown

Q. 99   In the below code snippet, in what order will the margins be added ?
p {
margin: 25px 50px 75px 100px;
}

Top, Right, Bottom, Left

Q. 100   Which type of JavaScript language is ___

Object-Based

Q. 101   What is Anchor Text ?

It is the visible text that is hyperlinked to another page

Q. 102   What does SEO mean ?

Search Engine Optimization

Q. 103   Keyword research allows you to ___________

Both (determine which keywords to target) & (learn about your customers interests)

Q. 104   What is the advantage of putting all of your important keywords in the Meta Keywords tag ?

No specific advantage for search engines

Q. 105   What is page speed and why does it matter ?

Refers to how fast your site loads for a user

Q. 106   What is a backlink strategy ?

External links arriving on my website

Q. 107   Websites that work on both desktop and mobile are called

Responsive

Q. 108   The title structure should be structured as follows

h1, h2, h3, h4

Q. 109   Local SEO is about your ___________being found on maps and mobile searches.

Location

Q. 110   In Local SEO efforts, we optimize ___________in Google My Business.

categories

Q. 111   Backlinks are like ______ for your website.

votes

Q. 112   What is the objective of SEO ?

Increasing visibility of a website

Q. 113   What is the first E-commerce search engine ?

Amazon

Q. 114   The future of SEO is :

Answer and not search engines

Q. 115   An optimized meta tag includes :

All of these answers are correct

Q. 116   Why Robot.txt file is used ?

To block the crawler from crawling a particular portion of the website

Q. 117   What should you use to help Google understanding images ?

Alt tag

Q. 118   Which of the following is the correct depiction of Digital Marketing ?

All of the above

Q. 119   What is considered while creating a front page of the website or homepage ?

A brief elaboration about the company

Q. 120   Which of the following is not specifically required by the search engines ?

All of the above

Q. 121   Which of the following is the correct name for Facebook's ranking algorithm ?

Edge Rank

Q. 122   Micro-blogging can be defined as __________

Blogs encompassing limited individual posts, which are typically limited by character count.

Q. 123   Facebook was invented by

Sir Mark Zuckerberg

Q. 124   In which one of the following year, face book was invented ?

2004

Q. 125   Who were the exclusive members of Facebook when it was first launched ?

Harvard students

Q. 126   What is the primary color of the Facebook website ?

blue

Q. 127   What is the technology partner of Facebook in its video calling feature ?

Skype

Q. 128   Which social media company just announced the global launch of 'Take a Break', which includes India ?

Instagram

Q. 129   Which social media platform has launched two cyber safety campaigns named 'Safe Stree' and 'My Kanoon' ?

Instagram

Q. 130   Recently, Ministry of Information and Broadcasting has launched its account in which social media platform to counter fake news ?

Telegram

Q. 131   'Super Follows' feature has been introduced by which social media giant ?

Twitter

Q. 132   Which social media platform discontinued its feature named 'Fleets' ?

Twitter

Q. 133   How much time period is required to get a Google page ranking ?

More than 3 months

Q. 134   The number of characters recommended for Title Tag ?

70

Q. 135   What do the acronyms PA, DA, and PR stand for ?

Page authority, domain authority, page rank

Q. 136   Why is it bad concept from SEO perspective to host cost-free write-ups as well as write ups that are very common on the web ?

Because you could be penalize by search engine for making use of duplicate contents.

Q. 137   Just how can Meta Description tags help with the technique of seo ?

They serve as the duplicate that will certainly attract searchers to click on your listing.

Q. 138   A friendly URL is

Short, with recognizable text and relevant keywords

Q. 139   Domain authority is a metric maintained by ?

Moz

Q. 140   How do sitemaps help a website with search engines ?

search engine spiders can reach more pages on a website because of sitemaps

Q. 141   MOZs keyword analysis tool, Ravens research central and advanced web ranking are all example of tools used in :

link building

Q. 142   Suppose you want a page to pass on value but not to be indexed, which tag would you use ?

meta robots = no index, follow

Q. 143   The canonical tag is used to inform search engines

which URL to count as authoritative when dealing with several URLs leading to the same page

Q. 144   The Meta Robots tag should be placed in which part of an HTML file ?

the head area

Q. 145   The Nofollow attribute :

does not pass on link juice but counts as a vote of approval

Q. 146   Using the same keywords too many time on your web pages, which has a negative effect on user experience and ranking, is a practice called :

keyword density

Q. 147   What does search engine saturation mean ?

the amount of pages of a website indexed by a search engine

Q. 148   What is meta description ?

A short description of your web page that lets a search engine know what the page is about

Q. 149   What is the difference between page authority and domain authority ?

Both are maintained by Moz, one ranks a page and the other ranks the whole domain

Q. 150   What is the format for sitemaps recommended the most by the search engine and SEOS ?

XML (Extensible Markup Language)

Q. 151   What is the highest Google page rank a web page can have ?

10

Q. 152   What is Social Media Marketing ?

a way to communicate with customers on social media platforms to increase the performance of the business

Q. 153   What social media marketing do ?

All of the above

Q. 154   Social media marketing focuses on ___.

Social platform

Q. 155   Identify the platform for Social media marketing ?

All of the above

Q. 156   Which term adopted for updates by Twitter users ?

Tweets

Q. 157   What is 'social media optimization' ?

Creating content which easily creates publicity via social networks

Q. 158   What is the benefit of Social media marketing ?

It can show your brand in front of people much more quickly and easily.

Q. 159   Which social network is considered the most popular for social media marketing ?

Facebook

Q. 160   What is unique about social media marketing ?

All of the above

Q. 161   How does a blog directly impact sales of a company ?

All of the above

Q. 162   Which of the following is not considered a social media marketing goal ?

Increasing the number of Facebook fans & Twitter followers

Q. 163   Which of the following are not the features for social media marketing ?

Traffic

Q. 164   ___ is the use of social media platforms and websites to promote a product or service.

Social media marketing

Q. 165   What is the name for Facebook`s ranking algorithm ?

Edge rank

Q. 166   What is the name of Facebook's analytic package ?

Insights

Q. 167   What feature does LinkedIn offer for pay accounts ?

Increased abilities to connect directly and send messages to people

Q. 168   What is not true about digital marketing ?

Digital marketing cannot be done online

Q. 169   Location is a unique feature of Mobile Marketing because _____.

It allows you to customize the marketing messages to suit the needs of users of a particular location.

Q. 170   SEO stands for _______.

Search Engine Optimization

Q. 171   The items that the search engines don't want are ______.

All of the above

Q. 172   In YouTube Keywords are used in the _____.

All of the above

Q. 173   PPC stands for ____.

Pay Per Click

Q. 174   Which group of ranking factors do SEOs generally consider to have the largest influence on rankings ?

Link-based metrics

Q. 175   What does SERP mean ?

search engine results page

Q. 176   Which SEO tool was not mentioned in the lecture ?

Seorch

Q. 177   Youtube launched in ?

2005

Q. 178   The recommended size of setup channel background is ?

2560x1440 pixels

Q. 179   The most important aspects of your video YouTube considers in ranking are ?

All of the above

Q. 180   YouTube can use _________________ to automatically create captions for your videos

speech recognition technology

Q. 181   Keywords are used in the ?

All of the above

Q. 182   Social networks are organized primarily around __________.

people

Q. 183   Digital marketing is often referred to as___________.

All of the above

Q. 184   ___________ help in providing the user the gist of what is the article about.

Meta Description or Meta tags

Q. 185   Approximately how many businesses content marketing is used ?

80% to 90%

Q. 186   What does the abbreviation HTML stand for ?

HyperText Markup Language.

Q. 187   How many sizes of headers are available in HTML by default ?

6

Q. 188   What is the smallest header in HTML by default ?

H6

Q. 189   What are the types of lists available in HTML ?

Ordered, Unordered Lists.

Q. 190   How to create an ordered list in HTML ?

<ol>

Q. 191   HTML files are saved by default with the extension ?

.html

Q. 192   We enclose HTML tags within ?

< >

Q. 193   What is the effect of the <b> tag ?

It converts the text within it to bold font.

Q. 194   Which of the following is correct about HTML ?

HTML uses tags defined within the language.

Q. 195   What are the attributes used to change the size of an image ?

Width and height

Q. 196   What tag is used to render an image on a webpage ?

img

Q. 197   Which property is used toset colors in HTML ?

color

Q. 198   Which of the following things are necessary to create an HTML page ?

Both (A text editor.) and (Web Browser)

Q. 199   Which of the following tags is used to indicate the page's start and endpoints ?

<html>

Q. 200   The full form of FFA page is __________.

Free for All Links