Design Patterns Candidates were asked to describe various design patterns. It's highly recommended to study several key patterns beforehand and be prepared to discuss their implementation and use cases in detail. Concurrency and Database Management Questions covered multi-threading challenges and database access patterns. Interviewers expect familiarity with different table locking strategies and how to handle concurrent data access scenarios effectively. Practical Coding Assessment Whiteboarding Exercise The coding challenge required creating an ASP.NET application to find an error and fix a byte array with WAV audio data. Development Environment Preparation Candidates should ensure their IDE (such as VS Code) is fully configured and ready to demonstrate coding proficiency. Quick navigation and efficient IDE usage are evaluated as part of the technical assessment. The exercise extended to building a web UI component to expose the functionality through an ASP.NET application.
Software Senior Interview Questions
75,774 software senior interview questions shared by candidates
Count islands on HackerRank and analyze a log document
Javascript Program For Stock Buy Sell To Maximize Profit The cost of a stock on each day is given in an array, find the max profit that you can make by buying and selling in those days. For example, if the given array is {100, 180, 260, 310, 40, 535, 695}, the maximum profit can earned by buying on day 0, selling on day 3. Again buy on day 4 and sell on day 6. If the given array of prices is sorted in decreasing.
Make an API that handles a restaurant essentialy
he asked me one program output question in C as below - char *strfy() { char*name = "Deepak"; name[4] = 'e'; return name; } int main() { char*name= strfy(); printf("%s\n", name); return 1; }
How do I approach services and what do I see as important things when developing software?
Bring in some complex (ish) Java code and walk me through it.
I was asked to break down and describe the parts of an ethereum transaction and how each was used.
Write a program for pairwise swapping for linked list. Normal and recursive both
Build in Scala a datatype similar to defaultdict in python
Viewing 2521 - 2530 interview questions