NZ 面试记录-201609

20160831  Invenco

朋友推荐的,题目不难,做的也感觉不错,但是没有回音;估计是因为朋友和老板的关系有些僵,所以黄了;无憾,无缘

需要development 的测试职位:

1.how to write a test plan

2.ENUM example

3.0X16+0X16 =?

4.110011>> ?

其他的都忘记了:(


20160906 Air NZ

笔试:

1.int[]  , starting from [0],[1]

   out of boundary exception

    try,catch,finally,

2.Java pass value instead of reference, so the passed in variable won't be changed after the methods;

String str="abcd";

str.replace("a","b");

str.replace("b","d");

System.out.println(str);   -->"abcd"

3.int + double + "Sweet"

4.integer.ByteVallue(), doubleValue();.....

5.linkedList:

LinkedList list = new LinkedList();
        list.add(9);
        list.add(2);
        list.add(1);
        list.add(2);
        
        for(int i=1;i<=list.size();i++)
            System.out.println(list.get(i));

--》Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 4, Size: 4

6.int k=1;
        do while(k>1)//第一次见这么写的:(
            System.out.println("i :"+k);
        while (k>1);

---> no output

Database:

1.group by

面试题:

1.career achievement

2.example when you do  your job exceeding customer's expectation

3.what's your career development path

4.example when face problem in colleague relationships








  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值