Basics of Java, OOP and Spring
Developer Interview Questions
269,410 developer interview questions shared by candidates
When are you looking to start?
What's the difference between final, finally & finalize keyword
What are the two types of Joins in SQL?
Convert a decimal string to a custom base 7 notation. Sort a linked list defined only using nodes.
Given an array, reverse it without using any other array. Explain your approach.
4. abc(); function abc() { console.log("1"); } function abc() { console.log("2"); } function abc() { console.log("3"); } //it will execute the last function statements.
Describe the volatile?
1)WAP to count the number of set bits where no of iterations must be equal to the number of set bits, irrespective of the total number of bits. Now make this number of iterations 1/8th. 2) WAP for ceiling function of 2 nos. eg: Ceiling(5/3) should return 3.
Write a function to flatten an array in JavaScript.
Viewing 2491 - 2500 interview questions