Unlimited Online Free Software Download! Get 100% Free
Hurry up!
Location: Bapunagar
Call: 800 053 0134
Email: info@hitechskillindia.in
Courses
CCC
Accounting
Software Development
Designing
Mobile Development
Digital Marketing
Specialized Courses
Live Project Training
Home
About
Placement Student's
Quiz
CCC Quiz
TallyPrime + GST Quiz
C, C++ Quiz
PHP Quiz
Laravel Quiz
React Quiz
NodeJS Quiz
Python Quiz
Java Quiz
WordPress Quiz
Digital Marketing Quiz
Front-End Quiz
Fullstack PHP Quiz
Fullstack Python Quiz
Fullstack Java Quiz
Fullstack WordPress Quiz
Fullstack NodeJS Quiz
Blog
Contact
E-Brochure
hot
Gallery
Career
We Are Hiring
Test Exam
Increase your skills
Inquiry Now
Home
About Us
Courses
CCC
Accounting
Software Development
hot
Designing
Mobile Development
new
Digital Marketing
Specialized Courses
new
Live Project Training
hot
Placement Student's
Quiz
CCC Quiz
TallyPrime + GST Quiz
C, C++ Quiz
PHP Quiz
Laravel Quiz
React Quiz
NodeJS Quiz
Python Quiz
Java Quiz
WordPress Quiz
Digital Marketing Quiz
Front-End Quiz
Fullstack PHP Quiz
Fullstack Python Quiz
Fullstack Java Quiz
Fullstack WordPress Quiz
Fullstack NodeJS Quiz
Blog
Contact Us
More
New
E-Brochure
hot
Gallery
Career
We Are Hiring
Test Exam
Increase your skills
ADVANCE DIGITAL MARKETING Quiz
Home
Quiz
ADVANCE DIGITAL MARKETING Quiz
ADVANCE DIGITAL MARKETING Quiz
Welcome!
Quiz
Q.
1 PHP stands for -
A.
Hypertext Preprocessor
B.
Pretext Hypertext Preprocessor
C.
Personal Home Processor
D.
None of the above
Answer
Hypertext Preprocessor
Q.
2 Who is known as the father of PHP ?
A.
Drek Kolkevi
B.
List Barely
C.
Rasmus Lerdrof
D.
None of the above
Answer
Rasmus Lerdrof
Q.
3 Variable name in PHP starts with -
A.
! (Exclamation)
B.
$ (Dollar)
C.
& (Ampersand)
D.
# (Hash)
Answer
$ (Dollar)
Q.
4 Which of the following is the default file extension of PHP ?
A.
.php
B.
.hphp
C.
.xml
D.
.html
Answer
.php
Q.
5 Which of the following is not a variable scope in PHP ?
A.
Extern
B.
Local
C.
Static
D.
Global
Answer
Extern
Q.
6 Which of the following is correct to add a comment in php ?
A.
& …… &
B.
// ……
C.
/* …… */
D.
Both (// ……) and (/* …… */)
Answer
Both (// ……) and (/* …… */)
Q.
7 Which of the following is used to display the output in PHP ?
A.
echo
B.
write
C.
print
D.
Both (echo) and (print)
Answer
Both (echo) and (print)
Q.
8 Which of the following is the use of strlen() function in PHP ?
A.
The strlen() function returns the type of string
B.
The strlen() function returns the length of string
C.
The strlen() function returns the value of string
D.
The strlen() function returns both value and type of string
Answer
The strlen() function returns the length of string
Q.
9 Which of the following is used for concatenation in PHP ?
A.
+ (plus)
B.
* (Asterisk)
C.
. (dot)
D.
append()
Answer
. (dot)
Q.
10 Which of the following starts with __ (double underscore) in PHP ?
A.
Inbuilt constants
B.
User-defined constants
C.
Magic constants
D.
Default constants
Answer
Magic constants
Q.
11 Which of the following is the use of strpos() function in PHP ?
A.
The strpos() function is used to search for the spaces in a string
B.
The strpos() function is used to search for a number in a string
C.
The strpos() function is used to search for a character/text in a string
D.
The strpos() function is used to search for a capitalize character in a string
Answer
The strpos() function is used to search for a character/text in a string
Q.
12 What does PEAR stands for ?
A.
PHP extension and application repository
B.
PHP enhancement and application reduce
C.
PHP event and application repository
D.
None of the above
Answer
PHP extension and application repository
Q.
13 Which of the following is the correct way to create a function in PHP ?
A.
Create myFunction()
B.
New_function myFunction()
C.
function myFunction()
D.
None of the above
Answer
function myFunction()
Q.
14 Which of the following PHP function is used to generate unique id ?
A.
id()
B.
mdid()
C.
uniqueid()
D.
None of the above
Answer
uniqueid()
Q.
15 Which of the following is the correct way of defining a variable in PHP ?
A.
$variable name = value;
B.
$variable_name = value;
C.
$variable_name = value
D.
$variable name as value;
Answer
$variable_name = value;
Q.
16 What is the use of fopen() function in PHP ?
A.
The fopen() function is used to open folders in PHP
B.
The fopen() function is used to open remote server
C.
The fopen() function is used to open files in PHP
D.
None of the above
Answer
The fopen() function is used to open files in PHP
Q.
17 What is the use of isset() function in PHP ?
A.
The isset() function is used to check whether variable is set or not
B.
The isset() function is used to check whether the variable is free or not
C.
The isset() function is used to check whether the variable is string or not
D.
None of the above
Answer
The isset() function is used to check whether variable is set or not
Q.
18 What is the use of sprintf() function in PHP ?
A.
The sprintf() function is used to print the output of program
B.
The sprintf() function is used to send output to variable
C.
Both of the above
D.
None of the above
Answer
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 ?
A.
fopen('sample.txt', 'r');
B.
fopen('sample.txt', 'r +');
C.
fopen('sample.txt','read');
D.
fopen('sample.txt');
Answer
fopen('sample.txt', 'r');
Q.
20 Which of the following is the correct use of the strcmp() function in PHP ?
A.
The strcmp() function is used to compare the strings excluding case
B.
The strcmp() function is used to compare the uppercase strings
C.
The strcmp() function is used to compare the lowercase strings
D.
The strcmp() function is used to compare the strings including case
Answer
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 ?
A.
php_info()
B.
phpinfo()
C.
info()
D.
None of the above
Answer
phpinfo()
Q.
22 Which of the following function is used to find files in PHP ?
A.
glob()
B.
fold()
C.
file()
D.
None of the above
Answer
glob()
Q.
23 Which of the following function is used to set cookie in PHP ?
A.
createcookie()
B.
makecookie()
C.
setcookie()
D.
None of the above
Answer
setcookie()
Q.
24 Which of the following function is used to get the ASCII value of a character in PHP ?
A.
val()
B.
asc()
C.
ascii()
D.
chr()
Answer
chr()
Q.
25 Which of the following function is used to unset a variable in PHP ?
A.
delete()
B.
unset()
C.
unlink()
D.
None of the above
Answer
unset()
Q.
26 Which of the following function is used to sort an array in descending order ?
A.
sort()
B.
asrot()
C.
dsort()
D.
rsort()
Answer
rsort()
Q.
27 Which of the following is/are the code editors in PHP ?
A.
Notepad++
B.
Atom
C.
Adobe Dreamweaver
D.
All of the above
Answer
All of the above
Q.
28 Which of the following is used to end a statement in PHP ?
A.
. (dot)
B.
; (semicolon)
C.
! (exclamation)
D.
/ (slash)
Answer
; (semicolon)
Q.
29 Which of the following function in PHP can be used to test the type of any variable ?
A.
From 10 to Large 70
B.
From 8 to Large 72
C.
From 5 to Large 75
D.
From 10 to Large 100
Answer
From 8 to Large 72
Q.
30 String values in PHP must be enclosed within -
A.
Double Quotes
B.
Single Quotes
C.
Both (Double Quotes) and (Single Quotes)
D.
None of the above
Answer
Both (Double Quotes) and (Single Quotes)
Q.
31 Which of the following variable name is invalid ?
A.
$newVar
B.
$new_Var
C.
$new-var
D.
All of the above
Answer
$new-var
Q.
32 Which of the following is the correct way to create an array in PHP ?
A.
$season = array['summer' , 'winter' , 'spring' , 'autumn'];
B.
$season = array('summer' , 'winter' , 'spring' , 'autumn');
C.
$season = 'summer' , 'winter' , 'spring' , 'autumn';
D.
All of the above
Answer
$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 ?
A.
array_push()
B.
inend_array()
C.
into_array()
D.
None of the above
Answer
array_push()
Q.
34 Which of the following function in PHP returns a text in title case from a variable ?
A.
toUpper($var)
B.
ucwords($var)
C.
ucword($var)
D.
All of the above
Answer
ucwords($var)
Q.
35 Which of the following is the correct way to print 'Hello World' in PHP ?
A.
'Hello World';
B.
write('Hello World');
C.
echo 'Hello World';
D.
None of the above
Answer
echo 'Hello World';
Q.
36 Which of the following function is used to compress a string in PHP ?
A.
compress()
B.
zip_compress()
C.
gzcompress()
D.
zip()
Answer
gzcompress()
Q.
37 What does SPL stands for in PHP ?
A.
Standard PHP Library
B.
Simple PHP Library
C.
Simple PHP List
D.
None of the above
Answer
Standard PHP Library
Q.
38 Which of the following function converts a string to all uppercase ?
A.
upper()
B.
uppercase()
C.
struppercase()
D.
strtoupper()
Answer
strtoupper()
Q.
39 The function in PHP that can be used to concatenate array elements to form a single delimited string is -
A.
implode()
B.
concat()
C.
explode()
D.
concatenate()
Answer
implode()
Q.
40 Which PHP function determines the last access time of a file ?
A.
filetime()
B.
fileatime()
C.
filectime()
D.
None of the above
Answer
fileatime()
Q.
41 Which PHP function is capable to read specific number of characters from a file ?
A.
filegets()
B.
fget()
C.
fgets()
D.
None of the above
Answer
fgets()
Q.
42 Which PHP function is used to find the position of the last occurrence of a substring inside another string ?
A.
strops()
B.
strrpos()
C.
strtr()
D.
None of the above
Answer
strrpos()
Q.
43 Which of the following function is used to compute the difference between two arrays in PHP ?
A.
diff_array
B.
array_diff
C.
arrays_diff
D.
diff_arrays
Answer
array_diff
Q.
44 Which PHP function converts an English text datetime into a Unix timestamp ?
A.
str_to_time()
B.
strtodate()
C.
strtotime()
D.
None of the above
Answer
strtotime()
Q.
45 Which of the following function in PHP returns the time of sunrise of a particular day and location ?
A.
date_sunrise()
B.
date-sunrise()
C.
sunrise()
D.
None of the above
Answer
date_sunrise()
Q.
46 Which of the following is the correct syntax to write a PHP code ?
A.
<?php ?>
B.
< php >
C.
<? php ?>
D.
<? ?>
Answer
<?php ?>
Q.
47 How many functions does PHP offer for searching and modifying strings using Perl-compatible regular expressions.
A.
10 functions
B.
7 functions
C.
8 functions
D.
9 functions
Answer
8 functions
Q.
48 What does PDO stand for ?
A.
PHP Database Orientation
B.
PHP Data Orientation
C.
PHP Data Object
D.
PHP Database Object
Answer
PHP Data Object
Q.
49 Which PHP statement will give output as $x on the screen ?
A.
echo "$x";
B.
echo "$$x";
C.
echo "/$x";
D.
echo "$x;";
Answer
echo "$x";
Q.
50 What does the abbreviation HTML stand for ?
A.
HyperText Markup Language.
B.
HighText Markup Language.
C.
HyperText Markdown Language.
D.
None of the above.
Answer
HyperText Markup Language.
Q.
51 How many sizes of headers are available in HTML by default ?
A.
5 tag
B.
1 tag
C.
3 tag
D.
6 tag
Answer
6 tag
Q.
52 What is the smallest header in HTML by default ?
A.
h1
B.
h2
C.
h6
D.
h4
Answer
h6
Q.
53 What are the types of lists available in HTML ?
A.
Ordered, Unordered Lists.
B.
Bulleted, Numbered Lists.
C.
Named, Unnamed Lists.
D.
None of the above.
Answer
Ordered, Unordered Lists.
Q.
54 How to create an ordered list in HTML ?
A.
<ul>
B.
<ol>
C.
<href>
D.
<b>
Answer
<ol>
Q.
55 HTML files are saved by default with the extension ?
A.
.html
B.
.h
C.
.ht
D.
None of the above
Answer
.html
Q.
56 We enclose HTML tags within ?
A.
{ }
B.
< >
C.
! !
D.
None of the above
Answer
< >
Q.
57 Which of the following is correct about HTML ?
A.
HTML uses User Defined Tags.
B.
HTML uses tags defined within the language.
C.
Both A and B.
D.
None of the above.
Answer
HTML uses tags defined within the language.
Q.
58 How to display preformatted text in HTML ?
A.
<p>
B.
<pre>
C.
<hr>
D.
All of the above
Answer
<pre>
Q.
59 Which of the following tags doesn't require a closing tag ?
A.
<br>
B.
<hr>
C.
Both the <hr> and the <br> tag
D.
None of the above
Answer
Both the <hr> and the <br> tag
Q.
60 Which of the following properties is used to change the font of text ?
A.
font-family
B.
font-size
C.
text-align
D.
None of the above
Answer
font-family
Q.
61 What are the attributes used to change the size of an image ?
A.
Width and height
B.
Big and Small
C.
Top and bottom
D.
None of the above
Answer
Width and height
Q.
62 Which attribute is used to provide a unique name to an HTML element ?
A.
id
B.
class
C.
type
D.
None of the above
Answer
id
Q.
63 What is the function of the HTML style attribute ?
A.
It is used to add styles to an HTML element.
B.
It is used to uniquely identify some specific styles of some element.
C.
Both A and B.
D.
None of the above.
Answer
It is used to add styles to an HTML element.
Q.
64 The full form of CSS is :
A.
Cascading Style Sheets
B.
Coloured Special Sheets
C.
Color and Style Sheets
D.
None of the above
Answer
Cascading Style Sheets
Q.
65 The 'function' and 'var' are known as :
A.
Keywords
B.
Data types
C.
Declaration statements
D.
Prototypes
Answer
Declaration statements
Q.
66 How can we change the background color of an element ?
A.
background-color
B.
color
C.
Both A and B
D.
None of the above
Answer
background-color
Q.
67 When interpreter encounters an empty statements, what it will do :
A.
Shows a warning
B.
Prompts to complete the statement
C.
Throws an error
D.
Ignores the statements
Answer
Ignores the statements
Q.
68 How can we change the text color of an element ?
A.
background-color
B.
color
C.
Both A and B
D.
None of the above
Answer
color
Q.
69 In JavaScript, what is a block of statement ?
A.
Conditional block
B.
block that combines a number of statements into a single compound statement
C.
both conditional block and a single statement
D.
block that contains a single statement
Answer
block that combines a number of statements into a single compound statement
Q.
70 In how many ways can CSS be written in ?
A.
1 ways
B.
2 ways
C.
3 ways
D.
4 ways
Answer
3 ways
Q.
71 Which one of the following also known as Conditional Expression :
A.
Alternative to if-else
B.
Switch statement
C.
If-then-else statement
D.
immediate if
Answer
If-then-else statement
Q.
72 The class used to right align the navigation bar buttons is -
A.
.navbar-rgt
B.
.navbar-btn
C.
.navbar-right
D.
.navbar-default
Answer
.navbar-right
Q.
73 Which HTML tag is used to declare internal CSS ?
A.
<style>
B.
<link>
C.
<script>
D.
None of the above
Answer
<style>
Q.
74 Who developed the bootstrap ?
A.
James Gosling
B.
Mark Jukervich
C.
Dennis Ritchie
D.
Mark Otto and Jacob Thornton
Answer
Mark Otto and Jacob Thornton
Q.
75 The jQuery method used to remove the set of matched elements is
A.
delete() method
B.
empty() method
C.
remove() method
D.
None of the above
Answer
remove() method
Q.
76 How many columns are allowed in a bootstrap grid system ?
A.
2 columns
B.
12 columns
C.
3 columns
D.
5 columns
Answer
12 columns
Q.
77 How can we select an element with a specific Class in CSS ?
A.
#
B.
^
C.
.
D.
None of the above
Answer
.
Q.
78 What type of CSS is the following code snippet ? <h1 style="color:blue;"> A Blue Heading </h1>
A.
Inline
B.
Internal
C.
External
D.
None of the above
Answer
Inline
Q.
79 Can negative values be allowed in padding property ?
A.
No
B.
Yes
C.
Depends on property
D.
None of the above
Answer
No
Q.
80 Which of the following class in Bootstrap is used to create a large button ?
A.
.btn-xl
B.
.btn-lrg
C.
.btn-large
D.
.btn-lg
Answer
.btn-lg
Q.
81 The CSS property used to specify the transparency of an element is ?
A.
opacity
B.
visibility
C.
filter
D.
None of the above
Answer
opacity
Q.
82 The class in Bootstrap which is used to specify the collapsible elements is -
A.
.collapse
B.
.carousel
C.
.pager
D.
None of the above
Answer
.collapse
Q.
83 How can we specify the spacing between each letter in a text in CSS ?
A.
alpha-spacing
B.
letter-spacing
C.
character-spacing
D.
None of the above
Answer
letter-spacing
Q.
84 Which of the following class in Bootstrap is used for creating the large size modals ?
A.
.modal-large
B.
.modal-big
C.
.modal-lg
D.
.modal-sm
Answer
.modal-lg
Q.
85 What is the correct syntax for referring an external CSS ?
A.
<link rel="stylesheet" type="text/css" href="style.css">
B.
<stylesheet rel="stylesheet" type="text/css" href="style.css">
C.
<style rel="stylesheet" type="text/css" href="style.css">
D.
All the Above
Answer
<link rel="stylesheet" type="text/css" href="style.css">
Q.
86 Who developed jQuery, and in which year it was first released ?
A.
John Richard in 2001
B.
Mark Bensman in 2004
C.
John Resig in 2006
D.
None of the above
Answer
John Resig in 2006
Q.
87 What type of CSS is generally recommended for designing large web pages ?
A.
Inline
B.
Internal
C.
External
D.
None of the above
Answer
External
Q.
88 Is Bootstrap 3 mobile-first ?
A.
TRUE
B.
FALSE
C.
Can't say
D.
May be
Answer
TRUE
Q.
89 jQuery is a -
A.
JavaScript method
B.
JavaScript library
C.
JSON library
D.
PHP method
Answer
JavaScript library
Q.
90 How can we select an element with a specific ID in CSS ?
A.
#
B.
.
C.
^
D.
None of the above
Answer
#
Q.
91 Which of the following class in Bootstrap is used to provide a responsive fixed width container ?
A.
.container-fixed
B.
.container-fluid
C.
.container
D.
All of the above
Answer
.container
Q.
92 The jQuery method used to get all ancestors of the matched set of elements is -
A.
parents() method
B.
parent() method
C.
offsetParent() method
D.
None of the above
Answer
parents() method
Q.
93 Which of the following sign is used as a shortcut for jQuery ?
A.
the % sign
B.
the & sign
C.
the $ sign
D.
the @ sign
Answer
the $ sign
Q.
94 Which of the following class in bootstrap is used to create a big box for calling extra attention ?
A.
.box
B.
.container
C.
.container-fluid
D.
.jumbotron
Answer
.jumbotron
Q.
95 How can we write comments in CSS ?
A.
/* */
B.
//
C.
#
D.
All of the above
Answer
/* */
Q.
96 Which of the following class in Bootstrap is used to create a dropdown menu ?
A.
.dropdown
B.
.select
C.
.select-list
D.
None of the above
Answer
.dropdown
Q.
97 In the below code snippet, in what order will the margins be added ?
p {
margin: 25px 50px 75px 100px;
}
A.
Top, Right, Bottom, Left
B.
Top, Left, Bottom, Right
C.
Top, Bottom, Right, Left
D.
Right, Left, Top, Bottom
Answer
Top, Right, Bottom, Left
Q.
98 Which type of JavaScript language is ___
A.
Object-Oriented
B.
Object-Based
C.
Assembly-language
D.
High-level
Answer
Object-Based
Q.
99 What is Anchor Text ?
A.
It is the main body of text on a particular web page
B.
It is the text within the left or top panel of a web page
C.
It is the most prominent text on the page that the search engines use to assign a title to the page
D.
It is the visible text that is hyperlinked to another page
Answer
It is the visible text that is hyperlinked to another page
Q.
100 What does SEO mean ?
A.
Stop Eating Out
B.
Search Effort Offer
C.
Search Engine Optimization
D.
Search Engine Option
Answer
Search Engine Optimization
Q.
101 Keyword research allows you to ___________
A.
determine which keywords to target
B.
learn about your customers interests
C.
remove pages from search engine indexes
D.
Both (determine which keywords to target) & (learn about your customers interests)
Answer
Both (determine which keywords to target) & (learn about your customers interests)
Q.
102 What is the advantage of putting all of your important keywords in the Meta Keywords tag ?
A.
No specific advantage for search engines
B.
They will be bolded in searches for that term
C.
It increases relevance to Yahoo! and MSN/Live, although Google & Ask ignore it
D.
None of the above
Answer
No specific advantage for search engines
Q.
103 What is page speed and why does it matter ?
A.
Refers to how fast your site loads for a user
B.
Refers to how fast your site loads for Google
C.
Refers to how fast your heading loads
D.
Refers to how fast Google crawls your page
Answer
Refers to how fast your site loads for a user
Q.
104 What is a backlink strategy ?
A.
External links arriving on my website
B.
Internal clicks in my site
C.
Hyperlinks of my site
D.
Technology behind external sources
Answer
External links arriving on my website
Q.
105 Websites that work on both desktop and mobile are called
A.
Responal
B.
Dediziert
C.
Indexiert
D.
Responsive
Answer
Responsive
Q.
106 The title structure should be structured as follows
A.
h1, h2, h4, h3
B.
h4, h3, h2, h1
C.
h1, h2, h3, h4
D.
h1, h4, h4, h3
Answer
h1, h2, h3, h4
Q.
107 Local SEO is about your ___________being found on maps and mobile searches.
A.
Website
B.
Phone Number
C.
Location
D.
Password
Answer
Location
Q.
108 In Local SEO efforts, we optimize ___________in Google My Business.
A.
keywords
B.
categories
C.
butterflies
D.
numbers
Answer
categories
Q.
109 Backlinks are like ______ for your website.
A.
hyperlink
B.
votes
C.
sign
D.
drink
Answer
votes
Q.
110 What is the objective of SEO ?
A.
To have a nice website
B.
To have the best technology in terms of site encoding
C.
Increasing visibility of a website
D.
Increasing brand awareness
Answer
Increasing visibility of a website
Q.
111 What is the first E-commerce search engine ?
A.
Google Shopping
B.
Amazon
C.
Google
D.
flipkart
Answer
Amazon
Q.
112 The future of SEO is :
A.
Shorter and shorter requests
B.
Answer and not search engines
C.
n Internet user, whatever the device used.
D.
C. n Internet user, whatever the device used.
Answer
Answer and not search engines
Q.
113 An optimized meta tag includes :
A.
Keywords
B.
Call To Action
C.
Unique Selling Points
D.
All of these answers are correct
Answer
All of these answers are correct
Q.
114 Why Robot.txt file is used ?
A.
To block the crawler from crawling a particular portion of the website
B.
To block Home page of the website
C.
To Pass link juice when given link in other website
D.
None of the above
Answer
To block the crawler from crawling a particular portion of the website
Q.
115 What should you use to help Google understanding images ?
A.
Robot tag
B.
Secondary tag
C.
Alt tag
D.
Shift tag
Answer
Alt tag
Q.
116 Which of the following is the correct depiction of Digital Marketing ?
A.
E-mail Marketing
B.
social media marketing
C.
Web Marketing
D.
All of the above
Answer
All of the above
Q.
117 What is considered while creating a front page of the website or homepage ?
A.
References of other websites
B.
A brief elaboration about the company
C.
Logos portraying the number of awards won by the web designer
D.
None of the above
Answer
A brief elaboration about the company
Q.
118 Which of the following is not specifically required by the search engines ?
A.
Poor user experience
B.
Keyword stuffing
C.
Buying links
D.
All of the above
Answer
All of the above
Q.
119 Which of the following is the correct name for Facebook's ranking algorithm ?
A.
Face Rank
B.
Edge Rank
C.
Like Rank
D.
Page Rank
Answer
Edge Rank
Q.
120 Micro-blogging can be defined as __________
A.
Mobile related blogs
B.
Mobile related blogs
C.
Blogs encompassing limited individual posts, which are typically limited by character count.
D.
None of the above
Answer
Blogs encompassing limited individual posts, which are typically limited by character count.
Q.
121 Facebook was invented by
A.
Sir Mark Zuckerberg
B.
Sir Henry W. Seelay
C.
Sir Schuyler Skaats Wheeler
D.
Sir Samuel W. Francis
Answer
Sir Mark Zuckerberg
Q.
122 In which one of the following year, face book was invented ?
A.
year 2003
B.
year 2002
C.
year 2000
D.
year 2004
Answer
year 2004
Q.
123 Who were the exclusive members of Facebook when it was first launched ?
A.
Harvard students
B.
Ivy League
C.
Stanford students
D.
American residents
Answer
Harvard students
Q.
124 What is the primary color of the Facebook website ?
A.
blue
B.
red
C.
yellow
D.
green
Answer
blue
Q.
125 What is the technology partner of Facebook in its video calling feature ?
A.
Skype
B.
Vimeo
C.
Twitter
D.
MySpace
Answer
Skype
Q.
126 Which social media company just announced the global launch of 'Take a Break', which includes India ?
A.
Twitter
B.
Instagram
C.
Pinterest
D.
LinkedIn
Answer
Instagram
Q.
127 Which social media platform has launched two cyber safety campaigns named 'Safe Stree' and 'My Kanoon' ?
A.
Instagram
B.
SnapChat
C.
Facebook
D.
Twitte
Answer
Instagram
Q.
128 Recently, Ministry of Information and Broadcasting has launched its account in which social media platform to counter fake news ?
A.
WhatsApp
B.
Telegram
C.
Instagram
D.
Twitter
Answer
Telegram
Q.
129 'Super Follows' feature has been introduced by which social media giant ?
A.
Twitter
B.
Facebook
C.
Google
D.
WhatsApp
Answer
Twitter
Q.
130 Which social media platform discontinued its feature named 'Fleets' ?
A.
Facebook
B.
Instagram
C.
Twitter
D.
WhatsApp
Answer
Twitter
Q.
131 How much time period is required to get a Google page ranking ?
A.
2 week
B.
1 week
C.
2 months
D.
More than 3 months
Answer
More than 3 months
Q.
132 The number of characters recommended for Title Tag ?
A.
100 characters
B.
70 characters
C.
150 characters
D.
50 characters
Answer
70 characters
Q.
133 What do the acronyms PA, DA, and PR stand for ?
A.
Personal authority, domain authority, parked rename
B.
Page authority, domain age, page rank
C.
Page authority, domain authority, page rank
D.
None of the above
Answer
Page authority, domain authority, page rank
Q.
134 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 ?
A.
Since they will certainly not lead to fresh website traffic.
B.
Because you could be penalize by search engine for making use of duplicate contents.
C.
Because you will certainly not get the benefits of proper keyword targeting.
D.
Due to the fact that people might turn up claiming copyright infringement.
Answer
Because you could be penalize by search engine for making use of duplicate contents.
Q.
135 Just how can Meta Description tags help with the technique of seo ?
A.
Trick concern-- meta description are NOT vital.
B.
They aid to inform the engines which keywords are essential on your page.
C.
They serve as the duplicate that will certainly attract searchers to click on your listing.
D.
Theyre a crucial ranking factor in the search formulas.
Answer
They serve as the duplicate that will certainly attract searchers to click on your listing.
Q.
136 A friendly URL is
A.
The URL with cryptic text ad a lot of numbers
B.
Short, with recognizable text
C.
Short, with recognizable text and relevant keywords
D.
None of the above
Answer
Short, with recognizable text and relevant keywords
Q.
137 Domain authority is a metric maintained by ?
A.
Google
B.
Moz
C.
Bing
D.
None of the above
Answer
Moz
Q.
138 How do sitemaps help a website with search engines ?
A.
Google and Yahoo! Give higher rankings to websites with better sitemaps
B.
they help users understand a website better
C.
search engine spiders can reach more pages on a website because of sitemaps
D.
None of the above
Answer
search engine spiders can reach more pages on a website because of sitemaps
Q.
139 MOZs keyword analysis tool, Ravens research central and advanced web ranking are all example of tools used in :
A.
link building
B.
URL structuring
C.
Keyword research tools
D.
None of the above
Answer
link building
Q.
140 Suppose you want a page to pass on value but not to be indexed, which tag would you use ?
A.
meta robots = no index, no follow
B.
meta robots = no index, follow
C.
meta robots = index, no follow
D.
None of the above
Answer
meta robots = no index, follow
Q.
141 The canonical tag is used to inform search engines
A.
which URL to count as authoritative when dealing with several URLs leading to the same page
B.
which pages is the homepage of a website
C.
which pages should not show up in SERPs
D.
None of the above
Answer
which URL to count as authoritative when dealing with several URLs leading to the same page
Q.
142 The Meta Robots tag should be placed in which part of an HTML file ?
A.
the head area
B.
the main body
C.
the footer r bottom of the page
D.
None of the above
Answer
the head area
Q.
143 The Nofollow attribute :
A.
doe not count as a vote of approval but passes on link juice
B.
does not pass on link juice but counts as a vote of approval
C.
does not pass on link juice and does not count as a vote of approval
D.
None of the above
Answer
does not pass on link juice but counts as a vote of approval
Q.
144 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 :
A.
keyword stuffing
B.
keyword density
C.
keyword research
D.
None of the above
Answer
keyword density
Q.
145 What does search engine saturation mean ?
A.
the amount of websites competing for a particular keyword
B.
the limit of a search engines indexing capacity
C.
the amount of pages of a website indexed by a search engine
D.
None of the above
Answer
the amount of pages of a website indexed by a search engine
Q.
146 What is meta description ?
A.
A short description of your web page that lets a search engine know what the page is about
B.
A place to put the keyword for a page
C.
A description of your company that is displayed above the title tag
D.
None of the above
Answer
A short description of your web page that lets a search engine know what the page is about
Q.
147 What is the difference between page authority and domain authority ?
A.
one is maintained by Google and the other by Yahoo!
B.
one is maintained by Google and the other by Moz
C.
Both are maintained by Moz, one ranks a page and the other ranks the whole domain
D.
None of the above
Answer
Both are maintained by Moz, one ranks a page and the other ranks the whole domain
Q.
148 What is the format for sitemaps recommended the most by the search engine and SEOS ?
A.
txt file
B.
RSS
C.
XML (Extensible Markup Language)
D.
None of the above
Answer
XML (Extensible Markup Language)
Q.
149 What is the highest Google page rank a web page can have ?
A.
10 page
B.
1000 page
C.
100 page
D.
None of the above
Answer
10 page
Q.
150 What is Social Media Marketing ?
A.
a way to communicate with customers on social media platforms to increase the performance of the business
B.
Software
C.
Hardware
D.
All of the above
Answer
a way to communicate with customers on social media platforms to increase the performance of the business
Q.
151 What social media marketing do ?
A.
It can help to communicate with customers in a less time-consuming manner.
B.
It can help to advertise a product and services to many customers at once.
C.
It can help to create visual interaction between products and customers.
D.
All of the above
Answer
All of the above
Q.
152 Social media marketing focuses on ___.
A.
Social platform
B.
Individual shop
C.
Whole sale
D.
All of the above
Answer
Social platform
Q.
153 Identify the platform for Social media marketing ?
A.
Instagram
B.
Twitter
C.
Facebook
D.
All of the above
Answer
All of the above
Q.
154 Which term adopted for updates by Twitter users ?
A.
Tweets
B.
Twoots
C.
Twinks
D.
Posts
Answer
Tweets
Q.
155 What is 'social media optimization' ?
A.
Writing clear content
B.
Creating short content which is easily indexed
C.
Creating content which easily creates publicity via social networks
D.
Hiring people to create content for social networks
Answer
Creating content which easily creates publicity via social networks
Q.
156 What is the benefit of Social media marketing ?
A.
It can show your brand in front of people much more quickly and easily.
B.
increased traffic
C.
higher conversion rates
D.
All of the above
Answer
It can show your brand in front of people much more quickly and easily.
Q.
157 Which social network is considered the most popular for social media marketing ?
A.
Facebook
B.
Twitter
C.
Instagram
D.
Whatsapp
Answer
Facebook
Q.
158 What is unique about social media marketing ?
A.
Generates contacts quickly
B.
Interactive communication
C.
Better Customer Satisfaction
D.
All of the above
Answer
All of the above
Q.
159 How does a blog directly impact sales of a company ?
A.
Turning visitors into leads
B.
Suggests latest products
C.
Topics that your target consumers find most valuable
D.
All of the above
Answer
All of the above
Q.
160 Which of the following is not considered a social media marketing goal ?
A.
Generating new leads
B.
Increasing the number of Facebook fans & Twitter followers
C.
Increasing customer satisfaction (customer service)
D.
Driving recommendations from friends and family
Answer
Increasing the number of Facebook fans & Twitter followers
Q.
161 Which of the following are not the features for social media marketing ?
A.
Traffic
B.
Generate A Conversation Around Your Brand
C.
brand awareness
D.
Promoting your products and services
Answer
Traffic
Q.
162 ___ is the use of social media platforms and websites to promote a product or service.
A.
Social media marketing
B.
Social marketing media
C.
Social media method
D.
None of the above
Answer
Social media marketing
Q.
163 What is the name for Facebook`s ranking algorithm ?
A.
Edge rank
B.
Page rank
C.
Face rank
D.
Like Rank
Answer
Edge rank
Q.
164 What is the name of Facebook's analytic package ?
A.
Princeps
B.
Viewership
C.
Insights
D.
Discover
Answer
Insights
Q.
165 What feature does LinkedIn offer for pay accounts ?
A.
Increased abilities to connect directly and send messages to people
B.
Ability to post pictures
C.
Ability to post in Groups and create a Group
D.
Ability to block users
Answer
Increased abilities to connect directly and send messages to people
Q.
166 What is not true about digital marketing ?
A.
Digital marketing is any form of marketing products or services that involves electronic devices.
B.
Digital marketing can be done online
C.
Digital marketing cannot be done online
D.
Digital marketing is often referred to as online marketing, internet marketing or web marketing.
Answer
Digital marketing cannot be done online
Q.
167 Location is a unique feature of Mobile Marketing because _____.
A.
It enables brands to hyper-target their customers.
B.
It allows you to customize the marketing messages to suit the needs of users of a particular location.
C.
It allows you to personalize your marketing messages to the mobile user in a particular location.
D.
You can run different campaigns based on the location of the mobile user.
Answer
It allows you to customize the marketing messages to suit the needs of users of a particular location.
Q.
168 SEO stands for _______.
A.
Search Engine Option
B.
Search Engine Optimization
C.
Search Electronic Optimization
D.
None of the above
Answer
Search Engine Optimization
Q.
169 The items that the search engines don't want are ______.
A.
buying links
B.
poor user experience
C.
keyword stuffing
D.
All of the above
Answer
All of the above
Q.
170 In YouTube Keywords are used in the _____.
A.
tags
B.
title
C.
description
D.
All of the above
Answer
All of the above
Q.
171 PPC stands for ____.
A.
Post Per Click
B.
Pay Per Cost
C.
Pay Per Click
D.
None of the above
Answer
Pay Per Click
Q.
172 Which group of ranking factors do SEOs generally consider to have the largest influence on rankings ?
A.
Engagement Metrics
B.
Social shares
C.
Link-based metrics
D.
Site speed
Answer
Link-based metrics
Q.
173 What does SERP mean ?
A.
Stop eating rice pudding
B.
search engine results page
C.
search engine resource page
D.
search engine resource program
Answer
search engine results page
Q.
174 Which SEO tool was not mentioned in the lecture ?
A.
SEMrush
B.
ahrefs
C.
Sistrix
D.
Seorch
Answer
Seorch
Q.
175 Youtube launched in ?
A.
year 2004
B.
year 2005
C.
year 2006
D.
year 2007
Answer
year 2005
Q.
176 The recommended size of setup channel background is ?
A.
2500x1440 pixels
B.
2560x1440 pixels
C.
2560x1240 pixels
D.
2240x1260 pixels
Answer
2560x1440 pixels
Q.
177 The most important aspects of your video YouTube considers in ranking are ?
A.
Title
B.
Keywords in description
C.
Tags
D.
All of the above
Answer
All of the above
Q.
178 YouTube can use _________________ to automatically create captions for your videos
A.
voice recognition technology
B.
word recognition technology
C.
speech recognition technology
D.
text recognition technology
Answer
speech recognition technology
Q.
179 Keywords are used in the ?
A.
title
B.
description
C.
tags
D.
All of the above
Answer
All of the above
Q.
180 Social networks are organized primarily around __________.
A.
brands
B.
people
C.
discussions
D.
interests
Answer
people
Q.
181 Digital marketing is often referred to as___________.
A.
online marketing
B.
internet marketing
C.
web marketing
D.
All of the above
Answer
All of the above
Q.
182 ___________ help in providing the user the gist of what is the article about.
A.
Meta Description
B.
Meta Description or Meta tags
C.
Meta tags
D.
None of the above
Answer
Meta Description or Meta tags
Q.
183 Approximately how many businesses content marketing is used ?
A.
20% to 30%
B.
40% to 50%
C.
60% to 70%
D.
80% to 90%
Answer
80% to 90%
Q.
184 What does the abbreviation HTML stand for ?
A.
HyperText Markup Language.
B.
HighText Markup Language.
C.
HyperText Markdown Language.
D.
None of the above.
Answer
HyperText Markup Language.
Q.
185 How many sizes of headers are available in HTML by default ?
A.
5 headers
B.
6 headers
C.
2 headers
D.
1 headers
Answer
6 headers
Q.
186 What is the smallest header in HTML by default ?
A.
H1
B.
H4
C.
H6
D.
H2
Answer
H6
Q.
187 What are the types of lists available in HTML ?
A.
Ordered, Unordered Lists.
B.
Bulleted, Numbered Lists.
C.
Named, Unnamed Lists.
D.
None of the above.
Answer
Ordered, Unordered Lists.
Q.
188 How to create an ordered list in HTML ?
A.
<ul>
B.
<ol>
C.
<href>
D.
<br>
Answer
<ol>
Q.
189 HTML files are saved by default with the extension ?
A.
.html
B.
.h
C.
.ht
D.
None of the above
Answer
.html
Q.
190 We enclose HTML tags within ?
A.
< >
B.
! !
C.
{ }
D.
None of the above
Answer
< >
Q.
191 What is the effect of the <b> tag ?
A.
It converts the text within it to bold font.
B.
It is used to write black-colored font.
C.
It is used to change the font size.
D.
None of the above.
Answer
It converts the text within it to bold font.
Q.
192 Which of the following is correct about HTML ?
A.
HTML uses User Defined Tags.
B.
HTML uses tags defined within the language.
C.
Both (HTML uses User Defined Tags.) and (HTML uses tags defined within the language.).
D.
None of the above.
Answer
HTML uses tags defined within the language.
Q.
193 What are the attributes used to change the size of an image ?
A.
Width and height
B.
Big and Small
C.
Top and bottom
D.
None of the above
Answer
Width and height
Q.
194 What tag is used to render an image on a webpage ?
A.
img
B.
src
C.
image
D.
None of the above
Answer
img
Q.
195 Which property is used toset colors in HTML ?
A.
color
B.
colour
C.
background-color
D.
font-color
Answer
color
Q.
196 Which of the following things are necessary to create an HTML page ?
A.
A text editor.
B.
Web Browser
C.
Both (A text editor.) and (Web Browser)
D.
None of the above
Answer
Both (A text editor.) and (Web Browser)
Q.
197 Which of the following tags is used to indicate the page's start and endpoints ?
A.
<body>
B.
<html>
C.
<head>
D.
<doctype>
Answer
<html>
Q.
198 The full form of FFA page is __________.
A.
Free for All Links
B.
Free for Alexa
C.
Free for Alternative Links
D.
Free for All Search Engine
Answer
Free for All Links
Q.
199 What is the effect of the tag?
A.
It converts the text within it to bold font.
B.
It is used to write black-colored font.
C.
It is used to change the font size.
D.
None of the above.
Answer
It converts the text within it to bold font.