HubSpot Certification Exam Answers
Verified answers and clear explanations for every HubSpot certification exam. Browse by exam below, or practice the full set on ExamRoll.io.
HubSpot CMS for Developers Certification All exam questions
- Choose all that apply. Which of the following options is configured in the theme.json file?
- Fill in the blank: If you wanted to copy the HubL markup of a section in the page editor, you would need to _____.
- If you wanted to create an unordered list from each value in a dictionary, which aspect of HubL would be most essential?
- Select all that apply. In order to create a section template, you need which of the following in the file?
- Select all that apply. Which of the following is something that can NOT be added to a dnd_section tag inside a section template.
- True or False? People hate dragging and dropping things so the HubSpot CMS does not contain this capability
- True or false? You can add modules to your blog listing page in the page editor even if your blog listing template does not contain a drag-and-drop area.
- What does the hubspot.config.yml file do?
- What pages are you required to set up when creating membership pages?
- Which CMS tool would you use to find the file size of a PNG?
- Which data structure does HubL use for storing data in key and value pairs?
- Which of the following characters are used to open a HubL statement?
- Which of the following HubL and HubDB behaviors should be avoided if possible?
- Which of the following is NOT a feature of the HubSpot CMS of special interest to web developers?
- Which of the following is NOT an important aspect of using HubL?
- Which of the following is not included in HubL?
- Which of the following is NOT possible with HubL?
- Which of the following statements about a healthy codebase is TRUE?
- Which of the following statements about HubL and JavaScript is TRUE?
- Which of the following statements about HubL filters is TRUE?
- Which of the following statements about HubL in modules is TRUE?
- Which of the following statements about HubL module syntax is NOT TRUE?
- Which of the following statements about HubSpot CMS themes is TRUE?
- Which of the following statements about menus in HubSpot is FALSE?
- Which of the following statements does NOT accurately describe HubL?
HubSpot CMS for Developers II All exam questions
- Consider this scenario: You are loading a script (script 1) on your page which two other scripts rely on to function (scripts 2 and 3). All of these scripts can be safely executed after construction of the DOM. Which of the following approaches would work when loading these scripts? Select all that apply.
- Creating a form that can be completed and submitted using the keyboard only adheres to which WCAG principle?
- Creating a user interface that is consistent across pages adheres to which WCAG principle?
- Fill in the blank: Add the ________ attribute to your script to tell the browser to execute it after construction of the DOM.
- Fill in the blank: Google displays structured data in SERPs as _________.
- Fill in the blank: Google recommends a font size of at least _______ on at least 60% of the text on your page.
- Fill in the blank: Google recommends that tap targets should be at least ___________ apart from each other.
- Fill in the blank: Google's main crawler is known as __________.
- Fill in the blank: Sitemaps are _______ files that provide search engines information about the structure of your site.
- Fill in the blank: The ___________ is a combination of both the DOM and CSSOM.
- Fill in the blank: The primary function of a robots.txt file is_______________.
- Fill in the blank: Use a _________ class to hide elements visually while keeping them accessible to screen readers.
- Fill in the blank: Use the ________ statement to use the same base template across multiple page templates.
- Fill in the blank: Use the __________ tag to include multiple CSS partial files within a single CSS file.
- Fill in the blank: When a boolean field controls a major layout change, use a _________.
- Fill in the blank. If you want a page that's temporarily down to still appear in search results for some time, use _____________.
- Fill in the blank. To provide a good user experience, a Largest Contentful Paint of ___________ or less is recommended.
- Providing text alternatives for non-text content adheres to which WCAG principle?
- Select all that apply: In order to account for mobile-first indexing, you should:
- Select all that apply. What can you use sitemaps for?
- Select all that apply. When performing manual keyboard testing on your page, what should you check for?
- Select all that apply. Which elements should receive focus as you tab through a web page?
- Select all that apply. Which of the following fields should you include in your theme's fields.json file?
- Select all that apply. Which of the following make page navigation more efficient for those using assistive technology?
- The ____________ is the browser's representation of the page's styles.
- The WCAG are broadly divided into four principles. Which of the following is NOT one of those principles?
- To make it easier for individuals using assistive technology to navigate your page, use _________ to organize the page's content.
- True or false: Using structured data guarantees that Google will make a rich snippet for your page.
- True or false? All themes must contain at least 10 section templates.
- True or false? Comprehensive knowledge of the WCAG is necessary before beginning to implement web accessibility best practices.
- True or false? You can add a brand setting token to a theme's fields.json file to allow content editors to edit its value.
- What effect will this line in robots.txt have on Google's crawling behavior? # Disallow: /
- What is Largest Contentful Paint?
- What would you use to access the tertiary brand color in a theme's fields.json file?
- Which file does the CMS Boilerplate use to apply the styles set in the theme's settings?
- Which HubL function can you use to control the size of the images that appear on your website?
- Which of the following is NOT a common accessibility error found on web pages?
- Which of the following is NOT a component of how a web page ends up in search results?
- Which of the following would be NOT be an appropriate class name to use in a theme called "Blue Horizons"?
- Writing valid HTML adheres to which WCAG principle?
HubSpot CMS for develpers All exam questions
- Choose all that apply.Which of the following are always good strategies for building templates?
- Choose all that apply.Which of the following options is configured in the theme.jsonfile?
- Fill in the blank:If you wanted to copy the Hub L markup of a section in the page editor,you would need to_____.
- Fill in the blank:You should omit the______from the simple listing page using the{%if not_simple_list_page%}statement.
- How many different email templates should be created?
- If you wanted to create an unordered list from each value in a dictionary,which aspect of Hub L would be most essential?
- In the blog listing template,which variable provides access to blog post data?
- In the body of a section template,which tag needs to be the parent tag?
- Select all that apply.In order to create a section template,you need which of the following inthefile?
- Select all that apply.Which of the following is something that canNOT be added to a dnd_section tag inside a section template.
- True or false? HubDB is a good place to store customer data such as credit card numbers.
- True or False?People hate dragging and dropping things so the Hub Spot CMS does not contain this capability
- True or false?System templates can only be built using the Design Manager.
- True or false?The best way to style emails is through an external CSS stylesheet.
- True or false?You can add modules to your blog listing page in the page editor even if your blog listing template does not contain a drag-and-droparea.
- What does the hub spot.config.ymlfiledo?
- What HubL function must you use when calling a list of custom object records on a CMS page?
- What pages are you required to setup when creating membership pages?
- Which CM Stool would you use to find the file size of a PNG?
- Which data structure does Hub L use for storing data in key and value pairs?
- Which file in a theme controls the global fields that content editors can edit?
- Which of the following characters are used to open a Hub L statement?
- Which of the following CMS tools is used in CAN-SPAM compliance?
- Which of the following datasets would be a good fit for creating a custom object?
- Which of the following Hub Land Hub DB behaviors should be avoided if possible?
- Which of the following is NOT a feature of the Hub Spot CMS of special interest to web developers?
- Which of the following is NOT a sound strategy for working with HubDB?
- Which of the following is NOT an additional page view generated by the blog listing template?
- Which of the following is not an aspect of dynamic pages?
- Which of the following is NOT an aspect of HubDB?
- Which of the following is NOT an important aspect of using Hub L?
- Which of the following is NOT an important reason to familiarize yourself with available settings?
- Which of the following is NOT available in the file manager?
- Which of the following is not included in Hub L?
- Which of the following is NOT possible with Hub L?
- Which of the following is NOT true about section templates?
- Which of the following is possible with the command line tools?
- Which of the following is required to use custom objects in dynamic pages?
- Which of the following sets of data would NOT be a good fit for storing in a single HubDB table?
- Which of the following statements about a healthy code base is TRUE?
- Which of the following statements about drag and drop areas is TRUE?
- Which of the following statements about global partials is NOT TRUE?
- Which of the following statements about Hub L filters is TRUE?
- Which of the following statements about Hub L module syntax is NOT TRUE?
- Which of the following statements about Hub Land JavaScript is TRUE?
- Which of the following statements about Hub Spot CMS themes is TRUE?
- Which of the following statements about HubLi n modules is TRUE?
- Which of the following statements about menus in Hub Spot is FALSE?
- Which of the following statements about module fields is TRUE?
- Which of the following statements about modules is FALSE?
- Which of the following statements about navigation items is FALSE?
- Which of the following statements about templates is NOT TRUE?
- Which of the following statements about templates is TRUE?
- Which of the following statements about theme fields is NOT TRUE?
- Which of the following statements about theme modules is TRUE?
- Which of the following statements does NOT accurately describe Hub L?
- Which statement about CSS in modules is TRUE?
- Which statement about repeating module fields is FALSE?
HubSpot CMS for develpers II All exam questions
- A skip to content link should skip to which landmark element on the page?
- A____________status code indicates a temporary redirect.
- Consider the line of code below.If you were to load a script in this way,what would be the result?{{require_js(get_asset_url("./path/to/file.js"),{async:true})}}
- Consider this scenario:You are loading a script(script1)on your page which two other scripts rely on to function(scripts 2 and 3).All of these scripts can be safely executed after construction of the DOM.Which of the following approaches would work when loading these scripts?Select all that apply.
- Creating a form that can be completed and submitted using the keyboard only adheres to which WC AG principle?
- Creating a user interface that is consistent across pages adheres to which WC AG principle?
- Fill in the blank:_______is the process through which all unnecessary characters are removed from a file.
- Fill in the blank:_____________refers to how long it takes the browser to take your site's files and paint the pixels to the page.
- Fill in the blank:Adding width and height attributes to images helps reduce _________________.
- Fill in the blank:Addthe________attribute to your script to tell the browser to execute it after construction of the DOM.
- Fill in the blank:Google displays structured data in SER Ps as_________.
- Fill in the blank:Google recommends a font size of atleast_______on atleast 60%ofthe text on your page.
- Fill in the blank:Google recommends that tap targets should be atleast___________apart from each other.
- Fill in the blank:Google's main crawl eris known as__________.
- Fill in the blank:If you want a page's new URL to appear in search results,use _____________.
- Fill in the blank:Site maps are_______files that provide search engines information about the structure of your site.
- Fill in the blank:The___________is a combination of both the DOM and CSS OM.
- Fill in the blank:The primary function of a robots.txtfileis_______________.
- Fill in the blank:Usea_________class to hide elements visually while keeping them accessible to screen readers.
- Fill in the blank:Usethe________statement to use the same base template across multiple page templates.
- Fill in the blank:Usethe__________tag to include multiple CSS partial files within a single CSSfile.
- Fill in the blank:When a boolean field controls a major layout change,usea_________.
- Fill in the blank:Your page must undergo_________,in order for Google to view any JavaScript-generated content.
- Fill in the blank.Defer loading of non-critical CSS by adding______as an argument in your require_css function call.
- Fill in the blank.If you want a page that's temporarily down to still appear in search results for sometime,use_____________.
- Fill in the blank.Many browsers support native image lazy-loading using the_________ attribute.
- Fill in the blank.To provide a good user experience,a Largest Content ful Paint of ___________or less is recommended.
- If your site has consistently poor Total Blocking Time scores,which approach should you take to improve this metric?
- In the CMS Boilerplate,what is the filename of the common template used as the foundation for all page templates?
- Providing text alternatives for non-text content adheres to which WC AG principle?
- Scenario:Your colleague has told you that they'd like a landing page to not appear in search results.You notice that this landing page URL is already disallowed in robots.txt. What should you do to guarantee the page doesn't appear in Google's search results?
- Select all that apply:In order to account for mobile-first indexing,youshould:
- Select all that apply.How can you help content creators more easily work with modules?
- Select all that apply.What are some web accessibility best practices you should account for near the beginning of a project?
- Select all that apply.What can you do to optimize images within a custom module?
- Select all that apply.What can you use site maps for?
- Select all that apply.What is a canonical URL?
- Select all that apply.What is Cumulative Layout Shift?
- Select all that apply.What is First Input Delay?
- Select all that apply.When it comes to SEO,developers are usually responsible for:
- Select all that apply.When might you use a redirect?
- Select all that apply.When performing manual keyboard testing on your page,whatshould you check for?
- Select all that apply.When should you create a section template instead of a module?
- Select all that apply.Where can you access a brand color that you've set in the account's brand settings?
- Select all that apply.Where can you access a brand logo that you've set in your account's brand settings?
- Select all that apply.Which elements should receive focus as you tab through a webpage?
- Select all that apply.Which of the following are Core Web Vitals?
- Select all that apply.Which of the following are examples of render-blocking resources?
- Select all that apply.Which of the following are good examples of descriptive link text?
- Select all that apply.Which of the following are HTML semantic elements?
- Select all that apply.Which of the following best describes modules?
- Select all that apply.Which of the following fields should you include in your theme's fields.jsonfile?
- Select all that apply.Which of the following is an example of a web accessibility optimization that also benefits most of your users?
- Select all that apply.Which of the following make page navigation more efficient for those using assist ive technology?
- Select all that apply.Which of the following module elements would be a good candidate for a style field?
- Select all that apply.Which of the following will prevent a page from appearing in Google's search results?
- Select all that apply.Which style fields have a generated.css property?
- The____________is the browser's representation of the page'sstyles.
- The WC AG are broadly divided into four principles.Which of the following is NOT one of those principles?
- To make it easier for individuals using assist ive technology to navigate your page,use _________to organize the page'scontent.
- True or false:Using structured data guarantees that Google will make a rich snippet for yourpage.
- True or false? Every <img> element should have alternative text.
- True or false?All themes must contain atleast 10 section templates.
- True or false?Automated testing is sufficient to test for appropriate use of alternative text.
- True or false?Comprehensive knowledge of the WC AG is necessary before beginning to implement web accessibility best practices.
- True or false?Every element should have alternative text.
- True or false?If your website doesn't have automatically detectable accessibility issues,it might still have accessibility barriers.
- True or false?Part of making a form input accessible is including include a label for the input.
- True or false?Sections provide a built-in way to set a background image.
- True or false?You can add a brand setting token to a theme'sfields.json file to allow content editors to edit its value.
- What effect will this line in robots.txt have on Google'scrawling behavior?#Disallow:/
- What is Largest Content ful Paint?
- What is the final step of the Critical Rendering Path?
- What is the first step of the Critical Rendering Path?
- What is the recommended format for adding structured data to pages?
- What would you use to access the tertiary brand color in a theme'sfields.jsonfile?
- Which file does the CMS Boilerplate use to apply the styles set in the theme'ssettings?
- Which Hub L function can you use to control the size of the images that appear on your website?
- Which of the following is most likely to block page interactivity?
- Which of the following is NOT a common accessibility error found on webpages?
- Which of the following is NOT a component of how a webpage ends up in search results?
- Which of the following is NOT a step in the Critical Rendering Path?
- Which of the following is NOT a system template?
- Which of the following is NOT a valid brand logo attribute?
- Which of the following is NOT a web accessibility best practice?
- Which of the following is NOT an element of manual accessibility testing?
- Which of the following section template annotations will help a content editor easily visualize a section in the page editor?
- Which of the following would be NOT bean appropriate class name to use in a theme called "Blue Horizons"?
- Within a module,where should you place instance-specific styles?
- Writing valid HTML adheres to which WC AG principle?
HubSpot content hub for marketers All exam questions
- Choose all that apply. Technical optimizations you can make to your website in the HubSpot Content Hub include:
- Choose all that apply. Where in HubSpot can you use folders to organize your Content Hub assets?
- Choose all that apply.At a high level,which metrics should you be tracking about your website performance?
- Choose all that apply.Technical optimization s you can make to your website in the Hub Spot Content Hub include:
- Choose all that apply.What are the different types of templates in the Content Hub?
- Choose all that apply.Where in Hub Spot can you use folders to organize your Content Hub assets?
- Choose all that apply.Which methods can you use to research your user’s goals on your website?
- Choose all that apply.Which of the following should you add to your blog post to generate leads?
- Choose all that apply.Which of these pieces of content should be archived and unpublished?
- Choose all that apply.Which of these tools are included for free with Content Hub?
- Fill in the blank:Theme modules are_______.
- Fill in the blank. HubSpot analysis found that the ideal length for blog posts is ____ words.
- Fill in the blank.Backlinks are links________.
- Fill in the blank.Hub Spot analysis found that the ideal length for blog posts is____words.
- How can you take advantage of the mere-exposure effect on your website?
- How do developers use themes?
- How do you build relevance and authority for your website?
- How is a visitor’s country determined for smart content?
- In the Hub Spot Content Hub,where do you goto change a page’s meta description?
- In the HubSpot Content Hub, where do you go to change a page’s meta description?
- In the page editor in the Hub Spot Content Hub,pages are organized by:
- In the page editor in the HubSpot Content Hub, pages are organized by:
- Jill is a marketer at The Green Thumb, a plant nursery that delivers plants to your doorstep. Her main buyer persona is young women who want to add greenery to their apartments but don’t know how to properly take care of plants. On The Green Thumb’s website they have the page “Which Plant Is Right For You?” that shows all the plants they offer and what environments they are suited for. How can Jill personalize this page to better target her buyer persona?
- Jill is a marketer at The Green Thumb,a plant nursery that delivers plants to your doorstep. Her main buyer person a is young women who want to add greenery to their apartments but don’t knowhow to properly take care of plants.On The Green Thumb’s website they have thepage“Which Plant Is Right For You?”that shows all the plants they offer and what environments they are suited for.How can Jill personalize this page to better target her buyer person a?
- On the website shown in this image,what could this business do to improve the user experience of their website?
- The purpose of a robots.txt file is to:
- The purpose of the Content stab in the page editor is to:
- The purpose of the Contents tab in the page editor is to:
- True or False? A website’s design is solely about looks.
- True or False? If you’re using assets from the marketplace, both the folder structure and names will be determined by the provider.
- True or false? The HubSpot Content Hub includes a standard SSL certificate for your website.
- True or false? The recommended settings for canonical URLs are enabled by default in the HubSpot Content Hub and cannot be edited.
- True or False? You can add a featured image to your blog post which will appear in social media posts.
- True or false? You can upload files in bulk into the HubSpot file manager.
- True or False? Your theme is your source of truth for your website’s design.
- True or False?Adding someone’s name to a page is effective personalization.
- True or False?Awebsite’s design is solely about looks.
- True or False?Every page must be created using its own unique template.
- True or False?Every page published in the Content Hub is created using a template.
- True or False?Ifyou’reusing assets from the marketplace,both the folder structure and names will be determined by the provider.
- True or False?In the Content Hub,website pages and landing pages are the same thing.
- True or False?Once you remove a section,row,column,or module from your page you cannot undo it.
- True or false?The Hub Spot Content Hub includes a standard SSL certificate for your website.
- True or false?The recommended settings for canonical URLs are enabled by default in the Hub Spot Content Hub and cannot be edited.
- True or False?Using your traffic analytics report,you can see the source of traffic to your website.
- True or False?You can add a featured image to your blog post which will appear in social mediaposts.
- True or False?You can have unlimited smart rules per module.
- True or False?You can only use one type of smart rule per module.
- True or false?You can upload files in bulk into the Hub Spot file manager.
- True or False?You need to know CSS to make any style changes to your pages.
- True or False?You should use a different theme for every page on your website.
- True or False?Your theme is your source of truth for your website’sdesign.
- What are the five key characteristics of a good website user experience?
- What can you add to a blog post to determine what content will show upon the shortform version of that post on your blog’shomepage?
- What happens when you clone a landing page in Hub Spot?
- What happens when you clone a landing page in HubSpot?
- What is a buyer person a?
- What is a buyer persona?
- What is a topic cluster?
- What is the final step you should take before publishing a page?
- What is the first question you should ask before you start gathering and analyzing data about your website?
- What is the most important thing you can do to ensure your content ranks highly in search engines?
- What is the primary purpose of a topic cluster content strategy?
- What is the purpose of a site map?
- What is the purpose of a sitemap?
- What is the SEO purpose of adding links throughout your content?
- What tool can you use to segment your contacts database?
- When deciding on naming conventions for your Content Hub assets, what do you need to make sure of?
- When deciding on naming conventions for your Content Hub assets,what do you need to makesureof?
- Where can you find your website and traffic analytics reports in Hub Spot?
- Where can you find your website and traffic analytics reports in HubSpot?
- Where can you view all of your downloaded templates and modules?
- Where can you view data about an individual blog post’s performance in Hub Spot?
- Where in Hub Spot can you goto improve the on-page SEO of a blog post?
- Where in HubSpot can you go to improve the on-page SEO of a blog post?
- Where in the Hub Spot Content Hub can you edit your website’s header and footer?
- Where in the HubSpot Content Hub can you edit your website’s header and footer?
- Which of these characteristics is not available to use in smart content?
- Which of these data points is not tracked on the Performance tab of a blog post?
- Which of these is not a content status in Hub Spot?
- Which of these is not a content status in HubSpot?
- Which of these is not a recommended best practice for writing blog post titles?
- Which of these segments is a good place to start with your personalization efforts?
- Which tool in Hub Spot helps you establish thought leadership in search engines using a topic cluster content strategy?
- Which tool in HubSpot helps you establish thought leadership in search engines using a topic cluster content strategy?
- Why is it important to avoid unnatural repetition of words in your blog post title, meta description, and URL?
- Why is it important to avoid unnatural repetition of words in your blog post title,meta description,andURL?
HubSpot Content Hub Software Certification All exam questions
- A company wants to drive ongoing audience engagement and improve their SEO over time. Which content format is best suited for this?
- A company wants to drive visitor conversions such as form submissions and downloads. Which content format is best suited for this?
- A company wants to showcase their brand’s information and company overview. Which content format is best suited for this?
- A content review process is needed where only super admins can publish. Which feature in Content Hub supports this setup?
- According to Jillian Streit, how is creating consistent content best described?
- After generating content with Breeze content agent, what is a recommended best practice?
- After setting up your website and landing pages, how can you use Breeze to boost your SEO and engage your audience?
- After you’ve reviewed the contacts and lists for an access group, what is the required next step to activate the group?
- Fill in the blank: Breeze helps reduce _____ by providing topics, titles, and keywords.
- Fill in the blank: Breeze is particularly effective when you’ve clearly defined your _____.
- Fill in the blank: By analyzing _______, you can identify which episodes drive the most engagement in your podcast series.
- Fill in the blank: By visualizing your metrics, it’s _____ to understand what’s working and adjust your content strategy.
- Fill in the blank: Case study performance metrics can help you recognize which customer stories are most effective at building _____ with potential customers.
- Fill in the blank: Regular updates to your ____ can boost SEO by providing fresh content and addressing common audience questions.
- Fill in the blank: To change the order of your content performance metrics in the table, you need to ______.
- Fill in the blank: When editing your case study, you can make changes by clicking on each _____ in the content editor.
- Fill in the blank: When generating a case study with Breeze content agent, you can further tailor your narrative to a specific segment by selecting _____ from the HubSpot Smart CRM.
- Fill in the blank: You can turn your brand voice on or off for a specific _____.
- How do you begin setting up a brand voice profile in Content Hub?
- How does Breeze assist content creators in maintaining a brand voice?
- How does Content Hub help your team boost engagement by using real-time data?
- How does Content Hub improve SEO performance?
- How does requiring HubSpot membership for blog content help organizations achieve their marketing goals?
- How many metrics can you include in the report table at one time?
- In which industries is Content Hub useful?
- Select all that apply. Which of the following analytics are important and unique to landing pages for measuring their performance?
- To convert popular blog posts into social media posts, landing pages, or podcast episodes, which Content Hub tool should you use?
- True or false? Blogs primarily serve to provide foundational information about company services.
- True or false? Breeze can generate podcast content exclusively for English-speaking audiences.
- True or false? Content Hub is designed to help all businesses improve efficiency and content effectiveness.
- True or false? Content Hub is limited to static content management.
- True or false? Content Hub provides a unified platform for integrating diverse media formats.
- True or false? Content Hub’s AI image generator provides royalty-free images for use in your marketing content.
- True or false? Content reporting in Content Hub provides insights into what’s working and what isn’t, helping marketers make strategic decisions.
- True or false? In Content Hub, you must write every script from scratch, without help from automation.
- True or false? Performance metrics in Content Hub only provide historical data and cannot be visualized over time
- True or false? Static access groups require manual addition of contacts.
- True or false? Using Breeze, you can develop websites, set up landing pages, and create SEO-optimized blogs to better meet your business goals.
- True or false? When creating a new content asset in Content Hub, you must select the language for content creation before continuing.
- True or false? When creating case studies in Content Hub, AI-generated content is typically published as created.
- True or false? With Content Hub, marketers can create and manage website pages, landing pages, and blog posts in a single platform.
- True or false? You can edit or delete an access group after creating it.
- True or false? You can edit the automatically suggested SEO podcast titles before selecting one for your episode.
- True or false? You can return to your brand voice settings to edit your company’s tone.
- What advantage does the content embed feature have for managing content across platforms?
- What content warning feature is available when creating a podcast episode in Content Hub?
- What does being data-driven in content marketing mean?
- What does the membership conversion overview report show?
- What does the show performance report for podcasts display?
- What ensures content accuracy and consistency before publishing in Content Hub?
- What happens when you make a blog post private for an access group?
- What is a key advantage of using Content Hub over a traditional CMS?
- What is a required prerequisite for selecting a company to feature in a case study generated in Content Hub?
- What is one key advantage of using the memberships feature in Content Hub?
- What is one key reason to choose the correct content format, such as a website page, landing page, or blog, when engaging your audience?
- What is one of the primary Content Hub security measures that protects your website and its users?
- What is the main advantage a website offers over landing pages and blog posts?
- What is the main benefit of using AI-powered content personalization in Content Hub?
- What is the main challenge Content Hub helps businesses overcome?
- What is the primary benefit of regularly reviewing your content performance reports?
- What is the primary benefit of using the content embed feature in Content Hub with a WordPress website?
- What is the primary focus of a landing page?
- What should you do after editing the columns in your report table?
- When generating a case study, what step do you take to target an ideal customer profile (ICP)?
- When publishing a podcast episode, what is the benefit of using the add to marketing campaign dropdown menu?
- When starting a podcast episode in Content Hub, which detail is essential for SEO optimization?
- Where does your saved dashboard appear for future analysis?
- Which Content Hub tool helps you turn existing content into a podcast episode?
- Which filter do you use to change the time frame for any case study report you view?
- Which metric would you consult to determine how many contacts have interacted with exclusive content?
- Which of the following best describes a website in your digital strategy?
- Which of the following Content Hub features allows marketers to compare different page versions to optimize for lead generation?
- Which of the following fields is optional when creating an access group?
- Which of the following is a key benefit of regularly reviewing performance reports for your podcasts, memberships, or case studies in Content Hub?
- Which of the following problems is most likely to happen if content management isn’t centralized?
- Which of the following scenarios best demonstrates stakeholder accessibility as a benefit of Content Hub?
- Which of the following tools help you save membership reports for future reference and analysis?
- Which report shows your top-performing podcast content by play count?
- Which tool is used to manage membership-based access in Content Hub?
- Which type of content is most effective for nurturing audience interest and positioning your brand as a thought leader?
- Why do you upload reference files during the case study creation process in Content Hub?
- Why is visualizing data in Content Hub important for marketers?
- You are a marketing manager, and you have noticed your content is inconsistent across different platforms. How can Content Hub solve this problem?
- You need to repurpose detailed blog posts into multiple content formats. What feature of Content Hub would you use?
- You want a single online destination to highlight multiple services you offer. Which type of page should you create?
- You want to begin creating a case study with Breeze. What is the first step you must take?
- You want to create a new access group in Content Hub, which navigation steps should you follow?
- You’re editing a website page in HubSpot. You highlight a sentence you want to match your company’s brand style. After clicking the AI assistant icon, which option should you select to update the text’s brand voice?
- Your company wants to use audio content to enhance audience engagement. How does Content Hub support this initiative?
- Your company’s blog posts sound different across authors, and you want to ensure all content has a consistent tone that reflects your company’s personality. Which feature in Content Hub should you use?
HubSpot content marketing All exam questions
- All of the following are attributes of a content creation work flow EXCEPT:
- All of the following are examples of a SMART goal EXCEPT:
- Consider the following blog post title:"6 Questions To Ask Before You Plan Your #Giving Tuesday Campaign."This is an example of which type of headline format?
- Every content brainstorm needs the following EXCEPT:
- Every story has these three storytelling elements.What are they?
- Fill in the blank:A great way to create a comfortable atmosphere for a company brainstorm is to start off with_________.
- Fill in the blank:All of the following are engagement signals that help you understand your content’s effectiveness,exceptfor_______________.
- Fill in the blank:The_________can help you develop a mission statement that connects with your audience.
- Fill in the blank:The conflict in your content’s story should focus on the____________.
- Fill in the blank:The following sentence is an example of____________voice?“The grocery shopping was done by your father.”
- Fill in the blank:This blog post is written from a_____________.
- Fill in the blank:To effectively tell your business’story,youneed________________.
- Fill in the blank:To keep your content calendar agile,itshouldn’text end more than ___________.
- Fill in the blank:When identifying buyer’s journey content for along-term content strategy, it’s important to focus on content for the___________stage(s).
- Fill in the blank:When you tell a story and the character is your audience,you should tell the story with a___________.
- Fill in the blank:You had a successful team meeting where you were able to prove the ROI of your content marketing efforts.However,your boss wants more details on the content path that helped close leads into customers.You could do this by creating a(n) ______________.
- How can you uncover your buyer person as’reading habits?
- How could this sentence be corrected to cut out fluffy words?“I really just want togo to the store to buy groceries in order to be be prepared for the week.”
- How long should you wait before republishing a piece of content to a new website?
- Joan owns a dog walking business and read a blog post that explained search engines are a great place to generate ideas on what people a researching for.Joan starts off her research by typing in'dog walking tip'to see what insights he can find.Fill in the blank: Joan notices that when she types in'dog walking tip'the search engine offers some helpful suggestions on popular searches,like'dog walking tips and tricks.'This is known as _________.
- One month into a three-month lead generation campaign,it becomes clear your current plant or each your goal often sales qualified leads(SQLs)goal does not look feasible.What option will you present during next week’s meeting with your CEO?
- Optimizing your content helps improve__________.
- True or false?A benefit of organic content promotion is that it allows you to show your content to a highly specific audience.
- True or false?Abuyer’s journey is ever-evolving.You should make updates as you learn more about your buyer person a.
- True or false?After you digest material it’s best to try and put ideas together immediately.
- True or false?Content marketing is a relatively new practice that became popular in the 1950’s with the boom of advertising firms.
- True or false?Effective writers start by filling in the main points of their content and save writing the introduction and conclusion for after they’ve written their piece.
- True or false?If prospects can get the answers to their questions and see themselves as characters in your story,they’ll be more likely to purchase from you.
- True or false?It’s best to determine a few key metrics and stick to them.
- True or false?Never use acronyms in your writing.
- True or false?The conflict in this blog article is preventing team burnout.
- True or false?The goal of a brain dump is to have everyone structure ideas they’veput together.
- True or false?When identifying raw material for generating ideas,it’s best to stick with a specific area of focus.This way you can become an expert in generating ideas in this field.
- True or false?You need conflict to tell an impact ful story.
- True or false?You should onlyinclude a call-to-action on a blog post once the offer is launched.
- True or false?You should post the same message across all of your social channels.
- True or false?Your content creation framework should stay consistent overtime.
- What results can you yield by establishing reporting expectations prior to campaign launch?
- What’s the best way to have your business’story remembered and shared?
- When examining your attribution report,you notice 85%of your leads that have closed into customers have downloaded your introductory ebook,but your sales team is only closing 1%of leads from social sources.How do you support your Sales team to close more leads from social into customers?
- When it comes to along-term content strategy,what is an important buyer person a trait?
- When republishing your content,how can you make sure there published post stands out in contrast to your original post in search engine result listings?
- Which of the following is NOT a category you should organize your content audit by?
- Which of the following is NOT a storytelling best practice?
- You can measure brand awareness by all of the following,EXCEPT?
- You can use weekly content activities to grow into which type of long-form content offer?
- You have a top-performing blog post that you want to republish.Which platforms should you republish it to?
- You just landed your dream job as a content creator at a local startup.It’s your first week and your boss asks you to perform a content audit to get acquainted with the company’s collateral as well as organize it.Where might you start looking for content that already exists?
- You'reina brainstorming session with your co-workers.You come up with five topics for yourebook,your colleague says that's all you need.How should you respond?
- You’re a content creator for an automobile dealership.You’re looking for some inspiration to help generate new content ideas for an upcoming holiday promotion.What source might you find valuable and be inspired by?
- You’re analyzing the performance of your social channels and you notice that Facebook consistently outperforms your Twitter and Linked In page.What should you do next?
- Your boss asks you to report on how your content campaign has contributed to the lead generation goals.What metric do you report on to demonstrate its contribution?
- Your boss has tasked you with writing a company story that will help make them standout from their competitors.Keeping this in mind,what’s the most effective question you should startwith?
HubSpot Content Marketing Certification All exam questions
- All of the following are attributes of a content creation workflow EXCEPT:
- Consider the following blog post title: "6 Questions To Ask Before You Plan Your #GivingTuesday Campaign." This is an example of which type of headline format?
- Fill in the blank: All of the following are engagement signals that help you understand your content’s effectiveness, except for _______________.
- Fill in the blank: This blog post is written from a _____________. (Direct link to blog: https://blog.hubspot.com/marketing/empathic-managers-guide-preventing-team-burnout)
- Fill in the blank: To effectively tell your business’ story, you need ________________.
- Fill in the blank: To keep your content calendar agile, it shouldn’t extend more than ___________.
- Fill in the blank: When identifying buyer’s journey content for a long-term content strategy, it’s important to focus on content for the ___________ stage(s).
- How can you uncover your buyer personas’ reading habits?
- How could this sentence be corrected to cut out fluffy words? “I really just want to go to the store to buy groceries in order to be be prepared for the week.”
- Joan owns a dog walking business and read a blog post that explained search engines are a great place to generate ideas on what people are searching for. Joan starts off her research by typing in 'dog walking tip' to see what insight she can find. Fill in the blank: Joan notices that when she types in 'dog walking tip' the search engine offers some helpful suggestions on popular searches, like 'dog walking tips and tricks.' This is known as _________.
- One month into a three-month lead generation campaign, it becomes clear your current plan to reach your goal of ten sales qualified leads (SQLs) goal does not look feasible. What option will you present during next week’s meeting with your CEO?
- True or false? A buyer’s journey is ever-evolving. You should make updates as you learn more about your buyer persona.
- True or false? If your marketing tests have over a 50% failure rate, then you’ve done something wrong.
- True or false? The conflict in this blog article is preventing team burnout. (Direct link to blog: https://blog.hubspot.com/marketing/empathic-managers-guide-preventing-team-burnout)
- True or false? The goal of a braindump is to have everyone structure ideas they’ve put together.
- True or false? You need conflict to tell an impactful story.
- True or false? You should only include a call-to-action on a blog post once the offer is launched.
- True or false? Your content creation framework should stay consistent over time.
- When it comes to a long-term content strategy, what is an important buyer persona trait?
- When republishing your content, how can you make sure the republished post stands out in contrast to your original post in search engine result listings?
- You're in a brainstorming session with your co-workers. You come up with five topics for your ebook, your colleague says that's all you need. How should you respond?
- You’re analyzing the performance of your social channels and you notice that Facebook consistently outperforms your Twitter and LinkedIn page. What should you do next?
- You’re the Marketing Director for a global financial company. The holidays are approaching and your boss wants to improve the company's bottom line by 7%. You host a team meeting where the goal is to identify opportunities to test, then assign tasks to team members to start implementing right away. Is this approach correct?
- Your boss has tasked you with writing a company story that will help make them stand out from their competitors. Keeping this in mind, what’s the most effective question you should start with?
HubSpot contextual marketing All exam questions
- All of the following are ways to improve the mobile experience for a website visitor EXCEPT:
- An automated email that you send has a high click-through rate,but the landing page that it promotes has a low conversion rate.Which element would benefit most from contextual marketing?
- At which stage of the Buyer’s Journey is a user most likely to be if she is spending time on your products page?
- Contextual marketing is used in which stage of the Inbound Methodology?
- Default content should be optimized for which group above all?
- Fill in the blank:Lifecycle stages allow you to categorize your users by_______.
- How can contextual marketing help to make your website more accessible for your visitors?
- How can you avoid confusing or frightening your visitors when creating contextual marketing?
- How can you ensure that the content on your website will be helpful for your users?
- How can you ensure that you’re recruiting the right users for usability testing?
- How can you ensure that your website stays visually consistent?
- How do personalization tokens differ from smart text created in Hub Spot?
- How do personalization tokens differ from smart text created in HubSpot?
- How does contextual marketing help you create a good user experience?
- How is the geography of a visitor on your website determined?
- How many common user questions should each page attempt to answer at one time?
- In evaluating your company’s blog posts from the past quarter, your boss Sam has identified that the post called “The Top 3 Ways to Improve Your Marketing” as being a top-performing post. Sam wants to add contextual marketing to show different ‘ways to improve your marketing’ to different blog readers based on their lifecycle stage. Is this a good approach?
- In evaluating your company’s blog posts from the past quarter,your boss Sam has identified that the post called“The Top 3 Ways to Improve Your Marketing”asbeinga top-performing post.Sam wants to add contextual marketing to show different‘waysto improve your marketing’to different blog readers based on their lifecycle stage.Isthisa good approach?
- In order to begin with contextual marketing,you should determine the opportunities.Where should you start?
- In order to create a good user experience, simplicity is an important consideration for the website’s appeal.
- In order to create a good user experience,simplicity is an important consideration for the website’sappeal.
- In order to successfully use personalization,you need to review your contacts database and ensure all of the following EXCEPT:
- It’s time for your monthly website performance review. Your colleague Jana has pulled the numbers and finds that your homepage has a 70% bounce rate. Is this a good rate?
- It’s time for your monthly website performance review.Your colleague Jana has pulled the numbers and finds that your homepage has a 70%bouncerate.Is this a good rate?
- Jana has offered to conduct a card-sort to help with user testing for your company’s new website. What is Jana hoping to determine with a card-sort?
- Jana has offered to conduct a card-sort to help with user testing for your company’snew website.What is Jana hoping to determine with a card-sort?
- Sam, your boss at ABC Marketing Agency, wants users to feel more connected to your company. Sam suggests: “Add a personalization token to the home page that says ‘Welcome, first name.’ I know that we need personalized content.” How would you respond to Sam’s request?
- Sam,your boss at ABC Marketing Agency,wants users to feel more connected to your company.Sam suggests:“Add a personalization token to the homepage that says ‘Welcome,firstname.’I know that we need personalized content.”How would you respond toSam’srequest?
- The ABC Marketing Agency has become an international business and you now need a Portuguese version of your website as soon as possible. Your boss Sam asks you to create the second website using smart content. Why is this not the best approach?
- The ABC Marketing Agency has become an international business and you now need a Portuguese version of your website as soon as possible.Your boss S a masks you to create the second website using smart content.Why is this not the best approach?
- The language of the user’s choice is set by:
- The most important purpose of a website with a good user experience is:
- True or false? Most contextual marketing strategies are well-suited for refining the default content to align with a particular user segment’s needs.
- True or false? When segmenting by buyer persona, focus on your newest persona first.
- True or false? You must set up a smart list in order to segment users by country.
- True or false? You should always start creating a contextual marketing strategy by targeting your buyer personas.
- True or false?“Other campaigns”is a segmentation option used to manually segment contacts.
- True or false?A personalization token has a default value set automatically.
- True or false?Dynamic content consists of entirely randomized content.
- True or false?Holding interviews with your colleagues and boss is an action to take when redesigning the user experience.
- True or false?Most contextual marketing strategies are well-suited for refining the default content to align with a particular user segment’sneeds.
- True or false?Personalization tokens work for first-time visitors for known things like their country location.
- True or false?When segmenting by buyer person a,focus on your newest person a first.
- True or false?You can display content variations to mobile,tablet or desktop users.
- True or false?You can use custom contact properties you've created for forms as personalization tokens.
- True or false?You can use personalization tokens in email subject lines.
- True or false?You must setup a smart list in order to segment users by country.
- True or false?You should always start creating a contextual marketing strategy by targeting your buyer person as.
- True or false?You want to promote a new content offer to customers that visit your Services page.This can be accomplished using smart content.
- What are the two types of main navigation menu structure?
- What are two main reasons to use personalization?
- What do you learn from a content audit?
- What kind of users do you want to recruit for usability testing?
- When a visitor’s location cannot be determined,which of the following rules is displayed?
- When designing your navigation,your primary objective should be to include keywords for search engines.
- When segmenting by lifecycle stage,what is the first thing to decide?
- When using the context of a user’s mobile device type,which landing page element should be first evaluated for adding contextual marketing?
- Where do you want to place a navigation menu?
- Which is NOT a reason to do usability testing?
- Which is NOT a way to ensure that the results from usability testing are consistently reliable?
- Which is NOT away to ensure that the results from usability testing are consistently reliable?
- Which lifecycle stage should the default website content be geared towards?
- Which of the following is NOT a reason to have consistency from page-to-page?
- Which of the following is NOT a reason to have consistency frompage-to-page?
- Which of the following is NOT a way that contextual marketing can help to increase conversion rates?
- Which of the following is NOT away that contextual marketing can help to increase conversion rates?
- Which of the following is NOT one of the characteristics a website must have in order to create a good user experience?
- Why is a content audit useful?
- Why is it important to map out the conversion path of a smart CTA for each segment?
- You are evaluating the bounce rate of your overall website traffic and find that users with a social media referral source have a higher bounce rate.Which user experience principle will help to keep social media visitors engaged on your website?
- You begin to optimize your website content for search engines and visitors a like.Which stage of the buyer’s journey should this content be for?
- You begin to optimize your website content for search engines and visitors alike. Which stage of the buyer’s journey should this content be for?
- You offer a free trial on your products page.Which of the following would be appropriate wording for the same offer on your blog CTA?
- You’re trying to build out a contextual marketing strategy at your company, but your boss is not seeing the value of it. How do you explain the benefit of personalization?
- You’retrying to build out a contextual marketing strategy at your company,but your boss is not seeing the value of it.How do you explain the benefit of personalization?
- Your boss, Sam, has approved for you to conduct a usability test on your company’s website. Your next step is to design the test. All of the following are important for the test’s success EXCEPT:
- Your colleague Jana is building a campaign around the long tail keyword“landing page optimization services,”which is a service your company provides.Whatkindof segmentation should you use to add contextual marketing in order to help Jana have more of an impact on visitors?
- Your colleague Jana is building a campaign around the longtail keyword “landing page optimization services,” which is a service your company provides. What kind of segmentation should you use to add contextual marketing in order to help Jana have more of an impact on visitors?
- Your colleague Jana wants to add contextual marketing to your organization’s homepage. She wants to target your company’s top buyer persona “Copywriter Charles.” What would you suggest for Jana to do next in planning a contextual marketing strategy?
- Your colleague Jana wants to add contextual marketing to your organization’shomepage. She wants to target your company’stop buyer person a“Copywriter Charles.”Whatwould you suggest for Jana to do next in planning a contextual marketing strategy?
- Your colleague Jana would like to add a personalization token to a landing page that offers “10 Tips to Generate More Leads.”She would like to add the Company Name property in order to connect with the user,showing that this ebook would be helpful to the individual’s company.How would you respond to Jana?
- Your colleague Shane wants to add contextual marketing to all of your company’s landing pages by the end of this month. You respond by telling Shane that this isn’t a recommended approach because:
- Your colleague Shane wants to add contextual marketing to all of your company’slanding pages by the end of this month.You respond by telling Shane that this isn’ta recommended approach because:
- Your colleague wants you to add contextual marketing to the landing page called “50 Copywriting Mistakes to Avoid Checklist.” Which of the following is not an important factor to investigate before adding contextual marketing to the landing page?
- Your colleague wants you to add contextual marketing to the landing page called“50 Copy writing Mistakes to Avoid Checklist.”Which of the following is not an important factor to investigate before adding contextual marketing to the landing page?
- Your customer Nina is returning to your website.Which messaging option would be the most helpful to Nina?
- Your marketing director at ABC Marketing Agency would like to set up an email campaign that will use personalization to reference a lead’s recent conversion. Is this possible?
- Your marketing director at ABC Marketing Agency would like to setup an email campaign that will use personalization to reference a lead’s recent conversion.Is this possible?
- Yourboss,Sam,has approved for you to conduct a usability test on your company’s website.Your nextstep is to design the test.All of the following are important for the test’s success EXCEPT:
HubSpot Data Integration U2020610-ENG All exam questions
- After integrating several apps, the marketing team is uncertain who owns the process. What crucial discovery step was missed?
- Before making an integration recommendation, what should you do first?
- During a discovery call with Charismatic Paperbacks, a book of the month club, you learn they want to track referrals and send thank you follow-ups. Based on this use case, what object type is the best recommendation?
- During the summarize and position step of the integration discovery call, how many challenges should you summarize?
- Fill in the blank: A ___ is a group of technology-based tools.
- Fill in the blank: A(n) _____ functions as the name for individual instances of a custom object.
- Fill in the blank: A(n) ___ is a database that enables businesses to manage relationships with contacts and customers by centralizing information.
- Fill in the blank: A(n) ___ is a group of technology-based tools that help businesses operate effectively, market efficiently, and enable sales and service teams to provide an optimal customer experience.
- Fill in the blank: A(n) ___ is a series of rules that allow for an application to extract and use information from a piece of software in their own application.
- Fill in the blank: A(n) ____ is an ecosystem of software and resources that helps grow your business.
- Fill in the blank: A(n) ____ is composed of fields and contains all the data about a particular person, company, or item in a database.
- Fill in the blank: A(n) ____ is one end of a communication channel.
- Fill in the blank: A(n) ____ links together different computing systems and software applications.
- Fill in the blank: ___ create a string of letters and numbers that act as a password for the account and approve a given request.
- Fill in the blank: The open standard file format HubSpot uses to store and transmit data is ___.
- Fill in the blank: The part of an HTTP request that tells the API where to retrieve data from is the ___.
- Fill in the blank: The portion of an HTTP request that contains the returned data and information is the ___.
- Fill in the blank: The process of regularly reviewing and simplifying your tech tools to remove clutter is called a tech stack ___.
- Fill in the blank: To manage rate limits, ___ enroll contacts as they meet certain criteria.
- Fill in the blank: To manage rate limits, ___ push updates in groups instead of individually.
- Fill in the blank: To manage rate limits, ___ retrieve only certain contacts as changes happen in HubSpot.
- Fill in the blank: To manage rate limits, ___ temporarily store data on their end.
- Fill in the blank: To manage rate limits, ___ update a record’s membership based on property changes.
- Gary’s Good Boys is a pet store franchise planning to integrate their old database with HubSpot. On a discovery call, you learn they have budgeted several thousand dollars for the project and want it completed over the next quarter. What information is missing?
- If you use a third-party integration, where does support for that integration come from?
- If you want to store immutable data, which HubSpot data representation tool is the best?
- If you want your data to have a one-to-one relationship with a CRM record, the best HubSpot data representation tool is:
- If you want your source of truth to be a system outside of HubSpot, which HubSpot data representation tool is the best option?
- Imagine your company adds a new app. No one seems to be using it, and the app’s monthly subscription price has increased over time. What should you do first?
- Imagine your leadership team wants to use AI-powered analytics, but finds the results are incomplete and not actionable. Which integration-related problem should you investigate?
- In the developer documentation, which section header contains the code you need to implement the API?
- In the developer documentation, which section header provides information about an API’s method?
- In the developer documentation, which section provides information about an API’s daily and burst limits?
- Night Cheese, a cheese of the month subscription company, tracks data on subscribers in their existing database. Which HubSpot-defined object do subscribers best map?
- On a call with Wool Monkey, you learn that this artisanal wool shop wants to send segmented emails to their customer base. The emails will tell them about a new class that will start in three months. What type of information is missing?
- On a discovery call with Cheetah Runners, a local running shop, you learn they want to integrate Shopify with HubSpot to use invoice data for sending segmented emails. Which HubSpot-defined object best serves their data needs?
- Research shows that clients are most successful in HubSpot when they have how many integration s?
- Scenario: On a discovery call with The Legend of Sleepy Challah, the bakery says that they need to make sure contact records in HubSpot match the contact records in Salesforce. Which direction does data need to sync to make this update possible?
- Select all that apply. During the integration recommendation call, which questions should you be prepared to answer?
- Select all that apply. How might you jeopardize an integration with a poor planning process?
- Select all that apply. How will a thorough and well-documented integration planning process lead to more effective integration s?
- Select all that apply. Once you integrate an app, what can you do with the data?
- Select all that apply. What are the advantages of HubSpot-built integration s?
- Select all that apply. What are the advantages of native integration s?
- Select all that apply. What are the three challenges Siply the Best wants to solve by integrating their tech stack?
- Select all that apply. What information is important to collect during the tech stack audit?
- Select all that apply. What is an example of an API endpoint?
- Select all that apply. What outcomes do integration s enable?
- Select all that apply. What types of data fit best in a custom object?
- Select all that apply. When defining stake holder roles, which of the following groups of people should be specified?
- Select all that apply. When you build a custom object, what key elements must you define?
- Select all that apply. Which details about your stakeholders should you document before a discovery call?
- Select all that apply. Which of the following are API reference documentation categories?
- Select all that apply. Which of the following are benefits of creating a central source of truth for data?
- Select all that apply. Which of the following are examples of HubSpot-defined objects?
- Select all that apply. Which questions are important to answer during the recommendation call?
- Select all that apply. Which questions factor into assessing an iPaaS solution?
- True or false? A comprehensive integration plan should always include considerations for ongoing maintenance after deployment.
- True or false? A single JSON object can contain multiple {key:value} pairs.
- True or false? All HubSpot-defined objects can perform the same functions
- True or false? All standard objects have the same superpower.
- True or false? Authentication is required to use HubSpot’s API.
- True or false? Centralizing data through integration s is necessary to unlock the full value of artificial intelligence in business tools.
- True or false? Custom integration s always require access to the third-party system’s APIs.
- True or false? Developer documentation is the source of truth for all public information about HubSpot's APIs.
- True or false? During the recommendation process, it’s important to tie the solution back to the client’s goals and challenges.
- True or false? HubSpot’s goal is to be an all-in-one tool to meet all your client’s needs.
- True or false? If your business only uses one or two apps, integration s are unlikely to add value.
- True or false? In a JSON {key:value} pair, the value is a specific data point.
- True or false? Integrating your tech stack is mainly about saving a company’s physical storage space.
- True or false? Integration recommendations should be made during the initial discovery meeting.
- True or false? It’s best practice to integrate a team’s tech stack with HubSpot.
- True or false? OAuth is recommended when multiple accounts will be using the integration.
- True or false? Private app tokens expire after six hours.
- True or false? Private apps were historically used for building integration s in a single account.
- True or false? You do not need to recommend an integration at the end of a discovery call.
- True or false? You need a developer to build a custom object.
- What distinguishes a HubSpot-built integration from a third-party integration?
- What does an association label offer in HubSpot?
- What makes integration s essential for using modern AI tools effectively?
- When you ask, “What would you expect this integration to do? ” which stake holder area are you addressing?
- When you ask, “When do you need to achieve these results? ” which stake holder area are you addressing?
- When you ask, “Who are the decision-makers?” which stake holder area are you addressing?
- Which HubSpot-defined object can automatically generate support requests from emails and calls?
- Which HubSpot-defined object can generate revenue attribution reports and sales forecasts?
- Which HubSpot-defined object can send personalized marketing emails?
- Which is NOT a step in the integration discovery call process?
- Which is NOT an ability of timeline Events?
- Which JSON {key:value} pair is correctly formatted?
- Which of the following best describes scope creep in integration projects?
- Which of the following is NOT a part of an HTTP request?
- Which of the following people should attend the integration discovery conversation?
- Which type of integration requires the most time and resources to implement?
- You need to display data externally. Which HubSpot data representation tool should you use?
- You need your data to be in a one-to-many relationship and primarily used internally. Which HubSpot data representation tool is the best option?
- You notice that several sales representatives are adding new companies into HubSpot, but these companies aren’t connected to any contacts, deals, or tickets. This makes reporting and understanding the business relationship challenging. What’s the best way to ensure complete and useful company records?
- Your business is an education provider planning to track courses and sessions for students in HubSpot. What feature might help you represent programs and lessons?
HubSpot digital advertising All exam questions
- A Facebook core audience is based on:
- A Facebook custom audience is based on:
- A Facebook lookalike audience is based on:
- A/B testing (split testing) is the process of:
- A/Btesting(split testing)is the process of:
- Based on the data below,what is the return on ad spend(ROAS)for the campaign?
- Based on the data below,which is the most effective advertising campaign?
- Fill in the blank: A keyword set to ______ match type will display your ad when the search term contains any or some combination or variations of the words in your keyword, in any order.
- Fill in the blank: Retargeting an example of _____ targeting.
- Fill in the blank:A keyword set to_____match type will display your ad if the search term contains the same order of the words,but it can also contain additional words.
- Fill in the blank:A keyword set to_____match type will display your ad if the search term includes that keyword,or a very close variation.
- Fill in the blank:A paid media plan is the bridge between your______and your business goal.
- Fill in the blank:Automated bidding is powered by_____.
- Fill in the blank:Re targeting an example of_____targeting.
- Fill in the blank:The difference between digital advertising and organic marketing on social media platforms is that digital advertising is_____and organic marketing is_____.Select all that apply.
- Fill in the blank:The goal of a commerce ad is to increase_____.
- Fill in the blank:The goal of a concept ad is to increase_____.
- Fill in the blank:The goal of a content ad is to increase_____.
- Fill in the blank:You should use a target CPA bidding strategy when you have_____.
- Following the rule of thirds helps you:
- How many ad extensions should you include in your search ads?
- How often should you evaluate your paid media budget?
- If you have a keyword set to broad match,but you want to select specific keywords that must be included in the search query for your ad to be displayed,what would you use?
- If you want to exclude your ad from being shown on searches containing a specific keyword,what would you use?
- If your business has a short buying cycle,which attribution model should you use?
- In what order should the steps to conduct a marketing experiment be completed?
- Scenario: You want to target an audience that has previously viewed your product’s pricing page on your website. Which targeting strategy should you use?
- Scenario: You want to target an audience that visits popular marketing websites, such as Marketing Land and Ad Age. Which targeting strategy should you use?
- Scenario: You work for a company called PetSpot that sells animal supplies. The best audience to target on social media at the decision stage of the buyer's journey would be people who:
- Scenario: You work for a company called PetSpot that sells animal supplies. Which of the following audiences would be the best to target on social media at the awareness stage of the buyer’s journey?
- Scenario: You work for a company called PetSpot that sells animal supplies. Which of the following keywords would be the best to use for paid search at the consideration stage of the buyer’s journey?
- Scenario:You want to run an A/B test for an ad campaign.Which of the following are examples of what you could experiment with?
- Scenario:You want to target an audience that has previously viewed your product’spricing page on your website.Which targeting strategy should you use?
- Scenario:You want to target an audience that visits popular marketing websites,suchas Marketing Land and AdAge.Which targeting strategy should you use?
- Scenario:You work for a company called Pet Spot that sells animal supplies.Thebest audience to target on social media at the decision stage of the buyer's journey would be peoplewho:
- Scenario:You work for a company called Pet Spot that sells animal supplies.Whichofthe following audiences would be the best to target on social media at the awareness stage of thebuyer’sjourney?
- Scenario:You work for a company called Pet Spot that sells animal supplies.Whichofthe following keywords would be the best to use for paid search at the consideration stage of thebuyer’sjourney?
- Scenario:You work for H.Bloom,a flower delivery company.You are running a paid search ad for the keyword"flower delivery"that directs to the landing page below.The goal of this ad is to drive leads.What would you do to potentially improve the ad's performance?Select all that apply.
- Scenario:Your business wants to advertise to a local audience.Which targeting strategy should you use?
- Select all that apply.The problem with early online advertising was that ads were:
- True or false: Digital advertising is a targeted, data-driven advertising strategy for reaching consumers online at every stage of the buyer’s journey.
- True or false: Quality score is an algorithm that scores each of your search ads on spelling and grammar.
- True or false: The rule of thirds is the process of dividing an image into thirds, using two horizontal lines and two vertical lines, and positioning the most important elements inside the squares the lines create.
- True or false:An organic marketing strategy is reliant on your followers,while social media advertising allows you to target new audiences.
- True or false:Digital advertising is a targeted,data-driven advertising strategy for reaching consumers online at every stage of the buyer’sjourney.
- True or false:Quality score is an algorithm that scores each of your search ads on spelling andgrammar.
- True or false:The rule of thirds is the process of dividing animage into thirds,usingtwo horizontal lines and two vertical lines,and positioning the most important elements inside the squares the lines create.
- What ad tracking method should you use to identify which marketing campaign referred traffic to your website?
- What ad tracking method should you use to retarget people on social media who have visited your website?
- What ad tracking method should you use tore target people on social media who have visited your website?
- What are best practices for optimizing your conversion path?Select all that apply.
- What can you most easily accomplish by advertising on Tik Tok?
- What can you most easily accomplish by advertising on TikTok?
- What do sponsored messages on Facebook Messenger allow you to do?
- What elements should be included in your search ad copy?Select all that apply.
- What enables buyers of digital advertising inventory to manage multiple ad exchanges through one interface?
- What enables web publishers and digital out-of-home media owners to manage their advertising inventory?
- What is a benefit of using digital advertising in conjunction with organic marketing efforts? Select all that apply.
- What is a drank?
- What is ad rank?
- What is an attribution model?
- What is conversion rate optimization(CRO)?
- What is one ad type that is unique to Snap chat?
- What is one ad type that is unique to Snapchat?
- What is one advantage of advertising on Linked In?
- What is one advantage of advertising on LinkedIn?
- What is the benefit of advertising in Insta gram Explore?
- What is the benefit of advertising in Instagram Explore?
- What is the best way to advertise on Insta gram?
- What is the best way to advertise on Instagram?
- What is the difference between a brand keyword and a non-brand keyword?
- What is the difference between a brand keyword and an on-brand keyword?
- What is the difference between pixel-based re targeting and list-based re targeting?Selectall theapply.
- What is the difference between pixel-based retargeting and list-based retargeting? Select all the apply.
- What should your awareness stage ads do?
- What should your consideration stage ads do?
- What should your decision stage ads do?
- What symbol would you use to add a broad match modifier?
- What symbol would you use to add a negative keyword?
- What symbol would you use to add abroad match modifier?
- What type of company would be most likely to find success advertising on P interest?
- What type of company would be most likely to find success advertising on Pinterest?
- What’s the difference between first-party cookies and third-party cookies?
- Where do ads appear on YouTube?Select all that apply.
- Where should you allocate the majority of your paid media budget?
- Which ad creative best practice(s)are displayed in the example below?Select all that apply.
- Which ad types are available on social media platforms?Select all that apply.
- Which metric best helps you convey the value of your advertising strategy?
- Which of the following ad copy examples follows the best practices for simplifying language?
- Which of the following goals are options available for advertising on Twitter?Select all that apply.
- Which of the following is an example of a business’s“reasons to believe?”
- Which of the following is NOT a stage in the buyer’s journey?
- Which of the following is NOT a stage in the buyer’sjourney?
- Which of the following is NOT an ad copy writing best practice?
- Which of the following is NOT an ad copywriting best practice?
- Which of the following is NOT an ad targeting strategy?
- Which of the following is NOT an automated bidding strategy?
- Which of the following is NOT one of the three elements of a marketing mix?
- Which of the following metrics does Facebook use to rate the expected performance of your ads? Select all that apply.
- Which of the following metrics does Facebook use to rate the expected performance of yourads?Select all that apply.
- Which of the following represents a broad match keyword?
- Which of the following represents abroad match keyword?
- Which of the following represents an exact match keyword?
- With behavioral targeting,you could reach people who:?
- With contextual targeting,you could reach people who:
- With demographic targeting,you could reach people who:
HubSpot digital marketing All exam questions
- All of the following are attributes of a content creation work flow EXCEPT:
- All of the following are key places your videos can appear on YouTube EXCEPT:
- All of the following impact a website’s ability to rank on a search engine results page EXCEPT:
- ___________characters is the average character length that will appear on a mobile device for your email.
- During the decision stage of the buyer'sjourney,it's effective to use which of the following content formats?Select all that apply.
- Fill in the blank:________refers to how well a document matches a search query.
- Fill in the blank:A keyword set to______match type will display your ad when the search term contains any or some combination or variations of the words in your keyword,inany order.
- Fill in the blank:Measuring your website’s authority comes down to assessing the volume and quality of the____________.
- Fill in the blank:Once a search engine bot discovers your webpage,it_______.
- Fill in the blank:The ideal blog post title is_____characters.
- Fill in the blank:The ideal length of an email subject line is_____characters.
- Fill in the blank:To keep your content calendar agile,itshouldn’text end more than ___________.
- Fill in the blank:Videos related to__________moments address company milestones,new product or service features,or other company-related updates.
- Fill in the blank:When creating a headline for your content,you should come up with ___________different headlines.
- Fill in the blank:When performing a social media content audit,begin by looking at all of the content you’ve posted in the last_________.
- Fill in the blank:When planning the timing of content in a calendar,_______.
- Fill in the blank:Wordslike“free”or“percentoff”may not trigger spam filters for your email,butcould___________.
- Fill in the blanks:Tailwinds are to________:as headwinds are to_________.
- From top to bottom,what should your search account structure hierarchy look like?
- Having an understanding of what you’retrying to achieve is the most important part of creating high-performing emails.What theme does this correlate to?
- How could this sentence be corrected to cut out fluffy words?"I really just want togo to the arcade to play games in order to have fun."
- On which social network should you share content most frequently?
- Scenario:Anexact-match keyword for one of your ads is"bluewomen'st-shirts."Whichof the following search queries would generate this ad?
- Scenario:Aphrase-match keyword for one of your ads is“traveling in Boston.”Whichof the following search queries would generate this ad?Choose all that apply.
- Scenario:Kyle is in a new role and looking to up skill,so he goes to Google to do some research.He finds a search engine listing that piques his interest and clicks it.He’stakento a blog post on your site.He reads the post and sees there’s a content offer.He’s interested, but not sure he’s ready to give his information for it just yet.Below the offer,heseesa chat bot asking if he needs help so he clicks it to start a conversation.Which stage of the inbound methodology is Kyle in?
- Scenario:Tomis an avid Facebook user.Tom'sfriend,Jane,posts a video from a travel-focused company called Get Out,StayOut,aboutanew,local hiking trail.Inthe comments,Jane shares her thoughts and opinions about the trail.The following day,Tom's sisters ends him the same video link through Facebook Messenger.The Facebook algorithm sees all these interactions.Keeping this in mind,it's likely Facebook will_______.
- Scenario:Your business is going through a website redesign.The goal of the redesign is to update the look and feel of the website to better represent the brand.Your manager recommends a custom font to help make the content standout.How should you respond?
- The inbound methodology is meant to support which business functions?
- There are three key components to sending the right email.Two of them are the right email and the right time.What is the third?
- To help increase awareness for an upcoming product launch,your manager increases paid promotion funds by 300%.Which channels could you disperse these funds to?
- To provide a personalized experience to your email reader,which of the following best practices should you employ?Select all that apply.
- True or false:Quality score is an algorithm that scores each of your search ads on spelling andgrammar.
- True or false:You should include either budget information or a time estimate in your content creation plan.
- True or false?A benefit of organic content promotion is the ability to develop and deliver highly targeted content to consumers who will find the content most relevant.
- True or false?A content offer is something you create and publish in exchange for personal information,like an email address and a name.
- True or false?Adding a string of meaningless numbers to your Insta gram username could appear spam my.
- True or false?If you want to produce great content,then you need to hire an in-house content creator.
- True or false?Ifyou’re just starting out with paid ads and don’t know exactly how your person a will be searching,move from a narrower search to abroad match.
- True or false?Relevancy directly impacts ranking strength.
- True or false?To deliver an ad only to people searching for dress shoes for men,youcould modify your broad match keyword to“+men’s dress shoes.”
- True or false?To help improve SEO,your URL should match the title of your blog post, word for word.
- True or false?Watching three seconds of a YouTube video is considered a view.
- True or false?Website performance does not impact visibility on Facebook.
- True or false?When getting started with a business Insta gram account,consider purchasing atleast 1,000 followers to make your brand look more credible and acquire followers at a faster rate.
- True or false?When possible,you should try and use extensive vocabulary in your writing.
- True or false?You can have more than one key result per objective.
- True or false?You should use a consistent naming system to store and easily identify hosted files.
- True or false?Your content creation framework should stay consistent overtime.
- True or false?Youshouldn't join a competitor's Facebook Group.Doing so would only help increase their visibility,making it harder for you to create and grow a Facebook Group for your business.
- What are the three stages of the buyer’sjourney?
- What are the two key actions to look at when optimizing each part of your email?
- What can you do to make a headline more compelling?
- What does CR Mst and for?
- What does it mean to have an inbound approach to doing business?
- What is one benefit of running search ads for brand keywords?
- What is the benefit of including ad extensions in your search ads?
- What is the difference between a brand keyword and an on-brand keyword?
- What is the purpose of the delight stage of the inbound methodology?
- What stage of the buyer's journey is your audience in if they're choosing a free trial or consultation?
- What symbol would you use to add abroad match modifier?
- What’san example of a measurable key result?Choose all that apply.
- When auditing your social media content,what questions should you be looking to answer?Choose all that apply.
- When does the engage stage of the inbound methodology begin?
- When is the most effective time to boost content on social media?
- Which K PI is most likely to be a vanity metric?
- Which of the following factors does YouTube pay attention to as part of its algorithm?
- Which of the following is an example of a video in the attract stage?
- Which of the following is an example of a video in the delight stage?
- Which of the following is an example of a video in the engage stage?
- Which of the following is NOT an example of owned media?
- Which of the following is NOT an example of paid media?
- Which of the following is the best practice for optimizing the elements on a webpage to reduce page size?
- Which of the following places on Insta gram can you use a link to click through to your website?Choose all that apply.
- Which of the following represents a phrase match keyword?
- Which of the following represents abroad match keyword?
- Which of these KP Is demonstrate social media ROI?Choose all that apply.
- You asked your colleague to provide feedback on a blog post you recently wrote.When they sent you their feedback,they made edits directly in the doc.Is this a best practice for a content editing process?
- Your manager asks your thoughts on how to increase visibility on the business’sYouTube channel.Which response best aligns with how YouTube’s algorithm works?
- Your manager tasks you with getting more of your webpages displayed in the featured snippet on a search engine results page.The best way to increase the number of your web pages that appear in featured snippets is by_______?
HubSpot email marketing All exam questions
- 'A software that provides delivery infrastructure for email marketing'describes which of the following terms?
- 'Comparing two versions of marketing material to determine which performs better' is the definition for what term?
- 'The process of collecting,measuring,and analyzing data related to your email campaigns' is the definition of what term?
- A clothing retailer wants to use personalization in their email marketing. Which of the following is an example of a personalized email?
- A contact receives a follow-up email with a discount two days after signing up for a newsletter.This is an example of which email marketing concept?
- Adding the first name of the contact to the email subject line is an example of which email marketing concept?
- Consider the following scenario. You work for a fashion retail company and have asked your customers’ for their favorite fashion brands in your loyalty program sign-up form. You create a segment of customers who prefer designer fashion brands and have also purchased products from your luxury collection in the past 6 months. What is this demonstrating?
- Consider the following scenario. You’re managing email marketing for a car repair shop and are trying to create a promotional email campaign. In your CRM, you notice there are various misspellings in the car brands assigned to your contacts. What portion of your email marketing strategy will this affect?
- Fill in the blank:_____could be described as the first door an email must pass through.
- Fill in the blank:_____is the likelihood an email will land in the primary in box.
- Fill in the blank: _____ is the likelihood an email will land in the primary inbox.
- Fill in the blank: When performing email A/B tests, _______.
- Fill in the blank:When performing email A/Btests,_______.
- Fill in the blank:You’re more likely to successfully re-engage your customers by ______________.
- Fill in the blank:Your sender reputation—which is impacted by contact interactions and your email authentication—is a score that the______assigns to your organization as it receives emails from your brand.
- Fill in the blanks: A customer fills out a form to download an ebook and checks the box asking for further promotional materials. You send a follow-up email asking for confirmation that they want to receive marketing promotional materials. This can be described as ______ and ________.
- Fill in the blanks: A customer makes a purchase from your company and submits the form with a box checked to receive marketing emails. This box was checked by default. You proceed to send them marketing emails. This can be described as ______ and ________.
- Fill in the blanks:_______brings intentional it y to the individual emails that land in your contacts’inbox,but_________allows you to bring intentional it y to your entire email marketing infrastructure.
- Fill in the blanks: _______ brings intentionality to the individual emails that land in your contacts’ inbox, but _________ allows you to bring intentionality to your entire email marketing infrastructure.
- Fill in the blanks:A customer makes a purchase from your company and you proceed to send them marketing emails.This can be described as______and________.
- Imagine you’re a marketer for a project management software company. You send monthly emails to your contacts with relevant content regarding industry news, blog posts, and new product features. You segment your subscribers based on their industry, job title, and company size. You address your contacts by their first name in the email body and suggest specific content related to their industry. Your CTA of the last email you sent reads, “Download our ebook.” You notice that your open rates are high for both mobile and browser users, but your click-through rates for browser users are significantly higher. Which step might you have forgotten when creating your marketing email?
- Imagineyou’re a furniture retailer who sends weekly emails to your subscribers.You’ve created segments based on their purchase history and include their first name in the email body.Your email includes aCT A that reads,“Clickhere.”Your open rates are high-performing,but your click-through rates are low.Which of the following is the most viable reason?
- Imagineyou’re a marketer for a project management software company.You send monthly emails to your contacts with relevant content regarding industry news,blogposts,andnew product features.You segment your subscribers based on their industry,jobtitle,and company size.You address your contacts by their first name in the email body and suggest specific content related to their industry.Your CTA of the last email you sent reads, “Download our ebook.”You notice that your open rates are high for both mobile and browser users,but your click-through rates for browser users are significantly higher. Which step might you have forgotten when creating your marketing email?
- In A/B testing, when it comes to statistical significance, what is the minimum confidence level HubSpot suggests?
- In email marketing,email authentication can be related to which of the following metaphors?
- In which scenario,would you consider implementing a sunset policy?
- InA/Btesting,when it comes to statistical significance,what is the minimum confidence level Hub Spot suggests?
- Select all that apply. A company offers a personalized meal kit subscription service. Which of the following would be an example of appropriate segmentation?
- Select all that apply. As the privacy landscape in email marketing changes, what are important factors to keep in mind?
- Select all that apply. What are reasons to avoid using a 'no-reply' sender name?
- Select all that apply. Which of the following are components of deliverability?
- Select all that apply. Which of the following are principles of the CAN-SPAM Act?
- Select all that apply. Why is it essential to connect your ESP with your CRM?
- Select all that apply.What are reasons to avoid using a'no-reply'sendername?
- Select all that apply.Which of the following are common mistakes in writing email copy?
- Select all that apply.Which of the following are components of deliver ability?
- Select all that apply.Which of the following are principles of the CAN-SPAMAct?
- Select all that apply.Why is data important in your email marketing?
- Select all that apply.Why is it essential to connect your ESP with your CR M?
- Sending a different discount email to certain contacts based on the region a contact resides,is an example of which email marketing concept?
- The role of copy in email marketing can be related to which of the following metaphors?
- True or false? A best practice for creating CTAs is using 'Click Here' as often as possible.
- True or false? Deliverability is not historical — you start fresh with every provider and domain.
- True or false? In A/B testing, you should always send your emails simultaneously.
- True or false? Most ESPs’ acceptable use policies are less stringent than both the CAN-SPAM and GDPR.
- True or false? Open rates are a reliable metric and can serve as the foundation of any deliverability strategy.
- True or false? The following is an example of persuasive copywriting that incorporates storytelling and emotional appeal: "Your furry friend deserves only the best, and that's exactly what our dog toy subscription box delivers every month. Our carefully curated selection of toys is designed to provide hours of entertainment and joy for your pup. With each delivery, your dog will be eager to rip open the box and discover new toys that are perfect for their size and play style. Treat your furry friend to a monthly surprise and watch their tail wag with joy. Sign up now and give your dog the gift of happiness."
- True or false? The following is an example of persuasive copywriting that incorporates storytelling and emotional appeal: “Our candles are made with 100% pure soy wax and are available in a range of fragrances. The candles have lead-free wicks, come in sleek glass jars, and have a burn time of approximately 60 hours. You can choose from various sizes and colors to suit every occasion. Order now and enjoy the features of our product.”
- True or false? The GDPR is not only a privacy law, but also a human rights law.
- True or false? When you conduct email A/B testing and create test groups, both groups should be a sample of your overall audience (in size and in representation of your contacts).
- True or false? Your segmentation strategy will partially rely on the industry you’re in.
- True or false? Your sender reputation is constantly being assessed, which means your deliverability is constantly changing.
- True or false?A best practice for creating CT As is using'ClickHere'as often as possible.
- True or false?A subject line should aim to be as lengthy as possible.
- True or false?Deliver ability is not historical—you start fresh with every provider and domain.
- True or false?If your email is marked as delivered,it will not be marked as spam.
- True or false?In email marketing,explicit consent is the only form of acceptable consent.
- True or false?InA/Btesting,you should always send your emails simultaneously.
- True or false?MostESPs’acceptable use policies are less stringent than both the CAN-SPAM and GDP R.
- True or false?Open rates area reliable metric and can serve as the foundation of any deliver ability strategy.
- True or false?Regardless of your industry,you should send marketing emails celebrating every major holiday to your contacts.
- True or false?The following is an example of persuasive copy writing that incorporates storytelling and emotional appeal:"Your furry friend deserves only the best,andthat's exactly what our dog toy subscription box delivers every month.Our carefully curate d selection of toys is designed to provide hours of entertainment and joy for your pup.With each delivery,your dog will be eager to rip open the box and discover new toys that are perfect for their size and play style.Treaty our furry friend to a monthly surprise and watch their tail wag with joy.Sign up now and give your dog the gift of happiness."
- True or false?The following is an example of persuasive copy writing that incorporates storytelling and emotional appeal:“Our candles are made with 100%pure soy wax and are available in a range of fragrances.The candles have lead-freewicks,come in sleek glass jars,and have a burn time of approximately 60 hours.You can choose from various sizes and colors to suite very occasion.Order now and enjoy the features of our product.”
- True or false?The GDP R is not only a privacy law,but also a human rights law.
- True or false?When sending emails from a new domain,you begin with a positive reputation and your role is to maintain it.
- True or false?When you conduct email A/B testing and create test groups,bothgroups should be a sample of your overall audience(in size and in representation of your contacts).
- True or false?Your segmentation strategy will partially rely on the industry you’rein.
- True or false?Your sender reputation is constantly being assessed,which means your deliver ability is constantly changing.
- What does 'CTA' stand for?
- What is another term for A/B testing?
- What is another term for A/Btesting?
- What is personalization?
- What is segmentation?
- What is the definition of gray mail?
- What is the definition of graymail?
- What is the first step in performing an A/B test in email marketing?
- What is the most effective email marketing campaign strategy?
- What is the primary issue with how Apple’s iOS15 and Mail Privacy Protection feature impacts email metrics?
- What is the primary issue with how Apple’siO S 15 and Mail Privacy Protection feature impacts email metrics?
- What is the recommended amount of characters for preview text?
- What’s a click-through rate?
- What’s a conversion rate?
- Whatdoes'CTA'standfor?
- When applying email analytics to your email marketing strategy,what step must be completed before you analyze the data?
- When applying email analytics to your email marketing strategy,which step takes place after you draw conclusions?
- Which form of email authentication attaches your brand’s logo to your messages to authenticate your emails?
- Which is NOT a component of a SMART goal?
- Which of the following are fundamental in creating persuasive copy?
- Which of the following compliance needs are part of the CAN-SPAM Act?
- Which of the following compliance needs are part of the CAN-SPAMAct?
- Which of the following incorporates best practices in email design?
- Which of the following is an example of utilizing best practices in email design?
- Which of the following is NOT a benefit of A/B testing?
- Which of the following is NOT a benefit of A/Btesting?
- Which of the following is NOT a component of building a strong brand voice?
- Which of the following is NOT a core component of a successful CTA?
- Which of the following is NOT a crucial factor for developing an effective send time optimization strategy?
- Which of the following is NOT a form of email authentication?
- Which of the following is NOT a variable you can test in an email marketing A/B test?
- Which of the following is NOT a variable you can test in an email marketing A/Btest?
- Which of the following is NOT a way to increase your chances of landing in the primary inbox?
- Which of the following is NOT an accessibility best practice in email design?
- Which of the following is NOT away to increase your chances of landing in the primary inbox?
- Which of the following is the Hub Spot tool that can help you incorporate automated follow-up into your email marketing strategy?
- Which of the following is the HubSpot tool that can help you incorporate automated follow-up into your email marketing strategy?
- Which of the following statements is true?
- Why is it important that your ESP integrates with your CR M?
- Why is it important that your ESP integrates with your CRM?
- Why is it important to have an email marketing sunset policy for gray mail?
- Why is it important to have an email marketing sunset policy for graymail?
- Why is segmentation important in email marketing?
- Why is the following example an insufficient SMART goal?'Increase email engagement rate by improving email subject lines,personalizing content,and optimizing CTA placement.'
- Why should the goals set in your email marketing strategy be relevant to the overall business strategy?
- Why should you ask'What is your goal?'before creating an email marketing strategy?
- You send out a marketing email and it does not bounce,but it lands in the spam folder. What is this example demonstrating?
- You want to ensure that the format of your email adjusts based on whether your contacts engage via mobile or desktop.This is describing what term?
- You’re applying email analytics to your email marketing strategy and have just reviewed your goals and created a hypothesis. What step comes next?
- You’re running an email campaign and the last email you sent had a click-through rate of 2.9%, while your campaign’s average CTR is 3.3%. Your industry’s benchmark for CTR’s is 1.4%. Which of the following is an accurate description of this data?
- You’re running an email campaign. The last email you sent had a click-through rate of 2.7%, while your campaign’s average CTR is 3.1%. Is your last email’s CTR high-performing or low-performing?
- You’reapplying email analytics to your email marketing strategy and have just reviewed your goals and created a hypothesis.What step comes next?
- You’rerunning an email campaign and the last email you sent had a click-through rate of 2.9%,while your campaign’s average C TR is 3.3%.Your industry’s benchmark for C TR’sis 1.4%.Which of the following is an accurate description of this data?
- You’rerunning an email campaign.The last email you sent had a click-through rate of 2.7%, while your campaign’s average C TR is 3.1%.Is your last email’sCTRhigh-performing or low-performing?
HubSpot Email Marketing Certification All exam questions
- Having an understanding of what you’re trying to achieve is the most important part of creating high-performing emails. What theme does this correlate to?
- Someone on your team hands you a list to send out your newest marketing email to. You have been working on this email for a while, and they said the contacts on this list will appreciate the content. As an inbound professional, you know you can’t send to a purchased or enriched list of contacts. You need more information about this list in order to send to them. How could you respond to your co-worker?
HubSpot Email Marketing Software All exam questions
- Fill in the blank. A high delivery rate means ______.
- Fill in the blank. A _____ is a permanent delivery error.
- Fill in the blank. A(n) _____ constitutes any traffic to website pages, blogs, landing pages, or other pages that are associated with your campaign.
- Fill in the blank. A(n) ____ is an organized, strategic, and time-bound marketing effort used to support a goal by communicating a specific message to a target group through content and multiple marketing channels.
- Fill in the blank. If you choose to start your workflow with a filter-based trigger, __________.
- Fill in the blank. If you choose to start your workflow with an event-based trigger, _________.
- Fill in the blank. Regular emails in HubSpot _______.
- Fill in the blank. The email performance chart in the analyze tab ______.
- How many actions can you add to a simple workflow?
- If an email has been viewed for more than eight seconds in HubSpot, how will it be categorized?
- If an email has been viewed for two to eight seconds in HubSpot, how will it be categorized?
- If you choose to send an email based on that contact’s time zone, but they do not have a time zone in their record, what happens?
- If you email contacts who’ve unsubscribed or marked your mail as spam, which of the following is true?
- If you had a smart rule that was that was associated with an active list, and you wanted to change it to a rule associated with marketing qualified leads, which of the following is the correct sequence of steps?
- If you wanted Content Asisstant to help you generate copy, how would you access it?
- If you wanted to manage smart rules for a text module in your email, which of the following is the correct first step?
- In HubSpot, you can exclude unengaged contacts. What best describes an unengaged contact?
- In HubSpot, you can exclude unengaged contacts. Which of the following best describes an unengaged contact?
- In the email tool, what is the module for CTAs called?
- Select all that apply. The collaboration sidebar is available for which of the following assets?
- Select all that apply. The GDPR declares that consent must be “freely given, specific, informed, and unambiguous.” What does this mean?
- Select all that apply. What happens when you send an email without a CTA?
- Select all that apply. What is necessary to add personalization tokens to automated emails?
- Select all that apply. What is required to constitute an opt-in, where a contact provides consent to receive emails from your business?
- Select all that apply. What is true about incorporating videos into your email?
- Select all that apply. When your data privacy settings are turned off in HubSpot, which contact subscription statuses will receive emails from you?
- Select all that apply. Where can you access your email’s HTML click map?
- Select all that apply. Which of the following can you add smart rules to?
- Select all that apply. Which statements regarding contacts who have unsubscribed or marked your mail as spam are NOT true?
- Select all that apply. Which tool(s) allow you to add tasks for team members in HubSpot?
- Select all that apply. Why might it be important to schedule your emails to send based on your contacts’ time zones?
- Select all that apply. You want to automate an A/B test. Which of the following is an appropriate first step?
- Select all that apply. You’ve uploaded an image with a green background color. You notice that the image doesn’t run to the edge of the module. How might you correct this?
- Select the true statement(s).
- The collaboration sidebar cannot be used to comment on specific elements of which asset?
- True or false? An email marked as “delivered” by an ESP is guaranteed interaction and visibility with the contact.
- True or false? HubSpot can’t help you alter the colors of an uploaded image.
- True or false? HubSpot only shows you contacts who have hard-bounced
- True or false? It’s a best practice to think of your emails as one-off sends.
- True or false? Occasionally sending an email without a CTA is a best practice, as it leads with a more subtle approach rather than seeming overly assertive.
- True or false? The higher the sending volume of an email, the greater the impact it has on your reputation.
- True or false? When data privacy settings are turned on in HubSpot, it’s no longer important email marketers to know the regional regulations because HubSpot is more stringent than most local laws.
- True or false? You can edit your email design in the HubSpot mobile app.
- True or false? You can only use delays when your workflow does not include branches.
- True or false? You cannot add automation to a regular in email in HubSpot.
- What is the correct sequence of actions in HubSpot to manage your double opt-in settings?
- What is unique about the Email performance dashboard on the email analyze page?
- What’s the difference between a list and a subscription type in HubSpot?
- What’s the difference in functionality between a simple workflow and a workflow?
- When automating an internal email notification through workflows, which category of recipients is NOT available in HubSpot?
- When creating a custom report to identify the best times to send your emails, what should you select for your primary data source?
- When creating a custom report to identify the best times to send your emails, what should you select for your secondary data sources?
- When looking at the marketing calendar in the collaboration sidebar, what does a dot on the date mean?
- When your data privacy settings are turned on in HubSpot, which contact subscription statuses will receive emails from you?
- Where can you view a line graph of your volume of sent email over time?
- Which module in the email drag-and-drop editor tool is only available for Professional and Enterprise users?
- Which of the following is NOT a benefit of using HubSpot’s campaigns in your email marketing strategy?
- Which of the following is NOT a feature of the collaboration sidebar?
- Which of the following is NOT a hard bounce category in HubSpot’s system?
- Which of the following is NOT a soft bounce category in HubSpot’s system?
- Which of the following is NOT a type of delay you can create through HubSpot workflows?
- Which of the following is NOT a way to personalize your emails in HubSpot?
- Which of the following is NOT an advantage of previewing your emails as a specific contact?
- Which tab of the email tool allows you to adjust your subject line?
- Which users have the ability to add personalization tokens to regular emails in HubSpot?
- Why is it difficult to re-enroll contacts in a workflow with a filter-based trigger?
- You have an automated email that’s been running for the past three years. The metrics in the post-send page are positive, but you discover that the open rates and click-through rates are quite low in the past two months. Where did you find the metrics from the past two months?
- You have an email that has been interacted with by 2,000 different contacts. It’s been associated with a campaign, but the influenced contacts number says 600. What’s the most likely reason this is occurring?
- You perform an A/B test for an email in HubSpot. You set the parameters so 25% receive version A, 25% receive version B, and 50% receive the winning version. You have 100 recipients in the send list. What happens?
- You perform an A/B test for an email in HubSpot. You set the parameters so 25% receive version A, 25% receive version B, and 50% receive the winning version. You have 1000 recipients in the send list. What happens?
- You recently hired a new intern. They don’t have much email marketing experience. Which tool might be helpful to ensure they follow your brand guidelines?
- You want the next automated email in your workflow to be delayed until the contact’s birthday. Which date delay should you select?
- You want to add a Canva design to your email. What is the correct sequence of actions to take?
- You want to create a marketing email engagement report for your dashboard. What is the correct sequence of selections and actions to begin this process?
- You want to create an if-then branch using HubSpot workflows, what logic does the branch need to be built on?
- You want to delete contacts who have marked any of your emails as spam. What is the correct sequence of selections and actions in order to begin this process?
- You want to identify the best times to send your emails through a custom report. You’d like to see each hour of the day as a separate row and the average open and unsubscribe rates listed out by hour. Which type of chart should you select?
- You want to perform an A/B test in HubSpot. You have 900 recipients for your email. What is the best distribution for your test?
- You want to perform an A/B test on your email. You have 800 recipients in your send list. Which is the best fit for the breakdown of your A/B test?
- You want to review your emails’ performance measured against your average performance. Where can you find this data?
- You want to view your emails by volume within a specific two month window. Where can you find this data?
- You work for a B2B SaaS company that has a booth at several major conferences. You want to be able to email the contacts you meet at each of these conferences over the next year and group them by conference. What is the best way to capture these contacts?
- You’re a consultant. The marketer you’re working with has created a customer email that showcases their newest product, promotes an upcoming webinar, and highlights their staff. What tool and course of action should you recommend to improve email engagement?
- You’re investigating soft bounces in HubSpot. You see the message “Your IT team has not authorized HubSpot to send emails on your behalf.” What does this message mean?
- You’re performing an A/B test in HubSpot. You set the slider distribution at 25% for version A, 25% for version B, and 50% for the winning version. You have 1,000 recipients. How many contacts will receive version A?
- You’re performing an A/B test in HubSpot. You set the slider distribution at 25% for version A, 25% for version B, and 50% for the winning version. You have 100 recipients. How many contacts will receive version A?
- Your company has a HubSpot Marketing Hub Professional account. Your manager has required that you include a written text disclaimer at the end of every email. How might you make your email creation more efficient?
HubSpot frictionless sales All exam questions
- During the awareness stage of the buyer’sjourney,what is the buyer becoming aware of?
- During the consideration stage of the buyer’sjourney,what is the buyer considering?
- During the Goal step of GROW coaching,what is your role as coach?
- During the Reality step of GROW coaching,what is your role as coach?
- During the Way Forward step of GROW coaching,what is your role as coach?
- Fill in the blank:The purpose of the align phase is to align your team with______.
- Fill in the blank:The purpose of the enable phase is to enable your team to______.
- Fill in the blank:The purpose of the transform phase is to transform______.
- How can a film review be used as part of a coaching strategy?
- If a sales team asks their prospects to make large commitments early on in the sales process,which phase of the friction less selling framework will be most helpful to them?
- If a sales team doesn’t have a good on boarding program for its new hires,which phase of the friction less selling framework will be most helpful to them?
- If a sales team is having trouble keeping all their systems synchronized,which phase of the friction less selling framework will be most helpful to them?
- If a sales team is inconsistent in its quota attainment,which phase of the friction less selling framework will be most helpful to them?
- If a sales team is relying too much on blind outreach,which phase of the friction less selling framework will be most helpful to them?
- If a sales team is struggling to prioritize their leads,which phase of the friction less selling framework will be most helpful to them?
- If a sales team is suffering from low lead quality,which phase of the friction less selling framework will be most helpful to them?
- If a sales team tends to have hostile negotiations with their prospects,which phase of the friction less selling framework will be most helpful to them?
- If a sales team’s leads struggle to get in contact with their assigned salesperson,which phase of the friction less selling framework will be most helpful to them?
- If sales managers are spending more of their time reporting sales performance than coaching their salespeople,which phase of the friction less selling framework will be most helpful to them?
- If you already have a sales framework in place,and you decide to implement the friction less selling framework,what will the relationship of those two frameworks be?
- In which phase of an inbound sales strategy would a salesperson help their leads decide on the best path forward?
- In which phase of an inbound sales strategy would a salesperson use a lead qualification framework to discover the buyer'sneeds?
- Onaverage,how much of a salesperson’s day is spent selling?
- True or False?Allowing salespeople to coach each other will distract from their primary responsibility of finding and closing new business.
- True or false?Every sales presentation should be personalized for the people you’re presenting it to.
- True or false?Generally speaking,business-to-business sales teams are better at providing a convenient experience for their customers than sales teams who sell directly to consumers.
- True or false?Having reliable sales data is required to create an effective coaching program.
- True or false?Most sales organizations are doing everything they can to apply force to their flywheel.
- True or false?Most sales organizations are doing everything they can to remove friction from their flywheel.
- True or false?Some tasks that can be automated should still be done manually to ensure your salespeople have full control and ownership over them.
- True or false?The majority of buyers consider salespeople trustworthy.
- True or false?Your sales team should only be doing things that provide value to your leads.
- What are the phases of the friction less selling framework?
- What are the stages of the buyer’sjourney?
- What are the steps of the GROW coaching technique?
- What is a salesperson’s role in executing an inbound strategy?
- What is the relationship between the three phases of the friction less selling framework?
- What metrics are most important during the align phase?
- What metrics are most important during the enable phase?
- What metrics are most important during the transform phase?
- What two activities should you focus on during the enable phase of the friction less selling framework?
- When you think about your sales organization as a flywheel,which of the following is the best goal to have?
- Which of the following is an attribute of a sales team that has a culture of learning?
- Which of the following is an attribute of a sales team that is well aligned with their buyer?
- Which of the following is an example of force?
- Which of the following is an example of friction?
- Which of the following is the best agenda for a sales meeting?
- Which of the following is the most important responsibility of sales managers?
- Which of the following is true?
- Which phase of an inbound sales strategy would email,calling,livechat,and the meetings tool most help with?
- Which phase of an inbound sales strategy would lead intelligence,lead prior it iz ation,and contact timeline most help with?
- Which phase of the friction less selling framework do email templates and sequences help with?
- Which phase of the friction less selling framework does automatic email logging help with?
- Which two groups of people does the friction less selling framework try to provide a more convenient experience for?
HubSpot Frictionless Sales Certification All exam questions
- During the awareness stage of the buyer’s journey, what is the buyer becoming aware of?
- During the consideration stage of the buyer’s journey, what is the buyer considering?
- If a sales team asks their prospects to make large commitments early on in the sales process, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team doesn’t have a good onboarding program for its new hires, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team is having trouble keeping all their systems synchronized, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team is inconsistent in its quota attainment, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team is relying too much on blind outreach, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team is struggling to prioritize their leads, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team is suffering from low lead quality, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team tends to have hostile negotiations with their prospects, which phase of the frictionless selling framework will be most helpful to them?
- If a sales team’s leads struggle to get in contact with their assigned salesperson, which phase of the frictionless selling framework will be most helpful to them?
- If sales managers are spending more of their time reporting sales performance than coaching their salespeople, which phase of the frictionless selling framework will be most helpful to them?
- If you already have a sales framework in place, and you decide to implement the frictionless selling framework, what will the relationship of those two frameworks be?
- In which phase of an inbound sales strategy would a salesperson use a lead qualification framework to discover the buyer's needs?
- On average, how much of a salesperson’s day is spent selling?
- What are the phases of the frictionless selling framework?
- What is the relationship between the three phases of the frictionless selling framework?
- What two activities should you focus on during the enable phase of the frictionless selling framework?
- Which phase of an inbound sales strategy would email, calling, live chat, and the meetings tool most help with?
- Which phase of an inbound sales strategy would lead intelligence, lead prioritization, and contact timeline most help with?
- Which phase of the frictionless selling framework do email templates and sequences help with?
- Which phase of the frictionless selling framework does automatic email logging help with?
- Which two groups of people does the frictionless selling framework try to provide a more convenient experience for?
HubSpot growth driven design All exam questions
- A critical first step to choosing your website design tools is to___________.
- During the continuous improvement stage,what are the steps used in the cycle?
- Each focus area has a specific focus metric associated with it.Which of the following best describes what a focus metric is?
- Fill in the blank:________are the core elements of the business and website.They act like the beams of a house,the underlying support upon which all other activities should be built.
- Fill in the blank:Growth-Driven Design is a smarter approach to web design that ____________,____________,and____________.
- Fill in the blank:Running a sprint workshop is time consuming for the team,butit’sworth the time investment because:___________.
- Fill in the blank:The continuous improvement stage is a repeatable,_____process for the team to continuously collect______,build_______,and generate more momentum as they go.
- Fill in the blank:The primary goal of the continuous improvement stage is to_______.
- Fill in the blank:When using Growth-Driven Design,you can experience______,_______, and______compared to traditional web design.
- Fill in the blank:You’retraining a new team member on the research and brainstorming process.Your teammate asks,“Why are the user questions the first step in the research process?”You respond with,“Starting with creating user questions helps us_______.”
- Fill in the blanks:A sprint workshop is a_________where_______step(s)outofthe day-to-day to collaborate and develop a set of_________thatwillbe________.
- How do you prioritize which wish list items to work on?
- How many action items should you aim to complete in each sprint cycle?
- How many sprint cycles should you run on each focus area?
- Imagine while planning your yearly budget,your CEO asks you,“We have many people asking for funding.Why should we invest in continuous improvement?Can’t we just stop at the launchpad website?”What is the best response?
- Imagine your boss asks you,“Why is it important that we launch the launchpad website quickly?”Which of the following statements is the best response?
- Imagine your CEO says,“Why do we need to use Growth-Driven Design on our website? Don’t we just need it to look better than our competitors?”Which of the following is the best response to your CEO?
- Imagine your launchpad website is now live,andyou’removing into the continuous improvement stage.Which of the following frameworks provides focus to the team,sets clear expectations,and helps track and measure progress?
- Imagine your team is reviewing the required work to complete the strategy stage.Upon reviewing,your boss asks,“What is the Jobs to Be Done step?”Which of the following responses would be the best?
- Imagine your team launched a new website three months ago,before you were hired.The website is performing well,butthere’s still opportunity to improve using Growth-Driven Design.Based on this scenario,which is the BEST approach to recommend to your boss?
- Imagineyou’re reviewing your website’s analytics and notice a large percentage of users exiting the site on the third step of your conversion funnel.The third step of the conversion funnel is the“product comparison page.”You want to review the behaviors and interactions each user has on that page just before they exit.Which research category would be best to use in the scenario above?
- Imagineyou’retrying to educate your team on the website performance road map.How would you best describe what a“theme”is?
- Most of your website design tools can be found in a CMS.A CMS can be defined as which of the following?
- Select the definition that best describes the“establish”theme.
- The website performance road map is a framework structured into a decision tree with three levels.In what order are the three tree levels?
- True or false?A launchpad website doesn’t contain any content.It’s a functional prototype of what the website will look like when it’sdone.
- True or false?A/Bor split testing is the only way to validate your hypothesis.
- True or false?It’s common to answer a user question by conducting one type of research.
- True or false?It’s important to code a marketer-friendly website.
- True or false?It’s important to leave a certain percentage of flextime in each sprint cycle for implementing updates,maintenance,orCEO-mandated items.
- True or false?It’s impossible to build a launchpad website for a large,enterprise website.
- True or false?The only way to speedup the creation of a launchpad website is to cut out the majority of the content.
- True or false?The two primary focus areas of the“optimize”theme are conversion rate optimization and personalization.
- True or false?You can skip the strategy stage and move right to building the launchpad if you have a senior team member who has been working at the company for a while because they will already know what should be built on the website.
- True or false?Your strategist’s(or team leader’s)role is to master the process of uncovering answers from your users and turning those answers into items to build to drive value and business results.
- What are the three high-level steps of the user research process?
- What are the three stages of Growth-Driven Design?
- What is the difference between a launchpad website and a traditional website?
- What is the difference between Growth-Driven Design and conversion rate optimization (CRO)?
- What is the goal of the"learn"step in the sprint cycle?
- What is the goal of the"transfer"step in the sprint cycle?
- What is the goal of the“plan”step in the sprint cycle?
- What is the recommended minimum number of months to stay on a particular theme?
- What is the website performance road map?
- What primary challenge(s)exist with the traditional web design process?
- When customizing your launchpad acceleration approach,which of the following possible acceleration methods should you NOT use?
- When is quantitative research a good option for your team to use?
- When searching for website design tools,look for tools that___________.
- Which focus area is often worked on directly after your new launchpad website goes live?
- Which of the following factors is NOT important to determine during the website goals step?
- Which of the following is NOT a good way to speedup the process of building a launchpad website?
- Which of the following is NOT away to create remarkable content?
- Which of the following items could be included on your website wish list?
- Which of the following statements best describe show to think of the website in relation to other departments?
- Which of the following statements best describes the goal of a journey map?
- Which of the following statements is NOT an example of a time you need to use qualitative research?
- Which statement best defines a launchpad website?
- Which statement best describes the purpose of the strategy stage?
- Which statement best describes what a buyer person a is?
- Which statement best describes when user research is used during Growth-Driven Design?
- Which statement best describes why it’s important to run experiments to test the action items your team is building?
- While going through the sprint cycles,where should your team focus all their time and energy?
- Who should choose the team’s theme to focus on,and when will it be announced to the team?
- Why is it important to focus on effective content development?
- Why is it important to wait until the end of the strategy stage to complete the website-specific strategy items?
- Whyisthe“expand”theme important to consider when thinking of the website as a tool for company-widegrowth?
- Whyisthe“value”focus area important to complete early on after launching a new launch pad or website initiative?
- Your team and the stakeholders are discussing where to run sprint workshops.Inwhich parts of the G DD process is it common to run a sprint workshop?
HubSpot Growth-Driven Design Certification All exam questions
- Fill in the blank: Running a sprint workshop is time consuming for the team, but it’s worth the time investment because: ___________.
- Fill in the blank: You’re training a new team member on the research and brainstorming process. Your teammate asks, “Why are the user questions the first step in the research process?” You respond with, “Starting with creating user questions helps us _______.”
- Fill in the blanks: A sprint workshop is a _________ where _______ step(s) out of the day-to-day to collaborate and develop a set of _________ that will be ________.
- Imagine while planning your yearly budget, your CEO asks you, “We have many people asking for funding. Why should we invest in continuous improvement? Can’t we just stop at the launch pad website?” What is the best response?
- Imagine you’re reviewing your website’s analytics and notice a large percentage of users exiting the site on the third step of your conversion funnel. The third step of the conversion funnel is the “product comparison page.” You want to review the behaviors and interactions each user has on that page just before they exit. Which research category would be best to use in the scenario above?
- Imagine you’re trying to educate your team on the website performance roadmap. How would you best describe what a “theme” is?
- Imagine your boss asks you, “Why is it important that we launch the launch pad website quickly?” Which of the following statements is the best response?
- Imagine your launch pad website is now live, and you’re moving into the continuous improvement stage. Which of the following frameworks provides focus to the team, sets clear expectations, and helps track and measure progress?
- Imagine your team launched a new website three months ago, before you were hired. The website is performing well, but there’s still opportunity to improve using Growth-Driven Design. Based on this scenario, which is the BEST approach to recommend to your boss?
- The website performance roadmap is a framework structured into a decision tree with three levels. In what order are the three tree levels?
- True or false? A launch pad website doesn’t contain any content. It’s a functional prototype of what the website will look like when it’s done.
- True or false? A/B or split testing is the only way to validate your hypothesis.
- True or false? It’s important to leave a certain percentage of flex time in each sprint cycle for implementing updates, maintenance, or CEO-mandated items.
- True or false? It’s impossible to build a launch pad website for a large, enterprise website.
- True or false? The only way to speed up the creation of a launch pad website is to cut out the majority of the content.
- True or false? You can skip the strategy stage and move right to building the launch pad if you have a senior team member who has been working at the company for a while because they will already know what should be built on the website.
- What is the difference between a launch pad website and a traditional website?
- What is the website performance roadmap?
- When customizing your launch pad acceleration approach, which of the following possible acceleration methods should you NOT use?
- Which focus area is often worked on directly after your new launch pad website goes live?
- Which of the following is NOT a good way to speed up the process of building a launch pad website?
- Which of the following is NOT a way to create remarkable content?
- Which of the following statements best describes how to think of the website in relation to other departments?
- Which of the following technique(s) can be used to increase speed and quality of the new launch pad website?
- Which statement best defines a launch pad website?
- Which statement best describes what a buyer persona is?
- Why is the “expand” theme important to consider when thinking of the website as a tool for company-wide growth?
- Why is the “value” focus area important to complete early on after launching a new launch pad or website initiative?
- Your team and the stakeholders are discussing where to run sprint workshops. In which parts of the GDD process is it common to run a sprint workshop?
- Your team is evaluating different content management systems (CMS). Which of the following questions should your team members ask themselves?
HubSpot inbound All exam questions
- According to Jobs Theory,which of the following is an example of a job story?
- Fill in the blank:_________of consumers have discontinued communications with a company because of irrelevant promotions or messages.
- Fill in the blank:_________of customers will never do business with a company again after one negative experience.
- Fill in the blank:During the attract stage of the inbound methodology,an inbound business focuseson__________________.(Choose all that apply.)
- Fill in the blank:Inbound is about_____with the world.
- Fill in the blank:To build trust with your target audience,you need to align with the way they_________.(Choose all that apply.)
- Fill in the blank:You can attract people by using_________to create content and experiences.
- Fill in the blank:Your__________is your strongest acquisition lever.
- How can thinking of your business as a flywheel foster cross-team collaboration?
- How can thinking of your business as a flywheel improve the hand off between sales and services?
- How can you apply flywheel thinking to your company’sbudget?
- How does your company’s purpose affect“backoffice”teams(accounting,legal,etc.)?
- How is your product’s“job to be done”tied to your customer’s personal identity?
- If a sales rep is speaking with a specific person and discovers that the person doesn’t exactly match their assigned person a,what should the sales rep do?
- If your content is focused on the different solutions to your buyer person a'sproblem, where would that content fit into the buyer'sjourney?
- In the engage stage what do you collect from an individual?
- In the three horizon framework,what does horizon one symbolize?
- In the three horizon framework,what does horizon three symbolize?
- In the three horizon framework,what does horizon two symbolize?
- The inbound methodology is a circle.What does it represent?
- True or false?Acustomer’s buying journey is ever-evolving.You should make updates as you learn more about your buyer person a.
- True or false?As buying behavior changes,the inbound philosophy will also evolve.
- True or false?Attracting is the role of marketing.Engaging is the role of sales.Delighting is the role of services.
- True or false?Delight is only about the customer experience your service delivers.
- True or false?Every business exists primarily to create profits.
- True or false?Every customer has to have a fantastic experience in order for your company’s flywheel to accelerate.
- True or false?If one horizon begins to under perform,you should reallocate resources to those initiatives until they start performing well.
- True or false?If you want to think of your company as a flywheel,youshouldn’tthinkof your sales process as a funnel.
- True or false?It’s a best practice to gate and deliver the majority of your content over live chat.
- True or false?Most buyers start researching potential solutions before they meet with a salesperson.
- True or false?Objectives typically have a designated time period,while key results can be longlived.
- True or false?Thebuyer’s journey is only used by your marketing team.
- True or false?There should be one person who is tasked with creating and maintaining your buyer person as.
- What are the stages in the inbound methodology?
- What could a marketer use in the engage stage to engage with different segments of their audience?
- What does CR Mst and for?
- What is Jobs Theory?
- What is the buyer'sjourney?
- What is the relationship between a company’s profits and its purpose?
- What is the relationship between the inbound methodology and the concept of a flywheel?
- What is the relationship between your company’s purpose and your buyer person as?
- What is the relationship of funnels and flywheels to each other?
- What is the role of“backoffice”teams(accounting,legal,etc.)in creating buyer person as?
- What is the three horizon framework?
- What kinds of information does your customer service team likely need included in each persona?
- What kinds of information does your marketing team likely need included in a person a?
- What kinds of information does your sales team likely need included in each person a?
- What might your customer service team use the buyer’s journey for?
- What occurs during the attract stage of the inbound methodology?
- What’s the maximum number of top priorities a company should have at any given time?
- When it comes to goal setting,what are key results?
- When it comes to goal setting,what are objectives?
- When you use Jobs Theory to develop a timeline of events,where does that timeline start?
- Which of the following are principles of inbound?(Choose all that apply.)
- Which of the following best describes a buyer person a?
- Which of the following is NOT a key part of a company’sculture?
- Which of the following is NOT a“job dimension”that Jobs Theory might uncover?
- Which of the following is NOT true about a flywheel?
- Which of the following is the best way to align a company’s employees around a single purpose?
- Which place is recommended for the storage of your prospect's information?
- Who at your company will buyer person as most benefit?
- Who is responsible for delighting prospects and customers?
- Who should be involved in creating your buyer person as?
- Why is it important to make sure the people buying your product are happy?
- Your friend is starting a company and wants to identify the job their product will do for people.What advice would you give them?
HubSpot Inbound Certification All exam questions
- All of the following are true about forms and lead flows EXCEPT:
- Fill in the blank: During the attract stage of the inbound methodology, an inbound business focuses on __________________. (Choose all that apply.)
- How can thinking of your business as a flywheel improve the handoff between sales and services?
- How can you apply flywheel thinking to your company’s budget?
- How does your company’s purpose affect “back office” teams (accounting, legal, etc.)?
- If a sales rep is speaking with a specific person and discovers that the person doesn’t exactly match their assigned persona, what should the sales rep do?
- If your content is focused on the different solutions to your buyer persona's problem, where would that content fit into the buyer's journey?
- True or false? A customer’s buying journey is ever-evolving. You should make updates as you learn more about your buyer persona.
- True or false? If a lead flow only asks for a visitor's email address, that's enough information to create a useful record in the CRM.
- True or false? If one horizon begins to underperform, you should reallocate resources to those initiatives until they start performing well.
- True or false? If you want to think of your company as a flywheel, you shouldn’t think of your sales process as a funnel.
- True or false? Objectives typically have a designated time period, while key results can be long lived.
- True or false? The buyer’s journey is only used by your marketing team.
- True or false? There should be one person who is tasked with creating and maintaining your buyer personas.
- What does CRM stand for?
- What is the buyer's journey?
- What is the relationship between your company’s purpose and your buyer personas?
- What is the role of “back office” teams (accounting, legal, etc.) in creating buyer personas?
- What kinds of information does your marketing team likely need included in a persona?
- What kinds of information does your sales team likely need included in each persona?
- Which of the following best describes a buyer persona?
- Which of the following is NOT a key part of a company’s culture?
- Who at your company will buyer personas most benefit?
- Who should be involved in creating your buyer personas?
HubSpot inbound marketing All exam questions
- A grouping of technologies that marketers leverage to conduct and improve their marketing activities” is the definition of what term?
- Addressing data privacy is a portion of which part of your internal processes?
- Blogging, SEO, and social publishing are key pieces to any marketer's strategy. Which phase of your flywheel can benefit from the implementation of these three strategies?
- Buying insights reveal all of the following EXCEPT:
- Checking for statistical significance when testing a new marketing channel ensures:
- Cobbling together software parts that do not all use the same database increases the risk of what?
- Customer segmentation is:
- Database segmentation, marketing automation, and multichannel communication are examples of strategies that happen at which stage of your marketing flywheel?
- Developing a content distribution goal begins with identifying the purpose behind your distribution efforts. Which questions can help you identify your purpose? Select all that apply.
- Fill in the blank; In the concept, "fire bullets, then cannonballs," bullets represent ————, while cannonball represent ————.
- Fill in the blank: A negative persona is a person who_______.
- Fill in the blank: In order to determine when you should deliver certain content to your audience, you need to understand _____.
- Fill in the blank: Most tools require you have a confidence threshold of ————, in order to declare a winner in an A/B test.
- Fill in the blank. An effective behavioral marketing and segmentation strategy is built on a foundation of good ________.
- Fill in the blank. As an inbound marketer, you don't just want your touchpoints to be efficient, you want them to be __________.
- Fill in the blank. Behavioral marketing empowers your ability as a marketer to personalize your customers’ experience. Personalization is about creating _______.
- Fill in the blank. Behavioral marketing is the method by which companies target audiences based on their behavior, interests, intentions, geolocation, and other metrics using _________, cookies, search history, and other insights.
- Fill in the blank. Effective segmentation identifies where your customers are in the ___________, and assists your customers in taking the appropriate next step in their___________.
- Fill in the blank. Explicit segmentation is synonymous with ______.
- Fill in the blank. Marketing automation is a software platform designed to help marketers automate _______ tasks.
- From an inbound perspective, why is it important to know your audience and who you’re trying to reach online?
- How can audience segmentation enhance your inbound marketing efforts?
- How can you balance multiple content distribution goals?
- How can you ensure your blog content initiates action? Select all that apply.
- How can you ensure your content drives action?
- How can you ensure your podcast content initiates action? Select all that apply.
- How can you ensure your video content initiates actions? Select all that apply.
- How can you refine your content distribution strategy?
- How do you develop an effective content distribution strategy?
- How do you set an effective content distribution goal? Select all that apply.
- How does the full path attribution model calculate credit?
- How many buyer persona interviews should you aim to complete?
- If you don’t have time to conduct thorough research about your target audience’s preferred channels, what is a helpful way to gather information?
- If you’re trying to improve customer lifetime value, which phase should you focus on in your marketing flywheel?
- Leveraging the data that’s already accessible to you is a part of which step of implementing behavioral marketing and customer segmentation?
- Noticing spikes or dips in specific behaviors and quantifying them is an example of which step of implementing behavioral marketing and customer segmentation?
- Passing on a group of customers directly to the sales team is an example of an action you can take in which step of implementing behavioral marketing and customer segmentation?
- Roughly how long should your buyer persona interviews take?
- Selecting a web analytics tool would be a part of which step of implementing behavioral marketing and customer segmentation?
- The following content distribution goal is missing a SMART goal element. What is missing? // Since we generated 300 leads from our previous e-Book, we want to generate 400 leads when we promote our next e-Book. This will support our inbound marketing initiatives to increase our number of qualified leads this year.
- True or false: If neither variation in an A/B is statistically better, you pick the variation you like best and proceed to make the change.
- True or false: Statistical significance is an optional part of A/B testing.
- True or false: The "independent variable" in an A/B test is the control or the variation that remains unchanged.
- True or False? An effective content distribution strategy is all about getting your content in front of the most people.
- True or false? Artificial intelligence is technology that executes tasks based on if-then statements.
- True or false? Behavioral marketing and customer segmentation can help you rectify your mistakes and rebuild trust effectively.
- True or False? Buyer personas can help you identify your target audience's preferred content distribution channels.
- True or false? It's appropriate to offer monetary incentives for buyer persona interviews.
- True or false? People are protective of their privacy and do not want their experiences to be highly personalized.
- True or false? Segmentation is a process that helps you understand your leads and customers better, and behavioral marketing is how you categorize them based on the understanding you gain.
- True or False? The most effective way to initiate a buyer persona interview request is through a phone call.
- True or False? This is an example of a person in the decision stage of their buyer's journey. // Dog-owner Dia is struggling to walk their dog in their neighborhood. Their dog struggles with obedience and anxiety when approaching new dogs. They’re looking for a local dog trainer that provides obedience training and can socialize their dog to overcome its anxiety. Dia uses Yelp to compare local dog trainers.
- True or false? Using people’s information in inbound marketing is not inherently unethical.
- True or False? When conducting buyer persona interviews, make sure to include your colleagues who were involved in the sales process.
- True or False? You should have at least 3 buyer personas.
- Try to uncover all of the following during a buyer persona interview EXCEPT:
- Using software to check my writing for tone, level of formality, and fluency is an example of what?
- Using software to enroll every person who downloads a specific ebook into a month-long email campaign is an example of what?
- What are some ways you can deliver personalized experiences to your visitors? Select all that apply.
- What is a marketing experiment?
- What is A/B testing?
- What is the difference between the buyer’s journey and customer journey?
- What is the drawback to using the last touch attribution model?
- What question can help define your awareness stage?
- What question can help define your consideration stage?
- What question can help define your decision stage?
- What role can a CRM play in effective martech stack?
- What should you consider when identifying a marketing channel to test? Select all that apply.
- What step should you always incorporate into your content creation workflow?
- What tools should you consider to help streamline your content creation process? Select all that apply.
- When implementing marketing automation and AI into your internal processes, journey mapping can be helpful to which aspect?
- When is an appropriate time to conduct a buyer persona interview?
- Which distribution channel drives results fastest?
- Which distribution channels allow you the most control over your content? Select all that apply.
- Which of the following content would be the most helpful to Dog-owner Dia in the consideration stage? Review the following scenario to answer the question.
- Which of the following content would be the most helpful to Dog-owner Dia in the decision stage? Review the following scenario to answer the question.
- Which of the following is an example of a buyer’s journey?
- Which of the following is an example of someone in the awareness stage of their buyer's journey?
- Which of the following is NOT a way to strategically utilize marketing automation and AI in your customer-facing processes regarding cadence and content?
- Why are chatbots a great tool for strategically using marketing automation and AI?
- Why do you need to know what your audience is thinking and feeling on their path-to-purchase with your organization?
- Why should you create a negative persona?
- Why should you curate a buyer persona story?
- You are a marketer for a daycare, and a parent fills out a form to enroll their 3-year-old into the program. You add this person into a group labeled “parents of toddlers.” What is this an example of?
- You are a marketer for a retirement community. Grouping users that explore several landing pages about different types of homes in your community as “people seeking to retire” is an example of what?
- You should conduct buyer persona interviews with all of the following people EXCEPT:
- You're on a social media team for a outdoors brand called Appalachia. They've decided to revitalize their Pinterest account and see if they can engage customers there. What ways might you bring inbound marketing into the content creation process for this channel? Select all that apply.
- You're on the lead generation team at a wine reseller called Partners in Wine. You've noticed that the user open rate of your emails has dropped over the last couple of months. What are some first steps you could take to solve this issue?
- You've just joined the blogging team for a new fashion retailer called VintageVines. What are some strategies you could adopt to reach and resonate with your target audience? Select all that apply.
- Your boss asks you to identify your target audience’s preferred channels by collecting feedback. What are the different ways you can collect accurate feedback? Select all that apply.
HubSpot Inbound Marketing Certification All exam questions
- Fill in the blank: You set out to have 15 of your unengaged leads click a link to a resource article by the end of your month-long workflow. This is an example of a __________.
- What are the three stages of the buyer’s journey?
- What is an example of a great value offer?
- Which distribution channels help drive new audiences? Select all that apply.
HubSpot inbound marketing optimization All exam questions
- "How do you use our app today?"is an example of a_________question.
- After you've conducted your thematic analysis, when writing a narrative you should include all of the following EXCEPT a(n):
- Afteryou've conducted your thematic analysis,when writing a narrative you should include all of the following EXCEPT a(n):
- Air B nB is always optimizing their homepage to create an exciting and engaging experience for website visitors.Looking below,how is this homepage optimized to entice visitors to bookatrip?Select all that apply.
- AirBnB is always optimizing their homepage to create an exciting and engaging experience for website visitors. Looking below, how is this homepage optimized to entice visitors to book a trip? Select all that apply.
- Crate & Barrel recently sent out an SMS promotion to its audience that included the following. If they didn’t receive the results they were looking for, what’s one thing they could improve upon with their SMS strategy moving forward?
- Crate&Barrel recently sent out an SMS promotion to its audience that included the following.Iftheydidn’t receive the results they were looking for,what’s one thing they could improve upon with their SMS strategy moving forward?
- Dale Carnegie’s 1936 bestseller, 'How to Win Friends and Influence People', suggests that you can, “Ask questions the other person will enjoy answering.” What’s one way that you can do this in a business setting?
- Dennis is a content marketer for a web development agency. While researching a blog post about accessibility, he came across some alarming information about companies being sued for lack of accessibility. How should he address this in his blog post?
- Dollar Shave Club’s chatbot answers simple questions and queries that customers may have. Based on the information available in the chat, what are the benefits for the business to use a chatbot like this? Select all that apply.
- DollarS have Club’s chat bot answers simple questions and queries that customers may have.Based on the information available in the chat,what are the benefits for the business to us each at bot like this?Select all that apply.
- During an exploratory interview,your colleagues aska participant the following:"Whatdo you use our app for,and do you like the experience?"You could improve this question by:
- Fill in the blank: This pop-up from Pixizoo is a great example of using pop-ups in the ______ stage.
- Fill in the blank: When enticing visitors with pop-ups in the ______ stage, you may want to promote offers, sales, or discount codes.
- Fill in the blank:Thispop-up from Pix i zoo is a great example of using pop-upsinthe ______stage.
- Fill in the blank:When enticing visitors with pop-upsinthe______stage,you may want to promote offers,sales,or discount codes.
- Full disclosure: IMPACT is a HubSpot partner — but that's not why they're included here. IMPACT's landing pages have long been a source of design inspiration. Looking at this landing page, which best practices are the content creators over at IMPACT using to entice visitors to convert? Select all that apply.
- Full disclosure:IMPACT is a Hub Spot partner—butthat's not why they're included here. IMPACT's landing pages have long been a source of design inspiration.Looking at this landing page,which best practices are the content creators over at IMPACT using to entice visitors to convert?Select all that apply.
- How can you leverage the Mere-Exposure effect on your website?
- How does Hub Spot use UTM parameters to categorize traffic to your website?
- How does HubSpot use UTM parameters to categorize traffic to your website?
- Impulse Creative uses a chat bot to help users navigate through its website and find what they’re looking for with a“choose your own adventure”ofsorts.Visitors can select a query from the bot that aligns with their interests.Based on what’s displayed in the chat window, which best practice is Impulse Creative using to qualify leads with their chat bots?Selectall thatapply.
- Impulse Creative uses a chatbot to help users navigate through its website and find what they’re looking for with a “choose your own adventure” of sorts. Visitors can select a query from the bot that aligns with their interests. Based on what’s displayed in the chat window, which best practice is Impulse Creative using to qualify leads with their chatbots? Select all that apply.
- In the 1970s, research suggested that “people have conversations to accomplish some combination of two major goals.” Which two of the following are those goals? Select all that apply.
- Inthe1970s,research suggested that“people have conversations to accomplish some combination of two major goals.”Which two of the following are those goals?Select all that apply.
- Jess is a freelance web designer. Her client has asked her to remove all navigation from their website's product pages, stating that they want users to focus on the information and convert, rather than navigate away from the page. How should Jess explain why this is not a good idea?
- Louis is a marketer for an online shoe store.Each product page includes a series of images and a short video of the shoe.Louis wants to make these pages more accessible.What steps should he take?Choose all that apply.
- Modcloth,a popular online fashion retailer,recently rana promotion that encourages users to pick a style of fashion based on their unique interests and goals as fashion forward consumers.This showcases that the brand:
- Nauto, a data platform for self-driving cars, helps make autonomous driving safer for companies managing fleets of self-driving vehicles. Naturally, its customers would need all kinds of information, and Nauto has this information packaged into a super-simple e-book. Their landing page gives you both a brief contact form, and some preview statistics to prove why this resource is so important. Reflecting on the landing page’s best practices, which area could Nauto optimize on this page?
- Optimum has an SMS chat bot for customers with support questions,giving users quick accessto24/7support.A customer can simply text their issue,and the bot uses language processing to bring the customer the best solution.Looking at their current chat set-up, how might Optimum optimize this chat bot?
- Optimum has an SMS chatbot for customers with support questions, giving users quick access to 24/7 support. A customer can simply text their issue, and the bot uses language processing to bring the customer the best solution. Looking at their current chat set-up, how might Optimum optimize this chatbot?
- Other than the main navigation menu,how else can you include navigation on your website?
- Rachel works for a marketing agency and is designing a new website for a client.She's trying to create the site navigation,but is having trouble figuring out which items to include and where to place them.How should Rachel start tackling this problem?
- Select all that apply. Why would a user be bucketed under “Direct traffic” in HubSpot?
- Select all that apply.A good conversion rate depends on your______.
- Select all that apply.Why would a user be bucketed under“Direct traffic”inHubSpot?
- Take a look at the recent promotion run by the skin care and bath product company, Nourish.Based on the SMS best practices you’velearned,what is one area the company could optimize when sending promotions like these in the future?
- Take a look at the recent promotion run by the skincare and bath product company, Nourish. Based on the SMS best practices you’ve learned, what is one area the company could optimize when sending promotions like these in the future?
- The Eisenhower box helps you:
- True or False: Only 27% of B2B customers cited testimonials and peer recommendations as the most reliable type of content.
- True or False: Only 55% of marketing projects are completed on time.
- True or false: When building and optimizing chatbots, you will need to work with both qualitative and quantitative data.
- True or False:35%of customers are more likely to use a business after reading positive reviews.
- True or False:88%of consumers trust online testimonials as much as recommendations from friends or family.
- True or False:89%of marketers say video testimonials are the most effective content marketing tactic.
- True or False:Mirroring a person’s speaking patterns can help build rapport.
- True or False:Only27%of B 2 B customers cited testimonials and peer recommendations as the most reliable type of content.
- True or False:Only55%of marketing projects are completed on time.
- True or False:The inbound methodology is centered around building meaningful,lasting relationships with employees and shareholders.
- True or false:When building and optimizing chat bots,you will need to work with both qualitative and quantitative data.
- True or False:You should never ask your customers for a review of your business.
- Urban Stems is a ne commerce marketplace for flowers and plants.Its website features the chat bot below.Reflecting on chat bot best practices and what you learned in the certification,what are the benefits of using a chat botin this manner?Select all that apply.
- UrbanStems is an ecommerce marketplace for flowers and plants. Its website features the chatbot below. Reflecting on chatbot best practices and what you learned in the certification, what are the benefits of using a chatbot in this manner? Select all that apply.
- What are some ways that you can get your customers to leave you a review? Choose all that apply.
- What are some ways that you can get your customers to leave you a review?Chooseall thatapply.
- What are the two most popular review sites?Select all that apply.
- What does the S.M.A.R.T. in S.M.A.R.T. goals stand for? Select all that apply:
- What is a reason you should be kind to your colleagues?Select all that apply.
- What is one way we can develop a positive mindset?
- What is scope creep?
- What is social proof?
- What is the Principle of Growth in information architecture?
- What three things should testimonials always be?Select all that apply.
- What's the difference between at t it udin a land behavioral research?
- What's the difference between attitudinal and behavioral research?
- What's the difference between qualitative and quantitative research?
- When is a session or contact bucketed under “Other campaigns” in HubSpot?
- When is a session or contact bucketed under“Other campaigns”inHubSpot?
- When should you use a thematic analysis?
- When would you NOT want to implement live chat on your website?
- When would you use campaign analytics to analyze your data in Hub Spot?
- When would you use campaign analytics to analyze your data in HubSpot?
- Which of the following are important interpersonal communication skills a marketer needs? Choose all that apply.
- Which of the following are key principles of information architecture?Choose all that apply.
- Which of the following factors directly affects your page speed?Select all that apply.
- Which of the following is an example of the Principle of Exemplars in action?
- Which of the following is the best way to gather data indirectly about how people use your website?
- Which techniques can help your business receive strong testimonials?Select all that apply.
- Why is it important for marketers to optimize their mobile experience?
- Why is it important to reconcile date ranges on your campaigns’sources reports?
- Why is it necessary to obtain consent before sending your audience promotional SMS messages?
- Why should you check the Hub Spot reporting library before building your own custom report?Select all that apply.
- Why should you check the HubSpot reporting library before building your own custom report? Select all that apply.
- Why would you see “unknown” or “Unknown SSL” appear in your Organic search traffic in the sources report in HubSpot?
- Why would you see“unknown”or“UnknownSSL”appear in your Organic search traffic in the sources report in Hub Spot?
- You have a goal of redesigning your website, but you first want to know which categories certain links should go under. Which research method should you use?
- You have a goal of redesigning your website,but you first want to know which categories certain links should gounder.Which research method should you use?
- You notice quite a bit of traffic is coming to your site and being categorized as Direct traffic. Why might these site visitors be categorized in this way?Select all that apply.
- You work as a marketer at a company that sells mens’suits.You know from customer research that a large percentage of your customers struggle with selecting the right size for theirsuit.How could you solve this problem with a pop-up?
- You've completed a couple exploratory interviews,and you want to validate some of the findings you've discovered.Select the appropriate research methods that will help you accomplish this goal.
- You’re browsing for shoes on the Everlane website, and notice this pop-up. Which stage of the flywheel does this type of pop-up correspond with?
- You’re browsing for shoes on the Steve Madden website,and notice this pop-up.Which stage of the flywheel does this type of pop-up correspond with?
- You’re reviewing the average bounce rates of your channels,and you encounter the following metrics.Based on this information,which of the following conclusions can you draw about your channels?
- You’re reviewing your organic social data in Hub Spot Traffic Analytics and notice the following trend from Facebook.What should be your nextstep s to investigating this data? Select all that apply.
- You’re reviewing your organic social data in HubSpot Traffic Analytics and notice the following trend from Facebook. What should be your next steps to investigating this data? Select all that apply.
- You’ve just run a campaign promoting a newline of necklaces at your fine jewelry business. Overall,the campaign generated 2,500 new website visitors,1,400 of which ended up visiting your necklace landing page.Ultimately,you got 350 new leads and 175 new customers.What is the conversion rate of your form?
- You’ve just successfully run a lead generation campaign, and are tasked with calculating the conversion rate of the email associated with it. You’re currently defining a conversion as a clickthrough. If 100 leads opened the email and 18 clicked, what is your conversion rate percentage for that email?
- You’ve just successfully run a lead generation campaign,and are tasked with calculating the conversion rate of the email associated with it.You’re currently defining a conversion as a click through.If 100 leads opened the email and 18 clicked,what is your conversion rate percentage for that email?
- Your team has redesigned your company website.Which study will help you analyze whether or not the changes they've made have resulted in an improved customer experience?
HubSpot inbound sales All exam questions
- All of the following are advantages of using the C GP,TCI,BA framework EXCEPT:
- All of the following are examples of inbound leads EXCEPT:
- All of the following are examples of social selling EXCEPT:
- All of the following are questions to ask while discussing authority EXCEPT:
- All of the following could be a trigger event EXCEPT:
- All of the following might be included in an ideal customer profile EXCEPT:
- All of the following questions are part of the 1-10 closing technique EXCEPT:
- An inbound sales strategy focuses on identifying people who_________.
- Congratulations—you just landed a job selling IT equipment to large corporations!You receive your first inbound lead,and you call the person who submitted it.Youquickly realize that this person is a junior employee with no buying authority.What should you do?
- Fill in the Blank:End each email with a______.
- Fill in the blank:If a prospect says,“I’m hoping to get this figured out before the end of the quarter,”that’san example of a__________.
- Fill in the blank:If a prospect says,“I’m thinking about moving into a larger facility,”that’s an example of a__________.
- Fill in the blank:If a prospect says,“If I can find away to fix this,Ithinkwe’llbeableto open a second location next year,”that’san example of a__________.
- Fill in the blank:If a prospect says,“IfIdon’t find away to solve this problem,I’mgoingto have to start laying off employees,”that’san example of a__________.
- Fill in the blanks:For business-to-business sales teams,an ideal customer profile usually identifies________.For sales teams who sell directly to consumers,an ideal customer profile identifies________.
- Fill in the blanks:The plan you present during the advise phase of your inbound sales strategy closes the gap between_______and_______.
- Here's a paragraph from are cape mail:“You need to get into your new office space before the end of this quarter.You have aggressive hiring goals for next quarter and if you haven't relocated into a larger space by then,youwon't be able to hit those goals.Ontheother hand,if you get into the space you're currently looking at,the amenities included in that space will help you attract new talent.”Which part of the explore phase does it accomplish?
- Here's a paragraph from are cape mail.“You currently have a quote from a moving company for about$5,000,but you would be willing to pay twice that much if it meant ensuring your equipment was moved safely and on time.However,the decision isn'tyours alone.Sebastian is in charge of the equipment and Sal will have to approve the higher budget.We'll include them in our next meeting to discuss the details of where we go from here.”Which part of the explore phase does it accomplish?
- Here's a paragraph from are cape mail.“You mentioned that you need to get into a larger space,but you have a lot of specialized equipment that can't be moved easily.Yourbest plan is to hire a moving company,butyou're worried that the equipment will get damaged or mis calibrated in the move.”Which part of the explore phase does it accomplish?
- Here'san agenda that follows the C GP,TCI,BA framework:1.Ask how business is going, review what you’ve already talked about,layout the plan for this conversation.2.Askabout their challenges and goals.Discuss their plans.3.Ask about their timeline.Uncover what they stand to lose and gain.4.Find out who else needs to be involved in the decision to buy ornotbuy.In this agenda,which part of the C GP,TCI,BA framework needs improvement?
- Here'san agenda that follows the C GP,TCI,BA framework:1.Build rapport,recap previous conversations,setagenda.2.Explore the challenges the prospect has and their plans for overcoming them.3.Explore their timeline and discuss the consequences of in action and the implications of success.4.Explore budget and authority.In this agenda,which part of theCGP,TCI,BA framework needs improvement?
- Here'san agenda that follows the C GP,TCI,BA framework:1.Rapport building,recap,and agenda.2.The prospect'sgoals,the challenges they face in achieving those goals,and their plan for overcoming those challenges.3.What happens if they fail?What happens if they succeed?4.Their available budget and their usual decision-making process.Inthis agenda,which part of the C GP,TCI,BA framework needs improvement?
- How can you make sure the content you share is relevant to your prospects?
- How can you start building rapport before getting on a call?
- How do you determine the timeline for closing a deal?
- How long should each message in your sequence be?
- How long should the rapport-building part of an exploratory call be?
- How often should you reference yourself in your outreach messages?
- How quickly should you contact inbound leads?
- How should you begin your sales presentation?
- If a lead calls you in response to a voice mail you left,what should you do?
- If your company doesn’t produce very much content,all of the following are good alternatives EXCEPT:
- True or false?You should only start identifying passive buyers after identifying all of the active buyers.
- What do you need to do before connecting with someone on social media?
- What does it mean to make your outreach"helpful"?
- What does it mean to make your outreach"holistic"?
- What does it mean to make your outreach"human"?
- What is a passive buyer?
- What is a trigger event?
- What is an active buyer?
- What is an inbound lead?
- What is the buyer doing during the awareness stage of their buying journey?
- What is the buyer doing during the consideration stage of their buying journey?
- What is the buyer doing during the decision stage of their buying journey?
- What is the difference between a sales process and an inbound sales strategy?
- What is the difference between ideal customer profiles and buyer person as?
- What is the goal of the identify phase of an inbound sales strategy?
- What is the main goal of a presentation?
- What is the purpose of the 1-10 closing technique?
- What is your role during the awareness stage of the buyer’sjourney?
- What is your role during the consideration stage of the buyer’sjourney?
- What is your role during the decision stage of the buyer’sjourney?
- What should a business-to-business salesperson do if their website gets multiple anonymous visits from a single company?
- What should your outreach messages try to do?
- When should you transition to the explore phase?
- When using the 1-10 closing technique,what should you do if your prospect gives you number lower than six?
- When you identify an active buyer,what stage of the buyer’s journey will they most often be in?
- Where in your presentation should you present case studies on other companies you’ve workedwith?
- Which of the following is an example of a common connection?
- Which of the following is the BEST way to discuss a prospect’sbudget?
- You should do all of the following activities during the advise phase of your inbound sales strategy EXCEPT:
- You should do all of the following activities during the connect phase of your inbound sales strategy EXCEPT:
- You should do all of the following activities during the explore phase of your inbound sales strategy EXCEPT:
- You should do all of the following activities during the identify phase of your inbound sales strategy EXCEPT:
- You should do all of the following in your sales presentation EXCEPT:
- Your teammate creates an outreach sequence with 10 steps in it and asks you if you think that’s a good length.How do you respond?
- Your teammate is prepping for a sales presentation and they've outlined the points they want to cover:1.Recap of previous discussions 2.Explanation of how other people in similar situations have proceeded 3.Pros and cons of various approaches They want your feedback on this outline.What would you say?
HubSpot Inbound Sales Certification All exam questions
- All of the following are advantages of using the CGP, TCI, BA framework EXCEPT:
- Congratulations — you just landed a job selling IT equipment to large corporations! You receive your first inbound lead, and you call the person who submitted it. You quickly realize that this person is a junior employee with no buying authority. What should you do?
- Fill in the blank: If a prospect says, “I’m hoping to get this figured out before the end of the quarter,” that’s an example of a __________.
- Fill in the blank: If a prospect says, “If I can find a way to fix this, I think we’ll be able to open a second location next year,” that’s an example of a __________.
- Fill in the blank: If a prospect says, “If I don’t find a way to solve this problem, I’m going to have to start laying off employees,” that’s an example of a __________.
- Here's a paragraph from a recap email: “You need to get into your new office space before the end of this quarter. You have aggressive hiring goals for next quarter and if you haven't relocated into a larger space by then, you won't be able to hit those goals. On the other hand, if you get into the space you're currently looking at, the amenities included in that space will help you attract new talent.” Which part of the explore phase does it accomplish?
- Here's a paragraph from a recap email. “You currently have a quote from a moving company for about $5,000, but you would be willing to pay twice that much if it meant ensuring your equipment was moved safely and on time. However, the decision isn't yours alone. Sebastian is in charge of the equipment and Sal will have to approve the higher budget. We'll include them in our next meeting to discuss the details of where we go from here.” Which part of the explore phase does it accomplish?
- Here's a paragraph from a recap email. “You mentioned that you need to get into a larger space, but you have a lot of specialized equipment that can't be moved easily. Your best plan is to hire a moving company, but you're worried that the equipment will get damaged or miscalibrated in the move.” Which part of the explore phase does it accomplish?
- Here's an agenda that follows the CGP, TCI, BA framework: 1. Ask how business is going, review what you’ve already talked about, lay out the plan for this conversation. 2. Ask about their challenges and goals. Discuss their plans. 3. Ask about their timeline. Uncover what they stand to lose and gain. 4. Find out who else needs to be involved in the decision to buy or not buy. In this agenda, which part of the CGP, TCI, BA framework needs improvement?
- Here's an agenda that follows the CGP, TCI, BA framework: 1. Build rapport, recap previous conversations, set agenda. 2. Explore the challenges the prospect has and their plans for overcoming them. 3. Explore their timeline and discuss the consequences of inaction and the implications of success. 4. Explore budget and authority. In this agenda, which part of the CGP, TCI, BA framework needs improvement?
- Here's an agenda that follows the CGP, TCI, BA framework: 1. Rapport building, recap, and agenda. 2. The prospect's goals, the challenges they face in achieving those goals, and their plan for overcoming those challenges. 3. What happens if they fail? What happens if they succeed? 4. Their available budget and their usual decision-making process. In this agenda, which part of the CGP, TCI, BA framework needs improvement?
- If a lead calls you in response to a voicemail you left, what should you do?
- What is the difference between ideal customer profiles and buyer personas?
- What is your role during the awareness stage of the buyer’s journey?
- What is your role during the consideration stage of the buyer’s journey?
- What is your role during the decision stage of the buyer’s journey?
- Where in your presentation should you present case studies on other companies you’ve worked with?
- Which of the following is the BEST way to discuss a prospect’s budget?
HubSpot integrating with HubSpot I foundations All exam questions
- A bike repair shop customer wants to make it easier for their repair technicians to alert customers when a job has been completed.Their repair technicians are busy and don’t have time to send individual messages to their customers.Which of the following is the fastest,easiest potential solution you could offer?
- A customer has a lot of in box conversations coming in each day for their service reps. The irreps can sometimes miss questions because of how full it gets.They mainly work in Slack and would prefer if they could answer their customers’questions without leaving that app.What part of the dev docs could help you create this connection point?
- A customer wants a ticket’s data called on a certain webpage to also be available in other parts of the integration.What could you do to ensure you’re not making too many of the same calls to the API?
- A customer wants to create an internal integration that’ll assign a contact directly to a chosen work flow.What type of integration would this be and what type of authentication method would you use?
- A customer wants to help their sales team generate new deals through email,which is their primary form of communication with potential customers.They’reevaluating whether they should build a custom solution.What’s the first question you should answer to help them determine nextstep s?
- A customer wants to update a custom object’s associations to be associated with the company object.How should they go about it doing this from the UI,without making a call totheAPI?
- Fill in the blank:Apps using OAuth are subject to a limit of____requests every 10 seconds.
- Fill in the blank:const headers={Authorization:`Bearer${private_app_token} 'Content-Type:______}
- Fill in the blank:CREATE is to POST as UPDATE is to____.
- Fill in the blank:For an integration,the single required parameter is_____.
- Fill in the blank:Hub Spot A PIrate limits vary by authentication method and_____.
- Fill in the blank:Hub Spot API errors are structured to be______,butit’ll also be helpful for you to recognize some common error response codes when troubleshooting.
- Fill in the blank:There can be many timeline events associated with a contact,buta timeline event cannot be associated with____contacts.
- How can you find the API version number for the call you’reusing?
- How can you setup the id Property to use a unique parameter,such as an email address, other than the contact record’sIDnumber?
- How does a web hook differ from a traditional API call?
- How many company records can an individual engagement object,such as an email,be associated with?
- In the Hub Spot UI,where can you find the other objects associated to an individual contact record?
- Select all that apply.What are some of the query parameters for standard CR M objects.
- Select all that apply.What are the benefits of having an app monitoring tool in your Hub Spot account?
- Select all that apply.What are the different Hub Spot account types that developers can use?
- Select all that apply.What is the purpose of having a pipeline view for deals and tickets?
- Select all that apply.Which of the following are the different ways you can filter the private appA PIc all logs?
- Select all that apply.Which of the following is a benefit of using a promise when working with APIs in aNode App?
- Select all that apply.Which of the following is a difference in the way developers and users interact with the CR M?
- Select all that apply.Which of the following topics can be found on the API-side of the dev docs?
- True or false?A timeline event can be associated with zero contacts.
- True or false?Developers can add associations to custom objects and standard CR M objects.
- True or false?In most situations,you’ll want to create a one-way bridge to dictate the flow of information between your integration s.
- True or false?Most Hub Spot API endpoints a republic and can be accessed using client-side JavaScript.
- True or false?Most Hub Spot APIs require you to use either O Author private app for authentication.
- True or false?The OAuth endpoint expects the form/urlencode d format instead of JSON.
- True or false?Usingatry/catch is recommended in case the API call fails.
- True or false?You can list an integration that receives error responses 7%ofthetime.
- True or false?You can use the dev docs to make test calls to the API.
- True or false?You must build aNode app to test API calls.
- True or false?You must have a Professional or higher Hub Spot account to purchase the APIAdd-on.
- True or false?You would have to make another call to the contacts endpoint to get more information on the contacts associated with a company.
- What account permission level is required to create private apps?
- What are the two things you need to pass along to the a xi os.getmethod?
- What does delegated authorization mean?
- What does the acronym CRUD stand for?
- What HTTP method would you use if you wanted to read the tickets data from a Hub Spot account?
- What is a common ali ty of one-to-oneandone-to-many integration s?
- What is NOT a key benefit of the Hub Spot APIs being RESTful APIs?
- What is NOT one of the benefits of the Hub Spot developer community?
- What is the best strategy to avoid receiving 400-level errors?
- What is the difference between a 200 response and a 201 response?
- What is the importance of an entity relationship diagram?
- What is the importance of an object type’suniqueID?
- What is the key benefit of using a web hook call in a work flow?
- What is the key difference between 400-and500-level errors?
- What is the key difference between a one-to-one integration and a one-to-many integration?
- What is the main benefit of the Hub Spot developer change log?
- What is the main difference between the dev docs and the knowledge base(KB)?
- What is the main purpose of a developer account?
- What is the main purpose of an A PIrate limit?
- What is the maximum number of private apps you can create in one account?
- What is the most common cause of a 404 error?
- What is the purpose of a pug template?
- What is the purpose of an.envfile?
- What is the purpose of using OAuth in a one-to-many integration?
- What must the user do to authenticate with OAuth?
- What must you first obtain and then add to your OAuth flow(once the authorization expires)?
- What type of HTTP method is a batch API call?
- When creating a new object record,how is the new data sent along?
- When expiring your private app access tokens,how much of a time buffer can you set before the private app token is rotated?
- When making an API call to a standard object,what query parameter must you append to get connected contact records?
- When starting a new development project,what’s the biggest benefit to visiting the Hub Spot Marketplace as your first step?
- When working with a private app,you receive the error 403.How would you go about rectifying this error?
- When would you likely receive a 477 error?
- Where can you find pre-built Postman collections to view and test API calls?
- Where would you submit a question regarding a JavaScript error you received within the Hub Spot developerS lack?
- Which API has a special limit of four requests per second per authentication token?
- Which of the following is a drawback to how API calls return associated contacts object data?
- Which of the following is a good use case for using the Web hooks API?
- Which of the following is a key reason you should use node packages when building a basic Node app?
- Which of the following is an example of how you interact with OAuth on a daily basis?
- Which of the following is needed to call a custom property in your integration?
- Which of the following is NOT a benefit of using a Batch API endpoint?
- Which of the following is NOT a benefit of using OAuth as your authentication flow?
- Which of the following is NOT a benefit of using the dev docs?
- Which of the following is NOT a feature of a test account?
- Which of the following is NOT away to keep your access token safe?
- Which of the following is the correct API endpoint for calling the Companies API?
- Which of the following resources would be best to use if you wanted to crowd source a development question you have?
- Which of the following statements about private apps is NOT true?
- Why are the standard CR M objects closely aligned?
- Why is it best practice to add a delay between automatic,repeated API calls?
- Why is it recommended to use A xi os when making HTTP requests?
- You want to build a private app that can create new custom objects.What scope would you need to give this private app access to?
HubSpot marketing hub software All exam questions
- A(n)_______list can help you gain an understanding of contacts who meta certain criteria on a particular date.Then you can look back at that list later and see contacts who may no longer meet the criteria.
- Acall-to-action button is also known as a:
- All of the following are components of a topic cluster EXCEPT:
- All of the following are examples of how you can export campaign data EXCEPT:
- All of the following are examples of SMART goals EXCEPT:
- All of the following are tools you can connect to a Hub Spot campaign EXCEPT:
- All of the following are ways you can report on a campaign EXCEPT:
- Branching logic in work flows is also commonly referred to as what?
- Fill in the blank:Strive to choose a core topic with a monthly search volume that’satleast __________.
- Fill in the blank:To get started with adding a buyer person a in Hub Spot,lookforthe __________on your dashboard.
- Fill in the blank:When linking your topic cluster together,it’s critical that you__________.
- How does Hub Spot calculate the source of a visitor to your site?
- _______________is the software that exists with the goal of automating your marketing actions.
- Keeping your database healthy and up to date should always be a priority so that you can create powerful and___________.
- Marketing Hub users will frequently use which of the following menus in Hub Spot?
- Most organizations target how many buyer person as?
- Quickly viewing a segment of your database right from the contacts,companies,deals,or tickets dashboard is an example of which type of segment?
- Select all that apply.Which Hub Spot features help nurture leads into customers?
- Select all that apply.Which Hub Spot features help you directly attract new visitors using valuable content?
- Select all that apply.Which Hub Spot features help you retain and delight existing leads and customers?
- ________software is the foundation for storing all the information you have on the humans you’reconnecting and building trust with.
- There are three types of work flows you can create in Hub Spot.What are they?
- True or false?A list and a report in Hub Spot accomplish the same actions and goals.
- True or false?All assets should be built before creating a campaign.
- True or false?All scheduled social posts can be attached to an existing Hub Spot campaign, or you can create a new campaign with your post.
- True or false?Buyer person as are non-fictional case study examples of your most successful customer.
- True or false?Common uses for active lists include sending unique marketing emails based on each contact's behavior and properties.
- True or false?Delays can be added to your work flow to ensure certain actions don’tfire immediately.
- True or false?Everytime you publish a blog post,you’recreating a new,unique page for your website.
- True or false?Forms are dead.
- True or false?Marketing automation is ONLY used to automate your marketing actions.
- True or false?Pop-up forms are outbound.
- True or false?SMSisapaid-addon available within Marketing Hub.
- True or false?The higher your DA(Domain Authority),the easier it should be for your topic clusters to rank.
- True or false?The Marketing Hub uses shared contact information with the Sales Hub and Service Hub via the CR M contacts database.
- True or false?The more completely you use the Marketing Hub,the better the individual tools can help you.
- True or false?When creating buyer person as,consider creating a different person a based on job function.Grouping buyer person as together by the goal or challenge they’retrying to overcome won’t be detailed enough to know who you’re talking to.
- True or false?When importing contacts,Hub Spot automatically searches for matches with your spreadsheet columns and pairs your existing properties,such as first name and last name.
- True or false?You can import contacts into Hub Spot that are opted-out of communication.
- True or false?You can set a work flow goal on the main work flows dashboard.
- True or false?You can use your Hub Spot CT As in externally hosted content.
- True or false?You have up to one week to edit the name of a campaign.
- True or false?You should always disable cookie tracking on forms,unless you have a specific use case in mind.
- True or false?Your email channel works with your other conversational channels to help create conversations and experiences with the people you’reconnecting with.
- What are the three types of segments you can create in Hub Spot?
- What are the two most important things to keep in mind when developing a Hub Spot social media strategy?Choosetwo:
- What are three examples of segments that every business should ideally have?
- What does the term'dashboard'refer to in Hub Spot?
- What is a call-to-action button?
- What is a form submission notification?
- What is a requirement before sending an automated email in Hub Spot?
- What is a work flow?
- What is key to the success of your reporting?
- What is not an option for the blog/RSS email frequency in Hub Spot?
- What is the advantage of using a form?
- What is the definition of contact management?
- What is the definition of segmentation?
- What is the primary purpose of the traffic reporting collection?
- What is the purpose of contact create attribution reports?
- What is the reporting library?
- What steps do you take to view the top clicked links in your email?
- What tool allows you to add contacts'first names to your marketing email?
- Whatare/isthearea(s)you need to consider when building a call-to-action?
- Whatisapop-upform?
- WhatisaX(formerly Twitter)stream?
- When determining buyer person as,which type of information is most important to capture?
- When should you report on your marketing campaign performance?
- Where is information collected by your form submissions stored in Hub Spot?
- Which is NOT an example of demographic information that can help bring value to your buyer person a research?
- Which of the following are campaign metrics that can be tracked in Hub Spot?
- Which of the following is NOT a method you can use to create a work flow?
- Which of the following is NOT a report included in the traffic reporting collection?
- Which parts of your organization can benefit from buyer person as?
- Which tool helps you see all scheduled social posts within the Hub Spot social tool?
- Who created the pre-built reports found in the reporting library?
- Why should you limit the number of form fields you use on your form?
- Why should your call-to-action contain action-oriented language?
- _________work flows will operate once a contact meets the enrollment triggers of that workflow.
- You can create a call-to-action to align with which stage of the buyer’sjourney?
- You can create campaigns that increase brand awareness on Linked In,Facebook,and Google using which Marketing Hub tool?
- You can filter your Hub Spot social in box in a variety of ways.Which one is NOT one of them?
- You should base the design of your CTA on the following:
- Your form submission rate tracks:
HubSpot Marketing Hub Software Certification All exam questions
- A business wants to organize its contacts in HubSpot to better tailor its marketing efforts. What’s the primary purpose of using segmentation for their customer base?
- A call-to-action button is also known as a:
- A(n) _______ list can help you gain an understanding of contacts who met a certain criteria on a particular date. Then you can look back at that list later and see contacts who may no longer meet the criteria.
- All of the following are tools you can connect to a HubSpot campaign EXCEPT:
- Branching logic in workflows is also commonly referred to as what?
- Consider the following scenario. Your workflow sends a series of marketing emails that include a large discount email. Should you turn the enrollment of merged contacts for this workflow on or off?
- Fill in the blank: A(n)_____ list can help you gain an understanding of contacts who meet a certain criteria on a particular date. Then, you can refer to that list later and see contacts who may no longer meet the criteria.
- Fill in the blank: Keeping your database healthy and updated should always be a priority, so you can create powerful and ___________ conversations.
- Fill in the blank: Most organizations should target ____ buyer personas.
- Fill in the blank: ________ software is the foundation for storing all the information you have on the humans you’re connecting and building trust with.
- Fill in the blank: Strive to choose a core topic with a monthly search volume that’s at least __________.
- Fill in the blank: The goal of _____ is to scale repetitive marketing tasks while reducing errors.
- Fill in the blank: To get started with adding a buyer persona in HubSpot, click the __________ icon.
- Fill in the blank: To get started with adding a buyer persona in HubSpot, look for the __________ on your dashboard.
- How does HubSpot calculate the source of a visitor to your site?
- Imagine you're gathering specific information from new leads for your bakery, Sweet Stacks, but it wasn't included in HubSpot's default contact fields. How can you accomplish this?
- In HubSpot workflows, what's the function of an enrollment trigger?
- Marketing Hub users will frequently use which of the following menus in HubSpot?
- Most organizations target how many buyer personas?
- Select all that apply. What is key to the success of your reporting?
- Select all that apply. Which HubSpot features help nurture leads into customers?
- Select all that apply. Which HubSpot features help you directly attract new visitors using valuable content?
- Select all that apply. Which HubSpot features help you retain and delight existing leads and customers?
- Select all that apply. Which of the following should you use to design your CTA?
- Select all that apply. Why should you connect a form field to a property in your contact database in HubSpot?
- Select all that apply. You’re creating a CTA button for a new e-book on your website. Which of the following should you incorporate to maximize its effectiveness?
- ________ software is the foundation for storing all the information you have on the humans you’re connecting and building trust with.
- True or false? A list and a report in HubSpot accomplish the same actions and goals.
- True or false? All scheduled social posts can be attached to an existing HubSpot campaign, or you can create a new campaign with your post.
- True or false? Buyer personas are non-fictional case study examples of your most successful customer.
- True or false? Delays can be added to your workflow to ensure certain actions don’t fire immediately.
- True or false? Every time you publish a blog post, you’re creating a new, unique page for your website.
- True or false? Multi-step forms only increase the likelihood of form completion if you have over 1,000 visitors to your website per month.
- True or false? SMS is a paid-add on available within Marketing Hub.
- True or false? The Marketing Hub uses shared contact information with the Sales Hub and Service Hub via the CRM contacts database.
- True or false? The more completely you use Marketing Hub, the better the individual tools can help you.
- True or false? The primary uses of marketing automation are lead nurturing, data hygiene maintenance, and routing support tickets.
- True or false? When creating buyer personas, consider creating a different persona based on job function. Grouping buyer personas together by the goal or challenge they’re trying to overcome won’t be detailed enough to know who you’re talking to.
- True or false? When importing contacts, HubSpot automatically searches for matches with your spreadsheet columns and pairs your existing properties, such as first name and last name.
- True or false? You can import contacts into HubSpot that are opted-out of communication.
- True or false? You can use your HubSpot CTAs in externally hosted content.
- True or false? Your email channel works with your other conversational channels to help create conversations and experiences with the people you’re connecting with.
- What are the different types of enrollment triggers in workflows?
- What are the three types of segments you can create in HubSpot?
- What are the two most important things to keep in mind when developing a HubSpot social media strategy? Choose two:
- What are/is the area(s) you need to consider when building a call-to-action?
- What can you add to a blog post to determine what content will show up on the short form version of that post on your blog’s homepage?
- What distinguishes a marketing campaign from ongoing marketing efforts?
- What does the term 'dashboard' refer to in HubSpot?
- What is a HubSpot dashboard?
- What is a pop-up form?
- What is a requirement before sending an automated email in HubSpot?
- What is a workflow?
- What is a X (formerly Twitter) stream?
- What is an X stream?
- What is not an option for the blog/RSS email frequency in HubSpot?
- What should you consider when building a call-to-action?
- When designing the copy for a call-to-action button, what's a crucial element to include to encourage higher click-through rates?
- When determining buyer personas, which type of information is most important to capture?
- Where can you view data about an individual blog post’s performance in HubSpot?
- Where is information collected by your form submissions stored in HubSpot?
- Which enrollment trigger allows you to re-enroll contacts every time the trigger occurs?
- Which is NOT an example of demographic information that can help bring value to your buyer persona research?
- Which of the following are campaign metrics that can be tracked in HubSpot?
- Which of the following is NOT a component of a topic cluster?
- Which of the following is NOT a method you can use to create a workflow?
- Which of the following is NOT a tool you can connect to a HubSpot campaign?
- Which of the following is NOT a way you can report on your campaigns’ performance in HubSpot?
- Which of the following is NOT an example of a SMART goal?
- Which parts of your organization can benefit from buyer personas?
- Which tool helps you see all scheduled social posts within the HubSpot social tool?
- You can create a call-to-action to align with which stage of the buyer’s journey?
- You can create campaigns that increase brand awareness on LinkedIn, Facebook, and Google using which Marketing Hub tool?
- You can filter your HubSpot social inbox in a variety of ways. Which one is NOT one of them?
- You need to find all the past interactions a specific lead has had with your company. In a HubSpot contact record, where can you access this information?
- You want every new submission of your web form to automatically update the contact's lifecycle stage to “Lead” without the visitor having to make this selection. How should you set this up in HubSpot?
- You want to automatically send a series of personalized emails to new leads after they fill out a form on your website. Which combination of HubSpot tools would best support this goal?
- You’re creating a lead generation form in HubSpot. Which of the following should you keep in mind for maximum impact?
HubSpot reporting All exam questions
- Customer journey analytics reports closely align with which of the following strategies?
- Customer journey analytics uses which type of data?
- Fill in the blank:____are facts that haven't been processed enough to reveal their meaning.
- Fill in the blank: Data literacy is the ability to __________.
- Fill in the blank: Integrations are ___________.
- Fill in the blank:A relationship between one or more objects is called____.
- Fill in the blank:A time decay attribution model gives____.
- Fill in the blank:An attribution model is_____.
- Fill in the blank:The Top Posts report shows a list of your top____performing posts.
- Fill in the blanks: Tail winds are to ________ : as headwinds are to _________.
- Fill in the blanks: You want to build a custom report to determine which channels help you generate the most marketing qualified leads. If you were building a bar chart, ____ should go on your x-axis, and ___ should go on your y-axis.
- Fill in the blanks:You want to build a custom report to determine which channels help you generate the most marketing qualified leads.If you were building a bar chart,____should goonyourx-axis,and___should goon your y-axis.
- How do objects organize your Hub Spot data?
- How do objects organize your HubSpot data?
- How does Hub Spot join your data in the custom report builder?
- How does HubSpot join your data in the custom report builder?
- How does the linear attribution model calculate credit?
- How many dimensions can you add to your attribution reports?
- How often should you be checking your attribution reports?
- How often should you be checking your browsers report?
- If a contact has the original source of referrals in Hub Spot,that means the contact first accessed your site from which of the following?
- If a contact has the original source of referrals in HubSpot, that means the contact first accessed your site from which of the following?
- If you want to emphasize the touch points that initially captured leads'attention and the touch points that directly led to conversions,which attribution model should you use in yourreport?
- If you want to emphasize the touchpoints that initially captured leads' attention and the touchpoints that directly led to conversions, which attribution model should you use in your report?
- If you want to know which marketing effort is attracting people to your brand,which attribution model should you use?
- If you wanted to build a report with deals as your primary object and companies as your secondary object,what information would be included in your report?
- In a deal create attribution report,which data dimension would you need to answer the question:“What type of interactions happened before the deal was created?”
- In a revenue attribution report,which data dimension would you need to answer the question:“Which channels influenced the most revenue?”
- In the custom report builder,what happens if you apply an ALL filter to the fields in your filtering options?
- In the custom report builder,what happens if you apply an ANY filter to the fields in your filtering options?
- In your ads dashboard,what does the engagement metric measure?
- Insights about your gated content can be found in the analyze tab of which Hub Spot tool?
- Insights about your gated content can be found in the analyze tab of which HubSpot tool?
- Select all that apply. If you’ve set your dashboard permissions to “Private to owner”, who can view or edit your dashboard?
- Select all that apply. What steps can you take if your embedded content isn't appearing on your HubSpot dashboard?
- Select all that apply. What type of content can you embed on your HubSpot dashboard?
- Select all that apply. What types of questions can marketing attribution answer? Select all that apply.
- Select all that apply.Ifyou’ve set your dashboard permissions to“Private to owner”,who can view or edit your dashboard?
- Select all that apply.What insights can be found within the countries report?
- Select all that apply.What role can attribution play in your reporting strategy?Select all that apply.
- Select all that apply.What steps can you take if your embedded content isn't appearing on your Hub Spot dashboard?
- Select all that apply.What type of content can you embed on your Hub Spot dashboard?
- Select all that apply.What types of questions can marketing attribution answer?Selectall thatapply.
- Select all that apply.Which metrics can help you evaluate the success of your email marketing efforts?
- Select all that apply.Which of the following UTM parameters are typically only used for ads campaigns?
- Select all that apply.Which of the following UTM parameters should you always add to your tracking URLs?
- Select all that apply.Which type of metrics can help you evaluate the health of your Attract stage?
- Select all that apply.Which type of metrics can help you evaluate the health of your Delight stage?
- Select all that apply.Which type of metrics can help you evaluate the health of your Engage stage?
- Select all that apply.Why would a user be bucketed under“Direct traffic”inHubSpot?
- The topic cluster report is most powerful when contextual i zed with the information found in which Hub Spot tool?
- The topic cluster report is most powerful when contextualized with the information found in which HubSpot tool?
- True or false? In most cases, data dimensions should be placed on the y-axis.
- True or false? Once a report is added to a HubSpot dashboard, it cannot be edited.
- True or false? When presenting your data on a bar chart, it's effective to alter your axes so your audience only needs to see the necessary information.
- True or false? You can embed Google Data Studio reports into your HubSpot dashboard.
- True or false?Events are mutable.
- True or false?Once a report is added to a Hub Spot dashboard,it cannot be edited.
- True or false?When designing dashboards,you should design them using a visual hierarchy.
- True or false?You can create recurring dashboard emails to send reports to your team consistently.
- True or false?You can embed Google Data Studio reports into your Hub Spot dashboard.
- True or false?You can include meetings data in your customer journey analytics reports?
- What are UTM parameters?
- What does L TV measure?
- What does LTV measure?
- What information do data dimensions help you access in an attribution report?
- What insight can be found in the device types report?
- What is a completed event referred to in Hub Spot?
- What is a completed event referred to in HubSpot?
- What is a data set?
- What is a dataset?
- What is a join?
- What is a null value?
- What is a property?
- What is a reporting statement?
- What is a sankey graph?
- What is as an key graph?
- What is customer churn?
- What is metadata?
- What is sales enablement?
- What is the advantage to changing your y-axis to the logarithmic scale?
- What is the benefit of using sample reports in the Hub Spot custom report builder?
- What is the benefit of using sample reports in the HubSpot custom report builder?
- What is the disadvantage of storing your information in a single field type?
- What's the difference between service analytics and the report builder?
- What's the difference between single source attribution and multi-touch attribution models?
- When is a session or contact bucketed under “Paid search” in HubSpot?
- When is a session or contact bucketed under“Other campaigns”inHubSpot?
- When is a session or contact bucketed under“Paidsearch”inHubSpot?
- When should you mark steps as optional in your customer journey analytics reports?
- When should you set up custom analytics views in your sources or pages reports?
- When should you setup custom analytics views in your sources or pages reports?
- When would you use a Hub Spot contact create attribution report?
- Which Hub Spot dashboard feature can you use to indicate the purpose of a dashboard?
- Which HubSpot dashboard feature can you use to indicate the purpose of a dashboard?
- Which of the following attribution models are best for lengthy sales cycles?
- Which of the following data sources should be marked as primary to answer the following question: “How many contact views am I getting on my HubSpot landing pages?”
- Which of the following data sources should be marked as primary to answer the following question: “What are my team's recent sales activities?”
- Which of the following data sources should be marked as primary to answer the following question:“How many contact view samI getting on my Hub Spot landing pages?”
- Which of the following data sources should be marked as primary to answer the following question:“Which of my sales teams is engaging with their leads the most?”
- Which of the following is a feature seen in customer journey analytics but not the custom report builder?
- Which of the following is NOT a source found in the sources report?
- Which of the following is NOT a standard Hub Spot object?
- Which of the following is NOT a standard HubSpot object?
- Which of these methods is NOT a way you can currently share your HubSpot dashboard?
- Which of these methods is NOT away you can currently share your Hub Spot dashboard?
- Which Service Hub analytics reports can help you understand how well your channels are performing against their S LAs?
- Which Service Hub analytics reports can help you understand how well your channels are performing against their SLAs?
- Which Service Hub analytics reports can help you understand seasonal trends in your ticket volume?
- Which tool enables you to visualize your objects and their relationships in Hub Spot?
- Which tool enables you to visualize your objects and their relationships in HubSpot?
- Why would you see“Unknown”appear in the location or region data in your countries report?
- Why would you see“unknown”or“UnknownSSL”appear in your Organic search traffic in the sources report in Hub Spot?
- You want to build a contact create attribution report that show show your marketing assets are generating leads overtime.Which data dimensions should you include in your report?
- You want to build a contact create attribution report that shows how your marketing assets are generating leads over time.Which data dimensions should you include in your report?
- You want to build a report that answers the question: “How many marketing qualified leads do I have and how am I getting them?” Which dimension should you put in your breakdown by area?
- You want to build a report that answers the question:“How many marketing qualified leads doI have and how amI getting them?”Which dimension should you put in your breakdown byarea?
- You want to create a new contact property where your existing customers can specify their preferred flavor of birthday cake.Which of the following would NOT be a recommended field type to store this categorical data under?
- You're hoping to identify which lifecycle stages your top 50 company contacts are in. When building your bar chart in HubSpot, which measure would you include on the y-axis?
- You're hoping to identify which lifecycle stages your top 50 company contacts are in.How many data sources would you need to include in the custom report builder?
- You're hoping to identify which lifecycle stages your top 50 company contacts are in.When building your bar chart in Hub Spot,which measure would you include on they-axis?
- You’re building a report that can tell you which website pages your recent live chats are coming from. Based on the dimensions and measures you’d need to answer this question, which visualization type would be best suited for this report?
- You’re building a report that identifies which companies closed the highest-earning deals this month. Based on the dimensions and measures you’d need to answer this question, which visualization type would be best suited for this report?
- You’re building a report to explore which HubSpot landing pages have the most views this month. Which default measure do you put on your y-axis?
- You’rebuilding a report that can tell you which website pages your recent live chats are comingfrom.Based on the dimensions and measures you’d need to answer this question, which visualization type would be best suited for this report?
- You’rebuilding a report that identifies which companies closed the highest-earning deals thismonth.Based on the dimensions and measures you’d need to answer this question, which visualization type would be best suited for this report?
- You’rebuilding a report to explore which Hub Spot landing pages have the most views this month.Which default measure do you put on your y-axis?
HubSpot revenue operations All exam questions
- Evaluate this SLA: Each month, Marketing will generate 500 qualified leads, and sales will contact each lead as quickly as possible.
- Evaluate this SLA: Each month, marketing will produce 100 qualified leads, and sales will contact each lead within 12 hours.
- Evaluate this SLA: Each month, marketing will qualify enough leads for sales to close $50,000 in new business, and sales will contact every marketing qualified lead.
- Evaluate this SLA: Marketing will produce $100,000 of lead value each quarter, and sales will contact every marketing qualified lead within 24 hours of receiving it.
- Evaluate this SLA: Marketing will send four marketing emails each month, and sales will follow up with 50% of the recipients.
- Evaluate this SLA:By the end of this month,Marketing will increase website traffic by 50%, and sales will attempt contact up to three times for each website lead.
- Evaluate this SLA:Eachmonth,Marketing will generate 500 qualified leads,and sales will contact each lead as quickly as possible.
- Evaluate this SLA:Eachmonth,marketing will produce 100 qualified leads,and sales will contact each lead within 12 hours.
- Evaluate this SLA:Eachmonth,marketing will qualify enough leads for sales to close $50,000 in new business,and sales will contact every marketing qualified lead.
- Evaluate this SLA:Marketing will generate$50,000 in lead value every month.
- Evaluate this SLA:Marketing will produce$100,000 of lead value each quarter,andsales will contact every marketing qualified lead within 24 hours of receiving it.
- Evaluate this SLA:Marketing will send four marketing emails each month,and sales will followup with 50%of the recipients.
- Evaluate this SLA:Sales will contact all marketing qualified leads within five minutes.
- Evaluate this step of a sales process:Budget holder approved expense.
- Evaluate this step of a sales process:Buyer discussed our product with their team.
- Evaluate this step of a sales process:Buyer stopped responding to outreach.
- Evaluate this step of a sales process:Buyer submitted“Contact Sales”form.
- Evaluate this step of a sales process:Contract sent.
- Evaluate this step of a sales process:Product demonstrated.
- Fill in the blank: Buildings, equipment, and long-term investments are all examples of _____.
- Fill in the blank: Every step of your sales process should be required, factual, inspectable, and _____.
- Fill in the blank: The flywheel is a model adapted by HubSpot to explain the momentum you gain when you align your entire organization around _____.
- Fill in the blank: Your sales playbook should cover what your sales reps need to know, do, say, and _____.
- Fill in the blank:Accounts payable and income taxes are examples of_____.
- Fill in the blank:As marketing gets better at delivering the right number of leads each month,they’ll also need to get better at______.
- Fill in the blank:Assets=Liabilities+_____
- Fill in the blank:Buildings,equipment,andlong-term investments are all examples of _____.
- Fill in the blank:Every step of your sales process should be required,factual,inspect able, and_____.
- Fill in the blank:If your company has more assets than liabilities,the remaining balance is your_____.
- Fill in the blank:Income statements report on revenue and expenses_____.
- Fill in the blank:The flywheel is a model adapted by Hub Spot to explain the momentum you gain when you align your entire organization around_____.
- Fill in the blank:The secret to success when deploying friction intentionally is to make sure the amount of friction matches______.
- Fill in the blank:Tools typically______whatever processes you have in place.
- Fill in the blank:Your_____is the foundation of everything your sales team does.
- Fill in the blank:Your sales play book should cover what your sales reps need to know,do, say,and_____.
- How does Rev Ops help companies scale?
- How does RevOps help companies scale?
- In addition to defining your winning aspiration, what three questions will you need to answer as you create and communicate a customer-in strategy?
- In addition to defining your winning aspiration,what three questions will you need to answer as you create and communicate a customer-instrategy?
- In Monroe's Motivated Sequence, the purpose of the Action section of a persuasive speech is to _____.
- In Monroe's Motivated Sequence, the purpose of the Attention section of a persuasive speech is to ______.
- In Monroe's Motivated Sequence, the purpose of the Need section of a persuasive speech is to _____.
- In Monroe's Motivated Sequence, the purpose of the Satisfaction section of a persuasive speech is to _____.
- In Monroe's Motivated Sequence, the purpose of the Visualization section of a persuasive speech is to _____.
- InMonroe's Motivated Sequence,the purpose of the Action section of a persuasive speech isto_____.
- InMonroe's Motivated Sequence,the purpose of the Attention section of a persuasive speechisto______.
- InMonroe's Motivated Sequence,the purpose of the Need section of a persuasive speech is to_____.
- InMonroe's Motivated Sequence,the purpose of the Satisfaction section of a persuasive speechisto_____.
- InMonroe's Motivated Sequence,the purpose of the Visualization section of a persuasive speechisto_____.
- Situation: Bedside Manor is a healthcare company that recently hired a RevOps professional named Dyani. Dyani has determined that there is more work to do than she can accomplish by herself, and she’s using an A3 template to persuade the executive team to hire a second operations professional. This is an example of:
- Situation: Beep Boop Beep is a quickly growing telecommunications company that recently hired a RevOps professional named Alexis. She is developing a data dictionary to document all the information stored in the company’s many systems and how they are connected to each other. This is an example of:
- Situation: Binge TV is a streaming service that specializes in irresistible shows. Their shows are so good, in fact, that their customers' health has been suffering from watching so much TV. Some doctors are encouraging their patients to cancel their Binge TV subscriptions. Therefore, Binge TV is putting a new system in place: Any time an individual user streams content for 16 continuous hours, they get locked out of their account for 8 hours to force them to take a break. This is an example of:
- Situation: C’est Wot is a Quebecois-British fusion restaurant specializing in jellied eel poutine. To encourage customers to bring their friends, C’est Wot gives first-time visitors buy-one-get-one meal vouchers for their next visit. This is an example of:
- Situation: Charlie's Pressurized Cottage Cheese Company sells soft cheese products in aerosol cans, making it easy for their customers to put copious amounts of cheese onto fruit, granola, or directly into their mouths. Yum! Unfortunately, the cans occasionally explode in the warehouse before they can be sold to customers. According to The Cost of Poor Quality, what category does this cost belong to?
- Situation: Chiffon Outdoors manufactures rugged outdoor equipment using delicate fabrics. To ensure the safety of their rock-climbing customers, they have to carefully examine every climbing rope before selling it to ensure there are no flaws in the fibers their customers will be dangling from. This involves an extensive examination that requires a lot of time and specialized equipment. According to The Cost of Poor Quality, what category does this cost belong to?
- Situation: Chuck’s Nuclear-Powered Chainsaws are not only the most powerful power tools in the world but also the most dangerous. To prevent overeager apartment landscapers from accidentally cutting down high-rise buildings while trimming the hedges, Chuck requires his customers to complete a four-part training program before purchasing a saw. This is an example of:
- Situation: Denice Powell is the head of operations at Magic Feather Airlines, which provides flights for people who enjoy traveling with their pets. Magic Feather is popular at small airports but wants to expand. Denice comes from a customer support background and is passionate about building processes that serve their passengers well, but she wants to hire someone who can help build a process for securing space in major airports. Which type of candidate would be best for this role?
- Situation: Dmitry McNamara is the RevOps leader at Just Me, a single sign-on tool for consumers who want to manage all their social media accounts and email addresses from a unified dashboard. Just Me manages huge quantities of data, and Dmitry wants to hire someone who can analyze the data more deeply to help the company make more informed decisions. Which type of candidate would be best for this role?
- Situation: Excelsior Automotive sells autonomous limousines to the wealthy. They recently created a referral program where customers can refer friends in order to get a discount on their bill. Excelsior’s VP of Sales decides that, at the end of each quarter, she’ll find the ten customers who have submitted the most referrals, and the sales reps who closed those ten customers originally will each get a bonus. This is an example of:
- Situation: Flavio's Organic Construction Company built a commercial building of entirely plant-based materials. Unfortunately, the final inspection found serious problems with the building's plumbing, and extensive non-plant-based renovations were required before the building could be sold to a customer. According to The Cost of Poor Quality, what category does this cost belong to?
- Situation: Foolproof Medical Supplies has been selling their products to hospitals for many years, and they now want to start selling directly to consumers. Norma Jones, the head of their RevOps team, has never worked at a company that sells directly to consumers, and she would like to hire someone from a consumer industry who can help her build that strategy. Which type of candidate would be best for this role?
- Situation: Goat Splat is the latest up-and-coming punk band in Perth, Australia. Previously, their live shows were poorly attended because their international fanbase had trouble getting to Perth (it’s a bit out of the way regardless of where you’re coming from). To remedy this, Goat Splat is experimenting with live streaming their shows so fans can attend without having to travel. This is an example of:
- Situation: Granny’s Handmade Electronics produces high-end computers and TVs using only yarn and apple pie filling. Many consumers are skeptical that the products would work as advertised, so Granny has introduced a seven-day free trial and a one-year money-back guarantee. This is an example of:
- Situation: Janet Hopkins is the sole operations professional at Equal Lingual, which provides translation services to companies that want their content to be available in critically endangered languages. Equal Lingual is growing rapidly, and Janet is finding herself spread too thin. She wants to hire someone who can take on an odd assortment of responsibilities to give her more time for strategic planning. Which type of candidate would be best for this role?
- Situation: Maria's Seltzer Broth produces a wide array of ready-made carbonated soups. Be sure to look for the hand-labeled cans at your local grocer! But, labeling cans by hand frequently causes errors, and customers who purchase a can labeled Bubbly Beef sometimes find that the can actually contains Chipper Chicken. The disappointed customers call Maria's hotline, and the support team has to correct the mistake. According to The Cost of Poor Quality, what category does this cost belong to?
- Situation: Neon Broccoli is a public relations firm that seeks to make boring companies feel relevant to kids and teens. Their marketing team's top goal is to provide sales with a specific number of qualified leads each month, and the sales team's top goal is to contact those leads within a specific amount of time. The customer service team's top goal is retention. How well are their customer-facing departments' goals supporting their efforts to scale?
- Situation: Oslo’s biggest knitting supplies wholesaler recently launched an ecommerce store and hired a RevOps professional named Einar. He has mapped out the buyer’s journey for the company’s customers, and he is in the process of documenting everywhere responsibility for a customer is passed from one team to another. This is an example of:
- Situation: Quackers Insurance recently hired a RevOps professional named Suvi. The company has been tracking leads and customers using paper ledgers, and Suvi is working to get a CRM platform implemented. This is an example of:
- Situation: Real Good Manufacturing recently hired a RevOps professional named Vladislav. Vladislav has discovered that the company has no restrictions on who can access and change customer data, and he is working to put regulations in place that control access and permissions. This is an example of:
- Situation: Ruthie’s Office Furniture sells office furniture to offices that need furniture. Ruthie believes passionately that all contracts should be signed by hand, so she requires her clients to send them to her using a fax machine. This is an example of:
- Situation: Tamara's Monogrammed Baked Goods sells muffins, cakes, and pastries that have their customers' initials sewed onto them with celery strings. But, the delivery team sometimes gets orders mixed up and delivers monogrammed baked goods to the wrong customers. For health reasons, food items cannot be returned, so Tamara has to monogram a new set of baked goods and have them delivered to the affected customers. According to The Cost of Poor Quality, what category does this cost belong to?
- Situation: The International Alliance of Superheroes is a rapidly growing professional organization. One of their salespeople, Hyperman, recently left the sales team to lead operations. The organization's highly customized CRM system requires so much administrative work that Hyperman is spending most of his time on system admin responsibilities. He would like to hire someone to administer the CRM so Hyperman can focus on other activities. Which type of candidate would be best for this role?
- Situation: The Lucky Nickel Construction Company recently hired a RevOps professional named Abeeku. He has discovered that the sales department and the customer support department have two different systems for tracking customer information and that the two aren’t connected in any way. He would like to get both departments onto the same system, but in the meantime he is focusing on integrating the two systems so they can share data. This is an example of:
- Situation: The Sneaky Sneaks Shoe Company has been in business for 15 years, and during all that time, operations have been led by the company’s CEO, Larry. However, Larry has recently decided that he would like to hire someone to handle operations full-time. With 15 years in the business, Larry is confident he can train a person on what’s involved in the job, but he wants his operations leader to have good technical and strategic skills. Which type of candidate would be best for this role?
- Situation: The Tehachapi Zeppelin Company sells enormous airships to transportation and logistics companies. Each airship costs millions of dollars, and the sales cycle is multiple months long. One sales manager has noticed that bigger deals take longer to close, so he’s encouraging his sales reps to add extra meetings to the sales process in hopes of increasing average deal size. This is an example of:
- Situation: Trustworthy Financial Services recently hired a RevOps professional named Markeisha. Markeisha is spending her first few months trying to understand where leads come from, how they get passed to sales, and what happens to new customers after the deal is closed. This is an example of:
- Situation:Bartholomew's Luxury Furniture produces handcrafted home goods with lifetime warranties.Bartholomew invests heavily in educating and training his team to help them avoid mistakes that could lead to defective products.According to The Cost of Poor Quality,what category does this cost belong to?
- Situation:Be epB oop Beep is a quickly growing telecommunications company that recently hired aRe v Ops professional named Alexis.She is developing a data dictionary to document all the information stored in the company’s many systems and how they are connected to each other.This is an example of:
- Situation:Bedside Manor is a healthcare company that recently hired aRe v Ops professional named Dy ani.Dy ani has determined that there is more work to dothan she can accomplish by herself,andshe’s using an A 3 template to persuade the executive team to hire a second operations professional.This is an example of:
- Situation:Binge TV is a streaming service that specializes in irresistible shows.Their shows are so good,infact,that their customers'health has been suffering from watching somuchTV.Some doctors are encouraging their patients to cancel their Binge TV subscriptions.Therefore,Binge TV is putting a new system in place:Anytime an individual user streams content for 16 continuous hours,they get locked out of their account for 8 hours to force them to take a break.This is an example of:
- Situation:C’es tWo tisa Quebec ois-British fusion restaurant specializing in jellied eel poutine.To encourage customers to bring their friends,C’es tWo t gives first-time visitors buy-one-get-one meal vouchers for their next visit.This is an example of:
- Situation:Dmitry McNamara is the Rev Ops leader at Just Me,a single sign-ontoolfor consumers who want to manage all their social media accounts and email addresses from a unified dashboard.Just Me manages huge quantities of data,and Dmitry wants to hire someone who can analyze the data more deeply to help the company make more informed decisions.Which type of candidate would be best for this role?
- Situation:Foolproof Medical Supplies has been selling their products to hospitals for many years,and they now want to start selling directly to consumers.NormaJones,theheadof their Rev Ops team,has never worked at a company that sells directly to consumers,and she would like to hire someone from a consumer industry who can help her build that strategy.Which type of candidate would be best for this role?
- Situation:GoatS plat is the latest up-and-coming punk band in Perth,Australia.Previously, their live shows were poorly attended because their international fanbase had trouble getting to Perth(it’sab it out of the way regardless of where you’re coming from).To remedythis,GoatS plat is experimenting with live streaming their shows so fans can attend without having to travel.This is an example of:
- Situation:Oslo’s biggest knitting supplies wholesaler recently launched a ne commerce store and hired aRe v Ops professional name dE in ar.He has mapped out the buyer’s journey for the company’scustomers,and he is in the process of documenting everywhere responsibility for a customer is passed from one team to another.This is an example of:
- Situation:The Lucky Nickel Construction Company recently hired aRe v Ops professional named A bee ku.He has discovered that the sales department and the customer support department have two different systems for tracking customer information and that the two aren’t connected in anyway.He would like to get both departments on to the same system, but in the meantime he is focusing on integrating the two systems so they can share data. This is an example of:
- Situation:The Teh a chap i Zeppelin Company sells enormous airships to transportation and logistics companies.Each airship costs millions of dollars,and the sales cycle is multiple monthslong.One sales manager has noticed that bigger deals take longer to close,sohe’s encouraging his sales reps to add extra meetings to the sales process in hopes of increasing average deal size.This is an example of:
- Situation:Trustworthy Financial Services recently hired aRe v Ops professional named Markeisha.Marke isha is spending her first few months trying to understand where leads comefrom,how they get passed to sales,and what happens to new customers after the deal is closed.This is an example of:
- True or false? RevOps improvements generally require a large investment of money.
- True or false? Scale should be a top priority for all companies, even early-stage companies who are still defining product-market fit.
- True or false? The A3 template should be filled only with text, not images or graphs.
- True or false? To ensure that your SLA is working properly, it’s important to create a judicial branch made up of your top sales leadership.
- True or false? You need an advanced degree in order to be a qualified RevOps professional.
- True or false?According to the cost of poor quality,if your products were perfect,you could save 100%of the cost of appraising them.
- True or false?Aligning your sales team’s incentives with your customers’long-term success will create delight for your customers.
- True or false?Changes in working capital are subtracted from net income on the cash flow statement.
- True or false?Every step in your sales process needs clearly defined exit criteria.
- True or false?Every step of a sales process must have exit criteria.
- True or false?Friction can be used to describe challenges that hold back your internal teams as well as challenges that hold back your customers.
- True or false?No sales process is perfect.
- True or false?Preserving the integrity of your company’s data model is exclusively the job of operations professionals.
- True or false?Rev Ops improvements generally require a large investment of money.
- True or false?Share capital is the amount of money a company pays to its shareholders in the form of dividends and increased share value.
- True or false?The amount of assets on your balance sheet should be equal to the amount of liabilities on your balance sheet.
- True or false?To ensure that yourS LA is working properly,it’s important to create a judicial branch made up of your top sales leadership.
- True or false?When sales is contacting marketing qualified leads,faster is always better.
- True or false?Whenever possible,it’s best to hire experienced operations leaders to fill your open operations roles.
- True or false?You need an advanced degree in order to be a qualified Rev Ops professional.
- What accounting tool gives a snapshot of your business's financial standing at a single point in time?
- What accounting tool reports on revenue and expenses over a period of time?
- What accounting tool shows the net amount of money moving in and out of your business?
- What four elements should your sales play book include?
- What four elements should your sales playbook include?
- What has caused Rev Ops to become such a popular topic in recent years?
- What has caused RevOps to become such a popular topic in recent years?
- What is a winning aspiration?
- What is scale?
- What is the difference between a customer-in strategy and a function-out strategy?
- What is the first core element of a RevOps strategy?
- What is the first core element of aRe v Ops strategy?
- What is the second core element of a RevOps strategy?
- What is the second core element of aRe v Ops strategy?
- What is the third core element of a RevOps strategy?
- What is the third core element of aRe v Ops strategy?
- Which is more important for scaling an organization,alignment or strategy?
- Which of the following best demonstrates an operations mindset?
- Which of the following is an indication that a company needs to invest in Rev Ops?
- Which of the following is an indication that a company needs to invest in RevOps?
- Which of the following is the best way to learn Rev Ops?
- Which of the following is the best way to learn RevOps?
HubSpot sales enablement All exam questions
- A member of your marketing team wants to send a sales offer to your existing customers. How do you respond?
- A vision should be all of the following EXCEPT:
- After you explain the concept of a judicial branch to your CEO,shesays,“Great!I’llhave the sales leadership team make that part of their monthly meeting.”How do you respond?
- All of the following are benefits of involving content in your sales process EXCEPT:
- All of the following are reasons to extend your sales enable ment efforts beyond the sale EXCEPT:
- All of the following are reasons to implement technology as part of your sales enable ment strategy EXCEPT:
- All of the following are ways to involve your sales team in the content creation process EXCEPT:
- Evaluate this hero statement:Groundskeeper,Inc.is a hero to property managers at mid-size property management firms who need to outsource their landscaping so they can focus their attention on taking care of their tenants.
- Evaluate this hero statement:Jepson it e Security Systems is a hero to first-time homeowners who are in the market for a security system.
- Evaluate this hero statement:Super Veggie Juice Co.is a hero to people who want to eat healthy but don’t have the time to cook and eat vegetables.
- Evaluate this SLA:Marketing will generate 250 qualified leads each month,and sales will convert 50 of those leads into customers.
- Evaluate this SLA:Marketing will generate 50 leads each month.
- Evaluate this SLA:Marketing will generate five qualified leads each month,and sales will contact each of them within 12 hours.
- Fill in the blank:_____is the glue that holds sales and marketing teams together.
- Fill in the blank:While buyer person as help you understand who your customer is,Jobsto Be Done helps you understand your customer’s_____.
- Fill in the blanks:You need to figure out your_____before you can implement a_____.
- How do goals and a vision work together?
- How many customers do you need to interview in order to develop a high quality buyer persona?
- How quickly should a member of your sales team be able to find a relevant piece of content to share with one of their leads?
- If the leads your marketing team produces are consistently low quality,whichofthe following is the BEST way to improve your lead quality?
- If you find yourself with a lot of poor-fitleads,all of the following are good ways to solve this problem EXCEPT:
- If your service-level agreement provides your sales team with more leads than they can handle,what's the FIRST thing you should do?
- If your service-level agreement requires your marketing team to generate 40 qualified leads eachmonth,how should they deliver those leads?
- If your service-level agreement requires your marketing team to produce more leads than they normally do,what is the FIRST thing you should do?
- If your website doesn’t have much content to attract visitors,which of the following would be the best content to create first?
- In most companies,which department produces the most content?
- Karen just got home late from work and her kids are hungry.Which of the following BEST describes her job to be done?
- True or false?Contacting new leads within five minutes is better than contacting them within 24 hours.
- True or false?Content should be apart of every step in your sales process.
- True or false?Executive leaders should attends marketing meetings.
- True or false?If your marketing team is producing a lot of content,a large percentage of it is naturally going to be valuable to the sales team.
- True or false?If your product can be used to do more than one job,content that talks about all of those jobs will be relevant to your customers.
- True or false?Ifyoudon’t have enough hand raisers and good-fit,sales-ready leads to keep your sales team busy,your sales reps should find helpful ways to reach out to good-fit leads that aren’t sales ready.
- True or false?Inbound means creating marketing and sales that people love by providing helpful content and resources that attract people to you.
- True or false?Marketing and sales should have separate revenue goals.
- True or false?Marketing and sales should share a single database of customer information.
- True or false?Person as can change overtime.
- True or false?Some potential customers won’t buy because they don’t knowhow to fire their old solution.
- True or false?The judicial branch must be more than one person.
- True or false?You need a vision or goals but not both.
- True or false?You should create a separate hero statement for each of your person as.
- True or false?You should invest in keeping your technological core in place long-term,but you can experiment with your edge technologies and change them easily.
- True or false?You should only create video content if you have a high-quality camera and lights.
- What does a sales and marketing service-level agreement(SLA)require marketing to do?
- What does it mean to aska customer about their“watering holes”?
- What is a buyer person a?
- What is a hand raise r?
- What is a judicial branch?
- What is an ideal customer profile?
- What is an insights committee?
- What is sales enable ment?
- What is the difference between an ideal customer profile and a buyer person a?
- What is the difference between work groups and teams?
- What is the purpose of s marketing meetings?
- What is the relationship between person as and Jobs to Be Done?
- What should the content your sales team uses during the sales process do?
- What should you do with the leads in box 1?
- What should your sales team do with marketing qualified leads?
- What's the sales team's role in content creation?
- What’s the difference between a vision and a goal?
- When asking a customer about their shopping preferences,you want to learn all of the following EXCEPT:
- When you ask your customers about their goals and challenges,what are you trying to figureout?
- Which departments should be involved in creating content?
- Which of the following BEST describes a sales and marketing service-level agreement (SLA)?
- Which of the following BEST describes the difference between person a interviews and Jobs to Be Done interviews?
- Which of the following best describes the relationship between the interview process for identifying Jobs To Be Done and the interview process for understanding person as?
- Which of the following is a benefit of using Jobs to Be Done?
- Which of the following is a reason sales and marketing need to be aligned?
- Which of the following is an example of a core system?
- Which of the following is an example of a formal job story?
- Which of the following is an example of an edge system?
- Which of the following is NOT a benefit of implementing a sales and marketing service-level agreement(SLA)?
- Which of the following is NOT an element of a hero statement?
- Which of the following is NOT part of customer enable ment?
- Which of the following is the BEST explanation of what it means to help your customers “fire”their old solution?
- Which of the following is the BEST way to ensure yours marketing meetings have a high level of psychological safety?
- Which of the following places would be a good place to experiment with video?
- Why are s marketing meetings an important part of a sales enable ment strategy?
- Why is inbound an important part of a good sales enable ment strategy?
- Why should defining your target buyer be part of your sales enable ment strategy?
- You explain the concept of s marketing meetings to your leadership team,and one person asks,“How often do we need to have these meetings?”How do you respond?
- You tell your executive team that your company should have a content manager,andthey ask,“Can’t someone take that on as aside project?”How should you respond?
HubSpot Sales Enablement Certification All exam questions
- After creating your hero statement, you identify a type of person who is interested in your product that you can’t be a hero to. What should you do for these people?
- After you explain the concept of a judicial branch to your CEO, she says, “Great! I’ll have the sales leadership team make that part of their monthly meeting.” How do you respond?
- All of the following are reasons to extend your sales enablement efforts beyond the sale EXCEPT:
- All of the following are reasons to implement technology as part of your sales enablement strategy EXCEPT:
- Evaluate this hero statement: Jepsonite Security Systems is a hero to first-time homeowners who are in the market for a security system.
- Evaluate this SLA: Marketing will generate 2,000 qualified leads each month, and sales will contact each lead as soon as possible.
- Fill in the blank: While buyer personas help you understand who your customer is, Jobs to Be Done helps you understand your customer’s _____.
- If the leads your marketing team produces are consistently low quality, which of the following is the BEST way to improve your lead quality?
- If you find yourself with a lot of poor-fit leads, all of the following are good ways to solve this problem EXCEPT:
- If your service-level agreement requires your marketing team to generate 40 qualified leads each month, how should they deliver those leads?
- It is important to translate your vision into a revenue goal for all of the following reasons EXCEPT:
- The internet has changed the power dynamics between buyers and sellers. How does sales enablement help businesses use this change to their advantage?
- True or false? Content should be a part of every step in your sales process.
- True or false? Executive leaders should attend smarketing meetings.
- True or false? If you don’t have enough hand raisers and good-fit, sales-ready leads to keep your sales team busy, your sales reps should find helpful ways to reach out to good-fit leads that aren’t sales ready.
- True or false? Personas can change over time.
- True or false? Some potential customers won’t buy because they don’t know how to fire their old solution.
- True or false? You should create a separate hero statement for each of your personas.
- What does it mean to ask a customer about their “watering holes”?
- What is a hand raiser?
- What is the difference between an ideal customer profile and a buyer persona?
- What is the purpose of smarketing meetings?
- What is the relationship between personas and Jobs to Be Done?
- When you ask your customers about their goals and challenges, what are you trying to figure out?
- Which of the following BEST describes the difference between persona interviews and Jobs to Be Done interviews?
- Which of the following best describes the relationship between the interview process for identifying Jobs To Be Done and the interview process for understanding personas?
- Which of the following is NOT part of a sales enablement strategy?
- Which of the following is NOT part of customer enablement?
- Which of the following is the BEST way to ensure your smarketing meetings have a high level of psychological safety?
- Why are smarketing meetings an important part of a sales enablement strategy?
- Why is inbound an important part of a good sales enablement strategy?
- Why should defining your target buyer be part of your sales enablement strategy?
- You explain the concept of smarketing meetings to your leadership team, and one person asks, “How often do we need to have these meetings?” How do you respond?
- You tell your executive team that your company should have a content manager, and they ask, “Can’t someone take that on as a side project?” How should you respond?
HubSpot sales hub software All exam questions
- After composing an email in Hub Spot and selecting Send later,what options are available?
- After composing an email in HubSpot and selecting “Send Later”, what options are available?
- After managing multiple deals in your sales pipeline, you realize that a few promising leads are not progressing as expected. Which customization feature in HubSpot's deal board can help you identify deals that need attention due to inactivity?
- After managing multiple deals in your sales pipeline,you realize that a few promising leads are not progressing as expected.Which customization feature in Hub Spot's deal board can help you identify deals that need attention due to inactivity?
- As a sales manager, you’ve noticed a pattern of mediocre sales call recordings and want to further educate your team to improve their performance. Which tool could you use to help them enhance their skills?
- As a salesperson using Hub Spot,you are about to make a call to a prospect and want to follow a prepared outline during the conversation.Which Hub Spot tool can you use to insertpre-defined text blocks with question prompts for your call outlines?
- As a salesperson using Hub Spot,you need to email a prospect from the prospecting workspace.Which feature within the email window allows you to add frequently used marketing materials,slides,or data sheets to your prospect emails?
- As a salesperson using HubSpot, you are about to make a call to a prospect and want to follow a prepared outline during the conversation. Which HubSpot tool can you use to insert pre-defined text blocks with question prompts for your call outlines?
- As a salesperson using HubSpot, you need to email a lead from the sales workspace. Which feature within the email window helps you add frequently used marketing materials, slides, or data sheets to your emails?
- As a salesperson using HubSpot, you need to email a prospect from the prospecting workspace. Which feature within the email window allows you to add frequently used marketing materials, slides, or data sheets to your prospect emails?
- Define the prospecting work space.
- Define the prospecting workspace.
- Fill in the blank: A lead isn't the person or the company; it's a representation of the potential opportunity to create a _____.
- Fill in the blank: Email tracking in HubSpot allows you to know when an email is _______.
- Fill in the blank: Email tracking in HubSpot notifies you when an email is _______.
- Fill in the blank:_____enables teams to capture,record,and analyze sales calls.
- Fill in the blank:____in conversation intelligence tracks terms used during sales calls to provide valuable data and reporting.
- Fill in the blank: In conversation intelligence, transcript provides a full record of the conversation and can ____.
- Fill in the blank: In HubSpot, _____ use AIs to predict probability and risks of open deals.
- Fill in the blank: In HubSpot, you can attach .docx, .pptx, .xlsx, and _____ documents to your emails.
- Fill in the blank: In HubSpot's deals tool, deals ideally progress from _____ on the board.
- Fill in the blank:_____meeting scheduling in Hub Spot shows timeslots where all selected team members are available to meet.
- Fill in the blank: _____ meeting scheduling in HubSpot shows time slots where all selected team members are available to meet.
- Fill in the blank: On average, salespeople spend less than _____% of their time selling.
- Fill in the blank:_____payments in the quoting tool is available only with Enterprise seats.
- Fill in the blank: Target accounts are designed for sales processes with larger value deals, ______, and a well-defined ideal customer profile.
- Fill in the blank: Task queues in HubSpot work similar to _____.
- Fill in the blank: The contact _____ in HubSpot shows all the actions a contact takes.
- Fill in the blank: The sales team performance dashboard in HubSpot includes reports such as ___.
- Fill in the blank: The ____ tool in Sales Hub helps you notify your team about kick-off and achievement of performance targets.
- Fill in the blank: While working from the prospecting workspace, the lead stage automatically updates to _____ after you send an email.
- Fill in the blank: While working from the sales workspace, the lead stage automatically updates to _____ after you send an email.
- Fill in the blank:Email tracking in Hub Spot allows you to know when an email is_______.
- Fill in the blank:In conversation intelligence,transcript provides a full transcript of the conversation and can____.
- Fill in the blank:InHubSpot,you can attach.docx,.pptx,.xlsx,and_____documents to youremails.
- Fill in the blank:InHubSpot'sdealstool,deals ideally progress from_____ontheboard.
- Fill in the blank:Placeholder tokens in templates appear as_____.
- Fill in the blank:The compact card style in the deals tool displays_____.
- Fill in the blank:The right sidebar on a contact or company record shows all_____.
- Fill in the blank:The____tool in Sales Hub allows you to send email notifications for goal kick-off and goal achievement statuses.
- Fill in the blank:The____tool in Sales Hub provides insights into expected revenue based on the weighted deal amount.
- Fill in the blank:Thecontact_____in Hub Spot shows all the actions a contact takes.
- Fill in the blank:There are three scheduling page options for meetings:One-on-One,Group, and_____.
- Fill in the blank:When a contact replies to an email within a sequence,the remaining emails to that contact will be______automatically.
- Fill in the blank:While working from the prospecting work space,the lead stage automatically updates to_____after you send an email.
- Fill in the blank:With______,you can create conditional redirect rules to automatically qualify and route your lead to the appropriate rep.
- How are calls made and recorded with Hub Spot's native calling feature transcribed and stored?
- How are calls made and recorded with HubSpot-built calling feature transcribed and stored?
- How are calls made and recorded with HubSpot's native calling feature transcribed and stored?
- How can Hub Spot's products and quotes tools help salespeople in their interactions with prospects?
- How can HubSpot's products and quotes tools help salespeople in their interactions with prospects?
- How can you mark a task as complete in Hub Spot?
- How can you mark a task as complete in HubSpot?
- How can you save the call and complete the task after finishing a call with a prospect in HubSpot?
- How do you use lifecycle stages when talking about leads?
- How does the share feature in conversation intelligence allow managers to provide feedback to sales reps?
- How would you define the sales workspace?
- Imagine you want to book a meeting with the first available salesperson instead of waiting for a specific one. What type of scheduling page should you use?
- Imagine you want to book a meeting with the first available salesperson instead of waiting for someone specific.What type of meeting should you select?
- In HubSpot's sequences tool, what feature allows you to distribute sends evenly across different versions of an email to capture data on performance?
- In HubSpot's sequences tool, which feature is used to distribute sends evenly across different versions of an email to capture data on performance?
- In sequences, what does the "Pause sequence until task is completed" checkbox do?
- In the “Buying Group” section of target accounts, what types of contacts should be identified?
- In the board view of Hub Spot’sdealstool,what should you do to progress a deal from one stage to another?
- In the board view of HubSpot’s deals tool, what should you do to progress a deal from one stage to another?
- In the forecast tool in Sales Hub,what does the weighted deal amount estimate?
- In the HubSpot Sales Chrome extension, what tone options can a user choose from when generating emails using Breeze Assistant?
- In the prospecting agent, what are the two autonomy modes available?
- InHubSpot's sequences tool,what feature allows you to distributes ends evenly across different versions of an email to capture data on performance?
- On the “Summary” page of the sales workspace, which of the following is NOT a column related to your tasks?
- On the summary page of the prospecting work space,which of these is not a column related to your tasks?
- On the summary page of the prospecting workspace, which of these is not a column related to your tasks?
- Outside of the prospecting work space,where can you find an expanded view of tasks and records?
- Outside of the prospecting workspace, where can you find an expanded view of tasks and records?
- Outside of the sales workspace, where in the navigation sidebar menu can you find an expanded view of tasks and records?
- Select all that apply. As a salesperson using HubSpot, you are about to make a call to a prospect and want to follow a prepared outline during the conversation. Which HubSpot tools can you use to insert pre-determined text prompts for your call outlines?
- Select all that apply. What capabilities does the sales meeting notetaker provide in HubSpot?
- Select all that apply. What options are available when setting up a dashboard in HubSpot?
- Select all that apply. When composing an email in HubSpot, clicking Meetings allows you to take what actions?
- Select all that apply. When composing an email in HubSpot, what actions can you take by clicking “Meetings”?
- Select all that apply. Which of the following are default lead stages in HubSpot that come with built-in automation?
- Select all that apply.What options are available when setting up a dashboard in Hub Spot?
- Select all that apply.When composing an email in Hub Spot,clicking Meetings allows you to take what actions?
- True or false? All leads are manually entered into HubSpot.
- True or false? Chatbots can qualify leads based on number of employees.
- True or false? Chatbots CANNOT book meetings.
- True or false? Company records in HubSpot do NOT have timelines.
- True or false? If you start emailing someone who doesn't have a contact record, a new record will be created for them.
- True or false? In HubSpot's reporting tool, you can use quick filters to organize by date range, owners, and teams.
- True or false? Lead stages CANNOT be used as triggers for other sales actions in HubSpot.
- True or false? Templates in HubSpot automatically populate the subject line and body of your email.
- True or false? Templates in HubSpot can be customized with your company's branding and logo.
- True or false? The Feed tab is unique to the user account you're signed into, regardless of account privileges.
- True or false? The meetings tool in HubSpot allows contacts to book time directly with you based on your Zoom or Dialpad calendars.
- True or false? The meetings tool in HubSpot can integrate video conferencing for Zoom, Teams, or Google Meet.
- True or false? The prospecting agent CAN be enrolled in workflows.
- True or false? The sales manager dashboard in HubSpot includes reports such as Deals Closed Totals vs. Goals and Activity Leaderboard.
- True or false? When emailing someone who doesn’t have a contact record, directly in HubSpot or when using the HubSpot Chrome extension, it’s recommended to manually create a contact record for them.
- True or false? When viewing leads in the prospecting workspace, you can toggle between a list view and a board view.
- True or false? You can create tasks in HubSpot using the mobile app.
- True or false? You can see the exact location of the recipient when they open your email using HubSpot’s email tracking.
- True or false?After emailing someone who doesn’t have a contact record,it’s recommended to manually create a contact record for them.
- True or false?All leads are manually entered into Hub Spot.
- True or false?Chat bots can qualify leads based on number of employees.
- True or false?Chat bots CANNOT book meetings.
- True or false?Company records in Hub Spot do NOT have timelines.
- True or false?HubSpot's email tracking allows you to see the exact location of the recipient when they open your email.
- True or false?HubSpot's products and quotes tools enable salespeople to organize products and services,associate them with deals,and create proposals.
- True or false?If you start emailing someone who doesn't have a contact record,anew record will be created for them.
- True or false?InHubSpot's reporting tool,you can use quick filters to organize by date range,owners,andteams.
- True or false?Lead stages CANNOT be used as triggers for other sales actions in Hub Spot.
- True or false?Templates in Hub Spot automatically populate the subject line and body of youremail.
- True or false?Templates in Hub Spot can be customized with your company's branding and logo.
- True or false?The Feed tab is unique to the user account you'resigned into,regardless of account privileges.
- True or false?The Forecast tool can visualize any team or user goal.
- True or false?The meetings tool in Hub Spot allows contacts to book time directly with you based on your Zoom or Dial pad calendars.
- True or false?The sales manager dashboard in Hub Spot includes reports such as Deals Closed Totals vs.Goals and Activity Leader board.
- True or false?When creating a reporting dashboard from a template,the reports included CANNOT be removed.
- True or false?When viewing leads in the prospecting work space,you can toggle between a list view and aboard view.
- True or false?You can create tasks in Hub Spot using the mobile app.
- True or false?You can only set goals for individual users in Sales Hub,not for teams.
- True or false?You can personalize email content using contact properties in Hub Spot.
- What are snippets in Hub Spot?
- What are snippets in HubSpot?
- What are the available options for email types when using Hub Spot'sAI assistant?
- What are the available options for email types when using HubSpot's AI assistant?
- What can be found in the Feed tab in the prospecting work space?
- What can be found in the Feed tab in the prospecting workspace?
- What default lead stage automatically creates a deal in the prospecting work space?
- What default lead stage automatically creates a deal in the prospecting workspace?
- What default lead stage automatically creates a deal in the sales workspace?
- What does the line items feature in Hub Spot's deals tool allow salespeople to do?
- What does the line items feature in HubSpot's deals tool allow salespeople to do?
- What does the round robin meeting option in Hub Spot allow contacts to do?
- What does the round robin meeting option in HubSpot allow contacts to do?
- What field allows you to select who'll be responsible for completing a task in HubSpot?
- What happens when HubSpot creates a company record from a contact's business email address?
- What is a dynamic sequence in HubSpot?
- What is the primary purpose of the prospecting agent in HubSpot?
- What is the purpose of including counter signature space in a quote generated using HubSpot's quotes tool?
- What is the purpose of including countersignature space in a quote generated using HubSpot's quotes tool?
- What is the purpose of the "Purchase terms" field in HubSpot's quotes tool?
- What is the purpose of the deals tool in Hub Spot?
- What is the purpose of the deals tool in HubSpot?
- What is the purpose of the"Purchase terms"field in Hub Spot's quotes tool?
- What is the purpose of using lifecycle stages?
- What property can be used in sequences to ensure contacts already receiving outreach are not enrolled again?
- What tone options can a user choose from when generating emails using Hub Spot'sAI assistant?
- What tone options can a user choose from when generating emails using HubSpot's AI assistant?
- What tool in Hub Spot helps users automate email sending,create follow-uptasks,andrun A/Btests?
- What tool in HubSpot helps users automate email sending, create follow-up tasks, and run A/B tests?
- What triggers a lead to automatically move into the "Connected" stage?
- What type of data can be accessed and reviewed in the insights section of conversation intelligence?
- What type of data can be reviewed in the stats section of conversation intelligence?
- What types of play books are available for creating call outlines based on the script?
- What types of playbooks are available for creating call outlines based on the script?
- Whatfield allows you to select who'll be responsible for completing a task in Hub Spot?
- When you create a task in HubSpot, what happens if you choose to send a reminder and the due date arrives without the task being completed?
- Where can you set targets for your sales reps’performance in Sales Hub?
- Which duration is available to select when setting a goal for your sales team in Sales Hub?
- Which example would be used to insert a snippet in rich text?
- Which field do you use to select who'll be responsible for completing a task in HubSpot?
- Which Hub Spot tool is used to track contacts from lead to sales opportunity to becoming a customer?
- Which HubSpot tool is used to track contacts from lead to sales opportunity to becoming a customer?
- Which lifecycle stage represents a contact or company with at least one closed deal?
- Which of the following is NOT a payment option that can be selected when setting up payment details in Hub Spot's quotes tool?
- Which of the following is NOT a sales goal that can be set in goals?
- Which of the following is NOT an option for signature on a quote generated in Hub Spot's quotestool?
- Which of the following is NOT an option for signature on a quote generated in HubSpot's quotes tool?
- Which of the following isn't a task type in HubSpot?
- Which of the following isn'ta task type in Hub Spot?
- Which of the following reasons best explains why it's recommended to create multiple selling profiles in the prospecting agent?
- Which of these is NOT a part of the report collections for Sales?
- Which of these is NOT apart of the report collections for Sales?
- Which of these types of reports is NOT part of the sales analytics suite?
- Which option in the left sidebar menu routes to “Chatflows”?
- Which option in the main navigation routes to Chat flows?
- Which option in the main navigation routes to Chatflows?
- Which two tabs are found in the contact timeline in Hub Spot?
- Which two tabs are found in the contact timeline in HubSpot?
- Why is setting the close date for a deal important in the sales process?
- Why might you use play books instead of snippets to create a call outline?
- Why might you use playbooks instead of snippets to create a call outline?
- You are adding a new contact to your CR Min Hub Spot and want to ensure data accuracy and efficiency in prospecting.Why is it essential to provide an email address for the person you are adding?
- You are adding a new contact to your CRM in HubSpot and want to ensure data accuracy and efficiency in prospecting. Why is it essential to provide an email address for the person you are adding?
- You are adding a new contact to your HubSpot Smart CRM and want to ensure data accuracy and efficiency in prospecting. Why is it essential to include an email address for the person you are adding?
- You are on a call with a lead and need to quickly schedule a meeting for them with the first available sales rep on your team. Which option in HubSpot's meetings tool enables the lead to book a call with the first available salesperson?
- You are on a call with a lead and need to quickly schedule a meeting for them with the first available sales rep on your team.Which option in Hub Spot's meetings tool enables the lead to book a call with the first available salesperson?
- You’re a sales manager and have recognized a pattern of mediocre sales call recordings and want to further educate your team.Which tool could you use to educate your team to improve performance?
- You’re creating a reporting dashboard and need to select visibility options. Which of these CANNOT be set as a visibility option?
- You’recreating a reporting dashboard and need to select visibility options.Which of these CANNOT be set as a visibility option?
HubSpot sales management All exam questions
- A colleague at another company has developed a sales process with four steps in it.They are concerned that the process is too short.What would you tell them?
- During the awareness stage of the buyer’sjourney,what is the buyer becoming aware of?
- During the consideration stage of the buyer’sjourney,what is the buyer considering?
- During the Options step of GROW coaching,what is your role as coach?
- Fill in the blank:Every step of your sales process needs to be_____.
- Fill in the blank:While buyer person as help you understand who your customer is,Jobsto Be Done helps you understand your customer’s_____.
- Fill in the blanks:Each step of your sales process is a combination of_____and_____.
- Fill in the blanks:When building a recruiting strategy,building relationships with top sales talent at other companies is_____,while building relationships with high-performing business development reps at other companies is_____.
- How can pipeline meetings be a coaching opportunity?
- If a highly dedicated salesperson is unable to improve their low sales performance despite coaching efforts,what is your best course of action?
- In a flywheel business,which of the following is the most important source of new prospects?
- True or false?A good sales process has enough flexibility to allow salespeople to adapt to the needs of individual prospects.
- True or false?At the end of a good on boarding program,the newly hired salesperson will know everything they’ll need to know in their new role.
- True or false?Combining multiple methodologies causes confusion and low performance.
- True or false?During a training,having participants role play with each other is an effective way to build skills,even if there isn’tan experienced person evaluating the role play.
- True or false?During coaching sessions,the salesperson needs to identify their own path forward.
- True or false?Job interviews are highly predictive of how successful a person will be after they’rehired.
- True or false?Making the steps of your sales process buyer-centric can be as simple as changing their names a little bit.
- True or false?The sales team needs to be using the same hiring process used by other departments.
- True or false?When you coach a salesperson,you should spend more time listening than talking.
- True or false?You can forecast as accurately with an informal sales process as you can with a formal sales process.
- True or false?You need to continually evaluate how well your sales process is working.
- True or false?You need to define your target person a before you define your sales process.
- What are exit criteria?
- What are the stages of the buyer’sjourney?
- What format should your sales play book be in?
- What is the best way to provide content to your sales team?
- What’s the best way to avoid making bad sales hires?
- What’s the difference between training and coaching?
- What’s the sales manager’s role in the final phase of a sales training,where each team member continues to improve on the skill until they’ve fully mastered it?
- What’s the sales manager’s role in the first phase of a sales training,when the team is learning something new?
- What’s the sales manager’s role in the fourth phase of a sales training,when the team applies their new skills in the real world?
- What’s the sales manager’s role in the second phase of a sales training,when the training is reinforced?
- What’s the sales manager’s role in the third phase of a sales training,when the sales team converts knowledge into behavior?
- Whatisthe“source of truth”for every sale’sstatus?
- When building a recruiting strategy,which of the following is a good long-termtactic?
- When choosing a sales methodology,what’s the most important thing to keep in mind?
- When creating interview questions for sales hires,which of the following approaches is a best practice?
- When hiring salespeople,what is the most important thing to look for?
- When in the buyer’s journey should you try to connect with a buyer?
- Which of the following groups is the easiest to sell to?
- Which of the following has the biggest impact on potential leads?
- Which of the following is a benefit of GROW coaching?
- Which of the following is a best practice for on boarding newly hired salespeople?
- Which of the following is a problem with thinking of your business as a funnel?
- Which of the following is an example of an ineffective coaching technique that should be avoided?
- Which of the following is the BEST way to uncover the job that people hire your product to do?
- Which of the following is the most important responsibility of a sales leader?
- Which of the following is true of most sales organizations?
- Which of the following should be included in your sales process?
- Which of the following should be the primary focus of your sales on boarding program?
- Which salesperson would most benefit from a coaching program?
- Why is it common for companies to think of themselves in terms of a funnel?
HubSpot Sales Management Training: Strategies for Developing a Successful Modern Sales Team Certification All exam questions
- True or false? At the end of a good onboarding program, the newly hired salesperson will know everything they’ll need to know in their new role.
- True or false? During a training, having participants role play with each other is an effective way to build skills, even if there isn’t an experienced person evaluating the role play.
- True or false? Job interviews are highly predictive of how successful a person will be after they’re hired.
- True or false? You need to define your target persona before you define your sales process.
- What are the stages of the buyer’s journey?
- What format should your sales playbook be in?
- What is the “source of truth” for every sale’s status?
- When building a recruiting strategy, which of the following is a good long-term tactic?
- Which of the following is a best practice for onboarding newly hired salespeople?
- Which of the following should be the primary focus of your sales onboarding program?
HubSpot sales software All exam questions
- A play book can include all of the following EXCEPT:
- All of the following are default reports in Hub Spot CR M EXCEPT:
- Email templates use personalization tokens to pull information from CR M properties into youremails,but you should also leave room to personalize every email you send.Why?
- Fill in the blank:A___________is a record used to track the progress of an individual sale.
- How do chat bots qualify leads?
- How has the internet changed the relationship between buyers and sellers?
- If you enroll a person in a Sequence,what happens when they respond?
- If you need a report that isn’t included by default on the sales dashboard,what should you dofirst?
- If you send a tracked email to a contact and you get a notification saying they read it,when should you call them?
- Ifyou’re enrolling a contact into a sequence and you see a warning that you'vereached your emailing limit,what do you need to do?
- Ifyoudon’t have access to the play books tool,which free Sales Hub tool would be your best choice for inserting an outline into your call notes?
- There are several ways to create contacts.One way is to create contacts manually.Allof the following are also ways to create contacts EXCEPT:
- True or false?Changing the properties listed on one contact record will change the way properties are listed one very contact property you view.
- True or false?Hub Spot Video is part of the quotes tool.
- True or false?Ingeneral,you should use the default options provided in the“Leadstatus” property.
- True or false?When you add a note to a contact record,the content of the note automatically gets emailed to that contact.
- True or false?You should customize an email template everytime you send it out.
- What are deal stages?
- What can you use the documents tool for?
- What information shows on the timeline of a company record?
- What is a sequence?
- What is a task queue?
- What's the BEST way to add people from your saved filters into a task queue?
- What'san ideal customer profile?
- When creating an email template to confirm a meeting with someone,how would you include the time the meeting was scheduled for?
- When creating an email template to schedule a meeting with someone,how would you add a description of the topics the meeting was supposed to cover?Forexample,“I'dloveto find a time to dive deeper into[insert topic here].”
- When creating an email template,how would you add a personalized closing line?
- When creating an email template,how would you add the nextstep s?Forexample,“If you’d still like to talk about this,please let me know the best time to reach you.”
- When creating an email template,how would you include the contact’s phone number?
- When creating an email template,how would you include the contact’snameinthe greeting?
- When making a call from Hub Spot CR M,what’s the best way to take notes during a call?
- When you create a task,you can have Hub Spots end a reminder email to the person the task is assigned to.When will the reminder email be sent?
- When you send a tracked email,you receive a notification everytime the email is opened. You can receive these notifications in all of the following ways EXCEPT:
- Where can you send a tracked email from?
- Where do your team’s interactions(phonecalls,emails,etc.)with contacts appear inside HubSpotCRM?
- Which of the following can you do with Hub Spot’smobileapp?
- Which of the following is a best practice when sending emails as part of your task queue?
- Which of the following is NOT a default contact property in Hub Spot CR M?
- Which of the following is NOT a required part of an email template?
- Which of the following is NOT a type of task in Hub Spot CR M?
- Which of the following is NOT an option with the Slack integration?
- Which of the following is the best description of how to filter records in Hub Spot CR M?
- Which of the following is true about an email template’sname?
- Which of the following Sales Hub tiers have access to work flows(HubSpot’s automation platform)?
- Which Sales Hub tool would you use to add products to a deal?
- Which Sales Hub tool would you use to add your terms of service to a quote?
- Which Sales Hub tool would you use to send a quote to a prospect?
- You can do all of the following with the meetings tool EXCEPT:
- You work for a company that has a form where people can request a free consultation.You want to create a list of people in your territory who have submitted this form.Which tool will you need to use to do this?
HubSpot seo All exam questions
- Choose all that apply.How do you determine the authority of a piece of content?
- Choose all that apply.What are the most important things to do when replying to press request alerts?
- Choose all that apply.What data can you gather about your website from Google Search Console?
- Choose all that apply.What does your backlink profile measure?
- Choose all that apply.When should you submit your site map to Google and other search engines?
- Choose all that apply.Which of these are important KP Is to consider for SEO?
- Choose all that apply.Which of these are ways to increase your site speed?
- Choose all that apply.Which of these factors will affect your SEO strategy?
- Choose all that apply.Which of these tactics will help improve your website'sinternal linking?
- Choose all that apply.Why are internal links important for SEO?
- Choose all that apply.Why are meta descriptions important?
- Choose all that apply.Why is it important to have HTTPS for your website?
- Chris is a marketing manager at The Pet Box,which offers subscription boxes for pet owners.Chris wants to increase traffic to The Pet Box's main product page.Right now that pagerank son the second page of search results for their target keyword.Chris has started improving the on-page SEO of the page,optimizing it for their target keyword,andseeking backlinks from popular pet care blogs.In order to track progress towards their goal,which metrics should Chris track?
- Dr.Dave Driscoll,a very credible and well respected authority on dentistry,just linked to a blog post that you wrote about how to floss from his website.When Google assesses the authority of your post and recognizes the link from Dr.Driscoll'swebsite,which search engine function is at play?
- Google measure show interesting other people think your content is through___.
- How do search engines use site maps?
- How do you build discovery and relevance for search engines?
- How long should your page's title tag be?
- How many links does it take to rank high in search results?
- If you track nothing else for SEO,make sure you track___.
- Jo is a marketer at Papier,a stationery company that does most of their business online.Jo has noticed that Papier is falling behind their competitors in search results and wants to improve their ranking and click through rate.How should Jogo about optimizing the Papier website for this goal?
- Samis the marketing director for Style Hub,a clothing boutique.They opened their brick and mortar store last year,but Sam only published the website a month ago and it isn't receiving much traffic yet.Now,they're ready to focus on SEO and have some resources to dedicate to it.Which three tactics should Sam focus on initially?
- The different types of keywords are:
- True or False?Adding structured data to a page guarantees that it will appear as a rich snippet in search results.
- True or False?Alllink-building tactics require building a relationship in order to work.
- True or False?Authority directly impacts ranking strength.
- True or False?Backlinks build authority.
- True or False?Domain authority is a ranking factor in Google's algorithms.
- True or False?Don'tuseapage'sUR Las your link description.
- True or False?Google accounts for the majority of searches worldwide.
- True or False?Google doesn'tc are about the quality of backlinks,only the quantity.
- True or False?It is a best practice to make your URLs as long and descriptive as possible.
- True or False?No matter what SEO tool you use,the metrics will be exactly the same.
- True or False?Structured data is a markup language.
- True or False?The further away a page is from the homepage,the worse it is for that page's SEO.
- True or False?The majority of SER Ps include some type of rich results.
- True or False?The same SEO strategy will yield the same results for all websites.
- True or False?When you make a change to a page,Google immediately crawls it.
- True or False?You should emulate the top-ranking content for your target keyword,but offer unique value.
- True or False?You should optimize a single page for multiple keywords.
- True or False?You should use hyphens,underscores,or spaces between the words in your URLs.
- What are rich results?
- What are the two biggest factors in the mobile user experience of your website?
- What do you need to balance when doing SEO?
- What is a backlink profile?
- What is a pillar page?
- What is Schema.org?
- What is the primary goal of a search engine?
- What is the purpose of a 301 redirect?
- What is the purpose of heading tags?
- What is the recommended format for implementing schema markup?
- What kind of company would benefit from the site links rich snippet?
- What kind of content is most likely to be organically linked to?
- What kind of heading tag should you use for subtitles on a page?
- What stage of the buyer's journey is someone searching for"what is inbound marketing?" likelyin?
- What technical SEO issue can you solve with an SSL certificate?
- What tool can you use to test for errors in structured data markup?
- What was the purpose of the Google Hummingbird algorithm update?
- When building a relationship with the goal of receiving backlinks,what is the first thing you shoulddo?
- When performing keyword research,how can you determine which keywords you should create content for?
- When should you decide to work with a developer to implement structured data on a page?
- When should you use a robots.txtfile?
- When would it be beneficial to have a different title tag than your heading tag?
- Which of these is a strategy to determine the internal linking structure of a website?
- Which of these is an example of a top-level domain?
- Which of these is an example of along-tail keyword?
- Which of these is NOT part of a URL?
- Which of these teams is NOT involved in the creation of a site map?
- Why is having duplicate content an issue for SEO?
- Why would you want to run competitive analyses of keywords?
- Whyisover-optimizing bad?
- You’retrying to rank for one of your target topics using a webpage that contains along, canonical piece of written content.However,when you do your research on what’salready ranking for that topic by searching for it on Google,you notice that the majority of search results on page one are videos.Which of the following actions will give your website the best chance of ranking for this topic?
- Zoe is a digital marketer at a graphic design agency,andshe's been tasked this quarter with improving the firm'sSEO.However,the only guidance she has received from her boss is to get the site to rank higher on Google.In order for Zoe to create a successful SEO strategy for the business,what should her first step be?
HubSpot SEO Certification Course All exam questions
- Choose all that apply. When should you submit your sitemap to Google and other search engines?
- Choose all that apply. Which of these are important KPIs to consider for SEO?
- Choose all that apply. Which of these tactics will help improve your website's internal linking?
- Chris is a marketing manager at The Pet Box, which offers subscription boxes for pet owners. Chris wants to increase traffic to The Pet Box's main product page. Right now that page ranks on the second page of search results for their target keyword. Chris has started improving the on-page SEO of the page, optimizing it for their target keyword, and seeking backlinks from popular pet care blogs. In order to track progress towards their goal, which metrics should Chris track?
- Dr. Dave Driscoll, a very credible and well respected authority on dentistry, just linked to a blog post that you wrote about how to floss from his website. When Google assesses the authority of your post and recognizes the link from Dr. Driscoll's website, which search engine function is at play?
- Google measures how interesting other people think your content is through ___.
- How do search engines use sitemaps?
- Jo is a marketer at Papier, a stationery company that does most of their business online. Jo has noticed that Papier is falling behind their competitors in search results and wants to improve their ranking and clickthrough rate. How should Jo go about optimizing the Papier website for this goal?
- Sam is the marketing director for StyleHub, a clothing boutique. They opened their brick and mortar store last year, but Sam only published the website a month ago and it isn't receiving much traffic yet. Now, they're ready to focus on SEO and have some resources to dedicate to it. Which three tactics should Sam focus on initially?
- True or False? All link-building tactics require building a relationship in order to work.
- True or False? Don't use a page's URL as your link description.
- True or False? Google doesn't care about the quality of backlinks, only the quantity.
- True or False? The majority of SERPs include some type of rich results.
- What stage of the buyer's journey is someone searching for "what is inbound marketing?" likely in?
- When building a relationship with the goal of receiving backlinks, what is the first thing you should do?
- When should you use a robots.txt file?
- Which of these is an example of a long-tail keyword?
- Which of these teams is NOT involved in the creation of a sitemap?
- Why is over-optimizing bad?
- You’re trying to rank for one of your target topics using a web page that contains a long, canonical piece of written content. However, when you do your research on what’s already ranking for that topic by searching for it on Google, you notice that the majority of search results on page one are videos. Which of the following actions will give your website the best chance of ranking for this topic?
- Zoe is a digital marketer at a graphic design agency, and she's been tasked this quarter with improving the firm's SEO. However, the only guidance she has received from her boss is to get the site to rank higher on Google. In order for Zoe to create a successful SEO strategy for the business, what should her first step be?
HubSpot seo II All exam questions
- Adding inline CSS dimensions to images, videos, and gifs helps improve which Core Web Vital?
- Adding inline CSS dimensions to images,videos,and gif s helps improve which Core Web Vital?
- Blake is going through a technical SEO audit for his company's website when he notices that several pages are taking 6 or more seconds to load. He knows this is too slow and he needs to speed them up, but isn't sure how to identify what's causing the slowdown or how to fix it. To get started, what should Blake look into?
- Blake is going through a technical SEO audit for his company's website when he notices that several pages are taking 6 or more seconds to load.He knows this is too slow and he needs to speed them up,butisn't sure how to identify what's causing the slowdown or how tofixit.To get started,what should Blake look into?
- Claire is analyzing her website's Core Web Vitals and notices that LCP is occurring at 10 seconds, which is much longer than what Google recommends. Which of the following elements could be contributing to slowing down Claire's page?
- Claire is analyzing her website'sCore Web Vitals and notices that L CP is occurring at 10 seconds,which is much longer than what Google recommends.Which of the following elements could be contributing to slowing down Claire'spage?
- Crawl budget is mainly a concern for which types of websites?
- Dana is an SEO freelancer working with a client who is redesigning their website. The client's designer has come up with a design that uses four custom fonts, but Dana voices their concern that this could have a negative impact on the site's performance. How can Dana explain this issue to their client, and what solution can they propose?
- During which stage of a migration should you benchmark site performance metrics?
- Fill in the blank:___happens when the server saves the result of a single render and serves that same result when requested again.
- Fill in the blank: ___ happens when the server tells a web browser to keep the files it downloads, so it doesn't have to download them again in the future.
- Fill in the blank:___happens when the server tells a web browser to keep the files it downloads,soitdoesn't have to download them again in the future.
- Fill in the blank:___occurs when a user quickly navigates back and forth between pages in search results.
- Fill in the blanks:___and___form the foundation of technical SEO.
- Greta is an SEO professional working for a large law firm. She is gathering her monthly reports on their website performance, and her manager has asked that she focus on demonstrating how SEO is contributing to the business' bottom line. What type of report should Greta pull in order to best show the ROI of SEO?
- If a website has content added via JavaScript,what additional stage do search engines need to complete?
- Jenny is in charge of creating the URL mapping file for her company's website migration project. While working on it, she notices that there are many pages which have no corresponding page on the new site, because they have been either removed or consolidated. She isn't sure what to do about these pages. What would you suggest Jenny do in this scenario?
- Jeremiah is an in-house SEO specialist for a car rental company with locations across the U.S. He works closely with the firm's web designer, Maria, who mentions to him that she'd like to contextualize the site's homepage by displaying the nearest car rental pickup spot based on the user's location. Jeremiah thinks this is a great idea, but has concerns about how it may slow down the site. What solution could Jeremiah employ to keep the functionality while maintaining the site speed?
- Jeremiah is an in-house SEO specialist for a car rental company with locations across the U.S.He works closely with the firm's web designer,Maria,who mentions to him that she'd like to contextual ize the site's homepage by displaying the nearest car rental pickup spot based on the user'slocation.Jeremiah thinks this is a great idea,but has concerns about how it may slowdown the site.What solution could Jeremiah employ to keep the functionality while maintaining the site speed?
- Liam is an SEO specialist at an advertising agency. He believes that he can improve the company's search performance by creating a blog series and pillar page. However, the CEO has been hesitant to sign off because content creation takes a lot of time and she isn't sure they'll see the ROI. How can Liam convince the CEO that this is a worthwhile investment?
- Maria his performing an SEO competitive analysis on her client'swebsite.She identifies that their backlink profile is relatively weak,primarily because her client believes backlinks area trend and isn't interested in investing in them.However,she notices that their top competitors have received backlinks from a few reputable news agencies and aggregator sites.Asaresult,they are outranking her client in theSE RPs.How should Mariah approach this situation with her client?
- Mariah is performing an SEO competitive analysis on her client's website. She identifies that their backlink profile is relatively weak, primarily because her client believes backlinks are a trend and isn't interested in investing in them. However, she notices that their top competitors have received backlinks from a few reputable news agencies and aggregator sites. As a result, they are outranking her client in the SERPs. How should Mariah approach this situation with her client?
- Raquel is working on a technical SEO audit for a new client who recently decided to move their website from HTTP to HTTPS. When starting her audit, Raquel notices that some HTTP pages were never redirected to the HTTPS pages, which is now causing issues for the site in search. However, this client is very resistant to the idea of implementing more redirects, since they've heard that this can lead to a drop in their search performance. How should Raquel approach this situation with her client?
- Select all that apply. Which of the following should you avoid to reduce a site's crawl budget?
- Select all that apply.What are the advantages of migrating a large site in sections?
- Select all that apply.What are the goals you want to achieve through an SEO competitive analysis?
- Select all that apply.What are the main categories of site moves?
- Select all that apply.Which of the following are examples of site moves with URL changes?
- Select all that apply.Which of the following are included in Google's Page Experience update?
- Select all that apply.Which of the following can negatively impact your CLS score?
- Select all that apply.Which of the following metrics should be included in a content quality report?
- Select all that apply.Which of the following should you avoid to reduce a site'scrawl budget?
- Select all that apply.Which of the following status codes should you focus on resolving during a technical SEO audit?
- Select all that apply.Which of the following strategies help you communicate the value of SEO to stakeholders?
- Select all that apply.Why is it important to identify the strengths and weaknesses of your website and your competitors'sites?
- True or false? Cumulative Layout Shift is only measured on a page's first load.
- True or false? Moving a site from HTTP to HTTPS does not count as a site migration.
- True or false? Page experience is the primary ranking factor for Google, even more important than a page's content.
- True or false? When performing an SEO competitive analysis, you do not need to analyze your site on a page-by-page basis.
- True or false? You can minify code or compress it, but you cannot do both.
- True or false?Cumulative Layout Shift is only measured on a page'sfirstload.
- True or false?If you improve the speed at which individual pages load,you'll improve your overall site speed.
- True or false?It is best practice to avoid redirect chains by redirecting straight to a page's final destination.
- True or false?Most elements of a website can be cached.
- True or false?Moving a site from HTTP to HTTPS does not count as as it emigration.
- True or false?Page experience is the primary ranking factor for Google,evenmore important than a page'scontent.
- True or false?When performing an SEO competitive analysis,you do not need to analyze your site on a page-by-pagebasis.
- True or false?You can mini fy code or compress it,but you cannot do both.
- True or false?Your business competitors are not always the same as your SEO competitors.
- What are keyword gaps?
- What are the proper use cases for 301 and 302 redirects?
- What are the three aspects of a website's user experience,as measured by Core Web Vitals?
- What is a technical SEO specification?
- What is an SEO competitive analysis?
- What is Google Page Experience?
- What is Largest Content ful Paint(LCP)?
- What is Largest Contentful Paint (LCP)?
- What is lazy loading?
- What is mini fi cation?
- What is minification?
- What is the best practice for using website pop-ups in a user-friendly way?
- What is the best practice for using website pop-upsinauser-friendly way?
- What is the best timeframe to report on content to lead generation?
- What is the first step in any website migration project?
- What is the purpose of a URL mapping file?
- What is the purpose of an image sprite?
- What is the purpose of animage sprite?
- What is the purpose of limiting HTTP requests?
- What would you be tracking in a goal completion report in Google Analytics?
- When is the best time to execute a site migration?
- When is the best time to execute as it emigration?
- Which of the following does Google consider a good CLS score?
- Which of the following is NOT a function of the robots.txt file?
- Which of the following is NOT a function of the robots.txtfile?
- Which of the following is NOT a strategy to limit HTTP requests?
- Which of the following is the most important aspect of a mobile-friendly website?
- Which type of report will show you what brought people to a particular page?
- Why is it important to keep track of Google algorithm updates?
- Why is it important to keep track of trends and updates in your business'niche?
HubSpot service hub software All exam questions
- A customer portal helps customers do all of the following EXCEPT:
- A customer portal is a__________.
- A help desk does all of the following EXCEPT:
- A service level agreement is a(n)
- According to the prior it iz ation matrix,customer issues that are high impact and high cost should be prioritized:
- Agent collision detection tells you when another agent is________.
- All of following are appropriate ways you can encourage folks to fill out your feedback surveys EXCEPT:
- All of the following are benefits of email support EXCEPT:
- All of the following are reasons to collect feedback EXCEPT:
- All of the following are reasons to@mention someone on a ticket record EXCEPT:
- All of the following are stages of troubleshooting EXCEPT:
- An example of a customer using self-service is when they:
- Custom views in the conversations in box lets you_________.
- Customer portal is a_______offering.
- Fill in the blank:A knowledge base is a______.
- Fill in the blank:Reach out to your______to ask them to complete advocacy actions.
- Fill in the blank:When responding to a customer,you should use an email template to______.
- Fill in the blank:With Hub Spot'shelpdesk,you can streamline and manage your in take within______.
- Fill in the blank:With Hub Spot'shelpdesk,you can streamline in take by_________.
- Fill in the blank:Withticket________,you are able to edit ticket properties according to which team owns the ticket.
- Fill in the blank:You should use a customer effort score instead of a customer satisfaction survey when you want to understand__________.
- Fill in the blank:You should use NPS instead of customer satisfaction survey when you want to understand__________.
- How do you calculate NPS?
- How often should a customer effort score survey be used?
- How often should you edit your knowledge base articles?
- If you want to know what your customer thinks about their sales experience,which feedback survey should you use?
- If your support reps have trouble prioritizing tickets,consider_______.
- Ifyou'resetting up Service Hub reports for the first time,where should you start?
- Ifyou've never setup service reports in Hub Spot before,startwith_________.
- In order to assess customer service agent performance,which of the following reports should you look at?
- In Service Hub,you can setS LAs based on how long it takes your reps to first respond to a ticketand/or how long it takes reps to_____.
- In take is how you_____.
- In terms of customer support,what does triage mean?
- InHubSpot,help desk is comprised of all of the following tools EXCEPT:
- ________is for folks who need to create basic,out-of-the-box reporting.
- Reports bucketed under the"conversation overview"category give you insight into:
- Scenario:Your boss wants to assess how customers feel after a technician visited their home.Which survey should your boss use?
- Select all that apply.A I allows you to do which of the following in your help desk?
- Select all that apply.A I helps you write your knowledge base articles in which of the following ways?
- Select all that apply.What in take methods can you connect to Hub Spot?
- Select all that apply.You can createS LAs based on which of the following?
- The Hub Spot knowledge base tool can do all of the following EXCEPT:
- True of false?You can edit the NPS question in Hub Spot.
- True or false?A knowledge base is a type of self-service.
- True or false?A visitor can start a conversation with a chat bot,and then that chat bot can transfer the conversation to a human.
- True or false?All customer portals are password protected.
- True or false?Cross-object reporting exists in the service analytics tool.
- True or false?Customer effort score is measured on a three-pointscale.
- True or false?Experiencing lower ticket volume is a good indicator that your knowledge base is working well.
- True or false?It's a best practice to send your NPS survey to customers monthly.
- True or false?It's a good idea to write your knowledge base titles as questions.
- True or false?It’s best practice to match your knowledge base design with the design of your website.
- True or false?Knowledge base articles should be casual,personable,and anecdotal.
- True or false?Most people prefer using self-service compared to phone support.
- True or false?Regardless of how long it takes,you should respond to every single customer feedback survey you receive.
- True or false?The only way to move tickets to different stages is manually.
- True or false?Through ticket automation,you can move a ticket from one stage to another based on an email response.
- True or false?When connecting your email to help desk,you should connect your personal email.
- True or false?When setting up your Conversations email in box,you should connect your personal email.
- True or false?When writing custom feedback surveys,use a variety of open-endedand closed-ended questions.
- True or false?You can access conversations from the Hub Spot mobile app.
- True or false?You can create cross-object reports from the report builder.
- True or false?You cannot edit the look and feel of your customer portal.
- True or false?You could use an NPS survey to assess overall sentiment of your employees.
- True or false?You should only aska customer to become an advocate over the phone.
- True or false?You should only reach out to your detractors.
- True or false?You should write new knowledge base articles everyday.
- What information can a user see in their customer portal?
- What is a snippet?
- What is an advocate?
- What is channel switching?
- What type of feedback survey can you add to your live chat?
- What's a good NPS score?
- When setting up your knowledge base in Hub Spot,you need to connect your_______.
- When should you consider using a chat bot?
- When should you use multiple ticket pipelines?
- Which of the following CANNOT be done from your help desk?
- Which of the following CANNOT be inserted when responding in the help desk?
- Which of the following is a benefit of live chat?
- Which of the following is a benefit of phone support?
- Which of the following is an appropriate knowledge base title?
- Which of the following is an example of when you should use a restricted knowledge base?
- Which of the following is NOT a best practice when creating knowledge base articles?
- Which of the following is NOT a stage in Hub Spot's feedback framework?
- Which of the following is NOT a step when establishing listening posts?
- Which of the following is NOT an appropriate way to categorize your knowledge base articles?
- Which of the following is NOT an example of an advocacy action?
- Which of the following tools is NOT included in Hub Spot's Service Hub?
- Which report(s)do you use to decide which knowledge base articles to write?
- Which survey asks the following question:How easy was it for you to handle your issue?
- With Service Hub,you can complete all of the following tasks EXCEPT:
- Withticket______,you are able to filter down your tickets
- You can do all of the following from a ticket record EXCEPT:
- You should use a call-out in a knowledge base article to:
- You should use custom feedback surveys when you want to understand________.
- You want to understand how easy it is for your customers to get their questions answered from your support team.The appropriate feedback survey to use is:
- Your manager wants to know who your primary person a is.The best feedback survey to useis:
HubSpot Service Hub Software Certification All exam questions
- A customer support manager notices that their support team is overwhelmed with repetitive inquiries about account setup, password resets, and basic feature questions. This leaves little time for proactive customer health monitoring and strategic account management. Meanwhile, customers are frustrated with long wait times for simple issues, and some are escalating unnecessarily to management. How could the customer agent help alleviate these problems?
- A service leader notices that some support conversations require excessive back-and-forth communication. Which category of reports would best help identify and address this issue?
- A service manager wants to ensure adequate staffing during high-demand periods and maintain a work-life balance for the team. Which type of reports would be most valuable?
- According to the prioritization matrix, customer issues that are high impact and high cost should be prioritized:
- Fill in the blank: A customer portal is a __________.
- Fill in the blank: An example of a customer using self-service is when they _________.
- Fill in the blank: Custom views in the help desk let you _________.
- Fill in the blank: Customer portal is a ________ offering.
- Fill in the blank: In Service Hub, you can set SLAs based on how long it takes your reps to first respond to a ticket or how long it takes reps to ______.
- Fill in the blank: When setting up your knowledge base in HubSpot, you need to connect your _______.
- Fill in the blank: With HubSpot's help desk, you can streamline intake by_________.
- Fill in the blank: With ticket ______, you are able to filter down your tickets.
- Fill in the blank: You should use a call-out in a knowledge base article to _______.
- If you're setting up Service Hub reports for the first time, where should you start?
- If you've never set up service reports in HubSpot before, start with _________.
- In HubSpot, help desk is comprised of all of the following tools EXCEPT:
- In HubSpot, which of the following is NOT a function available in the knowledge base tool?
- In Service Hub, you can set SLAs based on how long it takes your reps to first respond to a ticket and/or how long it takes reps to _____.
- In the revenue tab in the customer success workspace, which of the following actions can CSMs perform?
- Intake is how you _____.
- Lisa is a support manager. Her team struggles because customers often reach out about the same issue through email, phone, and chat. Each time, they have to re-explain their situation to different support reps using different tools. Based on the help desk capabilities described, which benefit would best address Lisa’s challenge?
- Sarah is a Customer Success Manager who starts her Monday morning feeling overwhelmed. She has 15 customer accounts approaching renewal in the next 30 days, three accounts showing declining health scores, eight overdue tasks from last week, and four scheduled customer meetings today. She needs to quickly assess her priorities and plan her day efficiently. Based on the customer success workspace functionality, which tab should Sarah visit first to get the most comprehensive overview for planning her day?
- Select all that apply. AI allows you to do which of the following in your help desk?
- Select all that apply. AI helps you write your knowledge base articles in which of the following ways?
- Select all that apply. If your support reps have trouble prioritizing tickets, which of the following actions could help solve this issue?
- Select all that apply. What channels can you connect to HubSpot?
- Select all that apply. What intake methods can you connect to HubSpot?
- Select all that apply. Which of the following is an example of when you should use a restricted knowledge base?
- Select all that apply. Which of the following tasks can AI help you complete in your help desk?
- Select all that apply. You can create SLAs based on which of the following?
- The HubSpot knowledge base tool can do all of the following EXCEPT:
- To assess individual performance on your customer service team, which of the following reports should you use?
- True of false? You can edit the NPS question in HubSpot.
- True or false? Customer effort score is measured on a three-point scale.
- True or false? When writing custom feedback surveys, use a variety of open-ended and closed-ended questions.
- True or false? You can access conversations from the HubSpot mobile app.
- True or false? You should only ask a customer to become an advocate over the phone.
- True or false? You should write new knowledge base articles every day.
- What are the types of routing that ensure tickets go to the right support reps?
- What happens when the customer agent encounters a question it can’t answer?
- What is the primary problem that HubSpot’s help desk strategy aims to solve?
- What makes Breeze customer agent different from basic chatbots?
- When content sources are uploaded for customer agent, what should they include to improve response accuracy?
- When setting up your knowledge base in HubSpot, you need to connect your _______.
- Which of the following is NOT a payment option that can be selected when setting up payment details in HubSpot's quotes tool?
- Which of the following is NOT a stage in HubSpot's feedback framework?
- Which of the following is NOT a task you can complete in Service Hub?
- Which of the following is NOT something a customer portal helps customers do?
- Which of the following is true about health scores?
- Which of the following tools is NOT included in HubSpot's Service Hub?
- With ticket ______, you are able to filter down your tickets
- Your manager wants to know who your primary persona is. The best feedback survey to use is:
HubSpot Social Media Certification All exam questions
- “Real-time marketing” refers to:
- An ad for your upcoming webinar on network security should lead people directly to ___________.
- Fill in the blank: Instagram stories are a great way to _____________.
- How can social media monitoring inform your sales and product teams?
- If you don’t have your _____________ in mind as you’re developing content and social campaigns, then you probably aren’t using social as effectively as you could be.
- Let’s say you conduct a content audit on your competitors and see that they’re having success with live video, but you haven’t really tried live video yet. What might you do?
- Posting curated content on social shows your audience you’re committed to:
- There are certain actions that need to be taken into consideration for a social media crisis. What’s an action you should avoid?
- True or false: Ephemeral stories are quick bits of content, both video and photo, often with fun filters and “stickers” that disappear after a short period of time (1-24 hours).
- True or false? A buyer persona is as important as business objectives when developing a social media strategy.
- True or false? A channel takeover, such as letting an influencer run your Instagram or Twitter handle for a day, is a good idea for brands.
- True or false? Canned messages are a quick and easy way to reach a wide audience in social media to find the right prospects.
- True or false? Commissions for celebrity influencers are generally 5% of the sale.
- True or false? Curating content means publishing someone else’s content as if it were your own.
- True or false? If you’re posting the same content across different channels, make sure you post them simultaneously—on the same days and at the same times.
- True or false? It’s necessary to conduct a social media audit every 2–3 years.
- True or false? Jumping onto an unrelated hashtag to promote your material is spammy.
- True or false? Simon Sinek says that people want to buy what you have. They don’t care about what you believe.
- True or false? The world has changed and so has how we think about inbound, which is why advertising should be considered part of your marketing playbook.
- True or false? When you use language in your social responses that is too casual, you lose the respect of your audience.
- True or False? You should revisit your KPIs every 18 months.
- True or false? Your campaign should also help the influencer build authority and further their own content or reach.
- What do senior leaders care about when it comes to your social media plan? Choose all that apply.
- What do we mean when we say you should post an “80/20 mix” on social media?
- What is NOT a way that a brand can see financial gain from doing social customer service?
- What is the main benefit of using animated GIFs in social content?
- What should you do to secure executive buy-in if you’re starting a social media project and don’t have a past campaign to use as a benchmark?
- When developing your brand’s tone, _______ is key.
- Which KPI is most likely to be a vanity metric?
- Which of the below is NOT one of the three factors determining how an influencer can impact behavior?
- Which of the following is NOT a type of influencer?
- Which of the following would not contribute to ad fatigue?
- Which of these KPIs demonstrate engagement? Choose all that apply.
- Which one of the below choices is NOT a reason you should be measuring your social media ROI?
- Which one of the following is NOT a way that UGC can help marketers?
- Which type of influencer might be primarily behind the scenes in your marketing campaign?
- Why are hashtags helpful?
- Why is user-generated content (UGC) so important? Choose all that apply.
- Why should you trust the influencer and give them creative license?
- You’re starting a project and don’t have a past campaign to use as a benchmark. How can you secure executive buy-in?
HubSpot social media marketing All exam questions
- “Real-time marketing”refersto:
- A(n)________outlines guidelines and best practices for employees to follow on social media.
- An ad for your upcoming web in aron network security should lead people directly to ___________.
- Do brands have legal ownership over content that users generate about their brand?
- Fill in the blank:“Facebook Ads is great for targeting based on_______,while Google Ads targets based on your audience’s________.
- Fill in the blank:Insta gram stories area great way to_____________.
- How can social media listening increase customer advocacy?
- How can social media monitoring in form your sales and product teams?
- How much of the buyer’s journey is digital?
- Ifyoudon’thaveyour_____________in mind as you’redeveloping content and social campaigns,then you probably aren’t using social as effectively as you could be.
- Let’s say you conduct a content audit on your competitors and see that they’rehaving success with live video,but you haven’t really tried live video yet.What might you do?
- Posting curate d content on social shows your audience you’re committed to:
- The number of leads you generate that actually become paying customers is known as your ________.
- The_________stage focuses on creating message maps and listening protocols on social media.
- There are certain actions that need to betaken into consideration for a social media crisis. What’san action you should avoid?
- True or false:Ephemeral stories are quick bits of content,both video and photo,oftenwith fun filters and“stickers”that disappear after a short period of time(1-24hours).
- True or false?“Earned”media is exposure your brand has paid for,e.g.,advertising or promotions.
- True or false?12%of people generate 70%of the impact online.
- True or false?A buyer person a is as important as business objectives when developing a social media strategy.
- True or false?A channel takeover,such as letting an influence r run your Insta gram or Twitter handle for a day,is a good idea for brands.
- True or false?Asking for reviews is something you should never do in social media.
- True or false?Canned messages area quick and easy way to reach a wide audience in social media to find the right prospects.
- True or false?Commissions for celebrity influence rs are generally 5%ofthesale.
- True or false?Cu rating content means publishing someone else’s content as if it were your own.
- True or false?Evaluating the team dynamics and how each member did in the crisis along with analyzing the reactions,KPIs,and overall response to the crisis happens during the response stage.
- True or false?Humanizing your brand gives you a competitive edge because people like making connections,and they like to invest their time and money in people they can relate to.
- True or false?Ifyou’re posting the same content across different channels,make sure you post them simultaneously—on the same days and at the same times.
- True or False?In social media,a service level agreement(SLA)refers to how much time passes between when a customer reaches out and when the company responds.
- True or false?It’s always better to target your ads towards as broad a group of people as possible.
- True or false?It’s necessary to conduct a social media audit every 2–3years.
- True or false?It’s not a good policy to delete all negative comments.
- True or false?Jumping on to an unrelated hash tag to promote your material is spam my.
- True or false?One-to-one engagement doesn’t result in customers spending more.
- True or false?Selling to prospects by messaging them on Facebook could be seen as invading their private space.
- True or false?SimonS in ek says that people want to buy what you have.Theydon’tcare about what you believe.
- True or false?Social content is only used during the attract and delight stages of the inbound methodology.
- True or false?Social listening can help you find leads.
- True or false?Social media helps people feel INFORMED by helping them learn new things, stay up to date on topics that matter to them,and discover new ideas and trends.
- True or false?The best way to choose the right social media tool is to think about your business goals,then narrow down your choices based on that goal criteria.
- True or False?The Holistic model is the most common social team structure used by organizations today.
- True or false?The longer your social posts,the more likely that content will be seen and re-shared.
- True or false?The world has changed and so has how we think about inbound,whichis why advertising should be considered part of your marketing play book.
- True or False?To implement an effective social media strategy,you have to be aware of the legal challenges,not ethical ones.
- True or false?When measuring your social media ROI,you calculate the effectiveness of an action by dividing the net income by the cost of this action and multiplying it by 100.
- True or false?When you use language in your social responses that is too casual,youlose the respect of your audience.
- True or false?You should make sure experimentation is ingrained in your strategic plan.
- True or False?You should revisit your KP Is every 18 months.
- True or false?Your campaign should also help the influence r build authority and further their own content or reach.
- Visual images are usually things like________.Choose all that apply.
- Voice refers to:
- What did fashion brand Burberry do to revolutionize how marketers use social media?
- What do senior leaders care about when it comes to your social media plan?Chooseall thatapply.
- What do we mean when we say you should post an“80/20mix”on social media?
- What is a social media audit?
- What is a Social Media Service Level Agreement(SLA)?
- What is NOT an example of a social media crisis?
- What is NOT away that a brand can see financial gain from doing social customer service?
- What is one of the major benefits of Facebook Lead Ads?
- What is social selling the inbound way?
- What is the biggest challenge that most social media practitioners have?
- What is the main benefit of using animated GIF s in social content?
- What should you do if your competitor has a big public blunder?
- What should you do to secure executive buy-inifyou’restarting a social media project and don’t have a past campaign to use as a benchmark?
- What’s the difference between social listening and social monitoring?
- What’s the first step organizations and brands need to take when establishing a social media policy?
- When developing your brand’stone,_______iskey.
- When it comes to social listening,how do you know which social networks to start with?
- When should a salesperson put forth the sales pitch in social media?
- Which K PI is most likely to be a vanity metric?
- Which network has the longest life for a piece of content?
- Which of the below is not one of the five types of social media models?
- Which of the below is NOT one of the three factors determining how an influence r can impact behavior?
- Which of the following is NOT a benefit of having a social media strategy?
- Which of the following is NOT a type of influence r?
- Which of the following is NOT an example of active language you should use on a call-to-action?
- Which of the following social media expense do you want to track so you can calculate ROI on your marketing campaigns?
- Which of the following would not contribute toad fatigue?
- Which of these KP Is demonstrate engagement?Choose all that apply.
- Which one of the below choices is NOT a reason you should be measuring your social mediaROI?
- Which one of the following is NOT away that UGCc an help marketers?
- Which type of influence r might be primarily behind the scenes in your marketing campaign?
- Why are hash tags helpful?
- Why are UTM parameters so valuable to your social listening and monitoring program?
- Why do stakeholders matter as you begin to develop your team structure?
- Why do you need to develop a business case for a new social monitoring technology?
- Why do you need to use leading indicators of revenue success when calculating ROI on your social media strategy?
- Why is content moderation important for user-generated campaigns?
- Why should you be careful about monitoring competitors?
- Why should you talk directly with your social followers and prospects?
- Why should you trust the influence rand give them creative license?
- Why would you want a service to help you manage and discover influence?
- Whyisuser-generated content(UGC)so important?Choose all that apply.
- You’restarting a project and don’t have a past campaign to use as a benchmark.Howcan you secure executive buy-in?
HubSpot social media marketing II All exam questions
- A company has recently launched a new product and is curious about public sentiment. They've received a significant amount of social media comments about the product.Which of the following strategies would be the most effective way to better understand general public perception?
- According to Jamal Men ei de,which part of a short-form video is the most important?
- According to Lately’sKate Bradley C hern is,where should you start when thinking about the structure of a story?
- As a digital marketing manager,you'reina meeting discussing user data and privacy on your company'swebsite.A colleague voices concern that first-party cookies are often seen asnon-essential and a breach of privacy.How do you respond?
- As the new social media strategist for a small American tech startup, you are tasked with expanding the company's user base to Europe and Asia. You suggest to your manager that you want to use geotargeted ads on Meta and LinkedIn. You explain that this strategy would entail which of the following?
- Fill in the blank:_________is a recommended strategy to keep viewers engaged throughout a video.
- Fill in the blank:_________shopping is a trend where companies showcase their products inreal-time,providing an engaging and interactive experience for customers.
- Fill in the blank:Ifyou're not prepared to invest time and energy into regular engagement with your community,youwon't be able to reap the benefits of______________.
- Fill in the blank:Inshort-formvideo,editing styles should vary depending on the _________.
- Fill in the blank:Jamal Men ei de mentions three pillars for video editing and post-production.They are co ncis ion,clarity,and_____.
- Fill in the blank:One of the primary considerations when planning short-form video content isthe___________.
- Fill in the blank:The connection between social and commerce essentially involves driving ______and providing the immediate opportunity to buy.
- Fill in the blank:Visual information is cognitive ly processed___times faster than text-based information.
- How can live stream sales be made more engaging and interactive?
- How can you connect your website or server to the Meta Conversions API?
- How can you maintain authenticity while using A I to generate social media content?
- How does Linked In's'Group Identity for B 2 B'work?
- How does omni channel marketing impact a customer's experience with a brand?
- How much does the average organization spend on social media marketing per month(in USdollars)?
- How much of your advertising budget should go towards ad spend?
- Ifyoudon't have access to natural light when filming indoors,which affordable equipment could help create a well-lit environment?
- In storytelling,what does the'logic of emotion'mean?
- In the context of digital advertising,what are third-party cookies?
- In the context of digital marketing,whatiszero-partydata?
- NicoleO’Donnell suggests using what type of individuals to act as inspiration in storytelling for brands?
- Select all that apply.According to the lesson,how can a community help businesses?
- Select all that apply.For what reason(s)do we tell stories?
- Select all that apply.Under what condition(s)might a company consider outsourcing their social media tasks?
- Select all that apply.What are some of the new ways that marketers will need to adapt in a future without third-party cookies?
- Select all that apply.What is a benefit of filming videos with a smartphone for social media content?
- Select all that apply.What is a potential downside of relying on A I for social media content creation?
- Select all that apply.Which element(s)are important to consider when developing your community strategy?
- Select all that apply.Whyisuser-generated content(UGC)important for social commerce?
- The SPACES model helps businesses determine the value of a community.What does the 'A'in SPACES stand for?
- True or false?A I can be a powerful tool for improving your social commerce strategy by developing content and automating customer support.
- True or false?A I can be used to generate content and create platform-specific messages and images in your brand voice.
- True or false?A I can be used to tailor advertising content and target specific users based on their interests,demographics,and other data points.
- True or false?An engaging story that connects with your audience is more important than havinghigh-quality lighting and expensive equipment.
- True or false?Christina Garnett,a Hub Spot principal marketing manager,suggests that outsourced social media managers need the same type of resources and knowledge as an in-house social media manager.
- True or false?First-party cookies allow businesses to analyze actions taken on other websites that were visited by a user.
- True or false?In omni channel marketing,it's best to post the exact same content across all social media platforms.
- True or false?Mostshort-form videos are filmed horizontally.
- True or false?Short-form videos are typically watched for less than 40%of their length.
- True or false?The Meta Conversions API only works effectively when used in conjunction with a browser pixel.
- True or false?The success of an agency's efforts should be measured by how many posts they can generate for your social media platforms.
- True or false?TheProblem-Solution Framework involves showcasing the journey of a customer,from the initial awareness of the company's product or service,throughthe decision-making process,and ultimately to the post-purchase experience.
- True or false?When budgeting for social media advertising,youshouldn’t run the same ad across all platforms.
- What are the two types of online communities?
- What benefit does A I bring to scheduling social media posts?
- What does Meta's Conversions API aim to do?
- What is a potential benefit of keeping social media management in-house?
- What is NOT away to collaborate with micro-influence rs for social commerce campaigns?
- What is NOT considered a best practice while creating short-formvideos?
- What is one of the benefits of A I in social media content creation as explained by Kate Bradley C hern is?
- What is one of the changes happening in the field of digital advertising with respect to third-party cookies?
- What is one of the key performance indicators(KPIs)for measuring the success of an online community?
- What is one of the potential benefits of using second-party data in advertising?
- What is one of the reasons brands are moving towards community-ledgrowth?
- What is one tactic to ensure success in community building?
- What is the projected value of global sales USD via social media platforms by 2026?
- What is the purpose of using the underdog archetype in a social media storytelling campaign?
- What kind of influence r often has a smaller following,but a highly engaged audience that trusts their opinions?
- What purpose does a call-to-action serve in a short-formvideo?
- What should a brand consider if it’s unsure whether to create a community or if it lacks the resources for a community team?
- What's the benefit of having a script for your videos?
- When creating videos for social media,how should you hold your phone when recording?
- When hiring a social media agency,what is one of the important questions you should ask?
- When integrating social media into your broader omni channel strategy,it's crucial to do which of the following?
- Which of the following is a crucial factor to consider when developing a social commerce strategy?
- Which of the following is a primary advantage of using social media in omni channel marketing?
- Which of the following is a recommended practice in video creation?
- Which of the following is an unethical use of social media automation and A I tools?
- Which of the following is NOT a potential benefit of using A I in social media content creation?
- Which of the following is NOT a reason why a business might build a social media community?
- Which of the following is NOT a technique you can use in your social commerce strategy?
- Which of the following is NOT recommended when creating short-formvideos?
- Which of the following should NOT be considered when setting a social media budget?
- Which of the following statements best describes the benefits of short-formvideos?
- Which of the following storytelling techniques is considered effective for social media?
- Which of the following was identified as a significant change in the social media landscape?
- Which statement best describes the concept of Web 3?
- Which storytelling framework would be best suited to showcase the company'shistory, mission,andvision?
- Which type of marketing is characterized by targeting ads based on current events that customers maybe interested in?
- You are advising a team of video content creators who are targeting a GenZ audience.One of the creators mentions incorporating a technique they heard about called the'millennial pause'into their editing style.How do you respond?
- You'reina meeting with your marketing team discussing the performance of your company's social media community.A new team member suggests tracking the company's profit margin as a key performance indicator(KPI)for the social media community.Howdo yourespond?
- You’re collaborating with a video editing team on a social media campaign targeting a diverse,international audience.A team member suggests that text overlays or captions aren’t needed since the video's audio is clear.How do you respond?
- You’re part of a team at your company that's responsible for setting up an online community.While creating the strategy,one of your colleagues argues that considering an exit plan is unnecessary and a waste of time.How do you respond?
- You’re the new social media manager at a start-upcompany.During your first strategy meeting,an enthusiastic team member suggests choosing the platform for your social media community because it’s the most popular.How do you respond?
- Your company's marketing team is aiming to enhance its tracking capabilities to better understand user behavior across the web.A team member suggests that recentchanges in privacy laws and data protection would make this easier.As an expert in the field,howdo yourespond?
Integrating With HubSpot I: Foundations All exam questions
- A customer has a lot of inbox conversations coming in each day for their service reps. Their reps can sometimes miss questions because of how full it gets. They mainly work in Slack and would prefer if they could answer their customers’ questions without leaving that app. What part of the dev docs could help you create this connection point?
- A customer wants a ticket’s data called on a certain web page to also be available in other parts of the integration. What could you do to ensure you’re not making too many of the same calls to the API?
- A customer wants to create an internal integration that’ll assign a contact directly to a chosen workflow. What type of integration would this be and what type of authentication method would you use?
- A customer wants to help their sales team generate new deals through email, which is their primary form of communication with potential customers. They’re evaluating whether they should build a custom solution. What’s the first question you should answer to help them determine next steps?
- A customer wants to update a custom object’s associations to be associated with the company object. How should they go about it doing this from the UI, without making a call to the API?
- Fill in the blank: HubSpot API errors are structured to be ______, but it’ll also be helpful for you to recognize some common error response codes when troubleshooting.
- Fill in the blank: HubSpot API rate limits vary by authentication method and _____.
- Fill in the blank: There can be many timeline events associated with a contact, but a timeline event cannot be associated with ____ contacts.
- How can you find the API version number for the call you’re using?
- How can you set up the idProperty to use a unique parameter, such as an email address, other than the contact record’s ID number?
- How does a webhook differ from a traditional API call?
- In the HubSpot UI, where can you find the other objects associated to an individual contact record?
- Select all that apply. What are some of the query parameters for standard CRM objects.
- Select all that apply. What are the benefits of having an app monitoring tool in your HubSpot account?
- Select all that apply. What are the different HubSpot account types that developers can use?
- Select all that apply. Which of the following are the different ways you can filter the private app API call logs?
- Select all that apply. Which of the following is a benefit of using a promise when working with APIs in a Node App?
- Select all that apply. Which of the following is a difference in the way developers and users interact with the CRM?
- True or false? Developers can add associations to custom objects and standard CRM objects.
- True or false? In most situations, you’ll want to create a one-way bridge to dictate the flow of information between your integrations.
- True or false? Most HubSpot API endpoints are public and can be accessed using client-side JavaScript.
- True or false? Most HubSpot APIs require you to use either OAuth or private app for authentication.
- True or false? The OAuth endpoint expects the form/urlencoded format instead of JSON.
- True or false? Using a try/catch is recommended in case the API call fails.
- True or false? You can list an integration that receives error responses 7% of the time.
- True or false? You must build a Node app to test API calls.
- True or false? You must have a Professional or higher HubSpot account to purchase the API Add-on.
- What are the two things you need to pass along to the axios .get method?
- What HTTP method would you use if you wanted to read the tickets data from a HubSpot account?
- What is a commonality of one-to-one and one-to-many integrations?
- What is NOT a key benefit of the HubSpot APIs being RESTful APIs?
- What is NOT one of the benefits of the HubSpot developer community?
- What is the importance of an object type’s unique ID?
- What is the key benefit of using a webhook call in a workflow?
- What is the key difference between 400- and 500-level errors?
- What is the main benefit of the HubSpot developer changelog?
- What is the main purpose of an API rate limit?
- What is the purpose of an .env file?
- When starting a new development project, what’s the biggest benefit to visiting the HubSpot Marketplace as your first step?
- Where would you submit a question regarding a JavaScript error you received within the HubSpot developer Slack?
- Which of the following is a good use case for using the Webhooks API?
- Which of the following is NOT a way to keep your access token safe?
- Which of the following resources would be best to use if you wanted to crowdsource a development question you have?
- Why are the standard CRM objects closely aligned?
- Why is it recommended to use Axios when making HTTP requests?
Pass your HubSpot exam — faster
Every verified answer and explanation in one place. Practice the full exam and save hours of prep — free to start.
Pass your exam →