Developer Interview Questions

270,956 developer interview questions shared by candidates

1) Palindrome in String and number 2) Substring palindrome Eg: abcDADxyz is a palindrome,abcDACxyz is not a palindrome 3) print True when String Contains integer otherwise print False 4) print the given number is a binary number or not and print true if it is binary 5) pattern program * ** *** **** ***** 6) delete the duplicate element in a={1,3,5,6,3} answer {1,3,5,6} 7)delete the duplicate char in the given string Eg: "this is String" Output will be: t r n g 8)Strong number 9)Amstrong number 10) fibonic series using recursion 11) print the given first and last string of substring input: I was string output for was: 3,5 12) print the given number without Arthimatic input: 12345 output: 1020304050 13) print the given number input: 12345 output:54321( without using default function) 14) input : decimal10.25 ; output: binary10,25
avatar

Software Developer

Interviewed at 4W

4.2
Feb 24, 2020

1) Palindrome in String and number 2) Substring palindrome Eg: abcDADxyz is a palindrome,abcDACxyz is not a palindrome 3) print True when String Contains integer otherwise print False 4) print the given number is a binary number or not and print true if it is binary 5) pattern program * ** *** **** ***** 6) delete the duplicate element in a={1,3,5,6,3} answer {1,3,5,6} 7)delete the duplicate char in the given string Eg: "this is String" Output will be: t r n g 8)Strong number 9)Amstrong number 10) fibonic series using recursion 11) print the given first and last string of substring input: I was string output for was: 3,5 12) print the given number without Arthimatic input: 12345 output: 1020304050 13) print the given number input: 12345 output:54321( without using default function) 14) input : decimal10.25 ; output: binary10,25

First round Apti - 10 Numerical 25 Java based MCQ second round interview- interviewer was good . question- array list program find second highest salary what is JSP and syntax what is servlet and their services questions on string class polymorphism exception handling
avatar

Java Developer

Interviewed at Naaptol

2.6
Nov 26, 2019

First round Apti - 10 Numerical 25 Java based MCQ second round interview- interviewer was good . question- array list program find second highest salary what is JSP and syntax what is servlet and their services questions on string class polymorphism exception handling

Write a program to get an int value as argument and return it as string. For example, if I give the number 3456 as int, it should return the same number 3456 but as an object of String. You cannot use Java API methods.
avatar

Java Developer

Interviewed at Morgan Stanley

3.9
Nov 27, 2016

Write a program to get an int value as argument and return it as string. For example, if I give the number 3456 as int, it should return the same number 3456 but as an object of String. You cannot use Java API methods.

Viewing 551 - 560 interview questions

Glassdoor has 270,956 interview questions and reports from Developer interviews. Prepare for your interview. Get hired. Love your job.