¿Que es lo que estas aprendiendo?
Software Developer Ii Interview Questions
6,480 software developer ii interview questions shared by candidates
write a program to identify if a string has complete matching brackets "[]{}()"
Nothing unexpected. Questions are very straight forward
Why doesn't eBay use EJBs, Hibernate, Spring, Transactions?
Write an algorithm to find out the price for a keyword of an item based on the values present in the existing tables. He gave me 2 tables and some columns with item details. Keywords to search for those items etc.. The keywords can have multiple words. For example if you have existing high volume keywords in the the table like iPOD with a certain price then how much price should be the phrase "iPOD Touch 8gb" (a potential low volume keyword).
Discuss in detail a project of your choice, preferably one where you were involved in the system/software design.
How you would design some web services that talked to each other and served requests to a web browser? There are 3 services that each take 200ms to send requests to each other. service 1 needs info from both service 2 and 3 to serve to the client. The client needs an initial response in 400 ms. How would you solve this?
Round 1: StringBuilder vs string, == vs ===, fizzbuzz, palindrome parser, general optimization questions Round 2: JavaScript concepts (i.e. what's a polyfill, transpilation), experience with Azure platform (heretofore unmentioned), C# service live debugging, SQL query construction
Convert a string into a properly formatted json object using whatever language you are comfortable using. Draw a whiteboard diagram (using an online app they give a link to) that shows how you would populate responses to a survey asynchronously: the survey is created for specific users all at once, but they will all respond at different times, etc. Write a SQL query to select all users who responded to a survey with a numerical value within a certain range. What are the pros and cons of using Stored Procedures in SQL? How would you go about joining two tables in SQL? Are there any other ways to join tables that you know of?
Write a C# function to return the 3rd largest number from an unsorted array (without using a sort of built in function).
Viewing 391 - 400 interview questions