请问:关于土澳IT民工的面试,一般都需要笔试吗?
听说大多数程序员职务都要笔试,甚至写小程序。 是这样的吗?对于习惯copy paste的我来说,实在是怕这个:'( 很多会。。。 没问题啊,要个可以上网的电脑,
或者你给他们讲讲思路。 哇...还是可以上网查资料的 不用怕,只是个过程,其实面试你的人自己也是copy/paste,这点心照都没有,以后怎么一起工作呀;P 土澳,是真心的土!!!!!!
一般都会有网上测试或者code challenge的,少部分会直接给面试机会。 Code challenge 是个啥?谢谢 我听说有面试时让被试者直接调试一段有bug的程序。这个算code challenge吗 其实这种测试看不出啥水平啦 contractor或者consultant看工作经验的比较多,如果以前的职业经验fit,会优先考虑
面试问技术问题的也较多。
有些技术职位,一般会先笔试(不一定到场,可能直接发题给你做,限定时间回复邮件附答案即可),再HR面试,然后再技术主管面试。。。(一般两三轮)但更多的,则是内部推荐,经验合适者填坑
管理型职位,则更多的是经验和背景调查,最合适者优先
澳洲找工作,主要靠经验,人脉和圈子内的口碑(之前的工作表现),那种靠技术水平脱颖而出的相对较少(这边圈子和市场太小了) 今天去笔试了, 给了白纸, 用笔写代码, 手酸死了. 笔试题就是一坨, 专考入门级程序员. 尽管JD上吹得牛B, 搞得还以为是个多牛B的地方.
技术人员告诉我并不是每个程序员都知道var是干什么的哦:funk:.土澳这技术:L finger|regnif 发表于 13-1-2015 20:16
今天去笔试了, 给了白纸, 用笔写代码, 手酸死了. 笔试题就是一坨, 专考入门级程序员. 尽管JD上吹得牛B, 搞 ...
我现在在学习如何看懂mac os x的反汇编程序:loveliness: DDD888 发表于 12-1-2015 13:01
其实这种测试看不出啥水平啦
我覺得筆試、機試考察的不是你水平的上限,而是下限。
如果連筆試、機試都通過不了,無論你吹的再厲害,你都無法證明你是對方心目中合格的軟件開發者。
等過了這個門檻,拿到interview后,你才有機會進一步展現你的水平。否則,一切免談。 karl.lee.2004 发表于 14-1-2015 09:19
我覺得筆試、機試考察的不是你水平的上限,而是下限。
如果連筆試、機試都通過不了,無論你吹的再厲害 ...
好奇,如果假设你要离职,你的老板要出啥笔试来招个人替代你的工作啊?(请注意这只不过是个如果:loveliness: ) tigerpiqiu 发表于 10-1-2015 02:50
Code challenge 是个啥?谢谢
可能是初步筛选简历以后,出一个中等复杂的项目,需要考察你对编程风格、设计模式、测试的理解。
这个项目完成好以后,他们再筛选。个人感觉这个很能够考察一个人能力的。
下面就是一个例子:
Description:
The application is a simulation of a toy robot moving on a square
tabletop, of dimensions 5 units x 5 units.
There are no other obstructions on the table surface.
The robot is free to roam around the surface of the table, but must be
prevented from falling to destruction.Any movement that would result
in the robot falling from the table must be prevented, however further
valid movement commands must still be allowed.
Create an application that can read in commands of the following form -
PLACE X,Y,F
MOVE
LEFT
RIGHT
REPORT
Where PLACE will put the toy robot on the table in position X,Y and
facing NORTH, SOUTH, EAST or WEST.The origin (0,0) can be considered to
be the SOUTH WEST most corner.
It is required that the first command to the robot is a PLACE command,
after that, any sequence of commands may be issued, in any order, including
another PLACE command.The application should discard all commands in
the sequence until a valid PLACE command has been executed.
Where MOVE will move the toy robot one unit forward in the direction
it is currently facing.
Where LEFT and RIGHT will rotate the robot 90 degrees in the specified
direction without changing the position of the robot.
Where REPORT will announce the X,Y and F of the robot.This can be
in any form, but standard output is sufficient.
A robot that is not on the table can choose the ignore the MOVE, LEFT,
RIGHT and REPORT commands.
Input can be from a file, or from standard input, as the developer chooses.
Provide test data to exercise the application.
Constraints:
The toy robot must not fall off the table during movement.This also
includes the initial placement of the toy robot.Any move that would cause
the robot to fall must be ignored 楼上这题的简单做法就是用策略模式把移动的相对方向(上下左右)和移动的绝对方向(东南西北)绑定,每次转身就要换策略。再用绝对方向来对横纵坐标加减。判断出界只要检查横纵坐标的值。 DDD888 发表于 14-1-2015 11:55
好奇,如果假设你要离职,你的老板要出啥笔试来招个人替代你的工作啊?(请注意这只不过是个如果:lovelin ...
其實上了一定規模的公司,都有自己的筆試題庫的,還有專人負責不定期更新題庫。然後各部門根據自己的需要提取不同崗位對應的成套題目就是了。
我在國內最後一份工作,就是我提出離職后,老闆到處找人來接手我的工作。
那段時間,公司不知中了什麼邪,所有最終殺到了我們部門面試的,不是經驗不夠,就是中途退出,反正前前後後約了4次面試,一個也沒看上。
最後沒辦法,只好從北京找了個據說有8年工作經驗的資深同事來接手。但根據實際情況來看,這位哥哥所謂的8年開發經驗,根基其實疏鬆的很,很多基本的概念都沒搞清楚。
不過最後還是有驚無險地成功交接了。 Mr.Q 发表于 15-1-2015 00:17
楼上这题的简单做法就是用策略模式把移动的相对方向(上下左右)和移动的绝对方向(东南西北)绑定,每次转身就 ...
思路是这样的。比较好的模式是命令模式。
重点考察:
1. 对部分设计模式的理解。
2. 对Unit Testing的理解。
3. 代码风格。
会做是一回事,写出专业代码是另一回事。 jimmyking 发表于 16-1-2015 13:45
思路是这样的。比较好的模式是命令模式。
重点考察:
这里面能用模式太多了, 可能是我没说清楚。 对每种移动策略的invoke,可以用命令模式。 本帖最后由 16364504 于 16-1-2015 16:19 编辑
jimmyking 发表于 14-1-2015 22:34
可能是初步筛选简历以后,出一个中等复杂的项目,需要考察你对编程风格、设计模式、测试的理解。
这个 ...
以前面试做过这个题目:)
页:
[1]