En el currículo especificas que tienes un nivel medio de ingles...
Developer Intern Interview Questions
5,260 developer intern interview questions shared by candidates
1:1 round 2: Given a string find all the palindromes in the string.
1:1 round 3: This was the toughest for me . Given a database of string . And a record of words and replacement pairs , such that if a given word occured in the string it had to be replaced by the replacement pair provided in the record.
How to check if a Binary tree is a BST?
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