Question d’entretien chez FINRA

convert foo bar in an array to oof rab

Réponses aux questions d'entretien

Utilisateur anonyme

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

Utilisateur anonyme

21 sept. 2016

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

Utilisateur anonyme

2 sept. 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?