Support us on YouTube by Subscribing our YouTube Channel. Click here to Subscribe our YouTube Channel

Saturday, 5 September 2020

Top C# Programs for Interview

As I got several emails regarding the help for the Interview, so, I decided to share the programs that are asked during the interview. These programs also help you in an understanding of the problems/algorithms in the easiest way. I will update the programs every week so stay tuned. You can also write an email (or comment in the comment box) to me for any specific program required.

Top C# Program for Interview:

S.No.C# Interview Programs
1Reverse a Number in C#
2Reverse a string in C#
3FizzBuzz in C#
4Program to find Factor of a number in C#
5Program to Swap two numbers in C#
6Program to find the occurrence of the character in a string in C#
7Program to find factorial of a number in C#
8Program to check a string is Palindrome in C#
9Program to check a number is Palindrome in C#
10Program to find the HCF of two numbers in C#
11Program to generate Floyd’s Triangle in C#
12Program to Count Vowels and Consonants in a string in C#
13Program to check whether the entered year is Leap Year or Not in C#
14Program to remove the duplicate character from the string

I hope these programs will help you in cracking your interview.

Thanks

Program to find Factor of a number in C#

Write a program to find the Factor of a number entered by the user. 

The basic approach to solve this problem is to find the number(s) (Factors) which can divide the number entered by the user with no remainder left i.e. 0. In simple words, a factor divides a number completely without leaving any remainder.

Thursday, 20 August 2020

Working up with Google Kubernetes Engine in Google Cloud Platform

In this article, we will learn How to get started with GKE i.e. Google Kubernetes Engine in Google Cloud Platform. GKE provides the easiest and simplest way to set up the Kubernetes cluster. Kubernetes (K8s) is an Open Source system for automating deployment, scaling, and management of the containerized applications.

Wednesday, 12 August 2020

Getting Started with Cloud SQL in Google Cloud Platform

In this article, we will learn How to get started with Cloud SQL in Google Cloud Platform. We will start with the creation of a VM Instance. Then we create a MySQL DB in the Cloud SQL and access that DB in the Web application hosted in the VM Instance created in the Google Cloud Platform. 

Sunday, 9 August 2020

Tuesday, 4 August 2020

Create Virtual Machine instance in Compute Engine in Google Cloud Platform

In this article, we will learn How to create VM Instances with Google Cloud Platform’s Compute Engine. We will start with creating VM Instance with GCP Console and then achieve the same thing with the GCP Command Line utility i.e. GCloud. Then we will install the NGINX web server and host the web page and access it on another VM machine and through the internet.

Saturday, 1 August 2020

Setting up LAMP Certified by Bitnami in Google Cloud Platform

In this article, we will set up a LAMP Stack for web applications in the Google Cloud Platform. LAMP is one of the common examples of the Web Service Stack which basically Stands for Linux, Apache, MySQL, PHP. In this article, we will set up LAMP using Bitnami Certified Apps which provide secure, up-to-date, and packaged using industry best practices.

Subscribe us on YouTube

Subscribe Now

Popular Posts

Contact us

Name

Email *

Message *

Like us on Facebook