CoderJony
Home
Blog
Tags
About
Contact
.NET Core
AWS
Azure
Metacube Software - Interview Questions for .NET Developer
By
Ankush Jain
|
Last Updated On Thursday, Oct 26, 2017
.NET
Programming Round - Written
[1,2,4,5,8,8,9,0] - Write a program to find if any duplicate exist?
Write a program to check if integer is palindrom or not? Ex. 232. Without converting it into string.
Write a program to find position of max element. i.e. 3284 then position sould be 3rd because 8 is max.
OOPs, C# & ASP.NET
What will you do in a window application if CPU usage reaches very high?
What is Polymorphism?
Interface vs Abstract class? When should we use them?
Example of Singleton and does it work in Multi-threaded environment?
Difference between Dispose vs Finalize?
What is Type Safety?
What is delegate and why/when should we use it?
List, Array, ArrayList, Dictionary - which is fast and why?
Types of assembly in .NET?
Types of authentication in ASP.NET?
How can I secure a web-request even when if I trap request on network level? How can I secure my data over network?
What is HLL in .NET?
What is Single Sign On? What and how you will implement? Examples of sites which uses Single Sign On?
MVC vs MVVM?
SQL
Difference between DELETE vs TRUNCATE? Which is better or faster performance wise and why?
Which can be rollbacked?
What is CHECK in SQL?
Can we call one SP from to another SP?
Can we use recursion in SP?
Which is faster LINQ or SQL & why?
How would you optimize SP?
What is SQL Server Agent?
What is Tuple?
Difference between local temp table & global temp table.
Difference between Primary key and Unique key.
jQuery
How would you optimize client side?
What would be sorting order in JS? i.e. ["orange", "banana", "apple"] & ["7", "3", "50", "9"]
Difference between Window.onload vs document.ready?
Ankush Jain
Software Engineer
Recent Posts
Authenticating users in ASP.NET Core MVC using Amazon Cognito
By Ankush Jain
Mar, 2023
Structured Logging in .NET Core Worker Service with Serilog - Write logs to Amazon CloudWatch
By Ankush Jain
Mar, 2023
Installing MySQL on Amazon Linux 2 EC2 Instance and configure it for remote connections
By Ankush Jain
Jan, 2023
Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs
By Ankush Jain
Oct, 2022
Structured Logging with NLog in AWS Lambda using .NET Core
By Ankush Jain
Sep, 2022
Hosting an ASP.NET Core Application on Amazon Linux 2 EC2 instance
By Ankush Jain
Aug, 2022
Getting Started with AWS CDK using .NET
By Ankush Jain
Jul, 2022
Determine the right memory for your Lambda using AWS CloudWatch Logs Insights
By Ankush Jain
Jul, 2022
Implementing Configuration, Logging & Dependency Injection in AWS Lambda using .NET Core
By Ankush Jain
May, 2022
Logging to AWS CloudWatch using Log4Net in .NET Core
By Ankush Jain
Apr, 2022