逻辑能力测试+编程基本知识测试
两部分逻辑能力测试,好像是各20分钟,做好心理准备,基本没人能做完,即使做完也不可能全对,做得越多,错的越多。建议一个一个来,确保作对。
基本测试,记得一道题是,让你写个程序,resize an image.
Resize(int width, int height, int* pImage, int newWidth, int newHeight, int* pNewImage)
{
};
还会让你写YCbCr color space 比 RBG 好的地方。
还会让你写一个程序,给你一个integer,作为一个rectangle的面积,找出长和宽,长和宽必须是最接近的integer.
GetWH(int Area, int* pWidth, int* pHeight)
{
}
---------------------------------
这两个比较主要,其他一些小题,简单。
--------------------------------
欧刚参加过software engineer的面试,惨,rejected.
祝你能成功。
基本测试,记得一道题是,让你写个程序,resize an image.
Resize(int width, int height, int* pImage, int newWidth, int newHeight, int* pNewImage)
{
};
还会让你写YCbCr color space 比 RBG 好的地方。
还会让你写一个程序,给你一个integer,作为一个rectangle的面积,找出长和宽,长和宽必须是最接近的integer.
GetWH(int Area, int* pWidth, int* pHeight)
{
}
---------------------------------
这两个比较主要,其他一些小题,简单。
--------------------------------
欧刚参加过software engineer的面试,惨,rejected.
祝你能成功。