第 12 / 37 页
非代码面试题
显示 20 / 738 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
4134Closing Auction Use CaseA benchmarked portfolio must minimize tracking error to the official close, and the stock has deep closing-auction liquidity. Which venue or schedule component becomes especially attractive?金融与交易中等derivation未尝试面试订阅4135Participation Cap in Thin NamesIn a thin name, why might a trader impose a strict maximum participation rate even when the order is behind schedule?金融与交易中等derivation未尝试面试订阅4136Why Quoted Spread Understates True CostWhy can quoted spread be a poor summary of true execution cost for a real institutional order?金融与交易中等essay未尝试面试订阅4137Why Passive Orders Can Still Lose MoneyWhy is it wrong to think that passive orders are always cheap just because they do not cross the spread?金融与交易中等essay未尝试面试订阅4138Why Impact Models Need a Urgency TermWhy is an execution problem incomplete if it models market impact but ignores alpha decay or urgency?金融与交易中等essay未尝试面试订阅4139Why Dark Liquidity Is Not Free LiquidityWhy can dark-pool access reduce displayed footprint and still fail to lower true cost much?金融与交易中等essay未尝试面试订阅4151Generative Classification with a Missing Feature 1A two-feature naive Bayes model was trained generatively, but at prediction time X2 is missing. Prior P(Y=1)=0.5, P(X1=1|Y=1)=0.8, P(X1=1|Y=0)=0.3, P(X2=1|Y=1)=0.75, P(X2=1|Y=0)=0.4. You only observe X1=1. What posterior P(Y=1|X1) should the generative model use?机器学习中等数值题未尝试面试订阅4156Small Labeled Sample with Plausible StructureFor an observation x, a generative model summarizes the evidence as likelihood ratio p(x|Y=1)/p(x|Y=0) = 5. If the prior probability of class 1 is 0.2, what posterior probability P(Y=1|x) follows, and what 0.5-threshold decision does that imply?机器学习中等derivation未尝试面试订阅4157Lots of Labels but Misspecified Density StoryFor an observation x, a generative model summarizes the evidence as likelihood ratio p(x|Y=1)/p(x|Y=0) = 0.5. If the prior probability of class 1 is 0.4, what posterior probability P(Y=1|x) follows, and what 0.5-threshold decision does that imply?机器学习中等derivation未尝试面试订阅4161Why Naive Bayes Can Work Despite Wrong IndependenceYou have only a few hundred labeled observations, but domain knowledge gives a plausible class-conditional structure and you also have many unlabeled feature vectors. Would you start with a generative or a discriminative model first?机器学习中等essay未尝试面试订阅4162Why Discriminative Models Often Win AsymptoticallyA classifier was trained last quarter, and now only the class prevalence has shifted while the conditional shape of features given class appears stable. Which side, generative or discriminative, is easier to adjust quickly?机器学习中等essay未尝试面试订阅4163Why Generative Models Handle Missingness More NaturallyYou have millions of labeled examples and care only about predictive accuracy on the deployed label, not about simulating x. Which side usually deserves the first try?机器学习中等essay未尝试面试订阅4164Why Generative and Discriminative Can Share a BoundaryA production system frequently has one sensor missing at test time, but your model family can factor the joint feature likelihood cleanly. Which side gets a practical advantage?机器学习中等essay未尝试面试订阅4165A Fast Sanity Check for Gen-vs-Disc QuestionsThe research desk wants not only labels but also synthetic feature draws conditional on each class for stress testing. Which side is the more natural starting point?机器学习中等essay未尝试面试订阅4181Rolling Mean with a Forward WindowA candidate constructs a '5-day moving average' for day t using prices from t-2 through t+2. Is this valid for a predictive model meant to trade at the close of day t?机器学习中等derivation未尝试面试订阅4182Standardization Before the Train-Test SplitA pipeline standardizes each feature using the mean and standard deviation of the full dataset before creating the train/test split. Is that clean?机器学习中等derivation未尝试面试订阅4183Target Encoding Without Out-of-Fold LogicA categorical feature is target-encoded using the full sample average label for each category, and then those encodings are used inside cross-validation. Is that safe?机器学习中等derivation未尝试面试订阅4184Lag Feature with an As-Of TimestampA feature uses yesterday's close, but only if the data vendor timestamp shows that the value was available before today's decision time. Is that construction conceptually acceptable?机器学习中等derivation未尝试面试订阅4185Cross-Sectional Rank Built After Universe FilteringA cross-sectional signal ranks stocks only within the subset that survived a future-based liquidity filter. Is that a valid engineered feature for backtesting?机器学习中等derivation未尝试面试订阅4186Why Centering Helps Interaction FeaturesWhy do practitioners often center features before adding interaction terms to a linear model?机器学习中等essay未尝试面试订阅