<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Innovative Technology Solutions</title>
	<atom:link href="https://itstechschool.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://itstechschool.com</link>
	<description>Best Corporate Training Company</description>
	<lastBuildDate>Fri, 02 Aug 2024 06:07:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://itstechschool.com/wp-content/uploads/2024/05/cropped-ITS-logo-32x32.png</url>
	<title>Innovative Technology Solutions</title>
	<link>https://itstechschool.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Top 20 Essential Excel Formulas</title>
		<link>https://itstechschool.com/top-20-essential-excel-formulas/</link>
					<comments>https://itstechschool.com/top-20-essential-excel-formulas/#respond</comments>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Fri, 02 Aug 2024 05:47:55 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=5463</guid>

					<description><![CDATA[<p>1. SUM The SUM function adds up all the numbers in a range of cells. =SUM(A1:A10) 2. AVERAGE The AVERAGE function calculates the mean of a group of numbers. =AVERAGE(B1:B10) 3. IF The IF function performs a logical test and returns one value for a TRUE result and another for a FALSE result. =IF(C1&#62;50, &#8220;Pass&#8221;,&#8230;&#160;<a href="https://itstechschool.com/top-20-essential-excel-formulas/" rel="bookmark"><span class="screen-reader-text">Top 20 Essential Excel Formulas</span></a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/top-20-essential-excel-formulas/">Top 20 Essential Excel Formulas</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>1. SUM</strong></p>



<p>The SUM function adds up all the numbers in a range of cells.</p>



<p>=SUM(A1:A10)</p>



<p><strong>2. AVERAGE</strong></p>



<p>The AVERAGE function calculates the mean of a group of numbers.</p>



<p>=AVERAGE(B1:B10)</p>



<p><strong>3. IF</strong></p>



<p>The IF function performs a logical test and returns one value for a TRUE result and another for a FALSE result.</p>



<p>=IF(C1&gt;50, &#8220;Pass&#8221;, &#8220;Fail&#8221;)</p>



<p><strong>4. COUNT</strong></p>



<p>The COUNT function counts the number of cells that contain numbers.</p>



<p>=COUNT(D1:D10)</p>



<p><strong>5. COUNTA</strong></p>



<p>The COUNTA function counts the number of cells that are not empty.</p>



<p>=COUNTA(E1:E10)</p>



<p><strong>6. MIN</strong></p>



<p>The MIN function returns the smallest number in a set of values.</p>



<p>=MIN(F1:F10)</p>



<p><strong>7. MAX</strong></p>



<p>The MAX function returns the largest number in a set of values.</p>



<p>=MAX(G1:G10)</p>



<p><strong>8. VLOOKUP</strong></p>



<p>The VLOOKUP function searches for a value in the first column of a range and returns a value in the same row from a specified column</p>



<p>=VLOOKUP(H1, A1:D10, 3, FALSE)</p>



<p><strong>9. HLOOKUP</strong></p>



<p>The HLOOKUP function searches for a value in the first row of a range and returns a value in the same column from a specified row.</p>



<p>=HLOOKUP(I1, A1:D10, 2, FALSE)</p>



<p><strong>10. MATCH</strong></p>



<p>The MATCH function searches for a specified item in a range of cells and returns the relative position of that item.</p>



<p>=MATCH(J1, A1:A10, 0)</p>



<p><strong>11. INDEX</strong></p>



<p>The INDEX function returns the value of a cell in a table based on the row and column number.</p>



<p>=INDEX(A1:C10, 2, 3)</p>



<p><strong>12. LEN</strong></p>



<p>The LEN function returns the number of characters in a text string.</p>



<p>=LEN(K1)</p>



<p><strong>13. TRIM</strong></p>



<p>The TRIM function removes all spaces from a text string except for single spaces between words.</p>



<p>=TRIM(L1)</p>



<p><strong>14. CONCATENATE</strong></p>



<p>The CONCATENATE function joins two or more text strings into one string. (In newer versions of Excel, use CONCAT or TEXTJOIN instead.)</p>



<p>=CONCATENATE(M1, &#8221; &#8220;, N1)</p>



<p><strong>15. LEFT</strong></p>



<p>The LEFT function returns the specified number of characters from the start of a text string.</p>



<p>=LEFT(O1, 5)</p>



<p><strong>16. RIGHT</strong></p>



<p>The RIGHT function returns the specified number of characters from the end of a text string.</p>



<p>=RIGHT(P1, 3)</p>



<p><strong>17. MID</strong></p>



<p>The MID function returns a specific number of characters from a text string, starting at the position you specify.</p>



<p>=MID(Q1, 3, 4)</p>



<p><strong>18. ROUND</strong></p>



<p>The ROUND function rounds a number to a specified number of digits.</p>



<p>=ROUND(R1, 2)</p>



<p><strong>19. SUMIF</strong></p>



<p>The SUMIF function adds the cells specified by a given condition or criteria.</p>



<p>=SUMIF(S1:S10, &#8220;&gt;100&#8221;, T1:T10)</p>



<p><strong>20. COUNTIF</strong></p>



<p>The COUNTIF function counts the number of cells that meet a criterion.</p>



<p>=COUNTIF(U1:U10, &#8220;&gt;=50&#8221;) By mastering these 20 essential Excel formulas, you&#8217;ll be able to perform a wide range of tasks more efficiently and effectively. Whether you&#8217;re analyzing data, managing projects, or generating reports, these formulas will help you get the job done quickly and accurately. Happy Excel-ing! Or if you are looking for Excel training – you can connect with us for at <a href="mailto:aman.khanna@itsgroup.in">aman.khanna@itsgroup.in</a></p>



<p></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/top-20-essential-excel-formulas/">Top 20 Essential Excel Formulas</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itstechschool.com/top-20-essential-excel-formulas/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Advanced Training in Excel</title>
		<link>https://itstechschool.com/advanced-training-in-excel/</link>
					<comments>https://itstechschool.com/advanced-training-in-excel/#respond</comments>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Mon, 15 Jul 2024 07:25:37 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=5393</guid>

					<description><![CDATA[<p>: A Comprehensive Guide In today&#8217;s data-driven world, proficiency in Excel is a must-have skill for professionals across various industries. Whether you&#8217;re a beginner or looking to refine your expertise, structured training can significantly enhance your productivity and analytical capabilities. Excel training is typically divided into three levels: Excel Level 1 (Beginner), Excel Level 2&#8230;&#160;<a href="https://itstechschool.com/advanced-training-in-excel/" rel="bookmark"><span class="screen-reader-text">Advanced Training in Excel</span></a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/advanced-training-in-excel/">Advanced Training in Excel</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">: A Comprehensive Guide</h3>



<p>In today&#8217;s data-driven world, proficiency in Excel is a must-have skill for professionals across various industries. Whether you&#8217;re a beginner or looking to refine your expertise, structured training can significantly enhance your productivity and analytical capabilities. Excel training is typically divided into three levels: Excel Level 1 (Beginner), Excel Level 2 (Intermediate), and Excel Level 3 (Advanced). <a href="https://itstechschool.com/">Innovative Technology Solutions</a> is a leading provider of Excel training, offering comprehensive courses designed to meet the needs of learners at every stage.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Excel Level 1 Training: The Basics of Excel</mark></strong></p>



<p>Excel Level 1 training is designed for beginners who are new to Excel or have limited experience. The focus is on building a solid foundation in the basic functionalities of the software.</p>



<p>Key Learning Objectives:</p>



<p>1. <strong>Introduction to Excel Interface:</strong> Understanding the layout, ribbon, and key features.</p>



<p>2. <strong>Basic Data Entry</strong>: Techniques for entering and editing data in cells.</p>



<p>3. <strong>Formulas and Functions</strong>: Introduction to basic formulas like SUM, AVERAGE, MIN, and MAX.</p>



<p>4. <strong>Formatting</strong>: How to format cells, adjust column widths, and apply styles for better readability.</p>



<p>5. <strong>Data Management:</strong> Basic data sorting and filtering.</p>



<p>6. <strong>Creating Simple Charts:</strong> Introduction to visual data representation.</p>



<p>By the end of this level, learners will be comfortable navigating Excel, performing basic calculations, and creating simple charts.</p>



<p>Connect ITS for Excel training. ITS is one of the best corporate training company in Excel training.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Excel Level 2: Intermediate Skills</mark></strong></p>



<p>Excel Level 2 builds on the foundational skills acquired in Level 1, introducing more complex functions and tools to enhance data analysis and visualization.</p>



<p><strong>Key Learning Objectives:</strong></p>



<p>1. <strong>Advanced Formulas and Functions</strong>: Understanding functions like VLOOKUP, HLOOKUP, and IF statements.</p>



<p>2. <strong>Data Validation:</strong> Techniques for controlling data entry and ensuring data integrity.</p>



<p>3. <strong>Conditional Formatting</strong>: Using rules to highlight important data points.</p>



<p>4. <strong>Pivot Tables and Pivot Charts</strong>: Creating and customizing PivotTables and Pivot Charts for advanced data analysis.</p>



<p>5. <strong>Working with Multiple Sheets:</strong> Techniques for managing data across multiple sheets and workbooks.</p>



<p>6. <strong>Introduction to Macros:</strong> Basics of recording and running macros to automate repetitive tasks.</p>



<p>Upon completing this level, learners will have the skills to perform more complex data analysis, manage larger datasets, and create dynamic reports.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Excel Level 3: Advanced Excel training – Ask us to train your team on Advance Excel</mark></strong></p>



<p>Training on Excel Level 3 is aimed at users who are already proficient in intermediate Excel skills and seek to master the advanced features for high-level data analysis and automation.</p>



<p><strong>Key Learning Objectives</strong>:</p>



<p>1. <strong>Advanced Data Analysis</strong>: Using advanced functions like INDEX, MATCH, and array formulas.</p>



<p>2. <strong>Data Modeling</strong>: Techniques for building robust data models and using Power Query.</p>



<p>3. <strong>Advanced PivotTable Features</strong>: Creating calculated fields, using slicers, and integrating PivotTables with external data sources.</p>



<p>4. <strong>Advanced Charting:</strong> Creating and customizing advanced charts for professional presentations.</p>



<p>5. <strong>Advanced Macros and VBA:</strong> Writing and editing VBA code to create custom functions and automate complex tasks.</p>



<p>6. <strong>Data Security:</strong> Techniques for protecting and securing Excel data.</p>



<p>Graduates of this level will be capable of leveraging Excel&#8217;s full potential, including advanced data analysis, automation, and data visualization techniques.</p>



<p><strong>Why Choose <a href="https://itstechschool.com/">Innovative Technology Solutions</a> for Excel Training?</strong></p>



<p><a href="https://itstechschool.com/">Innovative Technology Solutions</a> is renowned for its comprehensive and effective Excel training programs. Here’s why they stand out:</p>



<p>1. <strong>Expert Instructors</strong>: Courses are taught by industry experts with extensive experience in using and teaching Excel.</p>



<p>2. <strong>Hands-On Learning</strong>: Emphasis on practical exercises and real-world applications to ensure learners can apply their skills immediately.</p>



<p>3. <strong>Customized Training</strong>: Programs tailored to meet the specific needs of individuals and organizations.</p>



<p>4. <strong>Flexible Learning Options</strong>: Availability of in-person, online, and hybrid courses to accommodate different learning preferences.</p>



<p>5. <strong>Comprehensive Resources</strong>: Access to a wealth of learning materials, including tutorials, workbooks, and support forums.</p>



<p>Innovative Technology&#8217;s structured approach ensures that learners at every level, from beginners to advanced users, can enhance their Excel skills effectively and efficiently.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Conclusion</mark></strong></p>



<p>Mastering Excel is a journey that involves continuous learning and practice. By progressing through the three levels of Excel training—Excel for beginner, Excel for intermediate, and Advance Excel — you can build a robust skill set that will enhance your productivity and open up new career opportunities. With Innovative Technology&#8217;s expert guidance, you can be assured of a top-notch learning experience that equips you with the skills to excel in any data-driven environment.</p>



<p>Start your Excel training journey today with <a href="https://itstechschool.com/">Innovative Technology Solutions</a> and unlock the full potential of Excel in your professional life!</p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/advanced-training-in-excel/">Advanced Training in Excel</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itstechschool.com/advanced-training-in-excel/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mastering Power BI</title>
		<link>https://itstechschool.com/mastering-power-bi/</link>
					<comments>https://itstechschool.com/mastering-power-bi/#respond</comments>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Thu, 04 Jul 2024 05:51:22 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=5384</guid>

					<description><![CDATA[<p>Mastering Power BI with ITS: The Best Training and Resources for Your Data Journey Welcome to our blog, where we dive into the world of Power BI, Microsoft&#8217;s powerful data visualization tool. Whether you&#8217;re just starting out or looking to enhance your skills, we have compiled the best Power BI training i.e. resources, online courses,&#8230;&#160;<a href="https://itstechschool.com/mastering-power-bi/" rel="bookmark"><span class="screen-reader-text">Mastering Power BI</span></a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/mastering-power-bi/">Mastering Power BI</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Mastering</mark> </strong><a href="https://itstechschool.com/power-bi-2/"><strong>Power BI with ITS</strong></a><strong>: <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">The Best Training and Resources for Your Data Journey</mark></strong></p>



<p>Welcome to our blog, where we dive into the world of Power BI, Microsoft&#8217;s powerful data visualization tool. Whether you&#8217;re just starting out or looking to enhance your skills, we have compiled the best <a href="https://itstechschool.com/power-bi-2/">Power BI training</a> i.e. resources, online courses, and video series to help you become a Power BI expert.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Why</mark> </strong><a href="https://itstechschool.com/power-bi-2/"><strong>Learn Power BI</strong></a><strong>?</strong></p>



<p>Power BI is a versatile business analytics service that provides interactive visualizations and business intelligence capabilities with an interface simple enough for end users to create their own reports and dashboards. Here are a few reasons why learning Power BI is a game-changer:</p>



<ol class="wp-block-list" start="1">
<li><strong>Data Visualization</strong>: Transform raw data into stunning visuals and interactive reports.</li>



<li><strong>Business Insights</strong>: Gain valuable insights to drive business decisions.</li>



<li><strong>Ease of Use</strong>: User-friendly interface for both beginners and advanced users.</li>



<li><strong>Integration</strong>: Seamlessly integrates with other Microsoft tools like Excel and Azure.</li>



<li><strong>Community Support</strong>: A robust community of users and experts to learn from and share knowledge with.</li>
</ol>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Best Training on Power BI</mark></strong></p>



<p>Finding the <a href="https://itstechschool.com/power-bi-2/">best training on Power BI</a> can be overwhelming, given the plethora of resources available. Here are our top picks for the most effective training programs:</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">1. Microsoft Power BI Guided Learning</mark></strong></p>



<p>Microsoft offers a comprehensive guided learning path for Power BI, covering everything from the basics to advanced topics. This is an excellent starting point for beginners.</p>



<p><strong><a href="https://youtu.be/itoAbdBufRo" target="_blank" rel="noopener">Explore Power BI YouTube videos</a></strong></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">2. Coursera&#8217;s Power BI Courses</mark></strong></p>



<p>Coursera offers courses from top universities and companies. You can find specialized courses that focus on different aspects of Power BI, including data analysis, visualization, and DAX (Data Analysis Expressions).</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">3. Udemy&#8217;s Power BI Training</mark></strong></p>



<p>Udemy hosts a wide variety of Power BI courses, from beginner to expert levels. The courses are often on sale, making it an affordable option for comprehensive training.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">4. Power BI group training</mark></strong></p>



<p>ITS offers corporate training on POWER BI, we do have 2 levels of trainings i.e. Power BI basic and Advance POWER BI training. you can connect at <a href="mailto:aman.khanna@itsgroup.in">aman.khanna@itsgroup.in</a> for corporate training requirement.</p>



<p><a href="https://youtu.be/itoAbdBufRo" target="_blank" rel="noopener"><strong>Learn Power BI Online</strong></a></p>



<p>Online learning platforms provide flexibility and a wealth of resources to learn Power BI at your own pace. Here are some recommended platforms:</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">1. LinkedIn Learning</mark></strong></p>



<p>LinkedIn Learning offers numerous Power BI courses, taught by industry experts. The platform also provides a certificate upon completion, which can be showcased on your LinkedIn profile.</p>



<p><a href="https://www.linkedin.com/learning/search?keywords=power%20bi" target="_blank" rel="noopener"><strong>Browse LinkedIn Learning Power BI Courses</strong></a></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">2. edX Power BI Courses</mark></strong></p>



<p>edX partners with leading universities and institutions to provide high-quality courses. Their Power BI courses cover essential skills and advanced techniques.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Explore edX Power BI Courses</mark></strong></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">See Our Complete Power BI Video Series on YouTube</mark></strong></p>



<p>For visual learners, YouTube is a treasure trove of free tutorials and in-depth guides on Power BI. We have curated a complete video series on our YouTube channel to help you master Power BI from the ground up.</p>



<p><a href="https://itstechschool.com/power-bi-2/">Connect us for corporate training on POWER BI</a></p>



<p><a href="https://youtu.be/itoAbdBufRo" target="_blank" rel="noopener"><strong>Watch Our Power BI Video Series on YouTube</strong></a></p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color"><strong>Our YouTube series covers:</strong></mark></p>



<ul class="wp-block-list">
<li>Getting started with Power BI</li>



<li>Creating your first report</li>



<li>Advanced data modeling and DAX functions</li>



<li>Best practices for data visualization</li>



<li>Real-world use cases and examples</li>
</ul>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Conclusion</mark></strong></p>



<p>Learning Power BI is an investment in your future, preparing you to analyze data, develop interactive dashboards, and make data-driven decisions. With the best training resources, online courses, and our extensive video series, you&#8217;ll be well-prepared to become a Power BI expert.</p>



<p>Stay tuned for more tips, tutorials, and updates on Power BI. <strong>Happy learning!</strong></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/mastering-power-bi/">Mastering Power BI</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itstechschool.com/mastering-power-bi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ITIL Foundation Training and Exam</title>
		<link>https://itstechschool.com/itil-foundation-training-and-exam/</link>
					<comments>https://itstechschool.com/itil-foundation-training-and-exam/#respond</comments>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Mon, 17 Jun 2024 11:12:01 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=5377</guid>

					<description><![CDATA[<p>ITIL Foundation Training and Exam: Your Path to IT Service Management Success In today&#8217;s competitive IT world, understanding the principles of IT Service Management (ITSM) is critical for workers seeking to advance their careers. The ITIL (Full form of ITIL is Information Technology Infrastructure Library) framework provides a complete set of best practices for ITSM.&#8230;&#160;<a href="https://itstechschool.com/itil-foundation-training-and-exam/" rel="bookmark"><span class="screen-reader-text">ITIL Foundation Training and Exam</span></a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/itil-foundation-training-and-exam/">ITIL Foundation Training and Exam</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">ITIL Foundation Training and Exam: Your Path to IT Service Management Success</mark></strong></p>



<p>In today&#8217;s competitive IT world, understanding the principles of IT Service Management (ITSM) is critical for workers seeking to advance their careers. The ITIL (Full form of ITIL is Information Technology Infrastructure Library) framework provides a complete set of best practices for ITSM. Whether you&#8217;re in India or Dubai, knowing ITIL Foundation training and the ITIL exam procedure will help you advance your career.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Understanding ITIL Foundation Training</mark></strong></p>



<p><a href="https://itstechschool.com/itil-certification-training/">ITIL Foundation training</a> is the entry-level certification course for ITIL, designed to provide participants with a fundamental understanding of the ITIL framework and its core concepts. Eligibility of ITIL Foundation &#8211; This training is suitable for IT professionals, business managers, and anyone involved in delivering IT services.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Benefits of </mark></strong><a href="https://itstechschool.com/itil-certification-training/"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color"><strong>ITIL Foundation Training</strong></mark></a></p>



<ol class="wp-block-list" start="1">
<li><strong>Enhanced Knowledge</strong>: Detailed training improves understanding of ITSM best practices.</li>



<li><strong>Career Growth</strong>: Improve your job prospects and differentiate yourself in the competitive IT job market.</li>



<li><strong>Increased Efficiency</strong>: Learn how to use ITIL practices to streamline IT services in your firm.</li>
</ol>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">ITIL Foundation Training in Gurgaon</mark></strong></p>



<p>Gurgaon, a significant IT hub in India, provides several options for <a href="https://itstechschool.com/itil-certification-training/">ITIL Foundation training</a>. Several respected <a href="https://itstechschool.com/">training companies</a> offer extensive courses, both online and in person, to meet the demands of IT workers.</p>



<p><a href="https://itstechschool.com/itil-certification-training/"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color"><strong>ITIL Foundation Training</strong></mark></a><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color"> in Dubai</mark></strong></p>



<p>Dubai, a global business centre, also hosts several institutes that offer top-notch <a href="https://itstechschool.com/itil-certification-training/">ITIL Foundation training.</a> These courses are designed to meet the needs of professionals working in diverse industries.</p>



<p><a href="https://itstechschool.com/itil-v4-foundation-quiz-1/"><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">ITIL Exam Types</mark></strong></a></p>



<p>The ITIL Foundation exam is designed to test your understanding of the ITIL framework and its application. The exam format is straightforward but requires thorough preparation.</p>



<p><a href="https://itstechschool.com/itil-v4-foundation-quiz-1/"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color"><strong>ITIL Foundation Exam</strong></mark></a><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color"> Format</mark></strong></p>



<ul class="wp-block-list">
<li><strong>Type</strong>: Multiple-choice</li>



<li><strong>Number of Questions</strong>: 40</li>



<li><strong>Duration</strong>: 60 minutes</li>



<li><strong>Passing Score</strong>: 65% (26 out of 40 questions)</li>



<li><strong>Delivery Method</strong>: Online or in-person at accredited testing centers</li>
</ul>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Preparing for the ITIL Exam</mark></strong></p>



<p>Effective preparation is key to passing the ITIL Foundation exam. Here are some tips to help you succeed:</p>



<ol class="wp-block-list" start="1">
<li><strong>Study the Official ITIL Foundation Guide</strong>: This tutorial covers all of the key concepts and principles you&#8217;ll need to understand.</li>



<li><strong>Enroll in a Training Course</strong>: Professional training courses offer disciplined learning and professional perspective.</li>



<li><strong>Use ITIL Mock Tests</strong>: Practice examinations allow you to familiarize yourself with the exam structure and find areas for development.</li>
</ol>



<p><a href="https://itstechschool.com/itil-v4-foundation-quiz-1/"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color"><strong>ITIL Mock Test</strong></mark></a><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">: A Crucial Tool for Exam Success</mark></strong></p>



<p>Mock tests are an invaluable resource for anyone preparing for <a href="https://itstechschool.com/itil-v4-foundation-quiz-1/">the ITIL Foundation exam</a>. These practice tests simulate the actual exam environment, allowing you to assess your knowledge and improve your test-taking skills.</p>



<p><a href="https://itstechschool.com/itil-v4-foundation-quiz-1/"><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Benefits of ITIL Mock Tests</mark></strong></a></p>



<ol class="wp-block-list" start="1">
<li><strong>Exam Familiarity</strong>: Get familiar with exam and exam format + types of questions.</li>



<li><strong>Time Management</strong>: Practice completing the exam within the allotted time. 40 questions in 60 minutes.</li>



<li><strong>Identify Weaknesses</strong>: Focus your study efforts on areas that need improvement.</li>
</ol>



<p><a href="https://itstechschool.com/itil-v4-foundation-quiz-1/"><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Where to Find ITIL Mock Tests</mark></strong></a></p>



<ul class="wp-block-list">
<li><strong>Online Training Providers</strong>: Many offer <a href="https://itstechschool.com/itil-v4-foundation-quiz-1/">free ITIL Mock test</a> or paid mock tests as part of their training packages.</li>



<li><strong>Official ITIL Websites</strong>: Provide sample questions and practice exams.</li>



<li><strong>ITIL Study Guides</strong>: Often include practice questions and tests.</li>
</ul>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-1-color">Conclusion</mark></strong></p>



<p>Investing in <a href="https://itstechschool.com/itil-certification-training/">ITIL Foundation training</a> and passing the <a href="https://itstechschool.com/itil-v4-foundation-quiz-1/">ITIL Foundation exam</a> can significantly enhance your career in IT Service Management. Whether you&#8217;re in India or Dubai, there are excellent training options available to help you succeed. Utilizing resources like <a href="https://itstechschool.com/itil-v4-foundation-quiz-1/">ITIL mock tests</a> can further ensure you’re well-prepared for the exam. Embrace the journey towards ITIL certification and take a step forward in your professional growth.</p>



<p>For more information on ITIL Foundation or ITIL training or ITIL Exam voucher connect at <a href="mailto:aman.khanna@itsgroup.in">aman.khanna@itsgroup.in</a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/itil-foundation-training-and-exam/">ITIL Foundation Training and Exam</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itstechschool.com/itil-foundation-training-and-exam/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Guide : Red Hat Certification Exam in India</title>
		<link>https://itstechschool.com/guide-red-hat-certification-exam-in-india/</link>
					<comments>https://itstechschool.com/guide-red-hat-certification-exam-in-india/#respond</comments>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Fri, 14 Jun 2024 10:58:47 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=5370</guid>

					<description><![CDATA[<p>Your Guide to the Red Hat Certification Exam in India: Cost, Structure, and preparation tips Preparation Tips If you&#8217;re pursuing a career in IT and considering obtaining a Red Hat certification, you&#8217;re making a wise choice. Red Hat certifications are globally recognized and highly valued in the industry, especially for roles Open source, LINUX flavour&#8230;&#160;<a href="https://itstechschool.com/guide-red-hat-certification-exam-in-india/" rel="bookmark"><span class="screen-reader-text">Guide : Red Hat Certification Exam in India</span></a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/guide-red-hat-certification-exam-in-india/">Guide : Red Hat Certification Exam in India</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color">Your Guide to the Red Hat Certification Exam in India: Cost, Structure, and preparation tips</mark></strong></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Preparation Tips</mark></strong></p>



<p>If you&#8217;re pursuing a career in IT and considering obtaining a Red Hat certification, you&#8217;re making a wise choice. Red Hat certifications are globally recognized and highly valued in the industry, especially for roles Open source, LINUX flavour system administration, cloud technologies, and DevOps. This guide will walk you through the essentials of the <strong>Red Hat exam in India</strong>, including the cost, exam structure, and key preparation tips to help you succeed. We ITS Redhat Education partner prepare you for the Red hat examinations.</p>



<p>Or we recommend attending and Instructor led training for <a href="https://itstechschool.com/redhat-training/">Red hat courses</a> and post that one should attempt for Red hat Examination.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Red Hat Exam Cost in India</mark></strong></p>



<p>The cost of the Red Hat exam in India is Rs. 20,000/- plus GST. The inclusion of GST means the total cost will vary slightly depending on the current GST rate, which is 18% as of now. Therefore, the total cost you should be prepared to pay is:</p>



<p>Total&nbsp;Cost=20,000+(20,000×0.18)=20,000+3,600=Rs.23,600/−</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Red Hat Exam Structure: 100% Practical and Live Proctor Monitored</mark></strong></p>



<p>One of the defining features of the <strong>Red Hat certification exam</strong> is its 100% practical, scenario-based structure. Unlike traditional exams that may rely on multiple-choice questions, the Red Hat exam requires candidates to demonstrate their skills in a hands-on environment. This practical approach ensures that certified professionals are truly capable of performing critical tasks in real-world settings.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Most demanding Red Hat examinations</mark></strong></p>



<p><strong>EX200 – RHCSA</strong> – you can prepare for EX200 examination by learning <a href="https://itstechschool.com/rh199-rhcsa-rapid-track-course/">RH199</a>.&nbsp; <strong>Cost for RHCSA Ex200 exam is Rs. 20000/- + 18% GST</strong></p>



<p><strong>EX294 – RHCE</strong> – <strong>Ansible Exam</strong> &#8211; you can prepare for EX294 examination by learning <a href="https://itstechschool.com/rh294-red-hat-enterprise-linux-automation-with-ansible/">RH294</a>. <strong>Cost for Red Hat Ansible Ex294 exam is Rs. 20,000/- + 18% GST</strong></p>



<p><strong>EX210 – CL210 – Openstack Exam</strong> &#8211; you can prepare for EX200 examination by learning <a href="https://itstechschool.com/cl110-red-hat-openstack-administration-1/">CL110</a>+ <a href="https://itstechschool.com/cl210-red-hat-openstack-administration-ii/">Cl210</a>. <strong>Cost for Openstack Ex210 exam is Rs. 20,000/- + 18% GST</strong></p>



<p><strong>EX280 – OpenShift Exam</strong> – You can prepare for Ex280 examination by learning <a href="https://itstechschool.com/openshift-training-do180/">DO180</a> + <a href="https://itstechschool.com/do280-red-hat-openshift-administration-ii/">DO280</a>. <strong>Cost for Openshift EX280 exam is Rs. 20,000/- + 18% GST</strong></p>



<p><strong>You can drop an email at </strong><a href="mailto:aman.khanna@itsgroup.in"><strong>aman.khanna@itsgroup.in</strong></a><strong> for more enquiry on Red Hat exams.</strong></p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Key Aspects of the Red Hat Exam Structure</mark></strong></p>



<ol class="wp-block-list" start="1">
<li><strong>Scenario-Based Tasks</strong>: Candidates are given assignments that represent real-world difficulties. For example, you may need to configure a server, handle network issues, or install security measures.</li>



<li><strong>Live Proctor Monitoring</strong>: A live proctor monitors the Red Hat exam in real time. This protects the exam&#8217;s integrity and creates a fair testing environment. The proctor can assist with any technical concerns and ensure that applicants follow the exam guidelines..</li>



<li><strong>Utilize Official Resources</strong></li>
</ol>



<p>Red Hat provides a number of official materials, such as training classes, books, and practice examinations. Investing in these tools allows for structured learning and insights from the exam&#8217;s designers.</p>



<ul class="wp-block-list">
<li><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Join Study Groups and Forums</mark></strong></li>
</ul>



<p>Joining a study group or online forum can be quite beneficial. These communities provide support, information, and can answer any questions you may have. Engaging with peers can help increase motivation and accountability.</p>



<ul class="wp-block-list">
<li><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Take Care of Logistics</mark></strong></li>
</ul>



<p>If you&#8217;re taking the exam remotely, make sure you have a good internet connection, a calm setting, and all essential equipment (such as a webcam and microphone) well in advance. To avoid last-minute complications, familiarize yourself with the exam software and proctoring process.</p>



<ul class="wp-block-list">
<li><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-nv-c-2-color">Final Thoughts</mark></strong></li>
</ul>



<p>Earning a Red Hat certification is a noteworthy achievement that can lead to expanded job options and higher pay. You can improve your chances of success by understanding the costs, planning efficiently, and utilizing available resources. Remember that the key to passing the Red Hat certification is practical experience and a solid understanding of real-world events. Good luck! Innovative technology solutions is Red Hat authorise partner. For more information on Red Hat training or Red hat examination , feel free to drop an email at <a href="mailto:aman.khanna@itsgroup.in">aman.khanna@itsgroup.in</a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/guide-red-hat-certification-exam-in-india/">Guide : Red Hat Certification Exam in India</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itstechschool.com/guide-red-hat-certification-exam-in-india/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ansible</title>
		<link>https://itstechschool.com/ansible/</link>
					<comments>https://itstechschool.com/ansible/#respond</comments>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Thu, 13 Jun 2024 09:33:06 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=5344</guid>

					<description><![CDATA[<p>Mastering IT Automation: A Guide to Ansible Training Automation has emerged as the foundation of successful IT operations in today&#8217;s fast-paced technological world. Ansible is a popular tool for IT automation. Whether you&#8217;re an experienced sysadmin or just starting out in IT, Ansible training can open you a world of possibilities for optimizing operations, minimizing&#8230;&#160;<a href="https://itstechschool.com/ansible/" rel="bookmark"><span class="screen-reader-text">Ansible</span></a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/ansible/">Ansible</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color">Mastering IT Automation: A Guide to Ansible Training</mark></strong></p>



<p>Automation has emerged as the foundation of successful IT operations in today&#8217;s fast-paced technological world. Ansible is a popular tool for IT automation. Whether you&#8217;re an experienced sysadmin or just starting out in IT, Ansible training can open you a world of possibilities for optimizing operations, minimizing errors, and increasing productivity. Ansible learning is step by step approach.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color">What is Ansible?</mark></strong></p>



<p>Ansible is an open-source automation tool for managing configurations, deploying applications, automating tasks, and orchestrating IT operations. Ansible is automation tool to deploy application on multiple nodes/servers in one go. Its straightforward, agentless architecture makes it a popular choice among IT experts. Ansible describes system setups using declarative language, which ensures consistent and repeatable results. Many companies are using Ansible for deployments and they are looking for skilled resources on Ansible.</p>



<p><strong>Why </strong><a href="https://itstechschool.com"><strong>Learn Ansible</strong></a><strong>?</strong></p>



<p><strong>1. </strong>Maximize efficiency by automating repetitive operations to free up time for strategic work.</p>



<p><strong>2. </strong>Ensure consistency in setups across many servers.</p>



<p><strong>3. Scalability: </strong>Easily handle large-scale deployments.</p>



<p><strong>4. Simplicity: </strong>Ansible&#8217;s YAML-based playbooks are straightforward to read and write.</p>



<p><strong>5. Community Support: </strong>A broad and active community offers many resources and support.</p>



<p><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color"><strong>Key Components of Ansible</strong></mark></p>



<ul class="wp-block-list">
<li><strong>Playbooks</strong>: YAML files containing a series of tasks to be executed on managed nodes.</li>



<li><strong>Inventory</strong>: A list of servers or nodes where the tasks are executed.</li>



<li><strong>Modules</strong>: Pre-built tools that perform specific functions, such as installing software or managing services.</li>



<li><strong>Roles</strong>: Groupings of related tasks, variables, and files to simplify playbook organization.</li>
</ul>



<p><strong>Our Ansible enterprise training is tailored to pros, covering both learning and implementation. We created Ansible training so that it may be implemented internally without delay. </strong><strong>Getting Started with Ansible Training</strong></p>



<p><strong>1. Online Courses and Tutorials</strong></p>



<p>There are various online venues that provide extensive Ansible training. Some prominent alternatives are:</p>



<ul class="wp-block-list">
<li>Udemy offers online videos for all skill levels.</li>



<li>Ansible training from <a href="https://itstechschool.com">corporate training company</a>.</li>
</ul>



<p><strong>2. Documentation and Books</strong></p>



<p>Ansible&#8217;s official documentation serves as a good learning resource. Additionally, books such as Jeff Geerling&#8217;s &#8220;Ansible for DevOps&#8221; offer in-depth knowledge and practical examples.</p>



<p><strong>3. Hands-On Practice</strong></p>



<p>The greatest way to learn Ansible is through experience. Create a lab environment with virtual machines or cloud instances to practice developing playbooks and managing configurations.</p>



<p>1 GB RAM + 1 VCPU + 16 GB HDD is the bare minimum configuration you require to run Ansible machine.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color">Ansible Certification</mark></strong></p>



<p>Ansible offers certification programs to validate your skills. The Red Hat Certified Specialist in Ansible Automation (EX294) is a highly regarded certification that demonstrates your proficiency in using Ansible for IT automation. You can connect with <a href="http://www.itstechschool.com">www.itstechschool.com</a> for more information.</p>



<p><a href="https://itstechschool.com/rh294-red-hat-enterprise-linux-automation-with-ansible/">RH294</a> is a Red Hat Ansible course produced by Red Hat that includes courseware, lab scenarios, and a cloud lab for hands-on activities. And if you are looking for corporate training on Ansible, connect with us ass <a href="https://itstechschool.com/rh294-red-hat-enterprise-linux-automation-with-ansible/">Red hat partner</a>.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color">Community and Support</mark></strong></p>



<p>Join the Ansible community to keep up with the newest advancements, share knowledge, and seek assistance. Participate in online forums, webinars, and local knowledge bodies.</p>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color">Advanced Ansible Techniques</mark></strong></p>



<p>Once you&#8217;ve mastered the basic Ansible, consider diving into more advanced topics such as:</p>



<ul class="wp-block-list">
<li><strong>Custom Modules</strong>: Create your own modules to extend Ansible&#8217;s functionality.</li>



<li><strong>Ansible Tower</strong>: A web-based solution for managing and scaling Ansible automation, which comes in advance module.</li>



<li><strong>Ansible Galaxy</strong>: Share and reuse roles through Ansible&#8217;s role repository.</li>
</ul>



<p><strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color">Conclusion</mark></strong></p>



<p>Investing in <a href="https://itstechschool.com/rh294-red-hat-enterprise-linux-automation-with-ansible/">Ansible training</a> can significantly enhance your IT skill set and improve your team&#8217;s efficiency. And always look for excellent <a href="https://itstechschool.com">Red hat training partner</a>.</p>



<p>Connect with us at <strong><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-neve-link-color-color"><a href="mailto:aman.khanna@itsgroup.in">aman.khanna@itsgroup.in</a></mark></strong> for more information or training on Ansible.</p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/ansible/">Ansible</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itstechschool.com/ansible/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Excel Post Assessment</title>
		<link>https://itstechschool.com/excel-post-assessment/</link>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Fri, 05 Jan 2024 06:46:31 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=4582</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://itstechschool.com/excel-post-assessment/">Excel Post Assessment</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class='wrong_shortcode_text' style='color:red;'>Wrong shortcode initialized</p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/excel-post-assessment/">Excel Post Assessment</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Pre Assessment</title>
		<link>https://itstechschool.com/excel-pre-assessment/</link>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Fri, 05 Jan 2024 06:42:56 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=4580</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://itstechschool.com/excel-pre-assessment/">Excel Pre Assessment</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class='wrong_shortcode_text' style='color:red;'>Wrong shortcode initialized</p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/excel-pre-assessment/">Excel Pre Assessment</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TOP CLOUD COMPUTING SKILLS</title>
		<link>https://itstechschool.com/top-cloud-computing-skills/</link>
					<comments>https://itstechschool.com/top-cloud-computing-skills/#respond</comments>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Wed, 01 Nov 2023 12:12:40 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[aws exams]]></category>
		<category><![CDATA[AWS Training]]></category>
		<category><![CDATA[aws training and certifications]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=4459</guid>

					<description><![CDATA[<p>As the market shifts from in-house / on-premise to CLOUD, and every company is using CLOUD services or CLOUD service providers to build their own hybrid cloud solutions, they require CLOUD professionals. This does not mean they should know cloud as administrators, but rather as architects. Learning and administering cloud services is simple; the difficult&#8230;&#160;<a href="https://itstechschool.com/top-cloud-computing-skills/" rel="bookmark"><span class="screen-reader-text">TOP CLOUD COMPUTING SKILLS</span></a></p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/top-cloud-computing-skills/">TOP CLOUD COMPUTING SKILLS</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>As the market shifts from in-house / on-premise to CLOUD, and every company is using CLOUD services or CLOUD service providers to build their own hybrid cloud solutions, they require CLOUD professionals. This does not mean they should know cloud as administrators, but rather as architects.</p>



<p>Learning and administering cloud services is simple; the difficult part is determining which cloud solution best meets your needs. Either you need to use IAAS or PAAS, or you have already available solutions such as SaaS that meet your needs.&nbsp; SaaS customization is also a challenge.</p>



<p>The IT market is very dynamic, and IT services depend on how quickly your data is available, as well as how companies can optimize cost, speed, data security, government policies, service integration, and, last but not least, 100% uptime. So enterprises are not taking any chances by hiring half-cooked cloud professionals; instead, they prefer to hire certified professionals, and the top ten cloud computing skills are listed below based on market trends:</p>



<h3 class="wp-block-heading"><strong>TOP Trending CLOUD skills in 2023</strong></h3>



<figure class="wp-block-table is-style-stripes"><table class="has-neve-text-color-color has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background has-text-color has-background"><tbody><tr><td><strong>Ranked by enterprises</strong></td><td><strong>Rank</strong></td></tr><tr><td>Amazon Web Services (AWS)</td><td>1</td></tr><tr><td>AWS Certified Cloud Practitioner</td><td>2</td></tr><tr><td>AWS Certified Solutions Architect – Associate</td><td>3</td></tr><tr><td>Microsoft Azure Fundamentals (AZ-900) certification</td><td>4</td></tr><tr><td>AWS Certified Developer – Associate</td><td>5</td></tr><tr><td>Microsoft Azure Administrator (AZ-104) certification</td><td>6</td></tr><tr><td>Microsoft Azure</td><td>7</td></tr><tr><td>Foundational cloud computing</td><td>8</td></tr><tr><td>Google Associate Cloud Engineer certification</td><td>9</td></tr><tr><td>Spring Cloud</td><td>10</td></tr></tbody></table></figure>



<h3 class="wp-block-heading">AWS training path</h3>



<p>AWS is offering multiple trainings and certification from administration, DevOps , security or Development. The most demanding certificate is AWS Solutions architect. AWS certification cost and AWS training durations are listed below</p>



<figure class="wp-block-table is-style-stripes"><table class="has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background has-background"><tbody><tr><td><strong>Level</strong></td><td><strong>Certification name</strong></td><td><strong>Training duration</strong></td><td><strong>Examination cost</strong></td></tr><tr><td>Level 1</td><td>AWS Cloud Practitioner</td><td>8 hours</td><td>USD 100</td></tr><tr><td>Level 2</td><td>AWS Solutions architect</td><td>24 hours</td><td>USD 150</td></tr><tr><td>Level 3</td><td>AWS solutions architect professional</td><td>24 hours</td><td>USD 300</td></tr></tbody></table></figure>



<p>Similarly, AWS offers other certifications as well, for information, please feel free to connect us at <a href="mailto:aman.khanna@itsgroup.in">aman.khanna@itsgroup.in</a></p>



<p>AWS Devops certification cost is USD 150 and training duration is 24 hours.</p>



<p>AWS Security essential certification cost is USD 300 and training duration is 24 hours.</p>



<p>AWS developer certification cost is USD 150 and training duration is 24 hours.</p>



<p>Learning AWS from an AWS certified instructor is the same as learning from a certified professional, so before hiring or opting for AWS training, check the trainer profile because you are investing your money, time, and future in what you learn.</p>



<p>Looking for official training on AWS contact us at <a href="mailto:aman.khanna@itsgroup.in">aman.khanna@itsgroup.in</a>. if you are college student and your can create a batch for college peers that will help you to learn and save on cost.</p>



<p>Lets plan for AWS certification and secure your future.</p>



<p><sub><img decoding="async" width="25" height="25" class="wp-image-4103" style="width: 25px;" src="https://itstechschool.com/wp-content/uploads/2023/07/Email.png" alt="Email" srcset="https://itstechschool.com/wp-content/uploads/2023/07/Email.png 512w, https://itstechschool.com/wp-content/uploads/2023/07/Email-300x300.png 300w, https://itstechschool.com/wp-content/uploads/2023/07/Email-100x100.png 100w, https://itstechschool.com/wp-content/uploads/2023/07/Email-150x150.png 150w" sizes="(max-width: 25px) 100vw, 25px" /></sub>  <strong>For AWS Training and Certifications Contact at</strong> &#8211; <a href="mailto:aman.khanna@itsgorup.in">aman.khanna@itsgorup.in</a>.</p>
<p>The post <a rel="nofollow" href="https://itstechschool.com/top-cloud-computing-skills/">TOP CLOUD COMPUTING SKILLS</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://itstechschool.com/top-cloud-computing-skills/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CCNA Quiz &#8211; 2</title>
		<link>https://itstechschool.com/ccna-quiz-2/</link>
		
		<dc:creator><![CDATA[Shubham verma]]></dc:creator>
		<pubDate>Wed, 16 Aug 2023 06:29:20 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://itstechschool.com/?p=4260</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://itstechschool.com/ccna-quiz-2/">CCNA Quiz &#8211; 2</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
            <div class='ays-quiz-container ays_quiz_classic_light   ays-quiz-keyboard-active' data-quest-effect='shake'  data-hide-bg-image='false' id='ays-quiz-container-7'>
                <div class='ays-live-bar-wrap '><div class='ays-live-bar-fill ' style='width: 0%;'><span><span class='ays-live-bar-percent ays-live-bar-count'></span>/20</span></div></div>
                
                <div class='ays-questions-container'>
                    
                    <qm_users_count class='ays_quizn_ancnoxneri_qanak'><i class='ays_fa ays_fa_users'></i> 0</qm_users_count>
                    
                    <form action='' method='post' id='ays_finish_quiz_7' 
                        class='ays-quiz-form  enable_questions_result '
                    >
            <input type='hidden' value='list' class='answer_view_class'>
            <input type='hidden' value='' class='ays_qm_enable_arrows'><section  class='ays_quiz_timer_container'>
                <div class='ays-quiz-timer ays-quiz-message-before-timer' data-timer='1200'><p>"Welcome to the CCNA Quiz! Test your knowledge of CCNA (Cisco Certified Network Associate) principles and practices. Get ready to challenge yourself and enhance your skills."</p>
</div>
                <div class='ays-quiz-after-timer  empty_after_timer_text '></div>
                <hr style='height:1px;'>
            </section>
            
            
            <div class='step active-step'>
                <div class='ays-abs-fs ays-start-page'>
                    <div class='ays_cb_and_a'><span>   Created by </span><img decoding="async" alt="e64785abb414a6951a07d4a2e28d449c12a7538800da965d9627f7875696c1f1?s=32&#038;d=mm&#038;r=g" src="https://secure.gravatar.com/avatar/e64785abb414a6951a07d4a2e28d449c12a7538800da965d9627f7875696c1f1?s=32&#038;d=mm&#038;r=g" srcset="https://secure.gravatar.com/avatar/e64785abb414a6951a07d4a2e28d449c12a7538800da965d9627f7875696c1f1?s=64&#038;d=mm&#038;r=g 2x" class="avatar avatar-32 photo" height="32" width="32"><strong>Shubham verma</strong></div>
                    <img decoding="async" src="https://itstechschool.com/wp-content/uploads/2022/11/CCNA-300x300.png" alt="CCNA" class="ays_quiz_image">
                    <p class='ays-fs-title'>CCNA Quiz - 2</p>
                    <div class='ays-fs-subtitle'><p><em>Try out this free quiz to see how well you know your skills.</em></p>
</div>
                    <input type='hidden' name='ays_quiz_id' value='7'/>
                    <input type='hidden' name='ays_quiz_finish_nonce' value='91848d1ed0'>
                    <input type='hidden' name='ays_quiz_curent_page_link' class='ays-quiz-curent-page-link' value='https://itstechschool.com/feed/'/>
                    <input type='hidden' name='ays_quiz_questions' value='115,114,113,112,111,110,109,108,107,106,105,104,103,102,101,100,99,98,97,96'>
                    
                    
                    <input type='button'   class='ays_next start_button action-button ays-quiz-keyboard-active' value='Start' data-enable-leave-page="false" />
                    
                    </div>
                </div><div class='step'>
                                    <div class='ays-abs-fs ays-start-page information_form'>
                                    <div class='ays-form-title'><p>Please Enter some basic details about you before starting the quiz.</p>
</div>
                                        <label for='ays_form_field_user_name_7'>Name</label><input type='text' id='ays_form_field_user_name_7' name='ays_user_name' placeholder='Name' class='ays_quiz_form_input ays_animated_x5ms' required><label for='ays_form_field_user_email_7'>Email</label><input type='text' id='ays_form_field_user_email_7' name='ays_user_email' placeholder='Email' class='ays_quiz_form_input ays_animated_x5ms' required><label for='ays_form_field_user_phone_7'>Phone Number</label><input type='text' id='ays_form_field_user_phone_7' name='ays_user_phone' placeholder='Phone Number' class='ays_quiz_form_input ays_animated_x5ms' required>
                                        <div class='ays_buttons_div'>
                                            <i class='ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none'></i>
                                            <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                                        </div>
                                    </div>
                                  </div><div class='step ' data-question-id='97' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>1 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>1) </p>
<h3>Which plane is centralized in software-defined networking?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-97]' id='ays-answer-382-7' value='382'/>

                <label for='ays-answer-382-7' class='  ays_position_initial  ays-quiz-keyboard-label'>data</label><label for='ays-answer-382-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-97]' id='ays-answer-383-7' value='383'/>

                <label for='ays-answer-383-7' class='  ays_position_initial  ays-quiz-keyboard-label'>application</label><label for='ays-answer-383-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-97]' id='ays-answer-384-7' value='384'/>

                <label for='ays-answer-384-7' class='  ays_position_initial  ays-quiz-keyboard-label'>control</label><label for='ays-answer-384-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-97]' id='ays-answer-385-7' value='385'/>

                <label for='ays-answer-385-7' class='  ays_position_initial  ays-quiz-keyboard-label'>services</label><label for='ays-answer-385-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['97'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='101' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>2 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>2) </p>
<h3>A router has two static routes to the same destination network under the same OSPF process. How does the router forward packets to the destination if the next-hop devices are different?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-101]' id='ays-answer-399-7' value='399'/>

                <label for='ays-answer-399-7' class='  ays_position_initial  ays-quiz-keyboard-label'>The router chooses the next hop with the lowest MAC address.</label><label for='ays-answer-399-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-101]' id='ays-answer-400-7' value='400'/>

                <label for='ays-answer-400-7' class='  ays_position_initial  ays-quiz-keyboard-label'>The router load-balances traffic over all routes to the destination.</label><label for='ays-answer-400-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-101]' id='ays-answer-401-7' value='401'/>

                <label for='ays-answer-401-7' class='  ays_position_initial  ays-quiz-keyboard-label'>The router chooses the next hop with the lowest IP address.</label><label for='ays-answer-401-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-101]' id='ays-answer-402-7' value='402'/>

                <label for='ays-answer-402-7' class='  ays_position_initial  ays-quiz-keyboard-label'>The router chooses the route with the oldest age.</label><label for='ays-answer-402-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['101'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='109' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>3 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>3) </p>
<h3>Which action must be taken when password protection is implemented?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-109]' id='ays-answer-432-7' value='432'/>

                <label for='ays-answer-432-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Use less than eight characters in length when passwords are complex.</label><label for='ays-answer-432-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-109]' id='ays-answer-433-7' value='433'/>

                <label for='ays-answer-433-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Include special characters and make passwords as long as allowed.</label><label for='ays-answer-433-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-109]' id='ays-answer-434-7' value='434'/>

                <label for='ays-answer-434-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Share passwords with senior IT management to ensure proper oversight.</label><label for='ays-answer-434-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-109]' id='ays-answer-435-7' value='435'/>

                <label for='ays-answer-435-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Store passwords as contacts on a mobile device with single-factor authentication.</label><label for='ays-answer-435-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['109'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='112' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>4 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>4) </p>
<h3>What is the PUT method within HTTP?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-112]' id='ays-answer-444-7' value='444'/>

                <label for='ays-answer-444-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It displays a web site.</label><label for='ays-answer-444-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-112]' id='ays-answer-445-7' value='445'/>

                <label for='ays-answer-445-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It is a read-only operation.</label><label for='ays-answer-445-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-112]' id='ays-answer-446-7' value='446'/>

                <label for='ays-answer-446-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It replaces data at the destination.</label><label for='ays-answer-446-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-112]' id='ays-answer-447-7' value='447'/>

                <label for='ays-answer-447-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It is a nonidempotent operation.</label><label for='ays-answer-447-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['112'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='114' data-type='checkbox'>
                    
                    
                    <p class='ays-question-counter animated'>5 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>5) </p>
<h3>What are two protocols within the IPsec suite? (Choose two.)</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container enable_max_selection_number enable_min_selection_number'>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-114]' id='ays-answer-452-7' value='452'/>

                <label for='ays-answer-452-7' class='  ays_position_initial  ays-quiz-keyboard-label'>TLS</label><label for='ays-answer-452-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-114]' id='ays-answer-453-7' value='453'/>

                <label for='ays-answer-453-7' class='  ays_position_initial  ays-quiz-keyboard-label'>AES</label><label for='ays-answer-453-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-114]' id='ays-answer-454-7' value='454'/>

                <label for='ays-answer-454-7' class='  ays_position_initial  ays-quiz-keyboard-label'>3DES</label><label for='ays-answer-454-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-114]' id='ays-answer-455-7' value='455'/>

                <label for='ays-answer-455-7' class='  ays_position_initial  ays-quiz-keyboard-label'>ESP</label><label for='ays-answer-455-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-114]' id='ays-answer-456-7' value='456'/>

                <label for='ays-answer-456-7' class='  ays_position_initial  ays-quiz-keyboard-label'>AH</label><label for='ays-answer-456-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['114'] = 'eyJlbmFibGVfbWF4X3NlbGVjdGlvbl9udW1iZXIiOnRydWUsIm1heF9zZWxlY3Rpb25fbnVtYmVyIjoyLCJlbmFibGVfbWluX3NlbGVjdGlvbl9udW1iZXIiOnRydWUsIm1pbl9zZWxlY3Rpb25fbnVtYmVyIjoyfQ==';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        <div class="ays-quiz-question-validation-error" role="alert"></div>
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='115' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>6 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>6) </p>
<h3>What is the root port in STP?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-115]' id='ays-answer-457-7' value='457'/>

                <label for='ays-answer-457-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It is the port that is elected only when the root bridge has precisely one port on a single LAN segment.</label><label for='ays-answer-457-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-115]' id='ays-answer-458-7' value='458'/>

                <label for='ays-answer-458-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It is the port on the root switch that leads to the designated port on another switch.</label><label for='ays-answer-458-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-115]' id='ays-answer-459-7' value='459'/>

                <label for='ays-answer-459-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It is the port with the highest priority toward the root bridge.</label><label for='ays-answer-459-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-115]' id='ays-answer-460-7' value='460'/>

                <label for='ays-answer-460-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It is the port on a switch with the lowest cost to reach the root bridge.</label><label for='ays-answer-460-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['115'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='103' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>7 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>7) </p>
<h3>What is the definition of backdoor malware?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-103]' id='ays-answer-407-7' value='407'/>

                <label for='ays-answer-407-7' class='  ays_position_initial  ays-quiz-keyboard-label'>malicious code that is installed onto a computer to allow access by an unauthorized user</label><label for='ays-answer-407-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-103]' id='ays-answer-408-7' value='408'/>

                <label for='ays-answer-408-7' class='  ays_position_initial  ays-quiz-keyboard-label'>malicious code with the main purpose of downloading other malicious code</label><label for='ays-answer-408-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-103]' id='ays-answer-409-7' value='409'/>

                <label for='ays-answer-409-7' class='  ays_position_initial  ays-quiz-keyboard-label'>malicious code that infects a user machine and then uses that machine to send spam</label><label for='ays-answer-409-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-103]' id='ays-answer-410-7' value='410'/>

                <label for='ays-answer-410-7' class='  ays_position_initial  ays-quiz-keyboard-label'>malicious program that is used to launch other malicious programs</label><label for='ays-answer-410-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['103'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='105' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>8 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>8) </p>
<h3>What is a characteristic of private IPv4 addressing?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-105]' id='ays-answer-416-7' value='416'/>

                <label for='ays-answer-416-7' class='  ays_position_initial  ays-quiz-keyboard-label'>traverses the internet when an outbound ACL is applied</label><label for='ays-answer-416-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-105]' id='ays-answer-417-7' value='417'/>

                <label for='ays-answer-417-7' class='  ays_position_initial  ays-quiz-keyboard-label'>is used on internal hosts that stream data solely to external resources</label><label for='ays-answer-417-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-105]' id='ays-answer-418-7' value='418'/>

                <label for='ays-answer-418-7' class='  ays_position_initial  ays-quiz-keyboard-label'>complies with PCI regulations</label><label for='ays-answer-418-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-105]' id='ays-answer-419-7' value='419'/>

                <label for='ays-answer-419-7' class='  ays_position_initial  ays-quiz-keyboard-label'>allows multiple companies to use the same address without conflict</label><label for='ays-answer-419-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['105'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='100' data-type='checkbox'>
                    
                    
                    <p class='ays-question-counter animated'>9 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>9) </p>
<h3>Which two cable types must be used to connect an access point to the WLC when 2.5-Gbps and 5-Gbps upload speeds are required? (Choose two.)</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container enable_max_selection_number enable_min_selection_number'>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-100]' id='ays-answer-394-7' value='394'/>

                <label for='ays-answer-394-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Cat5e</label><label for='ays-answer-394-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-100]' id='ays-answer-395-7' value='395'/>

                <label for='ays-answer-395-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Cat3</label><label for='ays-answer-395-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-100]' id='ays-answer-396-7' value='396'/>

                <label for='ays-answer-396-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Cat5</label><label for='ays-answer-396-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-100]' id='ays-answer-397-7' value='397'/>

                <label for='ays-answer-397-7' class='  ays_position_initial  ays-quiz-keyboard-label'>10GBASE-T</label><label for='ays-answer-397-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-100]' id='ays-answer-398-7' value='398'/>

                <label for='ays-answer-398-7' class='  ays_position_initial  ays-quiz-keyboard-label'>1000BASE-LX/LH</label><label for='ays-answer-398-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['100'] = 'eyJlbmFibGVfbWF4X3NlbGVjdGlvbl9udW1iZXIiOnRydWUsIm1heF9zZWxlY3Rpb25fbnVtYmVyIjoyLCJlbmFibGVfbWluX3NlbGVjdGlvbl9udW1iZXIiOnRydWUsIm1pbl9zZWxlY3Rpb25fbnVtYmVyIjoyfQ==';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        <div class="ays-quiz-question-validation-error" role="alert"></div>
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='111' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>10 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>10) </p>
<h3>An engineer observes high usage on the 2.4GHz channels and lower usage on the 5GHz channels. What must be configured to allow clients to preferentially use 5GHz access points?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-111]' id='ays-answer-440-7' value='440'/>

                <label for='ays-answer-440-7' class='  ays_position_initial  ays-quiz-keyboard-label'>OEAP Split Tunnel</label><label for='ays-answer-440-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-111]' id='ays-answer-441-7' value='441'/>

                <label for='ays-answer-441-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Client Band Select</label><label for='ays-answer-441-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-111]' id='ays-answer-442-7' value='442'/>

                <label for='ays-answer-442-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Re-Anchor Roamed Clients</label><label for='ays-answer-442-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-111]' id='ays-answer-443-7' value='443'/>

                <label for='ays-answer-443-7' class='  ays_position_initial  ays-quiz-keyboard-label'>11ac MU-MIMO</label><label for='ays-answer-443-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['111'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='96' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>11 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>11) </p>
