Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Post under tag interview questions
Recent posts under tag interview questions
All
Questions
MCQs
Jobs
Articles
+1
vote
1
answer
What is the best tool to develop Play/Scala applications to persist data in MongoDB NoSQL data store?
posted
Jun 28, 2016
by
Roshan
scala
interview questions
+2
votes
0
answers
I have a jar file that contains some Java classes. How do I tell scala to look in this jar file?
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+3
votes
1
answer
Does Scala work on .Net?
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+3
votes
1
answer
Limitation of Scala
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+3
votes
1
answer
Do I need to convert Java data structures to Scala, and vice versa?
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+2
votes
1
answer
Can I use existing Java code from Scala?
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+2
votes
1
answer
Where can I read about the translation from Scala to Java?
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+2
votes
1
answer
Are Java 1.5 generics available in Scala?
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+2
votes
0
answers
Tuples and Currying in scala
posted
Jun 28, 2016
by
Shivam Kumar Pandey
scala
interview questions
+3
votes
1
answer
What is String Interpolation in Scala? How do we use String Interpolation in Scala?
posted
Jun 28, 2016
by
Karthick.c
interview questions
scala
+1
vote
0
answers
Randomize nodes of a Binary Tree without using any data structures?
posted
Jun 28, 2016
by
anonymous
data structures
tree
interview questions
+2
votes
2
answers
What is a Primitive data type?
posted
Jun 28, 2016
by
anonymous
c
interview questions
+3
votes
0
answers
Write a C program for decimal to factorial number system conversion and vice versa?
posted
Jun 27, 2016
by
anonymous
c
interview questions
+5
votes
1
answer
Is it possible to construct BST by using Inorder Traversal?
posted
Jun 22, 2016
by
Shahsikant Dwivedi
tree
interview questions
data structures
0
votes
0
answers
Given two sets of strings A and B. Find the (A-B) U (B-A)?
posted
Jun 21, 2016
by
anonymous
interview questions
string
0
votes
0
answers
How to create rand3() from rand2() function?
posted
Jun 21, 2016
by
anonymous
interview questions
random
algorithms
+1
vote
1
answer
Java : Can we force Garbage collector to run at any time ?
posted
Jun 20, 2016
by
Karthick.c
java
garbage collector
interview questions
+1
vote
0
answers
Does Garbage collection occur in permanent generation space in JVM?
posted
Jun 20, 2016
by
Karthick.c
java
interview questions
+3
votes
1
answer
How to create BST by using Inorder and Postorder traversal?
posted
Jun 17, 2016
by
Shahsikant Dwivedi
tree
interview questions
algorithms
+1
vote
0
answers
Given a matrix which is spirally sorted, remove an element and insert another element maintaining the sorted order?
posted
Jun 16, 2016
by
anonymous
c
interview questions
+1
vote
0
answers
How to remove unwanted data(noise) from a document/file using C/Java?
posted
Jun 16, 2016
by
anonymous
c
java
interview questions
+1
vote
0
answers
How to add two numbers more then 64bit each using C?
posted
Jun 16, 2016
by
anonymous
c
interview questions
0
votes
1
answer
How to print the top view of an binary Tree?
posted
Jun 15, 2016
by
Aditya Dwivedi
tree
interview questions
data structures
+2
votes
1
answer
How do you find if JVM is 32-bit or 64-bit from Java Program?
posted
Jun 15, 2016
by
Karthick.c
java
interview questions
+2
votes
0
answers
What is -XX:+UseCompressedOops JVM option? Why use it?
posted
Jun 15, 2016
by
Karthick.c
java
interview questions
0
votes
1
answer
What is the difference between constructor injection and setter injection?
posted
Jun 10, 2016
by
Karthick.c
java
interview questions
+3
votes
1
answer
Spring Java:What is IOC and DI?
posted
Jun 10, 2016
by
Karthick.c
java
interview questions
+6
votes
2
answers
What is a Level Order Traversal in Binary Tree and What it's application?
posted
Jun 9, 2016
by
Shahsikant Dwivedi
tree
data structures
interview questions
algorithms
+1
vote
1
answer
Is Java is a purely Object Oriented programming language, if Not then write a program without class & objects?
posted
Jun 8, 2016
by
Pankaj Sahni
java
interview questions
0
votes
1
answer
How does the XOR operator work in Java?
posted
Jun 8, 2016
by
Karthick.c
interview questions
java
+2
votes
1
answer
How to convert a Binary Tree into Binary Search Tree using C/C++?
posted
Jun 8, 2016
by
anonymous
c++
c
interview questions
tree
0
votes
1
answer
Why reference of an object is needed in defining copy constructor?
posted
Jun 7, 2016
by
anonymous
c++
interview questions
+2
votes
1
answer
What is CallableStatement? How you can call stored procedure to pass IN parameter?
posted
Jun 7, 2016
by
Karthick.c
java
interview questions
+1
vote
1
answer
What is try-with-resources in java?
posted
Jun 7, 2016
by
Karthick.c
java
interview questions
+1
vote
1
answer
Difference between FileSystemResource and ClassPathResource?
posted
Jun 3, 2016
by
Karthick.c
java
interview questions
+2
votes
0
answers
Given a set of random strings, write a function that returns a set that groups all the anagrams together.
posted
Jun 2, 2016
by
anonymous
c
string
interview questions
+2
votes
1
answer
Spring: What is Annotation-based container configuration?
posted
May 31, 2016
by
Karthick.c
java
interview questions
spring
+2
votes
1
answer
Spring:How do you turn on annotation wiring?
posted
May 31, 2016
by
Karthick.c
java
interview questions
0
votes
1
answer
If you are given two traversal sequences, can you construct the binary tree?
posted
May 30, 2016
by
anonymous
tree
interview questions
+1
vote
1
answer
How to program Inorder traversal of Binary tree without stack and recursion?
posted
May 30, 2016
by
anonymous
data structures
tree
interview questions
+2
votes
2
answers
Convert a binary number into decimal number in c?
posted
May 30, 2016
by
anonymous
c
interview questions
+2
votes
2
answers
How to compare two numbers in C without using relational operators?
posted
May 28, 2016
by
anonymous
c
interview questions
+1
vote
Java Programming String
posted
May 27, 2016
by
Itian.kongu
string
java
interview questions
+2
votes
0
answers
Given a binary tree, find the largest subtree having atleast two other duplicate subtrees?
posted
May 26, 2016
by
anonymous
data structures
tree
interview questions
+2
votes
1
answer
Find number of islands of '1' in D dimensional array containing '0', '1'. where D > 2.
posted
May 26, 2016
by
anonymous
data structures
interview questions
c
+2
votes
1
answer
What is false sharing in the context of multi-threading?
posted
May 25, 2016
by
Karthick.c
multithreading
java
interview questions
+1
vote
0
answers
How do you call wait() method? using if block or loop? Why?
posted
May 25, 2016
by
Karthick.c
java
interview questions
0
votes
0
answers
Write a C function that returns the mirror image of a given image?
posted
May 25, 2016
by
Varun Kumar
c
interview questions
+1
vote
1
answer
Write a C function with constant space complexity to tell whether a singly linked list is palindrome or not?
posted
May 25, 2016
by
anonymous
linklist
c
interview questions
+3
votes
1
answer
How to check compass in Android
posted
May 23, 2016
by
Abhijit
android
interview questions
Page:
« prev
1
...
24
25
26
27
28
29
30
...
next »
...