Software Development Engineer Ii Interview Questions

2,268 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
Aug 18, 2022

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

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
avatar

Software Development Engineer (SDE) II

Interviewed at Oracle

3.5
May 12, 2022

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

Viewing 1831 - 1840 interview questions

Glassdoor has 2,268 interview questions and reports from Software development engineer ii interviews. Prepare for your interview. Get hired. Love your job.