<h3>Which property is shared by 10GBase-SR and 10GBase-LR interfaces?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-96]' id='ays-answer-378-7' value='378'/>

                <label for='ays-answer-378-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Both require UTP cable media for transmission.</label><label for='ays-answer-378-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-96]' id='ays-answer-379-7' value='379'/>

                <label for='ays-answer-379-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Both require fiber cable media for transmission.</label><label for='ays-answer-379-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-96]' id='ays-answer-380-7' value='380'/>

                <label for='ays-answer-380-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Both use the single-mode fiber type.</label><label for='ays-answer-380-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-96]' id='ays-answer-381-7' value='381'/>

                <label for='ays-answer-381-7' class='  ays_position_initial  ays-quiz-keyboard-label'>Both use the multimode fiber type</label><label for='ays-answer-381-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['96'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='108' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>12 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>12) </p>
<h3>What is a characteristic of encryption in wireless networks?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-108]' id='ays-answer-428-7' value='428'/>

                <label for='ays-answer-428-7' class='  ays_position_initial  ays-quiz-keyboard-label'>eliminates network piggybacking</label><label for='ays-answer-428-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-108]' id='ays-answer-429-7' value='429'/>

                <label for='ays-answer-429-7' class='  ays_position_initial  ays-quiz-keyboard-label'>uses the password to connect to an access point</label><label for='ays-answer-429-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-108]' id='ays-answer-430-7' value='430'/>

                <label for='ays-answer-430-7' class='  ays_position_initial  ays-quiz-keyboard-label'>uses integrity checks to identify forgery attacks in the frame</label><label for='ays-answer-430-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-108]' id='ays-answer-431-7' value='431'/>

                <label for='ays-answer-431-7' class='  ays_position_initial  ays-quiz-keyboard-label'>prevents the interception of data as it transits a network</label><label for='ays-answer-431-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['108'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='107' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>13 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>13) </p>
