后端/技术岗面试经验(共3条)

  • 2021-03-04 20:38:10 | 猎头
    面试过程:

    1.自我介绍
    2.吹牛开始。英文全称彪高速,引经据典,同时介绍了欧美文化。面试官当时就给我跪了快
    3。介绍项目。高并发,大流量。等等。直接面试官脸红了。他不懂。
    4.当场offer,月薪直接干了200k,年薪总包280w以上,股票纳斯达克市场的直接给了2000w的股份。
    5.面试官是个女的,加了我的facebook,表示要嫁给我,不要彩礼。

    面试官问的面试题:

    微软亚洲研究院java开发面试题

    1.多线程,单例模式。
    2.异步
    3.限流。
    4.算法
    5.数据结构
    6.对中美的看法。对地球未来的发展的看法
    7.对银河系规划

  • 2011-10-26 08:30:05 | 校园招聘
    面试过程:

    一个部门的大领导,一个未来主管,一个HR专员,一个HR经理面试的。整个面试过程还比较顺利。会问一些以前做过的实验,注重细节,并且要求举例来说明你的论点。专业方面面试完了以后是HR再聊几句,问了几个个人问题,问了期望的薪水............

    面试官问的面试题:

    微软亚洲研究院软件工程师面试题

    软件技术问题?

  • 2011-07-08 13:10:23 | 网络招聘
    面试过程:

    [request release];

    }

    [context save:&error];

    }

    - (void)viewDidLoad {

    Core_Data_PersistenceAppDelegate *appDelegate = [[UIApplication sharedApplication] delegate];

    NSManagedObjectContext *context = [appDelegate managedObjectContext];

    NSEntityDescription *entityDescription = [NSEntityDescription entityForName:@"Line"

    inManagedObjectContext:context];

    NSFetchRequest *request = [[NSFetchRequest alloc] init];

    [request setEntity:entityDescription];



    NSError *error;

    NSArray *objects = [context executeFetchRequest:request error:&error];

    if (objects == nil)

    {

    NSLog(@"There was an error!");

    // Do whatever error handling is appropriate

    }



    for (NSManagedObject *oneObject in objects)

    {

    NSNumber *lineNum = [oneObject valueForKey:@"lineNum

    面试官问的面试题:

    微软亚洲研究院软件开发面试题

    [request release];

    }

    [context save:&error];

    }

    - (void)viewDidLoad {

    Core_Data_PersistenceAppDelegate *appDelegate = [[UIApplication sharedApplication] delegate];

    NSManagedObjectContext *context = [appDelegate managedObjectContext];

    NSEntityDescription *entityDescription = [NSEntityDescription entityForName:@"Line"

    inManagedObjectContext:context];

    NSFetchRequest *request = [[NSFetchRequest alloc] init];

    [request setEntity:entityDescription];



    NSError *error;

    NSArray *objects = [context ?

1   共 1 页

最后更新时间:1970-01-01 08:00:00