Pergunta de entrevista da empresa FINRA

convert foo bar in an array to oof rab

Respostas da entrevista

Sigiloso

1 de mai. de 2017

// ca is a character array containing [f,o,o, , b, a, r] ArrayList charlist = new ArrayList(); String[] splitwords = (new String(ca)).split(" "); for(String word: splitwords) { StringBuffer temp = new StringBuffer(word).reverse(); for(int i=0; i

Sigiloso

21 de set. de 2016

(new StringBuilder("foo bar")).reverse().toString()

Sigiloso

2 de set. de 2016

what kind of questions came in online assesment ?Full programming questions or choose the best one .Appreciate your reply.What are the questions they have asked in telephonic interview?