<h3>What is a characteristic of an SSID in wireless networks?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-107]' id='ays-answer-424-7' value='424'/>

                <label for='ays-answer-424-7' class='  ays_position_initial  ays-quiz-keyboard-label'>identifies an access point on a WLAN</label><label for='ays-answer-424-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-107]' id='ays-answer-425-7' value='425'/>

                <label for='ays-answer-425-7' class='  ays_position_initial  ays-quiz-keyboard-label'>uses policies to prevent unauthorized users</label><label for='ays-answer-425-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-107]' id='ays-answer-426-7' value='426'/>

                <label for='ays-answer-426-7' class='  ays_position_initial  ays-quiz-keyboard-label'>uses the password to connect to an access point</label><label for='ays-answer-426-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-107]' id='ays-answer-427-7' value='427'/>

                <label for='ays-answer-427-7' class='  ays_position_initial  ays-quiz-keyboard-label'>uses a case-sensitive text string</label><label for='ays-answer-427-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['107'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='110' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>14 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>14) </p>
<h3>In which circumstance would a network architect decide to implement a global unicast subnet instead of a unique local unicast subnet?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-110]' id='ays-answer-436-7' value='436'/>

                <label for='ays-answer-436-7' class='  ays_position_initial  ays-quiz-keyboard-label'>when the addresses on the subnet must be equivalent to private IPv4 addresses</label><label for='ays-answer-436-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-110]' id='ays-answer-437-7' value='437'/>

                <label for='ays-answer-437-7' class='  ays_position_initial  ays-quiz-keyboard-label'>when the subnet does not need to be routable</label><label for='ays-answer-437-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-110]' id='ays-answer-438-7' value='438'/>

                <label for='ays-answer-438-7' class='  ays_position_initial  ays-quiz-keyboard-label'>when the subnet must be available only within an organization</label><label for='ays-answer-438-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-110]' id='ays-answer-439-7' value='439'/>

                <label for='ays-answer-439-7' class='  ays_position_initial  ays-quiz-keyboard-label'>when the subnet must be routable over the internet</label><label for='ays-answer-439-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['110'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='113' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>15 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>15) </p>
