Skip to content

Desi banjara

learn and grow together

  • Azure
    • Azure Compute
      • Azure Logic Apps
      • Azure Mobile Apps
      • Azure App Service
      • Azure Serverless Computing
        • Azure Functions
    • Azure Networking services
      • Azure Networking – VNET
    • Azure Database Services
      • Azure SQL
      • Azure Data Factory
      • Azure Databricks
    • Azure Analytics Services
    • Azure Security
      • Azure Identity and Access Management
      • Azure Active Directory
      • Azure Defender
      • Azure security tools for logging and monitoring
        • Azure Sentinel
        • Azure Sentinel – Data connectors
    • Azure Cognitive Services
    • Azure Data and Storage
    • Azure Devops
    • Azure landing zone
    • Azure IaaS
    • Azure Internet of Things (IoT)
      • Azure Machine Learning
      • Azure AI and ML services
    • Azure Migration
  • Agile Software development
    • Atlassian Jira
  • Amazon Web Services (AWS)
    • Amazon EC2
    • Amazon ECS
    • AWS Lambda
  • Google
    • Google Cloud Platform (GCP)
    • gmail api
    • Google Ads
    • Google AdSense
    • Google Analytics
    • Google Docs
    • Google Drive
    • Google Maps
    • Google search console
  • Software architecture
    • Service-oriented architecture (SOA)
    • Domain-Driven Design (DDD)
    • Microservices
    • Event-Driven Architecture
    • Command Query Responsibility Segregation (CQRS) Pattern
    • Layered Pattern
    • Model-View-Controller (MVC) Pattern
    • Hexagonal Architecture Pattern
    • Peer-to-Peer (P2P) pattern
    • Pipeline Pattern
  • Enterprise application architecture
  • IT/Software development
    • API development
    • ASP.Net MVC
    • ASP.NET Web API
    • C# development
    • RESTful APIs
  • Cybersecurity
    • Cross Site Scripting (XSS)
    • Reflected XSS
    • DOM-based XSS
    • Stored XSS attacks
    • Ransomware
    • cyber breaches
    • Static Application Security Testing (SAST)
  • Interview questions
    • Microsoft Azure Interview Questions
    • Amazon Web Services (AWS) Interview Questions
    • Agile Software development interview questions
    • C# interview questions with answers
    • Google analytics interview questions with answers
    • Javascript interview questions with answers
    • Python interview questions with answers
    • WordPress developer interview questions and answers
  • Cloud
    • Cloud computing
    • Infrastructure as a Service (IaaS)
    • Platform as a Service (PaaS)
    • Software as a Service (SaaS)
    • Microsoft Azure
      • Microsoft Azure Log Analytics
    • Zero Trust strategy
  • Toggle search form
  • AWS DevOps Engineer Professional Exam Practice Questions – 2 Amazon AWS Certification Exam
  • Google Ads Google
  • Command Query Responsibility Segregation (CQRS) Pattern Command Query Responsibility Segregation (CQRS) Pattern
  • AWS DevOps Engineer Professional Exam Practice Questions – 5 AWS DevOps Engineer Professional Exam
  • Object Oriented Programming (OOP) in C# C# development
  • AWS DevOps Engineer Professional Exam Practice Questions – 13 AWS DevOps Engineer Professional Exam
  • Splunk Data Analysis
  • How to read the telemetry from Azure IOT hub by Azure CLI Cloud

Tag: IT/Software development

Top 20 GIT Interview Questions

Posted on December 25, 2018 By DesiBanjara No Comments on Top 20 GIT Interview Questions

Top 20 [amazon_textlink asin=’B01ISNIKES|1449316387′ text=’GIT ‘ template=’ProductLink’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’68a83645-0879-11e9-9eea-b3538ea6ba7b’] interview questions:   What is a repository in GIT? Git stores this information in a data structure called a repository. A repository contains a directory named .git, where git keeps all of its metadata for the repository. The content of the .git directory are private to git….

