AWS Interview Questions and Answer Part – 10

Instance A and instance B are running in two different subnets A and B of a VPC. Instance A is not able to ping instance B. What are two possible…

Read more »

AWS Interview Questions and Answer Part – 9

A customer has a web application that uses cookie-based sessions to track logged-in users. It is deployed on AWS using Elastic Load Balancing and Auto Scaling. When load increases, Auto…

Read more »

AWS Interview Questions and Answer Part – 8

You are designing a new autoscaling config group and you need to create a new alarm to scale your EC2 instances in response to heave web traffic. You decide to…

Read more »

AWS Interview Questions and Answer Part – 7

You work for a gaming company that has built a serverless application on AWS using Lambda, API Gateway and DynamoDB. They release a new version of the lambda function and…

Read more »

AWS Interview Questions and Answer Part – 6

You run the internal intranet for a corporate bank. The intranet consists of a number of webservers and single relational database running Microsoft SQL Server. Your peak demand occurs at…

Read more »

AWS Interview Questions and Answer Part – 5

Which of the following is NOT a feature of IAM? Centralised control of your AWS account Integrates with existing active directory account allowing single sign on Fine-grained access control to…

Read more »

Jenkins Interview Questions and Answers – Part 4

An important step in making sure that the build process is taken seriously is to ________ . never leave the build in a broken state (Ans) send out a report…

Read more »

Git Interview Questions and Answer Part – 9

Which section of GitHub can you use to track tasks? (Not Include in Questions)* Issues (Ans) Pages Pages Pages Work Items Which operation in GitHub for Windows will automatically commit…

Read more »

Git Interview Questions and Answer Part – 8

What are the fundamental concepts in Git’s object model? Commits, trees and leaves Commits, files and branches Commits, tags and branches Commits, snapshots, and references (Ans) What are the characteristics…

Read more »

Docker Error – Requires: container-selinux >= 2:2.74

Error\ Solution Go to http://mirror.centos.org/centos/7/extras/x86_64/Packages/ Find the latest version for container-selinux i.e. container-selinux-2.21-1.el7.noarch.rpm Run the following command on your terminal: $ sudo yum install -y yum install http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.107-1.el7_6.noarch.rpm yum install…

Read more »

Git Interview Questions and Answer Part – 10

Where can HEAD point? To a branch To a branch or nowhere To a branch or a commit (Ans) To a branch, a commit, a tree, or a blob How…

Read more »

Git Interview Questions and Answer Part – 7

How to Compute object ID and optionally creates a blob from a file? git hash-object (Ans) git cat-file git update-ref git count-objects How to Update the object name stored in…

Read more »

Best Laravel Packages to create awesome Admin Panels & other functionalities.

Here i am going to discuss about most trending and awesome packages for Laravel Developers. with these packages, you can easily embed some cool features like captcha, breadcrumbs and increase…

Read more »

55 Steps For build a project in php Laravel Framework.

1.laravel new project (open command prompt on xampp/htdocs directory) 2.cd projectname 4.Customise users table(database/migration/create_users_table.php) 5.Make Model and Migration for Role Table 6.Customise roles table(database/migration/create_roles_table.php) 7.Make Relationship between users and roles…

Read more »

Git Interview Questions and Answer Part – 1

Q1. What is GIT? Git is a distributed version control system and source code management (SCM) system with focus to handle small and large projects source code versions in the…

Read more »

What is Mobile SEO and Strategies of 2020?

Nowadays, The huge number of mobile users growing day by day and the huge amount of people are spending own free time on mobile browsing. For this reason, we should…

Read more »

How to install Laravel Application & sample CRUD.

Since its initial release in 2011, Laravel has experienced exponential growth. In 2015, it became the most starred PHP framework on GitHub and rose to the go-to framework for people…

Read more »

Which are the best strategies for SEO in 2020? (Step-By-Step)

Here I am going to let you about the best strategies of SEO in 2020. Below, I explained step-by-step SEO strategies to increase organic traffic on your Website. Here you…

Read more »

How to do SEO in 2020 with the best strategies?

Hi friends, First of all, I let you about SEO. It is the methodology of strategies, techniques, and tactics used to increase the number of visitors to a website and…

Read more »

ASG – Auto Scaling Group, Scaling Processes Explained

AWS Auto scaling group (ASG) comes into the picture when we want to have a declarative control and fault tolerant over the infrastructure. By declarative It meant describing how many…

Read more »

Chef Automate Essential Videos

Read more »

Difference between Chef infra Server vs Chef Zero vs Chef Solo

Chef Infra Server The preferred way to run Chef in a large server farm is with each server (“node” in chef parlance) talking to a centrally-managed Chef server. You can…

Read more »

Chef Tutorials: Chef Test kitchen Command Line Options

Read more »

Javascript Beginner Part-1

Hi, I am going to introduce some examples on adding javascript with HTML pages. you can add javascript with the help of <script></script> tag within head or body section. Now,…

Read more »

CSS Tutorial-Part 1

Cascading Style Sheet (CSS) CSS is a simple mechanism of describing common presentation semantics for every page is a website. It can control the layout of the Version of multiple…

Read more »

Chef Configuration Management Interview Questions and Answers Part – 4

1. What is Chef?Answer: It is a powerful automation platform that provides a way to transforms infrastructure into code. A chef is a tool for which you write scripts that are…

Read more »

Chef Configuration Management Interview Questions and Answers Part – 3

What is a resource? Read-only data identified by a type and a name. A description of some piece of a system and its desired state. – ANS An ordered series…

Read more »

Chef Terminology and Definition Guide

Chef Server: a central server that stores information and manages provisioning of the nodes Chef Node: an individual server that is managed by a Chef Server Chef Workstation: a controller…

Read more »

Chef Tutorials: Chef Command Line Complete References

Read more »