C Java Developer Interview Questions

23 c java developer interview questions shared by candidates

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"
avatar

Software Development Engineer In Test (Java Or C++)

Interviewed at Spoken Communications

3.9
Sep 1, 2017

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"

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']
avatar

Software Development Engineer In Test (Java Or C++)

Interviewed at Spoken Communications

3.9
Sep 1, 2017

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']

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

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

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?
avatar

Java/C++ Developer

Interviewed at Transamerica

3.6
Aug 1, 2016

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?

Viewing 11 - 20 interview questions

Glassdoor has 23 interview questions and reports from C java developer interviews. Prepare for your interview. Get hired. Love your job.