HR面/综合面系列:公司相关

1 对公司的看法?为什么应聘我们公司?

应聘之前,我初步了解了贵公司的情况。
(1) 行业+发展前景:我十分看好贵公司所在的XX行业,现在AI发展迅速,影响着社会经济的发展,未来发展空间很广。
(2) 企业:xx是一个大型企业,在业内做得非常出色,我希望能加入这样优秀的团队
(3) 岗位:应聘xxx岗,我感兴趣+能力匹配(专业知识,快速学习能力,创新能力,以及团队合作能力)。
(4) 企业性质:偏国企(国有资本持股比例高),稳定
(5) 薪资:有竞争力
(6) 地区:离家近
所以,希望在此优秀的平台可以尽我所能,创造业绩。
【公司荣誉声望、领导魅力、产品优势、价值观、市场定位、管理理念】

2 你能为公司带来什么?

能力匹配:创新能力,快速学习能力,团队合作能力
团队协同
职业稳定性

3 如果录用你,你会怎么展开工作?

Situation:如果我加入这个团队,作为一个新人,可能会遇到几个问题:xxx,xxx
Task:首先我要解决xxx问题,达到xxx目标
Action:要实现这个目标,我需要做几件事:xxx,xxx
Result:希望通过这些事,可以达成xxx目标,为下一阶段的工作打好基础

4 面/投了哪些公司?

讯飞研究院—— offer
中兴(通讯)——sp offer
安科医疗——offer
清华长三角——offer
深信服(网络安全、云计算)——等2面
昆仑万维(游戏)——等2面
华为(通讯)——等1面
海康(视频监控)——等1面

5 如果我们给你发offer,你还会继续秋招么?

找工作:行业+发展前景,企业,岗位,薪资,地区
满足要求,直接选择。

6 其他公司offer?

算法是我的兴趣
职业兴趣、对公司及产品、品牌认识等方面来阐述。围绕这家企业的优势及我们对这家企业的认识来回答。

  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
为了更好地排版,建议您使用HTML结合CSS来实现样式效果。以下是一个简单的示例代码: ```html <!DOCTYPE html> <html> <head> <title>好看的排版</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #333; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; overflow: hidden; } .top { text-align: center; height: 100px; margin-top: 30px; } .banner { height: 60px; margin-bottom: 10px; } .main { margin-top: 30px; margin-bottom: 10px; text-align: center; } .main1 { height: 600px; width: 500px; margin: 20px auto; padding: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 2px 4px rgba(0,0,0,.1); } .mt { margin-top: 20px; } a { text-decoration: none; color: #333; } .a1, .a2 { display: inline-block; width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; border-radius: 10px; transition: background-color .3s ease-out, color .3s ease-out; } .a1:hover, .a2:hover { background-color: #ADD7EA; color: #fff; } .inp1 { width: 100%; border: 1px solid #ccc; border-radius: 4px; padding: 10px; font-size: 16px; line-height: 1.6; margin-bottom: 10px; } .left1 { margin-left: 300px; } .left2 { margin-left: 115px; } .left3 { margin-left: 180px; } hr { border: none; border-top: 1px solid #ccc; margin: 20px 0; } p { font-size: 20px; line-height: 1.6; margin-bottom: 20px; } .pp1 { margin-left: 180px; } .pp2 { margin-left: 130px; } </style> </head> <body> <header class="top"> <h1>网站标题</h1> </header> <nav class="banner"> <a href="#" class="a1">菜单1</a> <a href="#" class="a1">菜单2</a> <a href="#" class="a1">菜单3</a> <a href="#" class="a1">菜单4</a> </nav> <div class="container"> <main class="main"> <h2>欢迎来到本网站</h2> <p>这里是网站的简介,欢迎您的加入。</p> <a href="#" class="a2">注册</a> <a href="#" class="a2">登录</a> </main> <div class="main1"> <h3>联系我们</h3> <form> <label for="name">姓名:</label> <input type="text" id="name" name="name" class="inp1"> <label for="email">邮箱:</label> <input type="email" id="email" name="email" class="inp1"> <label for="message">留言:</label> <textarea id="message" name="message" class="inp1"></textarea> <button type="submit" class="a1 mt">提交</button> </form> </div> <hr> <section> <p class="pp1">这里是一段说明文字,可以用来介绍网站的内容或者其他信息。</p> <p class="pp2">这里是另一段说明文字,可以用来介绍网站的内容或者其他信息。</p> </section> <footer> <p>© 2021 网站名称</p> </footer> </div> </body> </html> ``` 以上代码中,使用了一些常见的CSS样式属性来实现排版效果,例如`font-family`、`font-size`、`line-height`、`color`、`background-color`、`margin`、`padding`、`text-align`、`width`、`height`、`border`、`border-radius`、`box-shadow`等。同时使用了`max-width`和`overflow: hidden`来控制容器的最大宽度和溢出处理,以及使用了`display: inline-block`和`transition`来控制链接的样式和交互效果。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值