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   Which of the following is correct about HTML ?

HTML uses tags defined within the language.

Q. 59   How to display preformatted text in HTML ?

<pre>

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

Both the <hr> and the <br> tag

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

font-family

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

Width and height

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

id

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

It is used to add styles to an HTML element.

Q. 65   The full form of CSS is :

Cascading Style Sheets

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

Declaration statements

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

background-color

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

Ignores the statements

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

color

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

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

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

3

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

If-then-else statement

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

.navbar-right

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

<style>

Q. 75   Who developed the bootstrap ?

Mark Otto and Jacob Thornton

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

remove() method

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

12

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

.

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

Inline

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

No

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

.btn-lg

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

opacity

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

.collapse

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

letter-spacing

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

.modal-lg

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

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

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

John Resig in 2006

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

External

Q. 89   Is Bootstrap 3 mobile-first ?

TRUE

Q. 90   jQuery is a -

JavaScript library

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

#

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

.container

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

parents() method

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

the $ sign

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

.jumbotron

Q. 96   How can we write comments in CSS ?

/* */

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

.dropdown

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

Top, Right, Bottom, Left

Q. 99   Which type of JavaScript language is ___

Object-Based

Q. 100   What is Anchor Text ?

It is the visible text that is hyperlinked to another page

Q. 101   What does SEO mean ?

Search Engine Optimization

Q. 102   Keyword research allows you to ___________

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

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

No specific advantage for search engines

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

Refers to how fast your site loads for a user

Q. 105   What is a backlink strategy ?

External links arriving on my website

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

Responsive

Q. 107   The title structure should be structured as follows

h1, h2, h3, h4

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

Location

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

categories

Q. 110   Backlinks are like ______ for your website.

votes

Q. 111   What is the objective of SEO ?

Increasing visibility of a website

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

Amazon

Q. 113   The future of SEO is :

Answer and not search engines

Q. 114   An optimized meta tag includes :

All of these answers are correct

Q. 115   Why Robot.txt file is used ?

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

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

Alt tag

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

All of the above

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

A brief elaboration about the company

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

All of the above

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

Edge Rank

Q. 121   Micro-blogging can be defined as __________

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

Q. 122   Facebook was invented by

Sir Mark Zuckerberg

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

2004

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

Harvard students

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

blue

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

Skype

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

Instagram

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

Instagram

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

Telegram

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

Twitter

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

Twitter

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

More than 3 months

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

70

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

Page authority, domain authority, page rank

Q. 135   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. 136   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. 137   A friendly URL is

Short, with recognizable text and relevant keywords

Q. 138   Domain authority is a metric maintained by ?

Moz

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

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

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

link building

Q. 141   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. 142   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. 143   The Meta Robots tag should be placed in which part of an HTML file ?

the head area

Q. 144   The Nofollow attribute :

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

Q. 145   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. 146   What does search engine saturation mean ?

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

Q. 147   What is meta description ?

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

Q. 148   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. 149   What is the format for sitemaps recommended the most by the search engine and SEOS ?

XML (Extensible Markup Language)

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

10

Q. 151   What is Social Media Marketing ?

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

Q. 152   What social media marketing do ?

All of the above

Q. 153   Social media marketing focuses on ___.

Social platform

Q. 154   Identify the platform for Social media marketing ?

All of the above

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

Tweets

Q. 156   What is 'social media optimization' ?

Creating content which easily creates publicity via social networks

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

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

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

Facebook

Q. 159   What is unique about social media marketing ?

All of the above

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

All of the above

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

Increasing the number of Facebook fans & Twitter followers

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

Traffic

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

Social media marketing

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

Edge rank

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

Insights

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

Increased abilities to connect directly and send messages to people

Q. 167   What is not true about digital marketing ?

Digital marketing cannot be done online

Q. 168   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. 169   SEO stands for _______.

Search Engine Optimization

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

All of the above

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

All of the above

Q. 172   PPC stands for ____.

Pay Per Click

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

Link-based metrics

Q. 174   What does SERP mean ?

search engine results page

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

Seorch

Q. 176   Youtube launched in ?

2005

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

2560x1440 pixels

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

All of the above

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

speech recognition technology

Q. 180   Keywords are used in the ?

All of the above

Q. 181   Social networks are organized primarily around __________.

people

Q. 182   Digital marketing is often referred to as___________.

All of the above

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

Meta Description or Meta tags

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

80% to 90%

Q. 185   What does the abbreviation HTML stand for ?

HyperText Markup Language.

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

6

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

H6

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

Ordered, Unordered Lists.

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

<ol>

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

.html

Q. 191   We enclose HTML tags within ?

< >

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

It converts the text within it to bold font.

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

HTML uses tags defined within the language.

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

Width and height

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

img

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

color

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

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

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

<html>

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

Free for All Links

Q. 200   What is the effect of the tag?

It converts the text within it to bold font.