DB: 1. Design two SQL tables, that relate to each other, "book" "bookshelf" 2. Write a SQL query to tell me all of the books that belong to bookshelf id 2,3 3. Write a SQL query to tell me all of hte books that belong to any bookshelves that are named "cool_bookshelf"
C Java Developer Interview Questions
23 c java developer interview questions shared by candidates
3. Write a method that takes two collections of characters as a parameters and returns a new Set of distinct elements common between the two collections. // Give me the intersection of common elements between two data sets. // ['a', 'a', 'c', 'd'], ['a', 'c'] // -> ['a', 'c'] // ['a', 'a', 'c', 'd'], ['a', 'a', 'c'] // -> ['a','c']
Is Java object oriented programming or structured programming
basic question on tell me about yourself? third year project? puzzles aptitude test consists of basic puzzles technical written test consists of 2 puzzle based on which we have to give explainnation subjective aptitude test is based on tree there were 5 questions personel interveiw takes place at thein own place
Tell us about the projects you did. Present yourself.
A pen and paper test, with some questions like - explain some C# concepts - write a function to do something - some math questions
Write code to - fix some bugs - fix some tests - add new functionality Also design a system on pen and paper
On a scale of 1 - 10, how would you rate your organizational skills?
Assume that we have a legacy application that uses a proprietary text configuration file. We need to change the application so we can get the configuration from one of the following sources: 1- Legacy file 2- XML file 3- JSON stream 4- Database tables How can we decouple the application code and introduce the above feature?
Runtime polymorphism related question of oop
Viewing 11 - 20 interview questions