Jenkins Interview Questions and Answer – Part 2

beginner Explain what is Jenkins and what is it used for Explain each of the following in the context of nodes: Master Slave Executor Agent Label Explain each of the…

Read more »

AWS Interview Questions and Answer Part – 1

Global Infrastructure Explain the following Availability zone Region Edge location S3 – beginner Explain what is S3 and what is it used for What is a bucket? True or False?…

Read more »

Docker Interview Questions and Answer Part – 1

What happens when you run docker run hello-world? How do you run a container? What do you see when you run docker ps? What docker commit does? when will you use it? Explain what…

Read more »

Kubernetes Interview Questions and Answer Part – 1

What is Kubernetes? Why Docker isn’t enough? Why do we need Kubernetes? Describe the architecture of Kuberenets How do you monitor your Kuberenets? What is kubectl? How do you use…

Read more »

Git Interview Questions and Answer Part – 2

What is the difference between git pull and git pull? what is ‘working tree’? what is ‘staging area’? How do you resolve git conflicts? What is the difference between git reset and git reverse? In what…

Read more »

Useful Visual Studio Code Extensions.

1 :-Visual Studio Code HTML Snippets This extension adds rich language support for the HTML Markup to VS Code, including: Full HTML5 Tags Colorization Snippets [partially implemented] Quick Info description…

Read more »

How to fix PHPMyAdmin error, incorrect format parameter that appeared while importing a database?

First of all, we have to see some basic settings which are situated in php.ini. whenever we upload a database which size will be greater than max upload size and…

Read more »

How to create multiple AWS CloudFormation resources such as ec2 without AutoScaling group?

Some of the similar questions such as … How to do conditioning in AWS CloudFormation? How to do looking in AWS CloudFormation? No it is not possible looping in AWS…

Read more »
terraform-interview-questio

Terraform Interview Questions and Answer – Set 1

External data sources must return information in what format? A. XML B. HTML C. JSON D. YAML Ans: C. JSON Which of the following is an example of Source Control…

Read more »

Cloudformation WordPress Mappings EC2 UserData DBInstance SecurityGroup Outputs Examle Program

Read more »

CloudFormation EC2 Parameters Mapping AllowedValues ElasticIP SecurityGroup Outputs Example Program

Read more »

Cloudformation EC2 VPC Complete Outputs WebServersetup Example Program

Read more »

CloudFormation EC2 Mapping Parameters AllowedValues Example Program

Read more »

AWS Cloudformation Lab and Assignment – 1

Task 1: Using Cloudformation temmplate json, Create a EC2 Instance and output Public IP and Private IPs. Task 2:Using Cloudformation temmplate json, Create a EC2 Instance/ElasticIP/SecurityGroup and output Public IP…

Read more »

CloudFormation EC2 Volume ebs elasticip Example Program

Creating a security group Creating an EC2 instance Increased root volume on the EC2 instance Attaching an externally created EBS volume Attached Elastic IP to the instance

Read more »
clouaformation-ec2-sample-e

CloudFormation EC2 Sample Example Program

Read more »

8 Top Features of PHP Laravel Frameworks

The best features of PHP Laravel frameworks that make it popular among custom software developers and businesses alike: 1. Template Engine The best PHP framework is highly acknowledged for its…

Read more »

Terraform Notes – October – First Week – 2019 – Bangalore

Read more »
oauth-2-0-protected-rest-ap

Creating a OAuth 2.0 Protected REST API In Laravel

Download and install WAMP or XAMPP Server Download and install composer Open Gitbash and Set the composer composer global require “laravel/installer” Create a new Laravel Project Refer following code How…

Read more »

Error – phpmyadmin not accessible on network using ip address but localhost in ubuntu

Error Access forbidden! New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file “httpd-xampp.conf”. Step 1…

Read more »