Read More “Top 20 GIT Interview Questions” »

GIT, Interview questions, IT/Software development

SOLID Design Principles

Posted on September 9, 2018 By DesiBanjara No Comments on SOLID Design Principles

[amazon_textlink asin=’1484227611|1484236394′ text=’SOLID Design Principles’ template=’ProductLink’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’c71be429-b44f-11e8-bcc2-e9178ccb09b7′] are the design principles that enable us developers to manage most of the software design problems. The term SOLID is an acronym for five design principles intended to make software designs more understandable, flexible and maintainable. The principles are a subset of many principles introduced by…

Read More “SOLID Design Principles” »

C# development, Interview questions, IT/Software development, Web development

Top 20 beginner level C# interview questions

Posted on August 4, 2018 By DesiBanjara No Comments on Top 20 beginner level C# interview questions

Top 20 beginner level C# interview questions What is C#? C# is a simple, modern, type-safe, managed and object oriented language, which is compiled by .Net framework for generating intermediate language (IL). It is designed to be a platform-independent language although it is implemented primarily on Windows. Its syntax is similar to C and C++…

Read More “Top 20 beginner level C# interview questions” »

C# development, Interview questions, IT/Software development

Interview question: How to sort an array in C#?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: How to sort an array in C#?

By using Array.sort (arrayName) method.  It sorts the elements in an entire one-dimensional Array using the IComparable implementation of each element of the Array. If you want to sort in descending order, First sort the array using Array.sort(arrayName) then reverse the same using Array.reverse (arrayName) method. [amazon_link asins=’9351190900,007070368X,8120352068,9386873583|1840787198,1484230175,0985580135′ template=’ProductGrid’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’66554407-915d-11e8-9dd7-b3406be566d4′]

C# development, Interview questions

Interview question: Which class acts as a base class for all arrays in C#?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: Which class acts as a base class for all arrays in C#?

The Array class is the base class for all the arrays in C#. It is defined in the System namespace. The Array class provides various properties and methods to work with arrays.  

C# development, Interview questions, IT/Software development

Interview question: What are the types of arrays in C#?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: What are the types of arrays in C#?

There are three types of array in C#: Single-Dimensional Multidimensional Jagged arrays [amazon_link asins=’B0719KCBZT,B0779CNVM8,B011V135LM,B01CZWN0TI,B078NRPJT6,B00F0P2H06,B01FFQ1FS4,B00XHVQZNA,B011V108H6|B000BJVUS6,B01HEZ5H6K,B00IG6GEVO,B0199NOWM0,B00SNH9TKO,B01I9EFN1Y,B00EEV2QVW,B0107BYPLG,B005ANYMG0′ template=’ProductGrid’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’85aaae9a-94e4-11e8-aef2-6dca01bb821b’]

C# development, Interview questions, IT/Software development

Interview question: In c#, How can we create a function which can accept varying number of arguments?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: In c#, How can we create a function which can accept varying number of arguments?

By using the params keyword, a method parameter can be specified which takes a variable number of arguments or even no argument. After the params keyword used in a method declaration, no additional parameters are permitted. Also only one params keyword is allowed in a method declaration. [amazon_link asins=’B0719KCBZT,B0779CNVM8,B011V135LM,B01CZWN0TI,B078NRPJT6,B00F0P2H06,B01FFQ1FS4,B00XHVQZNA,B011V108H6|B000BJVUS6,B01HEZ5H6K,B00IG6GEVO,B0199NOWM0,B00SNH9TKO,B01I9EFN1Y,B00EEV2QVW,B0107BYPLG,B005ANYMG0′ template=’ProductGrid’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’85aaae9a-94e4-11e8-aef2-6dca01bb821b’]

C# development, Interview questions, IT/Software development

Interview question: What is the use of NULL Coalescing Operator (??) in C#?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: What is the use of NULL Coalescing Operator (??) in C#?