<h3>What is the role of community strings in SNMP operations?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-113]' id='ays-answer-448-7' value='448'/>

                <label for='ays-answer-448-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It passes the Active Directory username and password that are required for device access.</label><label for='ays-answer-448-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-113]' id='ays-answer-449-7' value='449'/>

                <label for='ays-answer-449-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It serves as a sequence tag on SNMP traffic messages.</label><label for='ays-answer-449-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-113]' id='ays-answer-450-7' value='450'/>

                <label for='ays-answer-450-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It serves as a password to protect access to MIB objects.</label><label for='ays-answer-450-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-113]' id='ays-answer-451-7' value='451'/>

                <label for='ays-answer-451-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It translates alphanumeric MIB output values to numeric values.</label><label for='ays-answer-451-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['113'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='102' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>16 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>16) </p>
<h3>A project objective is to minimize the association time to the different access points as mobile devices move around the office. The ideal solution must cover numerous devices and device types, including laptops, mobile phones, tablets, and wireless printers. What must be configured?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-102]' id='ays-answer-403-7' value='403'/>

                <label for='ays-answer-403-7' class='  ays_position_initial  ays-quiz-keyboard-label'>802.11v Disassociation Imminent</label><label for='ays-answer-403-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-102]' id='ays-answer-404-7' value='404'/>

                <label for='ays-answer-404-7' class='  ays_position_initial  ays-quiz-keyboard-label'>802.11ax BSS Configuration</label><label for='ays-answer-404-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-102]' id='ays-answer-405-7' value='405'/>

                <label for='ays-answer-405-7' class='  ays_position_initial  ays-quiz-keyboard-label'>802.11v BSS Max Idle Service</label><label for='ays-answer-405-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-102]' id='ays-answer-406-7' value='406'/>

                <label for='ays-answer-406-7' class='  ays_position_initial  ays-quiz-keyboard-label'>802.11k Neighbor List Dual Band</label><label for='ays-answer-406-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['102'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='104' data-type='checkbox'>
                    
                    
                    <p class='ays-question-counter animated'>17 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>17) </p>
