Facebook Symbols and Chat Emoticons 2015-2016,List of Emoticons for Facebook - Facebook Symbols and Chat Emoticons 2015-2016,Facebook Chat Symbol Emoticons List ,New Symbols for Facebook,New Facebook Chat Symbol Emoticons List,New Emoticons on Facebook,emoticon for facebook ,emoticon on facebook, FACEBOOK CHAT EMOTICONS, facebook face emoticons,Facebook Smileys ,Facebook Symbols ,FB Chat Symbol ,FB Emoticons ,FB New emoticons codes ,FB Smileys ,New Facebook Chat Symbol Emoticons List,New 2014 text codes of Facebook smiley images in chat and messaging. FB (Facebook) emoticons and smileys, secrets and codes, tip and tricks for better chat experience on most popular social networking site Facebook.Here are all the smileys possible so far, Copy and paste codes on the facebook chat and enjoy using the best facebook chat emoticons.
Friday, 21 August 2015
HTML5 Interview Questions and Answers for Experienced basic advanced 2015-2016
HTML5 Interview Questions and Answers for Experienced basic advanced 2015-2016,HTML5 Interview Questions and Answers 2015,Top 20 HTML5 Interview Questions,HTML5 Interview Questions & Answers,HTML5 Interview Questions and Answers For Freshers and Experienced, HTML5 Frequently Asked Interview Questions,Freshers Latest HTML5 Technical Interview Questions & Answers,F2F Interview,HTML5, Interview Questions & Answers,What would be some common HTML5 interview questions,HTML5 interview questions and answers for 2 years,HTML5 Developer Interview Questions,10 Common face to face HTML5 interview questions and answers,HTML5 Interview Questions and Answers,Top 10 HTML5 Interview Questions and Answers 2015,HTML5 (CMS)Interview Question Answer,Technical HTML5 Interview Questions and Answers for getting Job,Where can I find good HTML5 interview questions,HTML5 job interview questions and answers for freshers,HTML5 interview questions and answers for experienced,10 Tough HTML5 Interview Questions With Smart Answers,HTML5 interview questions and answers for experienced,How to Answer HTML5 Interview Questions,Where can I find good HTML5 interview questions ,Download HTML5 Interview Questions.
What are the new API introduced in HTML5? Name a few.
Below are some new APIs provided in HTML5 that was not available in earlier versions.
Media API
Data Transfer API
User Interaction
Text Track API
Application Cache API
History API
Constraint Validation API
Command API
What is file extension of HTML5?
.html
Question: What is initilize date of Html5?
28 October 2014
Question: What are the new features in HTML5?
Following are new features in HTML5
Local storage.
New form controls like calendar, date, time, email, URL and search etc.
canvas element is provided for 2D drawing.
video and audio elements for media playback.
New elements are provided. For e.g. article, header, footer, nav, section.
what are Semantic Elements?
A semantic element explicitly describes its meaning to both the browser and the developer.
A couple of examples of non-semantic elements are : <div> and <span> – which suggests nothing about their content.
Some examples of semantic elements are : <form>, <table>, and <img> – which clearly defines their contents.
Name new semantic elements in HTML5?
HTML5 introduced new semantic elements to define different parts of a web page.
Some of them are :
<figure>
<footer>
<header>
<main>
<article>
<aside>
<details>
<figcaption>
What are the various elements provided by HTML 5 for media content?
audio - It defines sound content.
video - It defines a video.
source - This tag defines the source of video and audio.
embed - It provides a container for an external application.
track - It defines text tracks for videoand audio.
What are the various tags provided for better structuring in HTML5?
figure - This tag specifies content like illustrations, diagrams, photos, code listings etc.
figcaption - It is used to provide a caption for a figure element .
footer - This tag defines a footer for a document or section.
header - This tag is used to define a header for a document .
hgroup - When there are multiple levels in a heading, it groups a set of h1 to h6 elements.
mark - It defines highlighted text.
article - This tag defines an article.
rt - It defines an explanation/pronunciation of characters for East Asian typography.
rp - This tag tells the system what to display in browsers that do not support ruby annotations.
section - It defines a section in a document.
summary - It provides a visible heading for a details element.
time - This tag defines a date/time.
aside - It defines content other than the page content.
bdi - This tag isolates a part of text for formatting.
command - It defines a command button to be invoked by the user.
details - It defines additional details that can be viewed .
dialog - It defines a dialog box.
meter - It defines a scalar measurement within a known range.
nav - It defines links for navigation.
progress - This tag exhibits the progress of a task.
ruby - It defines a ruby annotation for East Asian typography.
wbr - This tag defines a line-break.
What are the new Form elements made available in HTML5?
datalist - It specifies a list of options for input controls
output - It defines the result of a calculation.
keygen - This tag defines a key-pair generator field.
What is a Canvas? What is the default border size of a canvas?
Canvas is a rectangular area on a HTML page, specified with the canvas tag.
By default, It has no border. To get a border style attribute can be used.
What is SVG?
SVG is the abbreviation for Scalable Vector Graphics and is recommended by W3C.
What browsers and OS support HTML5?
All major browsers such as Chrome, Firefox, Internet Explorer support HTML5. All operating systems such as iOS and Android, Windows do support HTML5 as well.
It is used to define vector-based graphics for the Web
Differentiate between Canvas and SVG?
Canvas is resolution dependent while SVG is not.
Canvas does not provide any support for event handlers while SVG does provide the support for event handlers.
Canvas is suitable for graphic-intensive games while SVG is not suitable for gaming.
Canvas is suitable for small rendering areas while SVG is suitable for large rendering areas like Google maps.
What are the new API introduced in HTML5? Name a few.
Below are some new APIs provided in HTML5 that was not available in earlier versions.
Media API
Data Transfer API
User Interaction
Text Track API
Application Cache API
History API
Constraint Validation API
Command API
What is file extension of HTML5?
.html
Question: What is initilize date of Html5?
28 October 2014
Question: What are the new features in HTML5?
Following are new features in HTML5
Local storage.
New form controls like calendar, date, time, email, URL and search etc.
canvas element is provided for 2D drawing.
video and audio elements for media playback.
New elements are provided. For e.g. article, header, footer, nav, section.
what are Semantic Elements?
A semantic element explicitly describes its meaning to both the browser and the developer.
A couple of examples of non-semantic elements are : <div> and <span> – which suggests nothing about their content.
Some examples of semantic elements are : <form>, <table>, and <img> – which clearly defines their contents.
Name new semantic elements in HTML5?
HTML5 introduced new semantic elements to define different parts of a web page.
Some of them are :
<figure>
<footer>
<header>
<main>
<article>
<aside>
<details>
<figcaption>
What are the various elements provided by HTML 5 for media content?
audio - It defines sound content.
video - It defines a video.
source - This tag defines the source of video and audio.
embed - It provides a container for an external application.
track - It defines text tracks for videoand audio.
What are the various tags provided for better structuring in HTML5?
figure - This tag specifies content like illustrations, diagrams, photos, code listings etc.
figcaption - It is used to provide a caption for a figure element .
footer - This tag defines a footer for a document or section.
header - This tag is used to define a header for a document .
hgroup - When there are multiple levels in a heading, it groups a set of h1 to h6 elements.
mark - It defines highlighted text.
article - This tag defines an article.
rt - It defines an explanation/pronunciation of characters for East Asian typography.
rp - This tag tells the system what to display in browsers that do not support ruby annotations.
section - It defines a section in a document.
summary - It provides a visible heading for a details element.
time - This tag defines a date/time.
aside - It defines content other than the page content.
bdi - This tag isolates a part of text for formatting.
command - It defines a command button to be invoked by the user.
details - It defines additional details that can be viewed .
dialog - It defines a dialog box.
meter - It defines a scalar measurement within a known range.
nav - It defines links for navigation.
progress - This tag exhibits the progress of a task.
ruby - It defines a ruby annotation for East Asian typography.
wbr - This tag defines a line-break.
What are the new Form elements made available in HTML5?
datalist - It specifies a list of options for input controls
output - It defines the result of a calculation.
keygen - This tag defines a key-pair generator field.
What is a Canvas? What is the default border size of a canvas?
Canvas is a rectangular area on a HTML page, specified with the canvas tag.
By default, It has no border. To get a border style attribute can be used.
What is SVG?
SVG is the abbreviation for Scalable Vector Graphics and is recommended by W3C.
What browsers and OS support HTML5?
All major browsers such as Chrome, Firefox, Internet Explorer support HTML5. All operating systems such as iOS and Android, Windows do support HTML5 as well.
It is used to define vector-based graphics for the Web
Differentiate between Canvas and SVG?
Canvas is resolution dependent while SVG is not.
Canvas does not provide any support for event handlers while SVG does provide the support for event handlers.
Canvas is suitable for graphic-intensive games while SVG is not suitable for gaming.
Canvas is suitable for small rendering areas while SVG is suitable for large rendering areas like Google maps.
AngularJS Interview Questions and Answers for Experienced basic advanced 2015-2016
Posted on 10:07 by Unknown with No comments
AngularJS Interview Questions and Answers for Experienced basic advanced 2015-2016,AngularJS Interview Questions and Answers 2015,Top 20 AngularJS Interview Questions,AngularJS Interview Questions & Answers,AngularJS Interview Questions and Answers For Freshers and Experienced, AngularJS Frequently Asked Interview Questions,Freshers Latest AngularJS Technical Interview Questions & Answers,F2F Interview,AngularJS, Interview Questions & Answers,What would be some common AngularJS interview questions,AngularJS interview questions and answers for 2 years,AngularJS Developer Interview Questions,10 Common face to face AngularJS interview questions and answers,AngularJS Interview Questions and Answers,Top 10 AngularJS Interview Questions and Answers 2015,AngularJS (CMS)Interview Question Answer,Technical AngularJS Interview Questions and Answers for getting Job,Where can I find good AngularJS interview questions,AngularJS job interview questions and answers for freshers,AngularJS interview questions and answers for experienced,10 Tough AngularJS Interview Questions With Smart Answers,AngularJS interview questions and answers for experienced,How to Answer AngularJS Interview Questions,Where can I find good AngularJS interview questions ,Download AngularJS Interview Questions.
What is Angular.js?
AngularJS is a javascript system utilized for making single site page applications. It permits you to utilize HTML as your layout dialect and empowers you to extend HTML's grammar to express your application's segments unmistakably
In which language, AngularJS is written?
javaScript
When First AngularJS was released?
2009
what are the key features of Angular.js ?
The key features of angular.js are
Services
Data Binding
Directives
Scope
Controller
Filters
Testable
Model
View
When latest AngularJS was released?
October 31, 2014
What is latest version of AngularJS?
1.3.1
Who created AngularJS?
Misko Hevery started to work on AngularJS in 2009. He was employee of Google.
what is scope in Angular.js ?
Degree alludes to the application model, it acts like paste between application controller and the perspective. Degrees are orchestrated in progressive structure and imitate the DOM ( Document Object Model) structure of the application. It can watch expressions and proliferate occasions.
what is services in Angular.js ?
In angular.js administrations are the singleton protests or capacities that are utilized for completing particular assignments. It holds some business rationale and these capacity can be called as controllers, mandate, channels etc.
Is it opensource?
Yes, It is free to use.
What is controller in AngularJS?
Controller is constructor function in Angular Controller.
When a Controller is attached to the DOM with use the ng-controller, Angular will instantiate a new Controller object using constructor function.
what are directives?
Directives are used to add new attributes of HTML
What are the different types of Directive?
Different types of directives are
Element directives
Attribute directives
what are the advantages of using Angular.js ?
Angular.js has several advantages in web development.
Angular.js supports MVS pattern
Can do two ways data binding using Angular.js
It supports both client server communication
It supports animations
It has per-defined form validations
Explain what is injector?
An injector is a service locator. It is used to retrieve object instances as defined by provider, instantiate types, invoke methods and load modules. There is a single injector per Angular application, it helps to look up an object instance by its name.
Explain what is the difference between link and compile in angular.js?
Compile function: It is used for template DOM Manipulation and collect all of the directives.
Link function: It is used for registering DOM listeners as well as instance DOM manipulation. It is executed once the template has been cloned.
CSS class directives
Comment directives
What is Angular.js?
AngularJS is a javascript system utilized for making single site page applications. It permits you to utilize HTML as your layout dialect and empowers you to extend HTML's grammar to express your application's segments unmistakably
In which language, AngularJS is written?
javaScript
When First AngularJS was released?
2009
what are the key features of Angular.js ?
The key features of angular.js are
Services
Data Binding
Directives
Scope
Controller
Filters
Testable
Model
View
When latest AngularJS was released?
October 31, 2014
What is latest version of AngularJS?
1.3.1
Who created AngularJS?
Misko Hevery started to work on AngularJS in 2009. He was employee of Google.
what is scope in Angular.js ?
Degree alludes to the application model, it acts like paste between application controller and the perspective. Degrees are orchestrated in progressive structure and imitate the DOM ( Document Object Model) structure of the application. It can watch expressions and proliferate occasions.
what is services in Angular.js ?
In angular.js administrations are the singleton protests or capacities that are utilized for completing particular assignments. It holds some business rationale and these capacity can be called as controllers, mandate, channels etc.
Is it opensource?
Yes, It is free to use.
What is controller in AngularJS?
Controller is constructor function in Angular Controller.
When a Controller is attached to the DOM with use the ng-controller, Angular will instantiate a new Controller object using constructor function.
what are directives?
Directives are used to add new attributes of HTML
What are the different types of Directive?
Different types of directives are
Element directives
Attribute directives
what are the advantages of using Angular.js ?
Angular.js has several advantages in web development.
Angular.js supports MVS pattern
Can do two ways data binding using Angular.js
It supports both client server communication
It supports animations
It has per-defined form validations
Explain what is injector?
An injector is a service locator. It is used to retrieve object instances as defined by provider, instantiate types, invoke methods and load modules. There is a single injector per Angular application, it helps to look up an object instance by its name.
Explain what is the difference between link and compile in angular.js?
Compile function: It is used for template DOM Manipulation and collect all of the directives.
Link function: It is used for registering DOM listeners as well as instance DOM manipulation. It is executed once the template has been cloned.
CSS class directives
Comment directives
Upwork Search Engine Optimization Test Interview Questions and Answers for Experienced basic advanced 2015-2016
Posted on 09:55 by Unknown with 51 comments
Upwork Search Engine Optimization Test Interview Questions and Answers for Experienced basic advanced 2015-2016,Upwork Search Engine Optimization Test Interview Questions and Answers 2015,Top 20 Upwork Search Engine Optimization Test Interview Questions,Upwork Search Engine Optimization Test Interview Questions & Answers,Upwork Search Engine Optimization Test Interview Questions and Answers For Freshers and Experienced, Upwork Search Engine Optimization Test Frequently Asked Interview Questions,Freshers Latest Upwork Search Engine Optimization Test Technical Interview Questions & Answers,F2F Interview,Upwork Search Engine Optimization Test, Interview Questions & Answers,What would be some common Upwork Search Engine Optimization Test interview questions,Upwork Search Engine Optimization Test interview questions and answers for 2 years,Upwork Search Engine Optimization Test Developer Interview Questions,10 Common face to face Upwork Search Engine Optimization Test interview questions and answers,Upwork Search Engine Optimization Test Interview Questions and Answers,Top 10 Upwork Search Engine Optimization Test Interview Questions and Answers 2015,Upwork Search Engine Optimization Test (CMS)Interview Question Answer,Technical Upwork Search Engine Optimization Test Interview Questions and Answers for getting Job,Where can I find good Upwork Search Engine Optimization Test interview questions,Upwork Search Engine Optimization Test job interview questions and answers for freshers,Upwork Search Engine Optimization Test interview questions and answers for experienced,10 Tough Upwork Search Engine Optimization Test Interview Questions With Smart Answers,Upwork Search Engine Optimization Test interview questions and answers for experienced,How to Answer Upwork Search Engine Optimization Test Interview Questions,Where can I find good Upwork Search Engine Optimization Test interview questions ,Download Upwork Search Engine Optimization Test Interview Questions.
Question 1: What will the following robots.txt file do?
• User-agent: Googlebot
• Disallow:/*?
• User-agent: scooter
• Disallow:
a. It will allow Google to crawl any of the dynamically generated pages. It will also allow the AltaVista scooter hot to access every page
Ans: b. It will disallow Google from crawling any of the dynamically generated pages It will also disallow the AltaVista scooter hot from accessing any page.
c. It will disallow Google from crawling any of the dynamically generated pages. It will allow the AltaVista scooter bot to access every page
d. None of the above
Question 2: What does the 302 server response code signify?
a.It signifies conflict, too many people wanted the same file at the same time
b.The page has been permanently removed
c.The method you are using to access the file is not allowed
d.The page has temporarily moved
e.What you requested is just too big to process
Question 3: Which of the following statements is correct with regard to the description meta tag?
a. It should be about 50 characters in length
b. The description should not contain the keywords
c. If the meta description is not included, the search engines will use the meta keywords for information
d. Google uses the meta description to generate the search engine results pages
Question 4: State whether true or false.
The Yahoo Directory listing is a free service for commercial sites.
a. True
b. False
Question 5: Which of the following search engines or directories provides the main search results for AOL?
c. Google
Question 6: Which of the following statements is correct with regard to the images within a webpage?
a.Images cannot be spidered by the search engines
b.Important keywords related to the image should be placed in the ALT text
c.Images should always be kept close to the top of a webpage
d.Image maps should be used while including the images
Question 7: Cloaking is a controversial SEO technique. What does it involve?
a.Increasing the keyword density on the web pages
b. Offering a different set of web pages to the search engines
c. Hiding the keywords within the webpage
d.Creating multiple pages and hiding them from the website visitors
Question 8: Which of the following facts about Alexa are correct?
a. Alexa provides free data on relative website visitor traffic
b. Alexa and Quantcast provide information on visitor household incomes
c. Alexa is biased towards US based traffic
d. Quantcast only tracks people who have installed the Quantcast toolbar
Question 9: Which of the following can be termed as appropriate Keyword Density?
c. 3-4%
Question 10: Google looks down upon paid links for enhancing page rank. If a website sells links, what action/s does Google recommend to avoid being penalized?
a. The text of the paid links should state the words “paid text link” for Google to identify it as a paid link
b. Only Paid text links to non profit websites should be accepted
c. Paid links should be disclosed through the “rel=nofollow” attribute in the hyperlink
d. Paid links should be disclosed through the “index=nofollow” attribute in the hyperlink
Question: 11 Which of the following actions could get you banned by Google?
a. Hiding text on the webpage
b.Stuffing keywords on the webpage
c.Linking to sites banned by Google
d. None of the above
Question 12: Which of the following statements about Google technical and quality guidelines is true.
Avoid using robot.txt to prevent crawling of search results pages or other auto- generated pages, even if they don’t add much value for users coming from the search engines.
Question 13: Which of the following statements about Google’s technical and quality guidelines is true?
a. It is advantageous if your web server supports the If-Modified-Since HTTP heade
Ans: b. If using dynamic pages, it helps to keep the parameters short and the number of them few
c. Avoid using robots.txt to prevent crawling of search results pages or other auto-generated pages, even if they don’t add much value for users coming from search engines
Ans: d. Submitting new pages of your website at http://www.google.com/addurl.html as soon as they are online, helps to speed up indexing
Question 14: Which of the following are examples of agents?
a. Internet Explorer
b. Search engine spiders
c. Opera
Question 15: Which of the following is an ethical SEO Technique?
a.Creating a subdomain with the hottest keyword and creating duplicate copies of existing pages on it
b. Filling your pages with keywords, whether relevant to the page content or not
c. Creating a page which serves a different content to the search engine bots and different to human users
d. None of the above
Question 16: All major search engines are case sensitive.
a.True
b.False
Question 17: While optimizing your website it is important to generate the right type of traffic, how does the Bounce Rate information help in this regard?
a. By letting you know the percentage of users who entered the website and then went on to visit additional pages
b. By letting you know the percentage of users who entered the website and then left without viewing any other page
c. By letting you know the percentage of users who decided to go back to the source from where they found your website
d. By letting you know the percentage of users who left your website within 10 seconds of viewing the first page
Question 18: Implementing a 301 Permanent Redirects on the old pages to redirect to the new pages is a good idea from the SEO perspective.
a. True
b. False
Question 19: Which of the following factors contribute towards link popularity of a website?
a.The number of websites that link to it
b.The number of pages of the website indexed by Google
c.The number of pages in the website
d.The quality of websites that link to it
Question 20: Search engines do not index some common words (such as “or”, “and”, “when”, and “in”) within the webpage. What are these common words called?
a. Barrier words
b. Non-indexable words
c. Slow words
d. Stop words
Question 21: What does the 301 server response code signify?
b. Moved Permanently
Question 22: Which of the following activities could be looked down upon by Google as per their quality guidelines?
a. Using automated website submission software
b. Loading pages with irrelevant links
c. Intentionally adding keywords to the TITLE tags and ALT attributes
d. Registering misspellings of well-known websites
Question 23: Which of the following statements about RSS are correct?
a. It is a form of XML
b. tstands for Realtime streamlined syndication
c. It is a good way of displaying static information
d. It is a Microsoft technology
Question 24: _________ is usually the best web page to get linked to while receiving a themed in-bound link from another website.
a. The sitemap
b.The contact page
c.The home page
d. The page which you would like to improve in the search engine rankings
Question 25: Which of the following can be termed as good keyword selection and placement strategies?
a.Targeting synonyms of the main keyword
b.Targeting the highest searched keywords only
c.Copying competitor keywords
d. ofive or more keywords per page
Question 26: If your site is not appearing in Google search results because of some unethical SEO practices in the recent past, ____________.
a. abandon and close your website permanently.
b. modify the page contents, make them useful and relevant to the human users, and request Google to reconsider your site.
c. start a PPC campaign to get your site included in the sponsored results.
d. it is better to discontinue the website and shift your webpages to a fresh website with a new domain name.
Question 27: Which of the following statements about search engine optimization techniques are correct:
a. Making a keyword bold does not influence the way that the search engine looks at the keyword
b. Websites with deep linking are looked at favorably by search engines
c. search engine robots follow the first link they find to any particular page and they do not follow additional links to the same page
d. It is not a good idea to have the same anchor text for all inbound links as it could look automated to the search engines
Question 28: A Hallway Page is used to:
a. Attract visitors from the search engines straight onto the Hallway Page
b. Organize the Doorway Pages
c. Help people navigate to different Doorway Pages
d. Enable search engine bots to index the Doorway Pages
Question 29: Which of the following free tools/websites could help you identify which city in the world has the largest search for the keyword – “six sigma”?
a. Yahoo Search Term Suggestion Tool
b. Alexa
c. Google Traffic Estimator
d. Google Trends
e. WordTracker
Question 30: Which search engine technology prevents a website from appearing in numerous top positions in the search engine result pages
clustering
d. Combing
Question 1: What will the following robots.txt file do?
• User-agent: Googlebot
• Disallow:/*?
• User-agent: scooter
• Disallow:
a. It will allow Google to crawl any of the dynamically generated pages. It will also allow the AltaVista scooter hot to access every page
Ans: b. It will disallow Google from crawling any of the dynamically generated pages It will also disallow the AltaVista scooter hot from accessing any page.
c. It will disallow Google from crawling any of the dynamically generated pages. It will allow the AltaVista scooter bot to access every page
d. None of the above
Question 2: What does the 302 server response code signify?
a.It signifies conflict, too many people wanted the same file at the same time
b.The page has been permanently removed
c.The method you are using to access the file is not allowed
d.The page has temporarily moved
e.What you requested is just too big to process
Question 3: Which of the following statements is correct with regard to the description meta tag?
a. It should be about 50 characters in length
b. The description should not contain the keywords
c. If the meta description is not included, the search engines will use the meta keywords for information
d. Google uses the meta description to generate the search engine results pages
Question 4: State whether true or false.
The Yahoo Directory listing is a free service for commercial sites.
a. True
b. False
Question 5: Which of the following search engines or directories provides the main search results for AOL?
c. Google
Question 6: Which of the following statements is correct with regard to the images within a webpage?
a.Images cannot be spidered by the search engines
b.Important keywords related to the image should be placed in the ALT text
c.Images should always be kept close to the top of a webpage
d.Image maps should be used while including the images
Question 7: Cloaking is a controversial SEO technique. What does it involve?
a.Increasing the keyword density on the web pages
b. Offering a different set of web pages to the search engines
c. Hiding the keywords within the webpage
d.Creating multiple pages and hiding them from the website visitors
Question 8: Which of the following facts about Alexa are correct?
a. Alexa provides free data on relative website visitor traffic
b. Alexa and Quantcast provide information on visitor household incomes
c. Alexa is biased towards US based traffic
d. Quantcast only tracks people who have installed the Quantcast toolbar
Question 9: Which of the following can be termed as appropriate Keyword Density?
c. 3-4%
Question 10: Google looks down upon paid links for enhancing page rank. If a website sells links, what action/s does Google recommend to avoid being penalized?
a. The text of the paid links should state the words “paid text link” for Google to identify it as a paid link
b. Only Paid text links to non profit websites should be accepted
c. Paid links should be disclosed through the “rel=nofollow” attribute in the hyperlink
d. Paid links should be disclosed through the “index=nofollow” attribute in the hyperlink
Question: 11 Which of the following actions could get you banned by Google?
a. Hiding text on the webpage
b.Stuffing keywords on the webpage
c.Linking to sites banned by Google
d. None of the above
Question 12: Which of the following statements about Google technical and quality guidelines is true.
Avoid using robot.txt to prevent crawling of search results pages or other auto- generated pages, even if they don’t add much value for users coming from the search engines.
Question 13: Which of the following statements about Google’s technical and quality guidelines is true?
a. It is advantageous if your web server supports the If-Modified-Since HTTP heade
Ans: b. If using dynamic pages, it helps to keep the parameters short and the number of them few
c. Avoid using robots.txt to prevent crawling of search results pages or other auto-generated pages, even if they don’t add much value for users coming from search engines
Ans: d. Submitting new pages of your website at http://www.google.com/addurl.html as soon as they are online, helps to speed up indexing
Question 14: Which of the following are examples of agents?
a. Internet Explorer
b. Search engine spiders
c. Opera
Question 15: Which of the following is an ethical SEO Technique?
a.Creating a subdomain with the hottest keyword and creating duplicate copies of existing pages on it
b. Filling your pages with keywords, whether relevant to the page content or not
c. Creating a page which serves a different content to the search engine bots and different to human users
d. None of the above
Question 16: All major search engines are case sensitive.
a.True
b.False
Question 17: While optimizing your website it is important to generate the right type of traffic, how does the Bounce Rate information help in this regard?
a. By letting you know the percentage of users who entered the website and then went on to visit additional pages
b. By letting you know the percentage of users who entered the website and then left without viewing any other page
c. By letting you know the percentage of users who decided to go back to the source from where they found your website
d. By letting you know the percentage of users who left your website within 10 seconds of viewing the first page
Question 18: Implementing a 301 Permanent Redirects on the old pages to redirect to the new pages is a good idea from the SEO perspective.
a. True
b. False
Question 19: Which of the following factors contribute towards link popularity of a website?
a.The number of websites that link to it
b.The number of pages of the website indexed by Google
c.The number of pages in the website
d.The quality of websites that link to it
Question 20: Search engines do not index some common words (such as “or”, “and”, “when”, and “in”) within the webpage. What are these common words called?
a. Barrier words
b. Non-indexable words
c. Slow words
d. Stop words
Question 21: What does the 301 server response code signify?
b. Moved Permanently
Question 22: Which of the following activities could be looked down upon by Google as per their quality guidelines?
a. Using automated website submission software
b. Loading pages with irrelevant links
c. Intentionally adding keywords to the TITLE tags and ALT attributes
d. Registering misspellings of well-known websites
Question 23: Which of the following statements about RSS are correct?
a. It is a form of XML
b. tstands for Realtime streamlined syndication
c. It is a good way of displaying static information
d. It is a Microsoft technology
Question 24: _________ is usually the best web page to get linked to while receiving a themed in-bound link from another website.
a. The sitemap
b.The contact page
c.The home page
d. The page which you would like to improve in the search engine rankings
Question 25: Which of the following can be termed as good keyword selection and placement strategies?
a.Targeting synonyms of the main keyword
b.Targeting the highest searched keywords only
c.Copying competitor keywords
d. ofive or more keywords per page
Question 26: If your site is not appearing in Google search results because of some unethical SEO practices in the recent past, ____________.
a. abandon and close your website permanently.
b. modify the page contents, make them useful and relevant to the human users, and request Google to reconsider your site.
c. start a PPC campaign to get your site included in the sponsored results.
d. it is better to discontinue the website and shift your webpages to a fresh website with a new domain name.
Question 27: Which of the following statements about search engine optimization techniques are correct:
a. Making a keyword bold does not influence the way that the search engine looks at the keyword
b. Websites with deep linking are looked at favorably by search engines
c. search engine robots follow the first link they find to any particular page and they do not follow additional links to the same page
d. It is not a good idea to have the same anchor text for all inbound links as it could look automated to the search engines
Question 28: A Hallway Page is used to:
a. Attract visitors from the search engines straight onto the Hallway Page
b. Organize the Doorway Pages
c. Help people navigate to different Doorway Pages
d. Enable search engine bots to index the Doorway Pages
Question 29: Which of the following free tools/websites could help you identify which city in the world has the largest search for the keyword – “six sigma”?
a. Yahoo Search Term Suggestion Tool
b. Alexa
c. Google Traffic Estimator
d. Google Trends
e. WordTracker
Question 30: Which search engine technology prevents a website from appearing in numerous top positions in the search engine result pages
clustering
d. Combing
Upwork Google Adwords Test Interview Questions and Answers for Experienced basic advanced 2015-2016
Posted on 09:49 by Unknown with No comments
Upwork Google Adwords Test Interview Questions and Answers for Experienced basic advanced 2015-2016,Upwork Google Adwords Test Interview Questions and Answers 2015,Top 20 Upwork Google Adwords Test Interview Questions,Upwork Google Adwords Test Interview Questions & Answers,Upwork Google Adwords Test Interview Questions and Answers For Freshers and Experienced, Upwork Google Adwords Test Frequently Asked Interview Questions,Freshers Latest Upwork Google Adwords Test Technical Interview Questions & Answers,F2F Interview,Upwork Google Adwords Test, Interview Questions & Answers,What would be some common Upwork Google Adwords Test interview questions,Upwork Google Adwords Test interview questions and answers for 2 years,Upwork Google Adwords Test Developer Interview Questions,10 Common face to face Upwork Google Adwords Test interview questions and answers,Upwork Google Adwords Test Interview Questions and Answers,Top 10 Upwork Google Adwords Test Interview Questions and Answers 2015,Upwork Google Adwords Test (CMS)Interview Question Answer,Technical Upwork Google Adwords Test Interview Questions and Answers for getting Job,Where can I find good Upwork Google Adwords Test interview questions,Upwork Google Adwords Test job interview questions and answers for freshers,Upwork Google Adwords Test interview questions and answers for experienced,10 Tough Upwork Google Adwords Test Interview Questions With Smart Answers,Upwork Google Adwords Test interview questions and answers for experienced,How to Answer Upwork Google Adwords Test Interview Questions,Where can I find good Upwork Google Adwords Test interview questions ,Download Upwork Google Adwords Test Interview Questions.
What happens when you turn on frequency capping for a campaign? a. It limits the number of times your ads appear on the search network b. It limits the number of times your ads appear on the content network and search network. c. It limits the number of times your ads appear to the same unique user on the content network. d. It limits the advertising cost to the campaign’s daily budget. c. It limits the number of times your ads appear to the same unique user on the content network. Which of the following is not a part of the “tools and Analysis” Feature of Google AdWords: a. Change history b. Conversions c. Google Analytics d. Website Optimizer e. Google AdSence e. Google AdSence
|
Upwork U.S. Word Usage Test Interview Questions and Answers for Experienced basic advanced 2015-2016
Posted on 09:40 by Unknown with No comments
Upwork U.S. Word Usage Test Interview Questions and Answers for Experienced basic advanced 2015-2016,Upwork U.S. Word Usage Test Interview Questions and Answers 2015,Top 20 Upwork U.S. Word Usage Test Interview Questions,Upwork U.S. Word Usage Test Interview Questions & Answers,Upwork U.S. Word Usage Test Interview Questions and Answers For Freshers and Experienced, Upwork U.S. Word Usage Test Frequently Asked Interview Questions,Freshers Latest Upwork U.S. Word Usage Test Technical Interview Questions & Answers,F2F Interview,Upwork U.S. Word Usage Test, Interview Questions & Answers,What would be some common Upwork U.S. Word Usage Test interview questions,Upwork U.S. Word Usage Test interview questions and answers for 2 years,Upwork U.S. Word Usage Test Developer Interview Questions,10 Common face to face Upwork U.S. Word Usage Test interview questions and answers,Upwork U.S. Word Usage Test Interview Questions and Answers,Top 10 Upwork U.S. Word Usage Test Interview Questions and Answers 2015,Upwork U.S. Word Usage Test (CMS)Interview Question Answer,Technical Upwork U.S. Word Usage Test Interview Questions and Answers for getting Job,Where can I find good Upwork U.S. Word Usage Test interview questions,Upwork U.S. Word Usage Test job interview questions and answers for freshers,Upwork U.S. Word Usage Test interview questions and answers for experienced,10 Tough Upwork U.S. Word Usage Test Interview Questions With Smart Answers,Upwork U.S. Word Usage Test interview questions and answers for experienced,How to Answer Upwork U.S. Word Usage Test Interview Questions,Where can I find good Upwork U.S. Word Usage Test interview questions ,Download Upwork U.S. Word Usage Test Interview Questions.
1. Which of the following words refers to a state of immobility?
Answers: • Stationary
2. Which of the following similar words is the better choice when referring to something that promotes health?
Answers: • Healthful
3. The word "______________" means to convey an additional, nuanced meaning of a word, whereas the word "______________" specifies the literal meaning of a word or phrase.
Answers: • connote / denote
4. From the options below, choose the correct preposition to complete the underlined prepositional idiom in the following sentence.
Josh is completely enamored ______ that puppy!
Josh is completely enamored ______ that puppy!
Answers: • of
5. Which of the following similar words is used to refer to a perennial disease of a region or population?
Answers: • Endemic
6. From the options below, choose the correct preposition to complete the underlined prepositional idiom in the following sentence.
The only way Amy will be allowed to stay in that apartment is if she promises not to infringe _____ the house rules ever again.
The only way Amy will be allowed to stay in that apartment is if she promises not to infringe _____ the house rules ever again.
Answers: • on
7. Which of the following similar words refers to a strong criticism?
Answers: • Censure
8. Which of the following words is a verb meaning "to draw out or bring forth"?
Answers: • Elicit
9. Which of the following similar words expresses a stronger sense of duty?
Answers: • Should
10. Which of the following similar words is most commonly used to describe a feature that makes a person, place, or thing easy to pick out from others?
Answers: • Distinctive
Odesk UK English Basic Skills Test Answer 2015-2016
Posted on 09:36 by Unknown with No comments
Odesk UK English Basic Skills Test Interview Questions and Answers for Experienced basic advanced 2015-2016,Odesk UK English Basic Skills Test Interview Questions and Answers 2015,Top 20 Odesk UK English Basic Skills Test Interview Questions,Odesk UK English Basic Skills Test Interview Questions & Answers,Odesk UK English Basic Skills Test Interview Questions and Answers For Freshers and Experienced, Odesk UK English Basic Skills Test Frequently Asked Interview Questions,Freshers Latest Odesk UK English Basic Skills Test Technical Interview Questions & Answers,F2F Interview,Odesk UK English Basic Skills Test, Interview Questions & Answers,What would be some common Odesk UK English Basic Skills Test interview questions,Odesk UK English Basic Skills Test interview questions and answers for 2 years,Odesk UK English Basic Skills Test Developer Interview Questions,10 Common face to face Odesk UK English Basic Skills Test interview questions and answers,Odesk UK English Basic Skills Test Interview Questions and Answers,Top 10 Odesk UK English Basic Skills Test Interview Questions and Answers 2015,Odesk UK English Basic Skills Test (CMS)Interview Question Answer,Technical Odesk UK English Basic Skills Test Interview Questions and Answers for getting Job,Where can I find good Odesk UK English Basic Skills Test interview questions,Odesk UK English Basic Skills Test job interview questions and answers for freshers,Odesk UK English Basic Skills Test interview questions and answers for experienced,10 Tough Odesk UK English Basic Skills Test Interview Questions With Smart Answers,Odesk UK English Basic Skills Test interview questions and answers for experienced,How to Answer Odesk UK English Basic Skills Test Interview Questions,Where can I find good Odesk UK English Basic Skills Test interview questions ,Download Odesk UK English Basic Skills Test Interview Questions.
1. Choose the series of adjectives and adverbs that best completes the following sentence.
The archaeologists were ________ to discover such a __________ and __________ _________ artefact at that mostly uncovered site.
The archaeologists were ________ to discover such a __________ and __________ _________ artefact at that mostly uncovered site.
Answers: • amazed, rare, incredibly, beautiful
2. Which of the following sentences is NOT punctuated correctly?
Answers: • All of the apple's at the grocer's were rotten, so I bought oranges instead.
3. Choose the series of adjectives and adverbs that best completes the following sentence.
The helium-__________ balloon rose __________ into the air; the villagers knew then that their __________ leader was off on another mission.
The helium-__________ balloon rose __________ into the air; the villagers knew then that their __________ leader was off on another mission.
Answers: • powered, powerfully, powerful
4. Choose the series of prepositions that best completes the following sentence.
Jack, leaning casually ________ the tree, watched as Sally walked slowly ________ him.
Jack, leaning casually ________ the tree, watched as Sally walked slowly ________ him.
Answers: • against, towards
5. Read the following question and choose the response that uses the correct corresponding verb tense.
Will you be going to the company picnic this year?
Will you be going to the company picnic this year?
Answers: • Yes, and I plan on swimming, fishing and eating all day!
6. Which of the following sentences is NOT punctuated correctly?
Answers: • All of the above are punctuated correctly.
7. Choose the series of prepositions that best completes the following sentence.
The deer ran quickly _______ the trees, its hooves pounding _______ the forest floor.
The deer ran quickly _______ the trees, its hooves pounding _______ the forest floor.
Answers: • through, on
8. Choose the series of articles and conjunctions that best completes the following sentence.
Julia, who is studying to be _______foreign correspondent, is currently doing _______ internship in _______ Middle East _______ will return before the end of _______ year.
Julia, who is studying to be _______foreign correspondent, is currently doing _______ internship in _______ Middle East _______ will return before the end of _______ year.
Answers: • a, an, the, but, the
9. Choose the series of prepositions that best completes the following passage.
Although Marvin said he had hidden the keys _______ the flower pot, we were unable to find them _______ the dark. In the end, we waited for him at the coffee shop ___________ the corner.
Although Marvin said he had hidden the keys _______ the flower pot, we were unable to find them _______ the dark. In the end, we waited for him at the coffee shop ___________ the corner.
Answers: • under, in, around
10. Which of the following sentences illustrates correct usage of articles and conjunctions?
Answers: • For my birthday I would like a book, an hourglass and the keys to a new boat.
CodeIgniter Interview Questions and Answers for Experienced basic advanced 2015-2016
Posted on 09:31 by Unknown with 2 comments
CodeIgniter Interview Questions and Answers for Experienced basic advanced 2015-2016,CodeIgniter Interview Questions and Answers 2015,Top 20 CodeIgniter Interview Questions,CodeIgniter Interview Questions & Answers,CodeIgniter Interview Questions and Answers For Freshers and Experienced, CodeIgniter Frequently Asked Interview Questions,Freshers Latest CodeIgniter Technical Interview Questions & Answers,F2F Interview,CodeIgniter, Interview Questions & Answers,What would be some common CodeIgniter interview questions,CodeIgniter interview questions and answers for 2 years,CodeIgniter Developer Interview Questions,10 Common face to face CodeIgniter interview questions and answers,CodeIgniter Interview Questions and Answers,Top 10 CodeIgniter Interview Questions and Answers 2015,CodeIgniter (CMS)Interview Question Answer,Technical CodeIgniter Interview Questions and Answers for getting Job,Where can I find good CodeIgniter interview questions,CodeIgniter job interview questions and answers for freshers,CodeIgniter interview questions and answers for experienced,10 Tough CodeIgniter Interview Questions With Smart Answers,CodeIgniter interview questions and answers for experienced,How to Answer CodeIgniter Interview Questions,Where can I find good CodeIgniter interview questions ,Download CodeIgniter Interview Questions.
Explain what is CodeIgniter?
Codeigniter is an open source framework for web application. It is used to develop websites on PHP. It is loosely based on MVC pattern, and it is easy to use compare to other PHP framework.
Explain what are hooks in CodeIgniter?
Codeigniter’s hooks feature provides a way to change the inner working of the framework without hacking the core files. In other word, hooks allow you to execute a script with a particular path within the Codeigniter. Usually, it is defined in application/config/hooks.php file.
What are the features of CodeIgniter?
Below are the features of CodeIgniter:
1. Codeigniter is free to use,its an open source framework.
2. Model-View-Controller Based System.
3. Extremely Light Weight.
4. Full Featured database classes with support for several platforms..
5. CodeIgniter is Extensible.The system can be easily extended through the use of your own libraries, helpers, or through class extensions or system hooks.
6. Excelent documentation.
7. Full Featured database classes with support for several platforms,Security and XSS Filtering,Error Logging.
When and who developed codeigniter?
The first public version of CodeIgniter was released on February 28, 2006.
Explain how you will load or add a model in CodeIgniter?
Within your controller functions, models will typically be loaded; you will use the function
$this->load->model (‘Model_Name’);
Why is there a need to configure the URL routes?
Changing the URL routes has some benefits like
From SEO point of view, to make URL SEO friendly and get more user visits
Provide different functionality to particular parts of a system
Hide some URL element such as a function name, controller name, etc. from the users for security reasons
List out different types of hook point in Codeigniter?
Different types of hook point in Codeigniter includes
post_controller_constructor
cache_override
display_override
post_controller
pre_controller
post_sytem
pre_system
How you will load an model in codeigniter?
$this->load->model('Modelname');
Explain Codeigniter File Structure?
Below are the Structure of CodeIgniter:
application
cache
Config
hooks
language
core
database
fonts
helpers
language
libraries
libraries
logs
models
thirdparty
views
system
Controllers
core
errors
helpers
Explain what is CodeIgniter?
Codeigniter is an open source framework for web application. It is used to develop websites on PHP. It is loosely based on MVC pattern, and it is easy to use compare to other PHP framework.
Explain what are hooks in CodeIgniter?
Codeigniter’s hooks feature provides a way to change the inner working of the framework without hacking the core files. In other word, hooks allow you to execute a script with a particular path within the Codeigniter. Usually, it is defined in application/config/hooks.php file.
What are the features of CodeIgniter?
Below are the features of CodeIgniter:
1. Codeigniter is free to use,its an open source framework.
2. Model-View-Controller Based System.
3. Extremely Light Weight.
4. Full Featured database classes with support for several platforms..
5. CodeIgniter is Extensible.The system can be easily extended through the use of your own libraries, helpers, or through class extensions or system hooks.
6. Excelent documentation.
7. Full Featured database classes with support for several platforms,Security and XSS Filtering,Error Logging.
When and who developed codeigniter?
The first public version of CodeIgniter was released on February 28, 2006.
Explain how you will load or add a model in CodeIgniter?
Within your controller functions, models will typically be loaded; you will use the function
$this->load->model (‘Model_Name’);
Why is there a need to configure the URL routes?
Changing the URL routes has some benefits like
From SEO point of view, to make URL SEO friendly and get more user visits
Provide different functionality to particular parts of a system
Hide some URL element such as a function name, controller name, etc. from the users for security reasons
List out different types of hook point in Codeigniter?
Different types of hook point in Codeigniter includes
post_controller_constructor
cache_override
display_override
post_controller
pre_controller
post_sytem
pre_system
How you will load an model in codeigniter?
$this->load->model('Modelname');
Explain Codeigniter File Structure?
Below are the Structure of CodeIgniter:
application
cache
Config
hooks
language
core
database
fonts
helpers
language
libraries
libraries
logs
models
thirdparty
views
system
Controllers
core
errors
helpers
Thursday, 20 August 2015
oDesk CSS Test Interview Questions and Answers for Experienced basic advanced 2015-2016
Posted on 18:59 by Unknown with No comments
oDesk CSS Test Interview Questions and Answers for Experienced basic advanced 2015-2016,oDesk CSS Test Interview Questions and Answers 2015,Top 20 oDesk CSS Test Interview Questions,oDesk CSS Test Interview Questions & Answers,oDesk CSS Test Interview Questions and Answers For Freshers and Experienced, oDesk CSS Test Frequently Asked Interview Questions,Freshers Latest oDesk CSS Test Technical Interview Questions & Answers,F2F Interview,oDesk CSS Test, Interview Questions & Answers,What would be some common oDesk CSS Test interview questions,oDesk CSS Test interview questions and answers for 2 years,oDesk CSS Test Developer Interview Questions,10 Common face to face oDesk CSS Test interview questions and answers,oDesk CSS Test Interview Questions and Answers,Top 10 oDesk CSS Test Interview Questions and Answers 2015,oDesk CSS Test (CMS)Interview Question Answer,Technical oDesk CSS Test Interview Questions and Answers for getting Job,Where can I find good oDesk CSS Test interview questions,oDesk CSS Test job interview questions and answers for freshers,oDesk CSS Test interview questions and answers for experienced,10 Tough oDesk CSS Test Interview Questions With Smart Answers,oDesk CSS Test interview questions and answers for experienced,How to Answer oDesk CSS Test Interview Questions,Where can I find good oDesk CSS Test interview questions ,Download oDesk CSS Test Interview Questions.
Ques 1. Can a percentage value be given in a ruby-align property?
Options:
b. No
Ques 2. Consider the following code snippet:
?
<div id="sectors"><div id="A" class="A"></div><div id="B" class="B"></div><div id="C" class="C"></div><div id="D" class="D"></div><div id="E" class="E"></div></div>
With these style rules:
?
<style>
#sectors > div {
float: left;
position: relative;
width: 80px;
height: 80px;
margin: 16px;
background-color:red; color: white;
text-align: center;
}
#sectors > div::after {
content: attr(id) '-Block';
}
#sectors > div.changecolor {
background-color: blue;
}
</style>
Which of the following code snippets when inserted into CSS will change the A and B div 's color from red to blue ?
Options:
a.
?
In style rule add this code "#sectors > div:not(.C):not(.D):not(.E) {background-color: blue;}"
Ques 3. Consider the following code:
?
border-opacity:0.7;
Given a div element that needs to have a transparent red border, which of the following code samples will work in
conjunction with the code above to accomplish the requirement?
Options:
a.
?
border: 1px solid rgba ( 255, 0, 0, 0.7 );
Ques 4. Consider the following code:
?
div[class^="stronger"] { }
{em
…
}
Which of the following statements is true?
Options:
a. It applies the rule only on divs who belong to a class that begins with "stronger".
Ques 5. Consider the following font definition:
font-weight:normal
What is the other way of getting the same result?
Options:
c. font-weight:400
Ques 6. Consider the following problem:
When trying to apply a CSS3 style to a label of a checked radio button like this:
?
….
<style>
label:checked { font-weight: bold; }
</style>
….
<input type="radio" id="rad" name="radio">
<label for="rad">A Label</label>
This does not produce the desired effect.
Which of the following snippets will correct issue?
Options:
c. input[type="radio"]:checked+label{ font-weight: bold; }
Ques 7. For the clear property, which of the following value is not valid?
Options:
d. top
Ques 8. For the clear property, which of the following values is not valid?
Options:
d. top
Ques 9.Given that one div element needs to be hidden and on active state needs to be displayed, what will be the
output of the following code?
?
div {
display: none;
-webkit-transition: opacity 1s ease-out;
opacity: 0;
}
div.active {
opacity: 1;
display: block;
}
Options:
a. On active state the element is displayed.
Ques 10. Given the following problem:
A drop shadow needs to appear only at the bottom, and no images should be used.
Consider the following code:
?
-moz-box-shadow: 0px 4px 4px #000;
-webkit-box-shadow: 0px 4px 4px #000;
box-shadow-bottom: 5px #000;
However, this produces shadows on the rest of the element.
Which of the following code snippets will correct the issue?
?
a) border-bottom:5px solid #ffffff;
-webkit-box-shadow: 0px 5px #000000;
-moz-box-shadow: 0px 5px #000000;
box-shadow: 0px 5px #000000;
Options:
b.
?
<b> -webkit-box-shadow: 0 4px 4px -2px #000000;
-moz-box-shadow: 0 4px 4px -2px #000000;
box-shadow: 0 4px 4px -2px #000000;</b>
Ques 11.Is it possible to combine a background image and CSS3 gradients?
Options:
b. It is possible only when "background-image" is used.
Ques 12. Is it possible to use transition animations with a gradient background?
Options:
b. No
Ques 13. Is there a way to create a pure CSS3 text color gradient?
Options:
c. There is no way to do a text color gradient with CSS3.
Ques 14. Read the following:
@page rotated { size: landscape }
TABLE { page: rotated; page-break-before: right }
What will this code do?
Options:
a. It will put all tables on a right-hand side landscape page.
Ques 15. State whether the following statement is true or false.
If a parent element display property is set to none, its children too will not be rendered.
Options:
a. True
Ques 16.Suppose that a tag has 10 tags. In this case which statement is correct given the following?
td:nth-child(3n+0){
background-color: orange;
}
Options:
d. The background color of every third td will be orange.
Ques 17. The min-width property cannot be applied to the following element:
Options:
c. table row
Ques 18. There are various types of input fields in a HTML page. Choose the appropriate CSS3 code which will have an
effect on all inputs, except checkbox and radio.
Options:
b.
?
input:not([type="radio"]):not([type="checkbox"]) {}
Ques 19. To apply style on every input element except text, which of the following selectors should be used?
Options:
b.
?
input:not([type="text"])
Ques 20. Using height on transitions is not possible with:
Options:
a. height:auto
Ques 21. What is the best method to select all elements except for the last one in an unordered list?
Options:
b. Using li : not( : last-child ) css selector
Ques 22. What is the default value of the animation-direction property?
Options:
b. normal
Ques 23. What is the default value of the transform-style property?
Options:
b. flat
Ques 24. What is the difference between float:left; vs display:inline-block; ?
Options:
b) display:inline-block; adds whitespace between the elements.
c. float:left; collapses the parent element on itself.
Ques 25. What is the initial value of the animation-iteration-count property?
Options:
a. 1
Ques 26. What is the initial value of the font-size property?
Options:
b. medium
Ques 27. What is the initial value of the marquee-speed property?
Options:
b. normal
Ques 28. What is the initial value of the opacity property?
Options:
a. 1
Ques 29. What is the maximum value that can be given to the voice-volume property?
Options:
b. 100
Ques 30. What is the range of values (in decimal notation) that can be specified in the RGB color model?
Options:
b. 0 to 255
Ques 1. Can a percentage value be given in a ruby-align property?
Options:
b. No
Ques 2. Consider the following code snippet:
?
<div id="sectors"><div id="A" class="A"></div><div id="B" class="B"></div><div id="C" class="C"></div><div id="D" class="D"></div><div id="E" class="E"></div></div>
With these style rules:
?
<style>
#sectors > div {
float: left;
position: relative;
width: 80px;
height: 80px;
margin: 16px;
background-color:red; color: white;
text-align: center;
}
#sectors > div::after {
content: attr(id) '-Block';
}
#sectors > div.changecolor {
background-color: blue;
}
</style>
Which of the following code snippets when inserted into CSS will change the A and B div 's color from red to blue ?
Options:
a.
?
In style rule add this code "#sectors > div:not(.C):not(.D):not(.E) {background-color: blue;}"
Ques 3. Consider the following code:
?
border-opacity:0.7;
Given a div element that needs to have a transparent red border, which of the following code samples will work in
conjunction with the code above to accomplish the requirement?
Options:
a.
?
border: 1px solid rgba ( 255, 0, 0, 0.7 );
Ques 4. Consider the following code:
?
div[class^="stronger"] { }
{em
…
}
Which of the following statements is true?
Options:
a. It applies the rule only on divs who belong to a class that begins with "stronger".
Ques 5. Consider the following font definition:
font-weight:normal
What is the other way of getting the same result?
Options:
c. font-weight:400
Ques 6. Consider the following problem:
When trying to apply a CSS3 style to a label of a checked radio button like this:
?
….
<style>
label:checked { font-weight: bold; }
</style>
….
<input type="radio" id="rad" name="radio">
<label for="rad">A Label</label>
This does not produce the desired effect.
Which of the following snippets will correct issue?
Options:
c. input[type="radio"]:checked+label{ font-weight: bold; }
Ques 7. For the clear property, which of the following value is not valid?
Options:
d. top
Ques 8. For the clear property, which of the following values is not valid?
Options:
d. top
Ques 9.Given that one div element needs to be hidden and on active state needs to be displayed, what will be the
output of the following code?
?
div {
display: none;
-webkit-transition: opacity 1s ease-out;
opacity: 0;
}
div.active {
opacity: 1;
display: block;
}
Options:
a. On active state the element is displayed.
Ques 10. Given the following problem:
A drop shadow needs to appear only at the bottom, and no images should be used.
Consider the following code:
?
-moz-box-shadow: 0px 4px 4px #000;
-webkit-box-shadow: 0px 4px 4px #000;
box-shadow-bottom: 5px #000;
However, this produces shadows on the rest of the element.
Which of the following code snippets will correct the issue?
?
a) border-bottom:5px solid #ffffff;
-webkit-box-shadow: 0px 5px #000000;
-moz-box-shadow: 0px 5px #000000;
box-shadow: 0px 5px #000000;
Options:
b.
?
<b> -webkit-box-shadow: 0 4px 4px -2px #000000;
-moz-box-shadow: 0 4px 4px -2px #000000;
box-shadow: 0 4px 4px -2px #000000;</b>
Ques 11.Is it possible to combine a background image and CSS3 gradients?
Options:
b. It is possible only when "background-image" is used.
Ques 12. Is it possible to use transition animations with a gradient background?
Options:
b. No
Ques 13. Is there a way to create a pure CSS3 text color gradient?
Options:
c. There is no way to do a text color gradient with CSS3.
Ques 14. Read the following:
@page rotated { size: landscape }
TABLE { page: rotated; page-break-before: right }
What will this code do?
Options:
a. It will put all tables on a right-hand side landscape page.
Ques 15. State whether the following statement is true or false.
If a parent element display property is set to none, its children too will not be rendered.
Options:
a. True
Ques 16.Suppose that a tag has 10 tags. In this case which statement is correct given the following?
td:nth-child(3n+0){
background-color: orange;
}
Options:
d. The background color of every third td will be orange.
Ques 17. The min-width property cannot be applied to the following element:
Options:
c. table row
Ques 18. There are various types of input fields in a HTML page. Choose the appropriate CSS3 code which will have an
effect on all inputs, except checkbox and radio.
Options:
b.
?
input:not([type="radio"]):not([type="checkbox"]) {}
Ques 19. To apply style on every input element except text, which of the following selectors should be used?
Options:
b.
?
input:not([type="text"])
Ques 20. Using height on transitions is not possible with:
Options:
a. height:auto
Ques 21. What is the best method to select all elements except for the last one in an unordered list?
Options:
b. Using li : not( : last-child ) css selector
Ques 22. What is the default value of the animation-direction property?
Options:
b. normal
Ques 23. What is the default value of the transform-style property?
Options:
b. flat
Ques 24. What is the difference between float:left; vs display:inline-block; ?
Options:
b) display:inline-block; adds whitespace between the elements.
c. float:left; collapses the parent element on itself.
Ques 25. What is the initial value of the animation-iteration-count property?
Options:
a. 1
Ques 26. What is the initial value of the font-size property?
Options:
b. medium
Ques 27. What is the initial value of the marquee-speed property?
Options:
b. normal
Ques 28. What is the initial value of the opacity property?
Options:
a. 1
Ques 29. What is the maximum value that can be given to the voice-volume property?
Options:
b. 100
Ques 30. What is the range of values (in decimal notation) that can be specified in the RGB color model?
Options:
b. 0 to 255
oDesk Bootstrap Test Interview Questions and Answers for Experienced basic advanced 2015-2016
Posted on 18:53 by Unknown with 3 comments
oDesk Bootstrap Test Interview Questions and Answers for Experienced basic advanced 2015-2016,oDesk Bootstrap Test Interview Questions and Answers 2015,Top 20 oDesk Bootstrap Test Interview Questions,oDesk Bootstrap Test Interview Questions & Answers,oDesk Bootstrap Test Interview Questions and Answers For Freshers and Experienced, oDesk Bootstrap Test Frequently Asked Interview Questions,Freshers Latest oDesk Bootstrap Test Technical Interview Questions & Answers,F2F Interview,oDesk Bootstrap Test, Interview Questions & Answers,What would be some common oDesk Bootstrap Test interview questions,oDesk Bootstrap Test interview questions and answers for 2 years,oDesk Bootstrap Test Developer Interview Questions,10 Common face to face oDesk Bootstrap Test interview questions and answers,oDesk Bootstrap Test Interview Questions and Answers,Top 10 oDesk Bootstrap Test Interview Questions and Answers 2015,oDesk Bootstrap Test (CMS)Interview Question Answer,Technical oDesk Bootstrap Test Interview Questions and Answers for getting Job,Where can I find good oDesk Bootstrap Test interview questions,oDesk Bootstrap Test job interview questions and answers for freshers,oDesk Bootstrap Test interview questions and answers for experienced,10 Tough oDesk Bootstrap Test Interview Questions With Smart Answers,oDesk Bootstrap Test interview questions and answers for experienced,How to Answer oDesk Bootstrap Test Interview Questions,Where can I find good oDesk Bootstrap Test interview questions ,Download oDesk Bootstrap Test Interview Questions.
Ques 1. Which of the following are no Bootstrap plugins?
Options:
a. transition
b. tocible
c tooltip
d. boilerplate
Ques 2. What does the following HTML code do?
Options:
a. It generates a close icon for dismissing content like modals and alerts.
b. It utilizes the micro clearfix.
c. It indicates dropdown functionality and direction.
d. It indicates back button functionality.
Ques 3. Which of the following statements are correct with regards passing potions?
Options:
a. Options can be passed via data attributes or JavaScript.
b. For data attributes, the option name has to be appended to option-, as in option-animation="".
c. For data attributes, the option name has to be appended to data-, as in data-animation="".
d. Option can be passed only via JavaScript.
Ques 4. Which of the following are helper classes?
Options:
a. .close
b. .badge
c. .caret
d. .clearfix
Ques 5. Which of the following will set a modal window to be closed when the escape key is pressed?
Options:
a. Setting the option "backdrop" to true
b. Setting the option "backdrop" to true
c. Setting the option "keyboard" to true
d. Setting the option "escape" to true
Ques 6.Which of the following is not a Bootstrap component?
Options:
a. Glyphicons
b. Breadcrumbs
c. Dropdowns
d. Pivottable
Ques 7.What is the default amount of time delay between automatically cycling items in a carousel?
Options:
a. 2000
b. 3000
c. 5000
d. None of these
Ques 8. Which of the following is the default hover background color of the table row?
Options:
a. #f9f9f9
b. #f5f5f5
c. #ddd
d. #66afe9
Ques 9.which of the following are not option of the method $().tooltip(options)?
Options:
a. animation
b. delay
c. backdrop
d. show
Ques 10. Which of the following will set a modal window to not be closed on click?
Options:
a. Setting the option "backdrop" to true
b. Setting the option "backdrop" to static
c. Setting the option "keyboard" to true
d. None of these
Ques 11.Which of the following classes are contextual classes?
Options:
a. .success
b. .warning
c. .error
d. .danger
Ques 12. Which of the following classes will make tables scroll up horizontally when width of the view is under 768px?
Options:
a. .table
b. .table-striped
c. .table-condensed
d. .table-responsive
e. .table-scrollable
Ques 13. Which of the following will correctly call a dialog prompt?
Options:
a. $('#myModal').modal()
b. $('#myModal').modal({keyboard:false})
c. $('#myModal').modal('show')
d. All of these
Ques 14. Which of the following LESS variables does not belong to the Navbar component?
Options:
a. @navbar-margin-bottom
b. @navbar-border-radius
c. @navbar-padding-horizontal
d. @navbar-default-height
Ques 15. What does the following HTML code do?
…
Options:
a. It indicates dropdown functionality and direction
b. It utilizes the micro clearfix.
c. It highlights new or unread items.
d. It extends the entire viewport.
Ques 16.Which type of trigger cannot be used with the "delay" option to show and hide a popover?
Options:
a. click
b. hover
c. focus
d. manual
Ques 17. How many validation styles for states of on-form controls does Bootstrap have?
Options:
a. 6
b. 5
c. 4
d. 3
Ques 18. Which of the following statements is correct about using the collapse plugin?
i) The Transitions plugin must be included.
ii) The popover plugin must be included.
Options:
a. Statement A is true while Statement B is false.
b. B is true while Statement A is false.
c. Both statements are true.
d. Both statement are false.
Ques 19.Which of the following is the correct description of the given table?
...
Options:
a. It has light padding and only horizontal dividers with an enabled hover state on table rows within a
b. It has zebra-striping enabled on any table row within the .
c. It has light padding and only horizontal dividers.
d. It is compacted by cutting cell padding in half.
Ques 20. Which of the following will set a modal window to not be closed on click?
Options:
a. Setting the option "backdrop" to true
b. Setting the option "backdrop" to static
c. Setting the option "keyboard" to true
d. None of these
Ques 1. Which of the following are no Bootstrap plugins?
Options:
a. transition
b. tocible
c tooltip
d. boilerplate
Ques 2. What does the following HTML code do?
Options:
a. It generates a close icon for dismissing content like modals and alerts.
b. It utilizes the micro clearfix.
c. It indicates dropdown functionality and direction.
d. It indicates back button functionality.
Ques 3. Which of the following statements are correct with regards passing potions?
Options:
a. Options can be passed via data attributes or JavaScript.
b. For data attributes, the option name has to be appended to option-, as in option-animation="".
c. For data attributes, the option name has to be appended to data-, as in data-animation="".
d. Option can be passed only via JavaScript.
Ques 4. Which of the following are helper classes?
Options:
a. .close
b. .badge
c. .caret
d. .clearfix
Ques 5. Which of the following will set a modal window to be closed when the escape key is pressed?
Options:
a. Setting the option "backdrop" to true
b. Setting the option "backdrop" to true
c. Setting the option "keyboard" to true
d. Setting the option "escape" to true
Ques 6.Which of the following is not a Bootstrap component?
Options:
a. Glyphicons
b. Breadcrumbs
c. Dropdowns
d. Pivottable
Ques 7.What is the default amount of time delay between automatically cycling items in a carousel?
Options:
a. 2000
b. 3000
c. 5000
d. None of these
Ques 8. Which of the following is the default hover background color of the table row?
Options:
a. #f9f9f9
b. #f5f5f5
c. #ddd
d. #66afe9
Ques 9.which of the following are not option of the method $().tooltip(options)?
Options:
a. animation
b. delay
c. backdrop
d. show
Ques 10. Which of the following will set a modal window to not be closed on click?
Options:
a. Setting the option "backdrop" to true
b. Setting the option "backdrop" to static
c. Setting the option "keyboard" to true
d. None of these
Ques 11.Which of the following classes are contextual classes?
Options:
a. .success
b. .warning
c. .error
d. .danger
Ques 12. Which of the following classes will make tables scroll up horizontally when width of the view is under 768px?
Options:
a. .table
b. .table-striped
c. .table-condensed
d. .table-responsive
e. .table-scrollable
Ques 13. Which of the following will correctly call a dialog prompt?
Options:
a. $('#myModal').modal()
b. $('#myModal').modal({keyboard:false})
c. $('#myModal').modal('show')
d. All of these
Ques 14. Which of the following LESS variables does not belong to the Navbar component?
Options:
a. @navbar-margin-bottom
b. @navbar-border-radius
c. @navbar-padding-horizontal
d. @navbar-default-height
Ques 15. What does the following HTML code do?
…
Options:
a. It indicates dropdown functionality and direction
b. It utilizes the micro clearfix.
c. It highlights new or unread items.
d. It extends the entire viewport.
Ques 16.Which type of trigger cannot be used with the "delay" option to show and hide a popover?
Options:
a. click
b. hover
c. focus
d. manual
Ques 17. How many validation styles for states of on-form controls does Bootstrap have?
Options:
a. 6
b. 5
c. 4
d. 3
Ques 18. Which of the following statements is correct about using the collapse plugin?
i) The Transitions plugin must be included.
ii) The popover plugin must be included.
Options:
a. Statement A is true while Statement B is false.
b. B is true while Statement A is false.
c. Both statements are true.
d. Both statement are false.
Ques 19.Which of the following is the correct description of the given table?
...
a. It has light padding and only horizontal dividers with an enabled hover state on table rows within a
b. It has zebra-striping enabled on any table row within the .
c. It has light padding and only horizontal dividers.
d. It is compacted by cutting cell padding in half.
Ques 20. Which of the following will set a modal window to not be closed on click?
Options:
a. Setting the option "backdrop" to true
b. Setting the option "backdrop" to static
c. Setting the option "keyboard" to true
d. None of these
Subscribe to:
Posts (Atom)