The Null coalescing operator is used with the nullable value types and reference types. It is a binary operator that simplifies checking for null values. If the value of the first operand is null, then the operator returns the value of second operand, otherwise it returns the value of the first operand. Example:  x ??…

Read More “Interview question: What is the use of NULL Coalescing Operator (??) in C#?” »

Interview questions, IT/Software development

Interview question: What are nullable types in C#?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: What are nullable types in C#?

C# provides a special data types, the nullable types, to which you can assign normal range of values as well as null values. [amazon_link asins=’B0719KCBZT,B0779CNVM8,B01CZWN0TI,B011V135LM,B0072T3X38,B078NRPJT6,B01FFQ1FS4,B00XHVQZNA,B011V108H6|B000BJVUS6,B01HEZ5H6K,B0199NOWM0,B00SNH9TKO,B01I9EFN1Y,B00EEV2QVW,B0107BYPLG,B005ANYMG0′ template=’ProductGrid’ store=’desibanjara22-21|desibanjaraco-21′ marketplace=’IN|UK’ link_id=’8afacfe7-94e3-11e8-8441-67501bd4f6a0′]

C# development, Interview questions, IT/Software development

Interview question: What is the purpose of an access specifier in C#?

Posted on July 31, 2018 By DesiBanjara No Comments on Interview question: What is the purpose of an access specifier in C#?

The purpose of an access specifier is to define the scope and visibility of a class member. C# provides five access specifiers: public, private , protected , internal and protected internal. Public access specifier allows a class to expose its member variables and member functions to other functions and objects. Any public member can be accessed from…

Read More “Interview question: What is the purpose of an access specifier in C#?” »

C# development, Interview questions, IT/Software development

Posts navigation

1 2 3 Next



