What do you mean by binding in Java?
Developer Intern Interview Questions
5,251 developer intern interview questions shared by candidates
What is the difference between == and === in JS?
Some software design questions and easy coding challenges.
kind of a diversity inclusivity question.
How JDBC Connection take splace
1 Introduce yourself 2 what are you work ethics 3 strength and weaknesses
Write a buzz-fizz function (counts from 1-100, if number is divisible by 5 it prints buzz, if divisible by 3 prints fizz, if divisible by 15 it prints buzzfizz).
Was asked to write a program to print 3 for all numbers less than 100 divisible by 3, 5 for all numbers less than 100 divisible by 5 and 3 and 5 for all numbers less than 100 divisible by both 3 and 5.
Find whether a string is a palindrome.
The word problem posed by the interviewer was exceedingly simple; list all prime numbers between two positive integers, m and n. This was the easiest question I have been asked by a recruiter/interviewer so far.
Viewing 181 - 190 interview questions