Given two one directional linked list find if they merge and the node where they merge. Write a pseudo-code. Make solution with O(1) in space and O(n) in time where n is longest list length.
Senior Software Development Engineer Interview Questions
1,262 senior software development engineer interview questions shared by candidates
to write a tree traversal algorithm side to side
Find all palindromic substrings within a given string.
Was I interested in the job and did I plan to stay for a long time?
Flip the order of a Single linked list
Tell me your best 3 skills
Selenium questions Difference between driver.quit() and driver.close(). Difference between implicit wait() and explicit wait () in Java. Describe the Automation framework. what is the output of these two print statements in java? System.out.println("Hello, World!"+ 12 +150); System.out.println(12 + 150 "Hello, World!"); Replace or create a new json object in the array? Array [ { "name" : "bob", "status" : "Active" // change key "status" to output and "Active" to true -- something like that } ]
There was a deep set of questions on use of SQL indexes and working with large datasets. The challenges of working with large datasets was also covered .
What is inversion of control and what benefits can it provide when applied to software architecture?
On-Site Technical Interview. Hosted by a friendly and funny engineer. 1.- Given an array of integer numbers and a target number, find two numbers that sum the target, the output should be an array.
Viewing 211 - 220 interview questions