Write a method that takes a string as a parmeter and returns the reversal of that string as a return type. // "hello, world" -> "dlrow ,olleh" // "test" -> "tset"
Perguntas de entrevista para Software Engineer Python Or Java – brasil
4 Perguntas de entrevista compartilhadas pelos candidatos | software engineer python or java
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']
1. Implement stack, 2. Questions on mostly Collection, 3. 10 mins questions on String. 4. Some UI related questions
Exibindo 1 a 10 perguntas de entrevista