Option-A: PDF for Exponential Distribution is $e^{-\lambda x}\lambda$ for $x \ge 0$.
Option-B: PDF for Normal Distribution is $f(x) = \frac{1}{\sqrt{2\pi\sigma^2}}
\exp\left(-\frac{(x-\mu)^2}{2\sigma^2}\right)$ where $\mu$ is mean and $\sigma^2$ is variance.
Option-C: PMF for Poisson Distribution is $\frac{\lambda^ke^{-\lambda}}{k!}$ where $k \in \mathbb{N}_{0}$ and $\lambda \in (0,\infty)$
Option-D: PDF for Uniform Distribution is $f(x) =
\begin{cases}
\frac{1}{b-a}, & a \le x \le b \\
0, & \text{otherwise}
\end{cases}$
Given PDF follows Normal distribution with mean = 0 and variance = 9
Hence, Option B is correct.