Domanda di colloquio di FINRA

convert foo bar in an array to oof rab

Risposte di colloquio

Anonimo

1 mag 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

Anonimo

21 set 2016

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

Anonimo

2 set 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?