秋招的第一场面试---百度提前批
面的岗位是sre工程师,面试官说一半开发一半运维。本来是抱着试试简历行不行的目标随便投了点,没想到就过了百度提前批的网申。但由于主包目前在实习面试的这些八股啥的都没怎么准备,遂凉
。但是问的问题我觉得都不怎么难,后续也准备8月初离职准备秋招了
#秋招##秋招提前批,你开始投了吗#
全部评论
大佬,要来试一下PDD提前批嘛,不影响正式批那种
相关推荐
10-10 20:27
西安工业大学 运维开发工程师
牛6666666__:select f.farm_name as farm_name,
c.crop_name,
c.crop_type,
round(avg(health_index), 2) as avg_health_index,
round(sum(yield_kg_per_hectare),0) as avg_yield_kg_per_hectare,
datediff(max(measurement_date), min(planting_date)) as growth_days
from crop_data cd
inner join farms f on cd.farm_id = f.farm_id
inner join crops c on cd.crop_id = c.crop_id
where cd.measurement_date between '2024-03-01' and '2024-06-30'
group by cd.crop_id, cd.farm_id,f.farm_name
having count(cd.data_id) >= 3
order by avg_health_index desc, avg_yield_kg_per_hectare desc,farm_name 点赞 评论 收藏
分享
查看11道真题和解析