1. Factorial A/B testing involves running multiple experiments simultaneously by assigning each visitor to a variant in all tests, allowing for faster results than isolated tests.
2. Bootstrapping can be used to estimate the distribution of statistics like GLM coefficients from A/B test results, providing estimates of effect size and uncertainty.
3. Bootstrapping models in Spark can be parallelized using multithreading to submit batches of bootstrap iterations concurrently, improving performance by utilizing all CPU cores.