what is CQRS?
Full Stack Software Developer Interview Questions
1,668 full stack software developer interview questions shared by candidates
.NET - Write a http call to Display the Title of all the Completed TODOs in Sorted order from the following URL https://jsonplaceholder.typicode.com/todos - Http Get vs Http Post - How to pass data from View to Controller? - Create Instance of Employee class in Main Function public class Employee{ private Employee(){} } - What is Dependency Injection? - What would happen if we directly create object in constructor? - Design a database with Table Employee and Department where Employee can have multiple departments. - What is Composite Key? - Write a query to print Department Name where No. of Employee is more than 10. - Write/Represent above thing in Code First Approach. (migrations & DbSet). - Write Linq for above query. - How to restrict max length of Employee to 22 characters. - How to restrict all strings of a DB sets to 22 characters
Design a web application that allows employees to submit feedback toward each other's performance review.
Create a program which computes and stores the number of the occurrences of each character in a string from 'a' to 'z'. Returns the number of occurrences of a queried character to the user. If the queried character is anything outside of ‘a’ to ‘z’ the program returns an error.
Interview Questions I briefly summarized above.
interface vs abstract class
HTTP method, request, and response
What would you do to get this production ready?
Design Stack with finding a mid element in O(1) time.
Find 2 elements appear once in an array
Viewing 341 - 350 interview questions