<h3>What are two characteristics of a small office / home office connection environment? (Choose two.)</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container enable_max_selection_number enable_min_selection_number'>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-104]' id='ays-answer-411-7' value='411'/>

                <label for='ays-answer-411-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It supports between 50 and 100 users.</label><label for='ays-answer-411-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-104]' id='ays-answer-412-7' value='412'/>

                <label for='ays-answer-412-7' class='  ays_position_initial  ays-quiz-keyboard-label'>A router port connects to a broadband connection.</label><label for='ays-answer-412-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-104]' id='ays-answer-413-7' value='413'/>

                <label for='ays-answer-413-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It requires 10GB ports on all uplinks.</label><label for='ays-answer-413-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-104]' id='ays-answer-414-7' value='414'/>

                <label for='ays-answer-414-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It requires a core, distribution, and access layer architecture.</label><label for='ays-answer-414-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='checkbox' name='ays_questions[ays-question-104]' id='ays-answer-415-7' value='415'/>

                <label for='ays-answer-415-7' class='  ays_position_initial  ays-quiz-keyboard-label'>It supports between 1 and 50 users.</label><label for='ays-answer-415-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['104'] = 'eyJlbmFibGVfbWF4X3NlbGVjdGlvbl9udW1iZXIiOnRydWUsIm1heF9zZWxlY3Rpb25fbnVtYmVyIjoyLCJlbmFibGVfbWluX3NlbGVjdGlvbl9udW1iZXIiOnRydWUsIm1pbl9zZWxlY3Rpb25fbnVtYmVyIjoyfQ==';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        <div class="ays-quiz-question-validation-error" role="alert"></div>
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='99' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>18 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>18) </p>
<h3>How are RFC 1918 IP addresses used in a network?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-99]' id='ays-answer-390-7' value='390'/>

                <label for='ays-answer-390-7' class='  ays_position_initial  ays-quiz-keyboard-label'>They are used to access the internet from the internal network without conversion.</label><label for='ays-answer-390-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-99]' id='ays-answer-391-7' value='391'/>

                <label for='ays-answer-391-7' class='  ays_position_initial  ays-quiz-keyboard-label'>They are used by internet service providers to route over the internet.</label><label for='ays-answer-391-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-99]' id='ays-answer-392-7' value='392'/>

                <label for='ays-answer-392-7' class='  ays_position_initial  ays-quiz-keyboard-label'>They are used instead of public addresses for increased security.</label><label for='ays-answer-392-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-99]' id='ays-answer-393-7' value='393'/>

                <label for='ays-answer-393-7' class='  ays_position_initial  ays-quiz-keyboard-label'>They are used with NAT to preserve public IPv4 addresses.</label><label for='ays-answer-393-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['99'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='106' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>19 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>19) </p>
<h3>What is a characteristic of an SSID in wireless networks?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-106]' id='ays-answer-420-7' value='420'/>

                <label for='ays-answer-420-7' class='  ays_position_initial  ays-quiz-keyboard-label'>identifies an access point on a WLAN</label><label for='ays-answer-420-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-106]' id='ays-answer-421-7' value='421'/>

                <label for='ays-answer-421-7' class='  ays_position_initial  ays-quiz-keyboard-label'>encodes connections at the sending and receiving ends</label><label for='ays-answer-421-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-106]' id='ays-answer-422-7' value='422'/>

                <label for='ays-answer-422-7' class='  ays_position_initial  ays-quiz-keyboard-label'>broadcasts a beacon signal to announce its presence by default</label><label for='ays-answer-422-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-106]' id='ays-answer-423-7' value='423'/>

                <label for='ays-answer-423-7' class='  ays_position_initial  ays-quiz-keyboard-label'>intercepts data threats before they attack a network</label><label for='ays-answer-423-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['106'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                        
                        <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_previous action-button ays-quiz-keyboard-active ' value='Prev' />
                        <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_early_finish action-button ays_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='button' name='next' class=' ays_early_finish action-button ays-quiz-keyboard-active' tabindex='0' value='Finish'/>
                        <i class="ays_fa ays_fa_arrow_right ays_next action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                        <input type='button' class='ays_next action-button ays-quiz-keyboard-active ' value='Next' />
                    </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ' data-question-id='98' data-type='radio'>
                    
                    
                    <p class='ays-question-counter animated'>20 / 20</p>
                    <div class='ays-abs-fs'>
                        
                        <div class='ays_quiz_question'>
                                <p>20) </p>
