There was a gaming puzzle to solve
Software Development Engineer Ii Interview Questions
2,269 software development engineer ii interview questions shared by candidates
2. Reverse a sinlgy linked list, without any use of built in collections or any dependencies.(Implement linked list on your own. do not use java.util package methods) Input : 9 -> 4 -> 2 -> 8 Ouput : 8 -> 2 -> 4 -> 9 3. Find the given two strings are anagrams. isAnagram("apple", "orange"); -> false isAnagram("worth", "throw"); -> true isAnagram("foo", "fun"); -> false 1.[7,1,4,2,0,5,2,9,3] Impl a quick sorting algorithm and explain its space and time complexities in detail
Find if two given strings are anagram or not
sort dictionary values and keys without using builtin sort method
coding round 1 1. given 4 arrays nameOfProducts, priceOfProducts, nameOfProductSold, sellingPriceOfProduct. count the products sold at price different from purchasing. 2. count of employees in each department sorted by count and also display 0 if no employee in some department 3. make a get request to given api and return data after some processing 4. length of sub array which contains element which has maximum frequency [ 1 2 3 2 0 3] => ans 3 sub array [2 3 2] Round 2 1. Rest vs Soap and when to use which 2. how to authenticate restapi 3. explain jwt 4 noSql vs Sql when to use which 5 encryption algorithm
Basic java Selenium Data Structure
Standard interview questions. Designing a ruby class with tests based on a mini case.
- Design a Automation framework for an API
Questions from data structures, discussion on HLD and LLD, questions from Project
Technical questions: One, involved writing code to manipulate a string in place. Two, had me write sections of code from a recent project of my choosing.
Viewing 1821 - 1830 interview questions