is http and sockets are same.
Senior Developer Interview Questions
30,108 senior developer interview questions shared by candidates
Finding max salary and one more query find last three records using sql query.
difference between thread and process.
what are static blocks, what are the new features introduced in JDK 7
Microservices Run-length encoding ( "aaabb" => "a3b2" ) Path simplifier ( "/home/user1/..//user2/./dog/" => "/home/user2/dog" ) Scala future convertion ( def convert(input: List[Future[Int]]): Future[List[Int]] = ??? ) Pascal triangle ( def pascal(size: Int): List[List[Int]] = ??? )
Explain Service and types
String concatenation program on codility
Previous project Questions for based on our resume
Refactor some validator code. Explain where you would implement a cache layer in a system that they give you a diagram for.
Algoritm test Assume you are working at a newspaper. Your task is to prepare a page with titles that writers send you. Your cat was walking over your keyboard and accidentally added characters. Now you need to filter out the titles and prepare them for publishing Assume that the tiles are in an array of strings. You need to do the following procedures on it: – Create a single string by concatenating the strings in the array. – Delete all numerical symbols from the string. – Capitalise the first character of each word in the string. Don't forget to think through any corner cases.
Viewing 2441 - 2450 interview questions