Binary Search, cosas de html, css, javascript, recursividad.
Lead Software Development Engineer Interview Questions
155 lead software development engineer interview questions shared by candidates
- Data Structure - merge and sort 2d linked list - Queue using 2 stack
basic Java program
Java RestAPI Cucumber Angular Karate
Factorial using recursion Xpath locator for some element inside a table When to use linkedlist and arraylist. Some theoritical questions about static, hashmap and hashset in java. Aptitude question after which the Manager went for lunch :-)- find k missing number from n consecutive natural number where n is 10 and k is 3.
write program to reverse a string
architerure level questions
Wirte a program for String Anagram Questions on Single ton classes Object creation for class VS extending class Selenium Architecture Program using Comparator and comparable Questions on unit testing Implement a framework
Given a box of 10 coins and you are blindfolded, how will you form 2 groups of equal heads and tails
First Round Question: You are given two linked lists and two integers i and j (i <= j). You need to replace the nodes from index i to j (0-based) in the first linked list with the entire second linked list and return the updated list. Example: Input: List1: 1 -> 2 -> 3 -> 4 -> 9 -> 6 List2: 4 -> 5 -> 10 -> 7 -> 3 i = 2, j = 4 Output: 1 -> 2 -> 4 -> 5 -> 10 -> 7 -> 3 -> 9 -> 6
Viewing 131 - 140 interview questions