<h3>Why is UDP more suitable than TCP for applications that require low latency, such as VoIP?</h3>

                            </div>
                            
                        <div class='ays-quiz-answers ays_list_view_container  '>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-98]' id='ays-answer-386-7' value='386'/>

                <label for='ays-answer-386-7' class='  ays_position_initial  ays-quiz-keyboard-label'>UDP uses sequencing data for packets to arrive in order, and TCP offers the capability to receive packets in random order.</label><label for='ays-answer-386-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-98]' id='ays-answer-387-7' value='387'/>

                <label for='ays-answer-387-7' class='  ays_position_initial  ays-quiz-keyboard-label'>TCP uses congestion control for efficient packet delivery, and UP uses flow control mechanisms for the delivery of packets.</label><label for='ays-answer-387-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-98]' id='ays-answer-388-7' value='388'/>

                <label for='ays-answer-388-7' class='  ays_position_initial  ays-quiz-keyboard-label'>UDP reliably guarantees delivery of all packets, and TCP drops packets under heavy load.</label><label for='ays-answer-388-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div>
            <div class='ays-field ays_list_view_item ays-quiz-keyboard-active' tabindex='0' >
                <input type='hidden' name='ays_answer_correct[]' value='0'/>

                <input type='radio' name='ays_questions[ays-question-98]' id='ays-answer-389-7' value='389'/>

                <label for='ays-answer-389-7' class='  ays_position_initial  ays-quiz-keyboard-label'>TCP sends an acknowledgment for every packet that is received, and UDP operates without acknowledgments.</label><label for='ays-answer-389-7' class='ays_answer_image ays_answer_image_class ays_empty_before_content'></label>

            </div><script>
            if(typeof window.quizOptions_7 === 'undefined'){
                window.quizOptions_7 = [];
            }
            window.quizOptions_7['98'] = 'W10=';</script></div>                        
                        
                        
                        <div class='ays_buttons_div'>
                            
                            <i class="ays_fa ays_fa_arrow_left ays_previous action-button ays_arrow ays-quiz-keyboard-active ays_display_none" tabindex='0'></i>
                            <input type='button' class='ays_previous action-button ays-quiz-keyboard-active '  value='Prev' />
                            <i class='ays_display_none ays_fa ays_fa_flag_checkered ays_finish action-button ays_arrow ays_next_arrow ays-quiz-keyboard-active' tabindex='0'></i><input type='submit' name='ays_finish_quiz' class='  ays_next ays_finish action-button ays-quiz-keyboard-active' value='See Result'/>
                        </div>
                        
                        <div class='wrong_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='right_answer_text ays_do_not_show' style='display:none'>
                            
                        </div>
                        <div class='ays_questtion_explanation' style='display:none'>
                            
                        </div>
                        <div class='ays-quiz-additonal-box'>
                            
                        </div>   
                        
                        
                    </div>
                </div><div class='step ays_thank_you_fs'>
            <div class='ays-abs-fs ays-end-page'><div data-class='lds-ellipsis' data-role='loader' class='ays-loader'><div></div><div></div><div></div><div></div></div><div class='ays_quiz_results_page'><div class='ays_score_message'></div><div class='ays_message'></div><p class='ays_score ays_score_display_none animated'>Your score is</p><p class='ays_average'>The average score is 0%</p><div class='ays-quiz-social-shares'><div class='ays-quiz-social-shares-heading'></div>
                    <!-- Branded LinkedIn button -->
                    <a class="ays-share-btn ays-to-share ays-share-btn-branded ays-share-btn-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https://itstechschool.com/feed/" title="Share on LinkedIn">
                        <span class='ays-quiz-share-btn-icon'></span>
                        <span class='ays-share-btn-text'>LinkedIn</span>
                    </a>
                    <!-- Branded Facebook button -->
                    <a class="ays-share-btn ays-to-share ays-share-btn-branded ays-share-btn-facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://itstechschool.com/feed/" title="Share on Facebook">
                        <span class='ays-quiz-share-btn-icon'></span>
                        <span class='ays-share-btn-text'>Facebook</span>
                    </a>
                <!-- Branded X button -->
                <a class="ays-share-btn ays-to-share ays-share-btn-branded ays-share-btn-twitter" href="https://x.com/share?url=https://itstechschool.com/feed/" title="Share on X">
                    <span class='ays-quiz-share-btn-icon'>
            <svg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 512 512' width='14' height='14' style='fill: #fff;'>
                <path d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'></path>
            </svg></span>
                    <!-- <span class='ays-share-btn-text'></span> -->
                </a>
                <!-- Branded VK button -->
                <a class="ays-share-btn ays-to-share ays-share-btn-branded ays-share-btn-vkontakte" href="https://vk.com/share.php?url=https://itstechschool.com/feed/" title="Share on VKontakte">
                    <span class='ays-quiz-share-btn-icon'></span>
                    <span class='ays-share-btn-text'>VKontakte</span>
                </a></div><div class='ays-progress second'>
                <span class='ays-progress-value second'>0%</span>
                <div class='ays-progress-bg second'>
                    <div class='ays-progress-bar second' style='width:0%;'></div>
                </div>
            </div><p class='ays_restart_button_p'><button type='button' class='action-button ays_restart_button ays-quiz-keyboard-active'>
                    <i class='ays_fa ays_fa_undo'></i>
                    <span>Restart quiz</span>
                </button></p></div>
            </div>
        </div><style>
            div#ays-quiz-container-7 * {
                box-sizing: border-box;
            }

            #ays-quiz-container-7 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs {
                width: 90%;
            }

            /* Styles for Internet Explorer start */
            #ays-quiz-container-7 #ays_finish_quiz_7 {
                
            }

            /* Styles for Quiz container */
            #ays-quiz-container-7{
                min-height: 0px;
                width:100%;
                background-color:#fff;
                background-position:center center;border-radius:0px 0px 0px 0px;box-shadow: 0px 0px 15px  1px rgba(0,0,0,0.4);border-width: 1px;border-style: solid;border-color: #000;}

            /* Styles for questions */
            #ays-quiz-container-7 #ays_finish_quiz_7 div.step {
                min-height: 0px;
            }

            /* Styles for text inside quiz container */
            #ays-quiz-container-7 .ays-start-page *:not(input):not([class^='enlighter']),
            #ays-quiz-container-7 .ays_question_hint,
            #ays-quiz-container-7 label[for^="ays-answer-"],
            #ays-quiz-container-7 #ays_finish_quiz_7 p,
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-fs-title,
            #ays-quiz-container-7 .ays-fs-subtitle,
            #ays-quiz-container-7 .logged_in_message,
            #ays-quiz-container-7 .ays_score_message,
            #ays-quiz-container-7 .ays_message{
               color: #000;
               outline: none;
            }

            div#ays-quiz-container-7 .ays_question_hint.ays-quiz-keyboard-active,
            div#ays-quiz-container-7 .ays_restart_button.ays-quiz-keyboard-active {
                outline: revert;
            }

            #ays-quiz-container-7 .ays-quiz-password-message-box,
            #ays-quiz-container-7 .ays-quiz-question-note-message-box,
            #ays-quiz-container-7 .ays_quiz_question,
            #ays-quiz-container-7 .ays-quiz-question-category-box,
            #ays-quiz-container-7 .ays_quiz_question *:not([class^='enlighter']) {
                color: #000;
            }

            #ays-quiz-container-7 .ays-quiz-question-category-box em {
                color: #000;
            }

            #ays-quiz-container-7 textarea,
            #ays-quiz-container-7 input::first-letter,
            #ays-quiz-container-7 select::first-letter,
            #ays-quiz-container-7 option::first-letter {
                color: initial !important;
            }
            
            #ays-quiz-container-7 p::first-letter:not(.ays_no_questions_message) {
                color: #000 !important;
                background-color: transparent !important;
                font-size: inherit !important;
                font-weight: inherit !important;
                float: none !important;
                line-height: inherit !important;
                margin: 0 !important;
                padding: 0 !important;
            }
            
            
            #ays-quiz-container-7 .select2-container,
            #ays-quiz-container-7 .ays-field * {
                font-size: 15px !important;
            }
    
            #ays-quiz-container-7 .ays_quiz_question p {
                font-size: 16px;
                text-align: inherit;
            }

            #ays-quiz-container-7 .ays-fs-subtitle p {
                text-align:  left ;
            }

            #ays-quiz-container-7 .ays_quiz_question {
                text-align:  left ;
                margin-bottom: 10px;
            }

            #ays-quiz-container-7 .ays_quiz_question pre {
                max-width: 100%;
                white-space: break-spaces;
            }

            /* Mango theme (Version: 1.4.202301041836) | tid=32449 | Start */
            #ays-quiz-container-7 .ays_quiz_question img {
                float: unset;
                margin: 0;
            }
            /* Mango theme (Version: 1.4.202301041836) | End */

            #ays-quiz-container-7 .ays-quiz-timer p {
                font-size: 16px;
            }

            #ays-quiz-container-7 section.ays_quiz_redirection_timer_container hr,
            #ays-quiz-container-7 section.ays_quiz_timer_container hr {
                margin: 0;
            }

            #ays-quiz-container-7 section.ays_quiz_timer_container.ays_quiz_timer_red_warning .ays-quiz-timer {
                color: #ff0000;
            }

            #ays-quiz-container-7 .ays_thank_you_fs p {
                text-align: center;
            }

            #ays-quiz-container-7 .ays_quiz_results_page .ays_score span {
                visibility: visible;
            }

            #ays-quiz-container-7 input[type='button'],
            #ays-quiz-container-7 input[type='submit'] {
                color: #ffffff !important;
            }

            #ays-quiz-container-7 input[type='button']{
                outline: none;
            }

            #ays-quiz-container-7 .information_form input[type='text'],
            #ays-quiz-container-7 .information_form input[type='url'],
            #ays-quiz-container-7 .information_form input[type='number'],
            #ays-quiz-container-7 .information_form input[type='email'],
            #ays-quiz-container-7 .information_form input[type='checkbox'],
            #ays-quiz-container-7 .information_form input[type='tel'],
            #ays-quiz-container-7 .information_form textarea,
            #ays-quiz-container-7 .information_form select,
            #ays-quiz-container-7 .information_form option {
                color: initial !important;
                outline: none;
                background-image: unset;
            }

            #ays-quiz-container-7 .wrong_answer_text{
                color:#ff4d4d;
            }
            #ays-quiz-container-7 .right_answer_text{
                color:#33cc33;
            }

            #ays-quiz-container-7 .wrong_answer_text p {
                font-size:16px;
            }

            #ays-quiz-container-7 .ays_questtion_explanation p {
                font-size:16px;
            }

            #ays-quiz-container-7 .wrong_answer_text *:not(strong) {
                text-transform:none;
                text-decoration: none;
                letter-spacing: 0px;
                font-weight: normal;
            }

            #ays-quiz-container-7 .ays_questtion_explanation *:not(strong) {
                text-transform:none;
                text-decoration: none;
                letter-spacing: 0px;
                font-weight: normal;
            }

            #ays-quiz-container-7 .right_answer_text *:not(strong) {
                text-transform:none;
                text-decoration: none;
                letter-spacing: 0px;
                font-weight: normal;
            }

            #ays-quiz-container-7 .right_answer_text p {
                font-size:16px;
            }

            #ays-quiz-container-7 .ays-quiz-question-note-message-box p {
                font-size:14px;
            }

            #ays-quiz-container-7 .ays-quiz-question-note-message-box *:not(strong) {
                text-transform:none;
                text-decoration: none;
                letter-spacing: 0px;
                font-weight: normal;
            }
            
            #ays-quiz-container-7 .ays_cb_and_a,
            #ays-quiz-container-7 .ays_cb_and_a * {
                color: rgb(0,0,0);
                text-align: center;
            }

            /* Quiz textarea height */
            #ays-quiz-container-7 textarea {
                height: 100px;
                min-height: 100px;
            }

            /* Quiz rate and passed users count */
            #ays-quiz-container-7 .ays_quizn_ancnoxneri_qanak,
            #ays-quiz-container-7 .ays_quiz_rete_avg {
                color:#fff !important;
                background-color:#000;   
            }

            #ays-quiz-container-7 .ays-questions-container > .ays_quizn_ancnoxneri_qanak {
                padding: 5px 20px;
            }
            #ays-quiz-container-7 div.for_quiz_rate.ui.star.rating .icon {
                color: rgba(0,0,0,0.35);
            }
            #ays-quiz-container-7 .ays_quiz_rete_avg div.for_quiz_rate_avg.ui.star.rating .icon {
                color: rgba(255,255,255,0.5);
            }

            #ays-quiz-container-7 .ays_quiz_rete .ays-quiz-rate-link-box .ays-quiz-rate-link {
                color: #000;
            }

            /* Loaders */            
            #ays-quiz-container-7 div.lds-spinner,
            #ays-quiz-container-7 div.lds-spinner2 {
                color: #000;
            }
            #ays-quiz-container-7 div.lds-spinner div:after,
            #ays-quiz-container-7 div.lds-spinner2 div:after {
                background-color: #000;
            }
            #ays-quiz-container-7 .lds-circle,
            #ays-quiz-container-7 .lds-facebook div,
            #ays-quiz-container-7 .lds-ellipsis div{
                background: #000;
            }
            #ays-quiz-container-7 .lds-ripple div{
                border-color: #000;
            }
            #ays-quiz-container-7 .lds-dual-ring::after,
            #ays-quiz-container-7 .lds-hourglass::after{
                border-color: #000 transparent #000 transparent;
            }

            /* Stars */
            #ays-quiz-container-7 .ui.rating .icon,
            #ays-quiz-container-7 .ui.rating .icon:before {
                font-family: Rating !important;
            }

            /* Progress bars */
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-progress {
                border-color: rgba(0,0,0,0.8);
            }
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-progress-bg {
                background-color: rgba(0,0,0,0.3);
            }
            #ays-quiz-container-7 . {
                background-color: #dd3333;
            }
            #ays-quiz-container-7 . {
                background-color: #000;
            }    
            #ays-quiz-container-7 .ays-progress-value {
                color: #000;
                text-align: center;
            }
            #ays-quiz-container-7 .ays-progress-bar {
                background-color: #dd3333;
            }
            #ays-quiz-container-7 .ays-question-counter .ays-live-bar-wrap {
                direction:ltr !important;
            }
            #ays-quiz-container-7 .ays-live-bar-fill{
                color: #000;
                border-bottom: 2px solid rgba(0,0,0,0.8);
                text-shadow: 0px 0px 5px #fff;
            }
            #ays-quiz-container-7 .ays-live-bar-fill.ays-live-fourth,
            #ays-quiz-container-7 .ays-live-bar-fill.ays-live-third,
            #ays-quiz-container-7 .ays-live-bar-fill.ays-live-second {
                text-shadow: unset;
            }
            #ays-quiz-container-7 .ays-live-bar-percent{
                display:none;
            }
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays_average {
                text-align: center;
            }
            
            /* Music, Sound */
            #ays-quiz-container-7 .ays_music_sound {
                color:rgb(0,0,0);
            }

            /* Dropdown questions scroll bar */
            #ays-quiz-container-7 blockquote {
                border-left-color: #000 !important;                                      
            }

            /* Quiz Password */
            #ays-quiz-container-7 .ays-start-page > input[id^='ays_quiz_password_val_'],
            #ays-quiz-container-7 .ays-quiz-password-toggle-visibility-box {
                width: 100%;
            }


            /* Question hint */
            #ays-quiz-container-7 .ays_question_hint_container .ays_question_hint_text {
                background-color:#fff;
                box-shadow: 0 0 15px 3px rgba(0,0,0,0.6);
                max-width: 270px;
            }

            #ays-quiz-container-7 .ays_question_hint_container .ays_question_hint_text p {
                max-width: unset;
            }

            #ays-quiz-container-7 .ays-quiz-additonal-box {
                display: flex;
                justify-content: flex-end;
                align-items: center;
                position: relative;  
            }

            #ays-quiz-container-7 .ays_questions_hint_max_width_class {
                max-width: 80%;
            }

            /* Information form */
            #ays-quiz-container-7 .ays-form-title{
                color:rgb(0,0,0);
            }

            /* Quiz timer */
            #ays-quiz-container-7 div.ays-quiz-redirection-timer,
            #ays-quiz-container-7 div.ays-quiz-timer{
                color: #000;
                text-align: center;
            }

            #ays-quiz-container-7 div.ays-quiz-timer.ays-quiz-message-before-timer:before {
                font-weight: 500;
            }

            /* Quiz title / transformation */
            #ays-quiz-container-7 .ays-fs-title{
                text-transform: uppercase;
                font-size: 30px;
                text-align: center;
                    text-shadow: none;
            }
            
            /* Quiz buttons */
            #ays-quiz-container-7 .ays_arrow {
                color:#ffffff!important;
            }
            #ays-quiz-container-7 input#ays-submit,
            #ays-quiz-container-7 #ays_finish_quiz_7 .action-button,
            div#ays-quiz-container-7 #ays_finish_quiz_7 .action-button.ays_restart_button,
            #ays-quiz-container-7 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn,
            #ays-quiz-container-7 .ays-quiz-category-selective-submit-bttn {
                background: none;
                background-color: #dd3333;
                color:#ffffff;
                font-size: 20px;
                padding: 13px 30px;
                border-radius: 3px;
                height: auto;
                letter-spacing: 0;
                box-shadow: unset;
                width: auto;
                /* border: unset; */
                min-height: unset;
                line-height: normal;
                text-shadow: unset;
            }
            #ays-quiz-container-7 input#ays-submit,
            #ays-quiz-container-7 #ays_finish_quiz_7 input.action-button,
            #ays-quiz-container-7 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn,
            #ays-quiz-container-7 .ays-quiz-category-selective-submit-bttn {
                
            }

            #ays-quiz-container-7 #ays_finish_quiz_7 .action-button.ays_check_answer {
                padding: 5px 10px;
                font-size: 20px !important;
            }
            #ays-quiz-container-7 #ays_finish_quiz_7 .action-button.ays_restart_button {
                white-space: nowrap;
                padding: 5px 10px;
                white-space: normal;
            }
            #ays-quiz-container-7 input#ays-submit:hover,
            #ays-quiz-container-7 input#ays-submit:focus,
            #ays-quiz-container-7 #ays_finish_quiz_7 .action-button:hover,
            #ays-quiz-container-7 #ays_finish_quiz_7 .action-button:focus,
            #ays-quiz-container-7 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover,
            #ays-quiz-container-7 .ays-quiz-category-selective-submit-bttn:hover {
                background: none;
                box-shadow: 0 0 0 2px #ffffff;
                background-color: #dd3333;
            }
            #ays-quiz-container-7 .ays_restart_button {
                color: #ffffff;
            }
            
            #ays-quiz-container-7 .ays_restart_button_p,
            #ays-quiz-container-7 .ays_buttons_div {
                justify-content: center;
            }

            #ays-quiz-container-7 .ays_finish.action-button{
                margin: 10px 5px;
            }

            #ays-quiz-container-7 .ays-share-btn.ays-share-btn-branded {
                color: #fff;
                display: inline-block;
            }

            #ays-quiz-container-7 .ays_quiz_results .ays-field.checked_answer_div.correct_div input:checked+label {
                background-color: transparent;
            }
                        
            /* Question answers */
            #ays-quiz-container-7 .ays-field {
                    border-color: #444;
                    border-style: solid;
                    border-width: 1px;
                    box-shadow: none;flex-direction: row-reverse;
            }
            

            /* Answer maximum length of a text field */
            #ays-quiz-container-7 .ays_quiz_question_text_message{
                color: #000;
                text-align: left;
                font-size: 12px;
            }

            div#ays-quiz-container-7 div.ays_quiz_question_text_error_message {
                color: #ff0000;
            }

            /* Questions answer image */
            #ays-quiz-container-7 .ays-answer-image {
                width:15em;
                height:150px;
                object-fit: cover;
            }
            
            #ays-quiz-container-7 .ays-quiz-answers .ays-field:hover:not(.ays-answered-text-input){
                opacity: 1;
            }
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-field label.ays_answer_caption[for^='ays-answer-'] {
                z-index: 1;
                position:initial;bottom:0;}
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-field input~label[for^='ays-answer-'] {
                padding: 5px;
            }

            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-field {
                margin-bottom: 10px;
            }
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-field.ays_grid_view_item {
                width: calc(50% - 5px);
            }
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-field.ays_grid_view_item:nth-child(odd) {
                margin-right: 5px;
            }
            
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-field input:checked+label:before {
                border-color: #dd3333;
                background: #dd3333;
                background-clip: content-box;
            }
            #ays-quiz-container-7 .ays-quiz-answers div.ays-text-right-answer {
                color: #000;
            }
                        
            /* Questions answer right/wrong icons */
            #ays-quiz-container-7 .ays-field input~label.answered.correct:after{
                content: url('https://itstechschool.com/wp-content/plugins/quiz-maker/public/images/correct.png');          }
            #ays-quiz-container-7 .ays-field input~label.answered.wrong:after{
                content: url('https://itstechschool.com/wp-content/plugins/quiz-maker/public/images/wrong.png');
            }
            #ays-quiz-container-7 .ays-field label.answered:last-of-type:after{
                display: none;
                height: auto;
                left: 10px;top: 10px;}
            /* Dropdown questions */            
            #ays-quiz-container-7 #ays_finish_quiz_7 .ays-field .select2-container--default .select2-selection--single {
                border-bottom: 2px solid #dd3333;
                background-color: #dd3333;
            }
            
            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__placeholder,
            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered,
            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow {
                color: #ffffff;
            }

            #ays-quiz-container-7 .select2-container--default .select2-search--dropdown .select2-search__field:focus,
            #ays-quiz-container-7 .select2-container--default .select2-search--dropdown .select2-search__field {
                outline: unset;
                padding: 0.75rem;
            }

            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered,
            #ays-quiz-container-7 .select2-container--default .select2-results__option--highlighted[aria-selected] {
                background-color: #dd3333;
            }

            #ays-quiz-container-7 .ays-field .select2-container--default,
            #ays-quiz-container-7 .ays-field .select2-container--default .selection,
            #ays-quiz-container-7 .ays-field .select2-container--default .dropdown-wrapper,
            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered,
            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow,
            #ays-quiz-container-7 .ays-field .select2-container--default .select2-selection--single .select2-selection__arrow b[role='presentation'] {
                font-size: 16px !important;
            }

            #ays-quiz-container-7 .select2-container--default .select2-results__option {
                padding: 6px;
            }
            
            /* Dropdown questions scroll bar */
            #ays-quiz-container-7 .select2-results__options::-webkit-scrollbar {
                width: 7px;
            }
            #ays-quiz-container-7 .select2-results__options::-webkit-scrollbar-track {
                background-color: rgba(255,255,255,0.35);
            }
            #ays-quiz-container-7 .select2-results__options::-webkit-scrollbar-thumb {
                transition: .3s ease-in-out;
                background-color: rgba(0,0,0,0.55);
            }
            #ays-quiz-container-7 .select2-results__options::-webkit-scrollbar-thumb:hover {
                transition: .3s ease-in-out;
                background-color: rgba(0,0,0,0.85);
            }

            /* Audio / Video */
            #ays-quiz-container-7 .mejs-container .mejs-time{
                box-sizing: unset;
            }
            #ays-quiz-container-7 .mejs-container .mejs-time-rail {
                padding-top: 15px;
            }

            #ays-quiz-container-7 .mejs-container .mejs-mediaelement video {
                margin: 0;
            }

            /* Limitation */
            #ays-quiz-container-7 .ays-quiz-limitation-count-of-takers {
                padding: 50px;
            }

            #ays-quiz-container-7 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-show,
            #ays-quiz-container-7 div.ays-quiz-results-toggle-block span.ays-show-res-toggle.ays-res-toggle-hide{
                color: #000;
            }

            #ays-quiz-container-7 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle {
                border: 1px solid #000;
            }

            #ays-quiz-container-7 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle {
                border: 1px solid #000;
            }

            #ays-quiz-container-7 div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{
                background: #000;
            }

            #ays-quiz-container-7.ays_quiz_elegant_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after,
            #ays-quiz-container-7.ays_quiz_rect_dark div.ays-quiz-results-toggle-block input:checked + label.ays_switch_toggle:after{
                background: #000;
            }

            /* Hestia theme (Version: 3.0.16) | Start */
            #ays-quiz-container-7 .mejs-container .mejs-inner .mejs-controls .mejs-button > button:hover,
            #ays-quiz-container-7 .mejs-container .mejs-inner .mejs-controls .mejs-button > button {
                box-shadow: unset;
                background-color: transparent;
            }
            #ays-quiz-container-7 .mejs-container .mejs-inner .mejs-controls .mejs-button > button {
                margin: 10px 6px;
            }
            /* Hestia theme (Version: 3.0.16) | End */

            /* Go theme (Version: 1.4.3) | Start */
            #ays-quiz-container-7 label[for^='ays-answer']:before,
            #ays-quiz-container-7 label[for^='ays-answer']:before {
                -webkit-mask-image: unset;
                mask-image: unset;
            }

            #ays-quiz-container-7.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before,
            #ays-quiz-container-7.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before {
                background-color: #dd3333 !important;
                background-color: rgba(39,174,96, 1) !important;
            }
            /* Go theme (Version: 1.4.3) | End */

            #ays-quiz-container-7 .ays_quiz_results fieldset.ays_fieldset .ays_quiz_question .wp-video {
                width: 100% !important;
                max-width: 100%;
            }

            /* Classic Dark / Classic Light */
            /* Dropdown questions right/wrong styles */
            #ays-quiz-container-7.ays_quiz_classic_dark .correct_div,
            #ays-quiz-container-7.ays_quiz_classic_light .correct_div{
                border-color:green !important;
                opacity: 1 !important;
                background-color: rgba(39,174,96,0.4) !important;
            }
            #ays-quiz-container-7.ays_quiz_classic_dark .correct_div .selected-field,
            #ays-quiz-container-7.ays_quiz_classic_light .correct_div .selected-field {
                padding: 0px 10px 0px 10px;
                color: green !important;
            }

            #ays-quiz-container-7.ays_quiz_classic_dark .wrong_div,
            #ays-quiz-container-7.ays_quiz_classic_light .wrong_div{
                border-color:red !important;
                opacity: 1 !important;
                background-color: rgba(243,134,129,0.4) !important;
            }
            #ays-quiz-container-7.ays_quiz_classic_dark .ays-field.checked_answer_div.wrong_div input:checked~label,
            #ays-quiz-container-7.ays_quiz_classic_light .ays-field.checked_answer_div.wrong_div input:checked~label {
                background-color: rgba(243,134,129,0.4) !important;
            }
            #ays-quiz-container-7.ays_quiz_classic_dark .ays-field,
            #ays-quiz-container-7.ays_quiz_classic_light .ays-field {
                text-align: left;
                /*margin-bottom: 10px;*/
                padding: 0;
                transition: .3s ease-in-out;
            }

            #ays-quiz-container-7 .ays-quiz-close-full-screen {
                fill: #000;
            }

            #ays-quiz-container-7 .ays-quiz-open-full-screen {
                fill: #000;
            }

            #ays-quiz-container-7 .ays_quiz_login_form p{
                color: #000;
            }

            /* report questions modal start */
            .ays-modal-reports {
                display: none;
                position: fixed;
                z-index: 9999;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                overflow: auto;
                background-color: rgba(0, 0, 0, 0.4);
                animation-duration: .5s;
                background-color: rgba(0, 0, 0, 0.4);
            }

            #ays-quiz-question-report-modal-7 .ays-modal-content-reports {
                background-color: #fefefe;
                margin: 10% auto;
                border: 1px solid #888;
                max-width: 500px;
                width: 100%;
                border-radius: 10px;
                padding: 20px;
                box-sizing: border-box;
                position: relative;
            }

            #ays-quiz-question-report-modal-7 .ays-modal-content-reports label{
                display: block;
                margin-bottom: 10px;
                font-weight: bold;
                letter-spacing: normal;
            }

            #ays-quiz-question-report-modal-7 .ays-modal-content-reports textarea {
                display: block;
                width: 100%;
                height: 100px;
                padding: 5px;
                box-sizing: border-box;
                border-radius: 5px;
                border: 1px solid #ccc;
                max-width: 100%;
                max-height: 500px;
                resize: vertical;
                transition: unset;
            }

            #ays-quiz-question-report-modal-7 .ays-modal-content-reports input.ays-quiz-submit-question-report {
                background-color: #0073aa;
                color: #fff !important;
                border: none;
                border-radius: 5px;
                padding: 10px 20px;
                cursor: pointer;
                margin-top: 20px;
                line-height: normal;
                letter-spacing: normal;
                box-shadow: unset;
                background-image: unset;
            }

            #ays-quiz-question-report-modal-7 .ays-close-reports-window {
                color: #aaa;
                font-weight: bold;
                position: absolute;
                top: 1%;
                right: 1%;
            }

            #ays-quiz-question-report-modal-7 .ays-close-reports-window img {
                box-shadow: unset;
            }
            
            #ays-quiz-question-report-modal-7 .ays-quiz-preloader img {
                box-shadow: unset;
            }

            #ays-quiz-question-report-modal-7 .ays-close-reports-window img:hover,
            #ays-quiz-question-report-modal-7 .ays-close-reports-window img:focus {
                cursor: pointer;
            }

            #ays-quiz-question-report-modal-7 .ays-quiz-question-report-error {
                display: none;
                font-size: 13px;
                color: #f00;
                text-align: left;
            }

            #ays-quiz-question-report-modal-7 .ays-quiz-question-report-textarea-label,
            #ays-quiz-question-report-modal-7 .ays-quiz-question-report-title {
                text-align: left;
            }

            #ays-quiz-question-report-modal-7 .ays_quiz_modal_overlay {
                width: 100%;
                height: 100%;
                position: fixed;
                top: 0;
                left: 0;
                position: absolute;
                z-index: 1000000000;
                flex-direction: column;
            }

            #ays-quiz-question-report-modal-7 .ays-quiz-container .ays-quiz-user-cհoosing-anonymous-assessment {
                margin: 10px 0;
            }

            /* report questions modal end */

            @media screen and (max-width: 768px){
                #ays-quiz-container-7{
                    max-width: 100%;
                }

                div#ays-quiz-container-7 [id^='ays_finish_quiz_'] div.step div.ays-abs-fs {
                    width: 90%;
                }

                #ays-quiz-container-7 .ays_quiz_question p {
                    font-size: 16px;
                }

                #ays-quiz-container-7 .select2-container,
                #ays-quiz-container-7 .ays-field * {
                    font-size: 15px !important;
                }

                div#ays-quiz-container-7 input#ays-submit,
                div#ays-quiz-container-7 #ays_finish_quiz_7 .action-button,
                div#ays-quiz-container-7 #ays_finish_quiz_7 .action-button.ays_restart_button,
                #ays-quiz-container-7 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn,
                #ays-quiz-container-7 .ays-quiz-category-selective-submit-bttn {
                    font-size: 20px;
                }

                /* Quiz title / mobile font size */
                div#ays-quiz-container-7 .ays-fs-title {
                    font-size: 21px;
                }

                /* Question explanation / mobile font size */
                #ays-quiz-container-7 .ays_questtion_explanation p {
                    font-size:16px;
                }

                /* Wrong answers / mobile font size */
                #ays-quiz-container-7 .wrong_answer_text p {
                    font-size:16px;
                }

                /* Right answers / mobile font size */
                #ays-quiz-container-7 .right_answer_text p {
                    font-size:16px;
                }

                /* Note text / mobile font size */
                #ays-quiz-container-7 .ays-quiz-question-note-message-box p {
                    font-size:14px;
                }

                div#ays-quiz-container-7 .ays-quiz-question-note-message-box *:not(strong) {
                    text-transform:none;
                    text-decoration: none;
                    letter-spacing: 0px;
                    font-weight: normal;
                }

                div#ays-quiz-container-7 .ays_questtion_explanation *:not(strong) {
                    text-transform:none;
                    text-decoration: none;
                    letter-spacing: 0px;
                    font-weight: normal;
                }

                div#ays-quiz-container-7 .right_answer_text *:not(strong) {
                    text-transform:none;
                    text-decoration: none;
                    letter-spacing: 0px;
                    font-weight: normal;
                }

                div#ays-quiz-container-7 .wrong_answer_text *:not(strong) {
                    text-transform:none;
                    text-decoration: none;
                    letter-spacing: 0px;
                    font-weight: normal;
                }
            }
            /* Custom css styles */
            
            
            /* RTL direction styles */
            
        </style>
            <style>
                #ays-quiz-container-7 p {
                    margin: 0.625em;
                }
                
                #ays-quiz-container-7 .ays-field.checked_answer_div input:checked~label {
                    background-color: rgba(221,51,51,0.6);
                }

                #ays-quiz-container-7.ays_quiz_classic_light  .ays_quiz_results .ays-field.checked_answer_div input:checked~label,
                #ays-quiz-container-7.ays_quiz_classic_dark  .ays_quiz_results .ays-field.checked_answer_div input:checked~label,
                #ays-quiz-container-7.ays_quiz_classic_light  .enable_correction .ays-field.checked_answer_div input:checked~label,
                #ays-quiz-container-7.ays_quiz_classic_dark  .enable_correction .ays-field.checked_answer_div input:checked~label {
                    background-color: transparent;
                }

                #ays-quiz-container-7.ays_quiz_classic_light  .ays_quiz_results .not_influence_to_score .ays-field.checked_answer_div input:checked~label,
                #ays-quiz-container-7.ays_quiz_classic_dark  .ays_quiz_results .not_influence_to_score .ays-field.checked_answer_div input:checked~label,
                #ays-quiz-container-7.ays_quiz_classic_light  .enable_correction .not_influence_to_score .ays-field.checked_answer_div input:checked~label,
                #ays-quiz-container-7.ays_quiz_classic_dark  .enable_correction .not_influence_to_score .ays-field.checked_answer_div input:checked~label {
                    background-color: rgba(221,51,51,0.6);
                }
                
                #ays-quiz-container-7 .ays-field.checked_answer_div input:checked~label:hover {
                    background-color: rgba(221,51,51,0.8);
                }

                #ays-quiz-container-7.ays-quiz-container.ays_quiz_classic_light .ays-questions-container .ays-field:hover label[for^='ays-answer-'],
                #ays-quiz-container-7 .ays-field:hover:not(.ays-answered-text-input){
                    background: rgba(221,51,51,0.8);
                    /* border-radius: 4px; */
                    color: #fff;
                    transition: all .3s;
                }
                #ays-quiz-container-7 #ays_finish_quiz_7 .action-button:hover,
                #ays-quiz-container-7 #ays_finish_quiz_7 .action-button:focus,
                #ays-quiz-container-7 + .ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover,
                #ays-quiz-container-7 .ays-quiz-category-selective-submit-bttn:focus {
                    box-shadow: 0 0 0 2px white, 0 0 0 3px #dd3333;
                    background: #dd3333;
                }
            </style><script>
                if(typeof aysQuizOptions === 'undefined'){
                    var aysQuizOptions = [];
                }
                aysQuizOptions['7']  = 'eyJxdWl6X3ZlcnNpb24iOiI2LjQuNS43IiwiY29yZV92ZXJzaW9uIjoiNi4zIiwicGhwX3ZlcnNpb24iOiI4LjEuMjEiLCJjb2xvciI6IiNkZDMzMzMiLCJiZ19jb2xvciI6IiNmZmYiLCJ0ZXh0X2NvbG9yIjoiIzAwMCIsImhlaWdodCI6MCwid2lkdGgiOjAsImVuYWJsZV9sb2dnZWRfdXNlcnMiOiJvZmYiLCJpbmZvcm1hdGlvbl9mb3JtIjoiYmVmb3JlIiwiZm9ybV9uYW1lIjoib24iLCJmb3JtX2VtYWlsIjoib24iLCJmb3JtX3Bob25lIjoib24iLCJpbWFnZV93aWR0aCI6IiIsImltYWdlX2hlaWdodCI6IiIsImVuYWJsZV9jb3JyZWN0aW9uIjoib2ZmIiwiZW5hYmxlX3Byb2dyZXNzX2JhciI6Im9uIiwiZW5hYmxlX3F1ZXN0aW9uc19yZXN1bHQiOiJvbiIsInJhbmRvbWl6ZV9xdWVzdGlvbnMiOiJvbiIsInJhbmRvbWl6ZV9hbnN3ZXJzIjoib2ZmIiwiZW5hYmxlX3F1ZXN0aW9uc19jb3VudGVyIjoib24iLCJlbmFibGVfcmVzdHJpY3Rpb25fcGFzcyI6Im9mZiIsInJlc3RyaWN0aW9uX3Bhc3NfbWVzc2FnZSI6IiIsInVzZXJfcm9sZSI6W10sImN1c3RvbV9jc3MiOiIiLCJsaW1pdF91c2VycyI6Im9mZiIsImxpbWl0YXRpb25fbWVzc2FnZSI6IiIsInJlZGlyZWN0X3VybCI6IiIsInJlZGlyZWN0aW9uX2RlbGF5IjowLCJhbnN3ZXJzX3ZpZXciOiJsaXN0IiwiZW5hYmxlX3J0bF9kaXJlY3Rpb24iOiJvZmYiLCJlbmFibGVfbG9nZ2VkX3VzZXJzX21lc3NhZ2UiOiIiLCJxdWVzdGlvbnNfY291bnQiOiIyMCIsImVuYWJsZV9xdWVzdGlvbl9iYW5rIjoib2ZmIiwiZW5hYmxlX2xpdmVfcHJvZ3Jlc3NfYmFyIjoib24iLCJlbmFibGVfcGVyY2VudF92aWV3Ijoib2ZmIiwiZW5hYmxlX2F2ZXJhZ2Vfc3RhdGlzdGljYWwiOiJvbiIsImVuYWJsZV9uZXh0X2J1dHRvbiI6Im9uIiwiZW5hYmxlX3ByZXZpb3VzX2J1dHRvbiI6Im9uIiwiZW5hYmxlX2Fycm93cyI6Im9mZiIsInRpbWVyX3RleHQiOiJcXFwiV2VsY29tZSB0byB0aGUgQ0NOQSBRdWl6ISBUZXN0IHlvdXIga25vd2xlZGdlIG9mIENDTkEgKENpc2NvIENlcnRpZmllZCBOZXR3b3JrIEFzc29jaWF0ZSkgcHJpbmNpcGxlcyBhbmQgcHJhY3RpY2VzLiBHZXQgcmVhZHkgdG8gY2hhbGxlbmdlIHlvdXJzZWxmIGFuZCBlbmhhbmNlIHlvdXIgc2tpbGxzLlxcXCIiLCJxdWl6X3RoZW1lIjoiY2xhc3NpY19saWdodCIsImVuYWJsZV9zb2NpYWxfYnV0dG9ucyI6Im9uIiwicmVzdWx0X3RleHQiOiIiLCJlbmFibGVfcGFzc19jb3VudCI6Im9uIiwiaGlkZV9zY29yZSI6Im9mZiIsInJhdGVfZm9ybV90aXRsZSI6IiIsImJveF9zaGFkb3dfY29sb3IiOiIjMDAwIiwicXVpel9ib3JkZXJfcmFkaXVzIjoiMCIsInF1aXpfYmdfaW1hZ2UiOiIiLCJxdWl6X2JvcmRlcl93aWR0aCI6IjEiLCJxdWl6X2JvcmRlcl9zdHlsZSI6InNvbGlkIiwicXVpel9ib3JkZXJfY29sb3IiOiIjMDAwIiwicXVpel9sb2FkZXIiOiJkZWZhdWx0IiwiY3JlYXRlX2RhdGUiOm51bGwsImF1dGhvciI6IntcImlkXCI6XCIyXCIsXCJuYW1lXCI6XCJTaHViaGFtIHZlcm1hXCJ9IiwicXVlc3RfYW5pbWF0aW9uIjoic2hha2UiLCJmb3JtX3RpdGxlIjoiUGxlYXNlIEVudGVyIHNvbWUgYmFzaWMgZGV0YWlscyBhYm91dCB5b3UgYmVmb3JlIHN0YXJ0aW5nIHRoZSBxdWl6LiIsImVuYWJsZV9iZ19tdXNpYyI6Im9mZiIsInF1aXpfYmdfbXVzaWMiOiIiLCJhbnN3ZXJzX2ZvbnRfc2l6ZSI6MTUsInNob3dfY3JlYXRlX2RhdGUiOiJvZmYiLCJzaG93X2F1dGhvciI6Im9uIiwiZW5hYmxlX2Vhcmx5X2ZpbmlzaCI6Im9uIiwiYW5zd2Vyc19yd190ZXh0cyI6Im9uX3Jlc3VsdHNfcGFnZSIsImRpc2FibGVfc3RvcmVfZGF0YSI6Im9mZiIsImVuYWJsZV9iYWNrZ3JvdW5kX2dyYWRpZW50Ijoib2ZmIiwiYmFja2dyb3VuZF9ncmFkaWVudF9jb2xvcl8xIjoiIzAwMCIsImJhY2tncm91bmRfZ3JhZGllbnRfY29sb3JfMiI6IiNmZmYiLCJxdWl6X2dyYWRpZW50X2RpcmVjdGlvbiI6InZlcnRpY2FsIiwicmVkaXJlY3RfYWZ0ZXJfc3VibWl0Ijoib2ZmIiwic3VibWl0X3JlZGlyZWN0X3VybCI6IiIsInN1Ym1pdF9yZWRpcmVjdF9kZWxheSI6IjAiLCJwcm9ncmVzc19iYXJfc3R5bGUiOiJzZWNvbmQiLCJlbmFibGVfZXhpdF9idXR0b24iOiJvZmYiLCJleGl0X3JlZGlyZWN0X3VybCI6IiIsImltYWdlX3NpemluZyI6ImNvdmVyIiwicXVpel9iZ19pbWFnZV9wb3NpdGlvbiI6ImNlbnRlciBjZW50ZXIiLCJjdXN0b21fY2xhc3MiOiIiLCJlbmFibGVfc29jaWFsX2xpbmtzIjoib2ZmIiwic29jaWFsX2xpbmtzIjp7ImxpbmtlZGluX2xpbmsiOiIiLCJmYWNlYm9va19saW5rIjoiIiwidHdpdHRlcl9saW5rIjoiIiwidmtvbnRha3RlX2xpbmsiOiIiLCJpbnN0YWdyYW1fbGluayI6IiIsInlvdXR1YmVfbGluayI6IiIsImJlaGFuY2VfbGluayI6IiJ9LCJzaG93X3F1aXpfdGl0bGUiOiJvbiIsInNob3dfcXVpel9kZXNjIjoib24iLCJzaG93X2xvZ2luX2Zvcm0iOiJvZmYiLCJtb2JpbGVfbWF4X3dpZHRoIjoiIiwibGltaXRfdXNlcnNfYnkiOiJpcCIsImFjdGl2ZV9kYXRlX2NoZWNrIjoib2ZmIiwiYWN0aXZlSW50ZXJ2YWwiOiIyMDIzLTA4LTE2IDExOjQ4OjQ0IiwiZGVhY3RpdmVJbnRlcnZhbCI6IjIwMjMtMDgtMTYgMTE6NDg6NDQiLCJhY3RpdmVfZGF0ZV9wcmVfc3RhcnRfbWVzc2FnZSI6IlRoZSBxdWl6IHdpbGwgYmUgYXZhaWxhYmxlIHNvb24hIiwiYWN0aXZlX2RhdGVfbWVzc2FnZSI6IlRoZSBxdWl6IGhhcyBleHBpcmVkISIsImV4cGxhbmF0aW9uX3RpbWUiOiI0IiwiZW5hYmxlX2NsZWFyX2Fuc3dlciI6Im9mZiIsInNob3dfY2F0ZWdvcnkiOiJvZmYiLCJzaG93X3F1ZXN0aW9uX2NhdGVnb3J5Ijoib2ZmIiwiZGlzcGxheV9zY29yZSI6ImJ5X2NvcnJlY3RuZXNzIiwiZW5hYmxlX3J3X2FzbndlcnNfc291bmRzIjoib2ZmIiwiYW5zX3JpZ2h0X3dyb25nX2ljb24iOiJkZWZhdWx0IiwicXVpel9iZ19pbWdfaW5fZmluaXNoX3BhZ2UiOiJvZmYiLCJmaW5pc2hfYWZ0ZXJfd3JvbmdfYW5zd2VyIjoib2ZmIiwiYWZ0ZXJfdGltZXJfdGV4dCI6IiIsImVuYWJsZV9lbnRlcl9rZXkiOiJvZmYiLCJidXR0b25zX3RleHRfY29sb3IiOiIjZmZmZmZmIiwiYnV0dG9uc19wb3NpdGlvbiI6ImNlbnRlciIsInNob3dfcXVlc3Rpb25zX2V4cGxhbmF0aW9uIjoib25fcmVzdWx0c19wYWdlIiwiZW5hYmxlX2F1ZGlvX2F1dG9wbGF5Ijoib2ZmIiwiYnV0dG9uc19zaXplIjoibGFyZ2UiLCJidXR0b25zX2ZvbnRfc2l6ZSI6IjIwIiwiYnV0dG9uc193aWR0aCI6IiIsImJ1dHRvbnNfbGVmdF9yaWdodF9wYWRkaW5nIjoiMzAiLCJidXR0b25zX3RvcF9ib3R0b21fcGFkZGluZyI6IjEzIiwiYnV0dG9uc19ib3JkZXJfcmFkaXVzIjoiMyIsImVuYWJsZV9sZWF2ZV9wYWdlIjoib24iLCJlbmFibGVfdGFja2Vyc19jb3VudCI6Im9mZiIsInRhY2tlcnNfY291bnQiOiIiLCJwYXNzX3Njb3JlIjowLCJwYXNzX3Njb3JlX21lc3NhZ2UiOiI8aDQgc3R5bGU9XCJ0ZXh0LWFsaWduOiBjZW50ZXJcIj5Db25ncmF0dWxhdGlvbnMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyXCI+WW91IHBhc3NlZCB0aGUgcXVpeiE8XC9wPiIsImZhaWxfc2NvcmVfbWVzc2FnZSI6IjxoNCBzdHlsZT1cInRleHQtYWxpZ246IGNlbnRlclwiPk9vcHMhPFwvaDQ+XHJcbjxwIHN0eWxlPVwidGV4dC1hbGlnbjogY2VudGVyXCI+WW91IGhhdmUgbm90IHBhc3NlZCB0aGUgcXVpeiFcclxuVHJ5IGFnYWluITxcL3A+IiwicXVlc3Rpb25fZm9udF9zaXplIjoxNiwicXVpel93aWR0aF9ieV9wZXJjZW50YWdlX3B4IjoicGl4ZWxzIiwicXVlc3Rpb25zX2hpbnRfaWNvbl9vcl90ZXh0IjoiZGVmYXVsdCIsInF1ZXN0aW9uc19oaW50X3ZhbHVlIjoiIiwiZW5hYmxlX2Vhcmx5X2ZpbnNoX2NvbWZpcm1fYm94Ijoib24iLCJlbmFibGVfcXVlc3Rpb25zX29yZGVyaW5nX2J5X2NhdCI6Im9mZiIsInNob3dfc2NoZWR1bGVfdGltZXIiOiJvZmYiLCJzaG93X3RpbWVyX3R5cGUiOiJjb3VudGRvd24iLCJxdWl6X2xvYWRlcl90ZXh0X3ZhbHVlIjoiIiwiaGlkZV9jb3JyZWN0X2Fuc3dlcnMiOiJvZmYiLCJzaG93X2luZm9ybWF0aW9uX2Zvcm0iOiJvbiIsInF1aXpfbG9hZGVyX2N1c3RvbV9naWYiOiIiLCJkaXNhYmxlX2hvdmVyX2VmZmVjdCI6Im9mZiIsInF1aXpfbG9hZGVyX2N1c3RvbV9naWZfd2lkdGgiOjEwMCwicHJvZ3Jlc3NfbGl2ZV9iYXJfc3R5bGUiOiJkZWZhdWx0IiwicXVpel90aXRsZV90cmFuc2Zvcm1hdGlvbiI6InVwcGVyY2FzZSIsInNob3dfYW5zd2Vyc19udW1iZXJpbmciOiJub25lIiwicXVpel9pbWFnZV93aWR0aF9ieV9wZXJjZW50YWdlX3B4IjoicGl4ZWxzIiwicXVpel9pbWFnZV9oZWlnaHQiOjAsInF1aXpfYmdfaW1nX29uX3N0YXJ0X3BhZ2UiOiJvZmYiLCJxdWl6X2JveF9zaGFkb3dfeF9vZmZzZXQiOjAsInF1aXpfYm94X3NoYWRvd195X29mZnNldCI6MCwicXVpel9ib3hfc2hhZG93X3pfb2Zmc2V0IjoxNSwicXVpel9xdWVzdGlvbl90ZXh0X2FsaWdubWVudCI6ImxlZnQiLCJxdWl6X2Fycm93X3R5cGUiOiJkZWZhdWx0IiwicXVpel9zaG93X3dyb25nX2Fuc3dlcnNfZmlyc3QiOiJvZmYiLCJxdWl6X2Rpc3BsYXlfYWxsX3F1ZXN0aW9ucyI6Im9mZiIsInF1aXpfdGltZXJfcmVkX3dhcm5pbmciOiJvbiIsInF1aXpfc2NoZWR1bGVfdGltZXpvbmUiOiJBc2lhXC9Lb2xrYXRhIiwicXVlc3Rpb25zX2hpbnRfYnV0dG9uX3ZhbHVlIjoiIiwicXVpel90YWNrZXJzX21lc3NhZ2UiOiJUaGlzIHF1aXogaXMgZXhwaXJlZCEiLCJxdWl6X2VuYWJsZV9saW5rZWRpbl9zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfZW5hYmxlX2ZhY2Vib29rX3NoYXJlX2J1dHRvbiI6Im9uIiwicXVpel9lbmFibGVfdHdpdHRlcl9zaGFyZV9idXR0b24iOiJvbiIsInF1aXpfbWFrZV9yZXNwb25zZXNfYW5vbnltb3VzIjoib2ZmIiwicXVpel9tYWtlX2FsbF9yZXZpZXdfbGluayI6Im9mZiIsInNob3dfcXVlc3Rpb25zX251bWJlcmluZyI6IjEpIiwicXVpel9tZXNzYWdlX2JlZm9yZV90aW1lciI6IllvdSBoYXZlIDIwIE1pbnV0ZXMgdG8gY29tcGxldGUgdGhpcyBxdWl6LiIsImVuYWJsZV9wYXNzd29yZCI6Im9mZiIsInBhc3N3b3JkX3F1aXoiOiIiLCJxdWl6X3Bhc3N3b3JkX21lc3NhZ2UiOiIiLCJlbmFibGVfc2VlX3Jlc3VsdF9jb25maXJtX2JveCI6Im9mZiIsImRpc3BsYXlfZmllbGRzX2xhYmVscyI6Im9uIiwiZW5hYmxlX2Z1bGxfc2NyZWVuX21vZGUiOiJvZmYiLCJxdWl6X2VuYWJsZV9wYXNzd29yZF92aXNpYmlsaXR5Ijoib2ZmIiwicXVlc3Rpb25fbW9iaWxlX2ZvbnRfc2l6ZSI6MTYsImFuc3dlcnNfbW9iaWxlX2ZvbnRfc2l6ZSI6MTUsInNvY2lhbF9idXR0b25zX2hlYWRpbmciOiIiLCJxdWl6X2VuYWJsZV92a29udGFrdGVfc2hhcmVfYnV0dG9uIjoib24iLCJhbnN3ZXJzX2JvcmRlciI6Im9uIiwiYW5zd2Vyc19ib3JkZXJfd2lkdGgiOjEsImFuc3dlcnNfYm9yZGVyX3N0eWxlIjoic29saWQiLCJhbnN3ZXJzX2JvcmRlcl9jb2xvciI6IiM0NDQiLCJzb2NpYWxfbGlua3NfaGVhZGluZyI6IiIsInF1aXpfZW5hYmxlX3F1ZXN0aW9uX2NhdGVnb3J5X2Rlc2NyaXB0aW9uIjoib2ZmIiwiYW5zd2Vyc19tYXJnaW4iOjEwLCJxdWl6X21lc3NhZ2VfYmVmb3JlX3JlZGlyZWN0X3RpbWVyIjoiIiwiYnV0dG9uc19tb2JpbGVfZm9udF9zaXplIjoyMCwiYW5zd2Vyc19ib3hfc2hhZG93Ijoib2ZmIiwiYW5zd2Vyc19ib3hfc2hhZG93X2NvbG9yIjoiIzAwMCIsInF1aXpfYW5zd2VyX2JveF9zaGFkb3dfeF9vZmZzZXQiOjAsInF1aXpfYW5zd2VyX2JveF9zaGFkb3dfeV9vZmZzZXQiOjAsInF1aXpfYW5zd2VyX2JveF9zaGFkb3dfel9vZmZzZXQiOjEwLCJxdWl6X2NyZWF0ZV9hdXRob3IiOjIsInF1aXpfZW5hYmxlX3RpdGxlX3RleHRfc2hhZG93Ijoib2ZmIiwicXVpel90aXRsZV90ZXh0X3NoYWRvd19jb2xvciI6IiMzMzMiLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3hfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3lfb2Zmc2V0IjoyLCJxdWl6X3RpdGxlX3RleHRfc2hhZG93X3pfb2Zmc2V0IjoyLCJxdWl6X3Nob3dfb25seV93cm9uZ19hbnN3ZXJzIjoib2ZmIiwicXVpel90aXRsZV9mb250X3NpemUiOjMwLCJxdWl6X3RpdGxlX21vYmlsZV9mb250X3NpemUiOjIxLCJxdWl6X3Bhc3N3b3JkX3dpZHRoIjoiIiwicXVpel9yZXZpZXdfcGxhY2Vob2xkZXJfdGV4dCI6IiIsInF1aXpfbWFrZV9yZXZpZXdfcmVxdWlyZWQiOiJvZmYiLCJxdWl6X2VuYWJsZV9yZXN1bHRzX3RvZ2dsZSI6Im9mZiIsInF1aXpfcmV2aWV3X3RoYW5rX3lvdV9tZXNzYWdlIjoiIiwicXVpel9yZXZpZXdfZW5hYmxlX2NvbW1lbnRfZmllbGQiOiJvbiIsInF1ZXN0X2V4cGxhbmF0aW9uX2ZvbnRfc2l6ZSI6MTYsInF1ZXN0X2V4cGxhbmF0aW9uX21vYmlsZV9mb250X3NpemUiOjE2LCJxdWl6X3dhaXRpbmdfdGltZSI6Im9mZiIsIndyb25nX2Fuc3dlcnNfZm9udF9zaXplIjoxNiwid3JvbmdfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9lbmFibGVfcXVlc3Rpb25faW1hZ2Vfem9vbSI6Im9mZiIsInJpZ2h0X2Fuc3dlcnNfZm9udF9zaXplIjoxNiwicmlnaHRfYW5zd2Vyc19tb2JpbGVfZm9udF9zaXplIjoxNiwicXVpel9kaXNwbGF5X21lc3NhZ2VzX2JlZm9yZV9idXR0b25zIjoib2ZmIiwicXVpel9lbmFibGVfdXNlcl9jXHUwNTcwb29zaW5nX2Fub255bW91c19hc3Nlc3NtZW50Ijoib2ZmIiwibm90ZV90ZXh0X2ZvbnRfc2l6ZSI6MTQsIm5vdGVfdGV4dF9tb2JpbGVfZm9udF9zaXplIjoxNCwicXVpel9xdWVzdGlvbnNfbnVtYmVyaW5nX2J5X2NhdGVnb3J5Ijoib2ZmIiwicmVxdWlyZWRfZmllbGRzIjpbImF5c191c2VyX25hbWUiLCJheXNfdXNlcl9lbWFpbCIsImF5c191c2VyX3Bob25lIl0sImVuYWJsZV90aW1lciI6Im9uIiwiZW5hYmxlX3F1aXpfcmF0ZSI6Im9mZiIsImVuYWJsZV9yYXRlX2F2ZyI6Im9mZiIsImVuYWJsZV9ib3hfc2hhZG93Ijoib24iLCJlbmFibGVfYm9yZGVyIjoib24iLCJxdWl6X3RpbWVyX2luX3RpdGxlIjoib24iLCJlbmFibGVfcmF0ZV9jb21tZW50cyI6Im9mZiIsImVuYWJsZV9yZXN0YXJ0X2J1dHRvbiI6Im9uIiwiYXV0b2ZpbGxfdXNlcl9kYXRhIjoib2ZmIiwidGltZXIiOjEyMDAsInF1aXpfYmdfaW1nX2R1cmluZ190aGVfcXVpeiI6Im9mZiIsInNob3dfYW5zd2Vyc19jYXB0aW9uIjoib24iLCJxdWl6X2VuYWJsZV9rZXlib2FyZF9uYXZpZ2F0aW9uIjoib24iLCJzaG93X3F1aXpfaW1hZ2UiOiJvbiIsInF1aXpfZW5hYmxlX3F1aXpfY2F0ZWdvcnlfZGVzY3JpcHRpb24iOiJvZmYiLCJxdWl6X2VuYWJsZV93aGF0c2FwcF9zaGFyZV9idXR0b24iOiJvZmYiLCJzdWJtaXRfcmVkaXJlY3RfYWZ0ZXIiOiIiLCJyd19hbnN3ZXJzX3NvdW5kcyI6ZmFsc2UsImlkIjoiNyIsInRpdGxlIjoiQ0NOQSBRdWl6IC0gMiIsImRlc2NyaXB0aW9uIjoiPGVtPlRyeSBvdXQgdGhpcyBmcmVlIHF1aXogdG8gc2VlIGhvdyB3ZWxsIHlvdSBrbm93IHlvdXIgc2tpbGxzLjxcL2VtPiIsInF1aXpfaW1hZ2UiOiJodHRwczpcL1wvaXRzdGVjaHNjaG9vbC5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjJcLzExXC9DQ05BLTMwMHgzMDAucG5nIiwicXVpel9jYXRlZ29yeV9pZCI6IjMiLCJxdWVzdGlvbl9pZHMiOiIxMTUsMTE0LDExMywxMTIsMTExLDExMCwxMDksMTA4LDEwNywxMDYsMTA1LDEwNCwxMDMsMTAyLDEwMSwxMDAsOTksOTgsOTcsOTYiLCJvcmRlcmluZyI6IjciLCJwdWJsaXNoZWQiOiIxIiwiaW50ZXJ2YWxzIjpudWxsLCJxdWl6X3VybCI6bnVsbCwiY3VzdG9tX3Bvc3RfaWQiOm51bGwsImF1dGhvcl9pZCI6IjAiLCJxdWl6X2FuaW1hdGlvbl90b3AiOjEwMCwicXVpel9lbmFibGVfYW5pbWF0aW9uX3RvcCI6Im9uIn0=';
        </script>
                    <input type='hidden' name='quiz_id' value='7'/>
                    <input type='hidden' name='start_date' class='ays-start-date'/>
                </form></div>
                            </div>
                            
<p>The post <a rel="nofollow" href="https://itstechschool.com/ccna-quiz-2/">CCNA Quiz &#8211; 2</a> appeared first on <a rel="nofollow" href="https://itstechschool.com">Innovative Technology Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: itstechschool.com @ 2026-04-14 08:05:04 by W3 Total Cache
-->