Some leetcode task, which wasn't hard
Software Developer Ii Interview Questions
3,997 software developer ii interview questions shared by candidates
The tests are really easy. The first is a find the bug scenario and it looks as though there is a lower case letter in a large string and when compared to the case selections, there isn't a case to handle it and C# is case-sensitive. The second test was write a sorter class. You have to read in a text file that has basic delimiting on a list of names, then parse the string after using the line reader. Then you are required to output a text file with the line writer after having the string names sorted (Using LINQ would shorten the sorter code). They also want to see basic error handling with try-catch. It looks like they allow for many classes in the namespace.
Create a react component - file structure
CoinChangeProblem : find minimum number of coins for any input < than 250
DS and Algorithm and system design
What would you use a virtual destructor for?
Here are two related database tables, code a data layer, stored procedure, and web UI to perform CRUD operations against these tables.
Create a login page for a website with email and password validation.
what is your salary expectation, what is your experience on this field
Q: Why do you feel you are qualified for this role? Q: Explain what you would do in certain scenarios.
Viewing 1371 - 1380 interview questions