Top 50 Unit testing interview questions and answers

1) What is smoking? In unit testing, we use mocking. An object you want to test may have other complex object dependencies. You replace the other objects…

Read More

Top 50 Jmeter interview questions and answers

1) Explain what is JMeter? JMeter is a Java tool, which is used for performance Load Testing. 2) Explain how JMeter works? JMeter acts like a group…

Read More

Top 50 Joomla interview questions and answers

1) Explain what is Joomla? Joomla is a content management system. It allows you to build online applications and web sites. Joomla is an open source and…

Read More

PHP 7 Fundamental Tutorial for Beginners – PHP Functions

What is PHP Functions A function is a block of code written in a program to perform some specific task. We can relate functions in programs to…

Read More

Elasticsearch QUERY Parameters Examples with Explanation

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

CloudFormation EC2 Mapping Parameters AllowedValues Example Program

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Understand Shell Script Parameters – Reference

A parameter is an entity that stores values. It can be a name, a number or some special characters. Bash shell provides two kind of parameters. Positional…

Read More