\documentclass[a4paper,12pt]{article}
\usepackage{enumitem}
\usepackage{wasysym}
\usepackage{geometry}
\usepackage{xcolor}
\usepackage{multicol} % For multiple columns
\usepackage{fancyhdr}
% Set up page layout
\geometry{
    top=1.5cm,
    bottom=1.5cm,
    left=1.5cm,
    right=1.5cm,
    headsep=0.5cm,
    headheight=3cm,
}
% Custom command for incorrect options
\newcommand{\incorrectOption}{\item[\textbf{\Circle}]}
% Custom command for correct option
\newcommand{\correctOption}{\item[\textbf{\CIRCLE}]}
% Define header and footer
\pagestyle{fancy}
\fancyhf{} % Clear default header and footer
\fancyfoot[C]{\thepage} % Page number at the center of the footer
\fancyfoot[R]{\textbf{QUIZ SET [2]}} % Set number at the right of the footer with SET Number
\renewcommand{\headrulewidth}{0pt} % Remove header rule
\begin{document}
\begin{center}
\textbf{CLOUD FOUNDATION QUIZ SET [2]}
\textbf{NAME:} \underline{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}  \hspace{2cm} \textbf{ENROLLMENT NO:} \underline{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
\textbf{Each Question:} 0.5 Marks  \hspace{2cm} \textbf{Duration:} 10 Minutes
\textbf{Start Time:} 11:45 AM  \hspace{1.5cm} \textbf{End Time:} 11:55 AM  
\textbf{Completely fill the circles as shown: \Circle \Circle \CIRCLE \Circle}
\rule{\textwidth}{0.4pt}
\end{center}
\begin{enumerate}[leftmargin=*, label=\textbf{Q.~\arabic*}, itemsep=-5pt]
\input{SET_A_ANSWERS} % Select the question set
\end{enumerate}
\end{document}