Questions d'entretien pour Junior Java Developer

3 k

question(s) d'entretien pour Junior Java Developer partagée(s) par les candidats

Principales questions d'entretien

Trier: Pertinence|Populaires|Date
Naaptol
On a demandé à un Junior Java Developer...10 janvier 2018

attributes of <tr> tag

41 réponses

please let me know if anyone got Job

36. If you get call then follow this interview experience

How many of you waiting after 3rd round

Afficher plus de réponses
Naaptol

Any five html empty tags (last round)

6 réponses

You got the offer?

No .. dont know result .. My actually final round was not good enough

What they ask you in 3rd round?

Afficher plus de réponses
Naaptol

question mostly about output prediction of java code

5 réponses

Was it only for profound students

How many were shortlisted for the next round..??

I have attended third round. That was horrible

Afficher plus de réponses
Insight Global

Implement a method to determine whether a string is a palindrome.

4 réponses

Take a string as function parameter. Copy this str value into a new var, then use .reverse() thereupon. Compare the reversed copy back against original string using turnery operator to set resVariable to "true" : "false". Return resVariable. Moins

(Using .split(""), as well as .join(""))

const palindrome = (str) =&gt; str == str.reversed() palindrome('hello') // false palindrome('eve') // true Moins

Afficher plus de réponses
Lanyon

Write a function to print the first letter of every word in a string.

4 réponses

public String getFirstLetters(String text) { String firstLetters = ""; text = text.replaceAll("[.,]", ""); // Replace dots, etc (optional) for(String s : text.split(" ")) { firstLetters += s.charAt(0); } return firstLetters; } Moins

let sentence = 'Big Green Dog' let words = sentence.split(' ') words.map((word) =&gt;{ word.split('') console.log(word[0]) }) //output "B" "G" "D" Moins

public static void PrintFirstLetter( String s ){ If ( s.length == 0 ){ return; } String [ ] Words = s.split( “ “ ); for ( String word : Words ) { System.out.println( word.charAt(0)); } } Moins

Afficher plus de réponses
Interactive Brokers

Some questions about Java basics, and some math problems and SQL

3 réponses

Could you please post the questions or at least topics on which questions were asked? Moins

Teju, Will you please share your experience?

I have an onsite interview coming up. Could you recollect any questions and any tips would be appreciated. Moins

Interactive Brokers

some questions about hashCode, equals method regex question java concurrency: wait, notify, notifyAll() swing component rendering routine(without using UI-delegate)

3 réponses

can I submit my screen shot????

can you share it?

How many days they will take to tell the status and after screening test what was the next round?? Moins

InnoEye Technologies

they ask subjective question in screening like what is instanceof in java?

3 réponses

yes, i knw it but i am not sure about this so i am not going to make any mistake so i simply says idk. andi also suggest you if you dont knw so leave it not try to make it large. Moins

Tell me.. what question ask in skype round

Tell me.. what question ask in skype round

ZE PowerGroup

What is the white space character in the regular expressions in Java?

2 réponses

\s

\t

Interactive Brokers

All stupid questions which can't be expected to be answered by a junior engineer.

2 réponses

Release your anger. Tell us he questions.

what sort of questions?

1 - 10 sur 2 953 questions d'entretien d'embauche

Consultez les questions posées en entretiens pour des emplois similaires

Glassdoor propose 2 953 questions et rapports d'entretien pour le poste de Junior java developer. Préparez votre entretien. Découvrez la boîte. Décrochez le job.