Back to Problems
xAI ML Interview Questions
3 real machine-learning interview questions reported from xAI.
Practice on the problems board βDynamic Batch Inference
Coding Interview Question: Dynamic Batch Inference You are building an online inference service for a PyTorch model.β¦
LLMs & Prompt EngineeringAsync Comparator for Answer Ranking Context
Async Comparator for Answer Ranking Context In large language model LLM training and evaluation, it is common to use aβ¦
LLMs & Prompt EngineeringGame of Life
Given a 2D grid of cells alive = "x", dead = "o" , simulate its evolution over discrete generations using: 1. A liveβ¦
Coding & Leetcode-style Questions