<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Descriptors on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/descriptors/</link><description>Recent content in Descriptors on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 16 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/descriptors/index.xml" rel="self" type="application/rss+xml"/><item><title>Advanced Python &amp;amp; Libraries - MCQ Practice Test</title><link>https://ai-blog.noorshomelab.dev/python-interview-2026/advanced-python-libraries-mcq/</link><pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/python-interview-2026/advanced-python-libraries-mcq/</guid><description>&lt;p&gt;This is a practice MCQ quiz to test your advanced Python and libraries knowledge for interview preparation. Answer all questions and submit to see your results.&lt;/p&gt;
&lt;p&gt;Before diving into the MCQ, let&amp;rsquo;s briefly touch upon a few key advanced theoretical concepts that often underpin questions about libraries and system design.&lt;/p&gt;
&lt;h3 id="q1-explain-the-python-global-interpreter-lock-gil-and-its-implications-for-multi-threaded-applications"&gt;Q1: Explain the Python Global Interpreter Lock (GIL) and its implications for multi-threaded applications.&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;A:&lt;/strong&gt; The Global Interpreter Lock (GIL) is a mutex (mutual exclusion lock) that protects access to Python objects, preventing multiple native threads from executing Python bytecodes simultaneously. This means that even on multi-core processors, only one thread can execute Python bytecode at any given time, effectively turning CPU-bound multi-threaded Python programs into single-threaded ones in terms of actual CPU utilization for Python code.&lt;/p&gt;</description></item></channel></rss>