Categories

  • Agile Software development
  • Amazon AWS Certification Exam
  • Amazon EC2
  • Amazon ECS
  • Amazon Web Services (AWS)
  • Apache Kafka
  • API development
  • Apple Mac
  • ASP.NET Core
  • ASP.Net MVC
  • ASP.NET Web API
  • Atlassian Jira
  • AWS DevOps Engineer Professional Exam
  • AWS Lambda
  • AZ-300: Microsoft Azure Architect Technologies Exam
  • Azure
  • Azure Active Directory
  • Azure AI and ML services
  • Azure Analytics Services
  • Azure App Service
  • Azure Cognitive Services
  • Azure Compute
  • Azure Container Instances (ACI)
  • Azure Core Services
  • Azure Data and Storage
  • Azure Data Factory
  • Azure Data Lake Storage
  • Azure Database Services
  • Azure Databricks
  • Azure Defender
  • Azure Devops
  • Azure Functions
  • Azure IaaS
  • Azure Identity and Access Management
  • Azure Internet of Things (IoT)
  • Azure Kubernetes Service (AKS)
  • Azure landing zone
  • Azure Logic Apps
  • Azure Machine Learning
  • Azure Machine Learning
  • Azure Migration
  • Azure Mobile Apps
  • Azure Networking – VNET
  • Azure Networking services
  • Azure Pricing and Support
  • Azure Security
  • Azure Security
  • Azure security tools for logging and monitoring
  • Azure Security, Privacy, Compliance, and Trust
  • Azure Sentinel
  • Azure Sentinel – Data connectors
  • Azure Serverless Computing
  • Azure SQL
  • Azure SQL Database
  • Azure Storage
  • Azure Storage services
  • Azure Stream Analytics
  • Azure Synapse Analytics
  • Azure Virtual Machine
  • Azure VNET
  • Business
  • C# development
  • C# interview questions with answers
  • ChatGPT
  • CI/CD pipeline
  • CISSP certification
  • Cloud
  • Cloud computing
  • Cloud Computing Concepts
  • Cloud services
  • COBIT
  • Command Query Responsibility Segregation (CQRS) Pattern
  • Content management system
  • Continuous Integration
  • conversational AI
  • Cross Site Scripting (XSS)
  • cyber breaches
  • Cybersecurity
  • Data Analysis
  • Database
  • DevOps
  • DevSecOps
  • DOM-based XSS
  • Domain-Driven Design (DDD)
  • Dynamic Application Security Testing (DAST)
  • Enterprise application architecture
  • Event-Driven Architecture
  • GIT
  • git
  • gmail api
  • Google
  • Google Ads
  • Google AdSense
  • Google Analytics
  • Google analytics interview questions with answers
  • Google Cloud Platform (GCP)
  • Google Docs
  • Google Drive
  • Google Maps
  • Google search console
  • Hexagonal Architecture Pattern
  • HTML
  • Information security
  • Infrastructure as a Service (IaaS)
  • Internet of Things (IoT)
  • Interview questions
  • IT governance
  • IT Infrastructure networking
  • IT/Software development
  • Javascript interview questions with answers
  • Layered Pattern
  • Leadership Quote
  • Life lessons
  • Low-code development platform
  • Microservices
  • Microservices
  • Microsoft
  • Microsoft 365 Defender
  • Microsoft AI-900 Certification Exam
  • Microsoft AZ-104 Certification Exam
  • Microsoft AZ-204 Certification Exam
  • Microsoft AZ-900 Certification Exam
  • Microsoft Azure
  • Microsoft Azure certifications
  • Microsoft Azure Log Analytics
  • Microsoft Cloud Adoption Framework
  • Microsoft Exam AZ-220
  • Microsoft Exam AZ-400
  • Microsoft Excel
  • Microsoft Office
  • Microsoft Teams
  • Microsoft word
  • Model-View-Controller (MVC) Pattern
  • Monitoring and analytics
  • NoSQL
  • OpenAI
  • OutSystems
  • Peer-to-Peer (P2P) pattern
  • Pipeline Pattern
  • PL-100: Microsoft Power Platform App Maker
  • PL-200: Microsoft Power Platform Functional Consultant Certification
  • PL-900: Microsoft Power Platform Fundamentals
  • Platform as a Service (PaaS)
  • postman
  • Postman
  • Project management
  • Python interview questions with answers
  • Ransomware
  • Reflected XSS
  • RESTful APIs
  • SC-100: Microsoft Cybersecurity Architect
  • Scrum Master Certification
  • Service-oriented architecture (SOA)
  • Software architecture
  • Software as a Service (SaaS)
  • SonarQube
  • Splunk
  • SQL
  • SQL Azure Table
  • SQL Server
  • Static Application Security Testing (SAST)
  • Stored XSS attacks
  • Table Storage
  • Test Driven Development (TDD)
  • Top technology trends for 2023
  • Uncategorized
  • User Experience (UX) design
  • Version control system
  • WCF (Windows Communication Foundation)
  • Web development
  • WordPress
  • WordPress developer interview questions and answers
  • Zero Trust strategy



Recent Posts

  • Azure Container Instances (ACI)
  • Azure Kubernetes Service (AKS)
  • Azure Identity and Access Management
  • Azure Analytics Services
  • Azure Storage services

Recent Comments

    • List of most used git commands with explanation git
    • Layered Pattern Layered Pattern
    • Microsoft PL-900 Certification Exam Practice Questions – 2 PL-900: Microsoft Power Platform Fundamentals
    • Microsoft AZ-900 Certification Exam Practice Questions – 6 Microsoft AZ-900 Certification Exam
    • Microsoft AZ-900 Certification Exam Practice Questions – 5 Microsoft AZ-900 Certification Exam
    • Azure Migration Azure
    • Azure Storage services Azure Storage services
    • Microsoft AZ-900 Certification Exam Practice Questions – 7 Microsoft AZ-900 Certification Exam

    Copyright © 2023 Desi banjara.

    Powered by PressBook News WordPress theme