All Expert Articles
Online Assessment: 3 coding questions, 50 MCQ which consists of DSA, DBMS, OS, Unix, Aptitude type questions Interview Round 1: Questions asked were Tell me… Read More
What are the main components of a star schema?A star schema has four main components. These are listed below: Fact table Dimension tables Attributes Attribute… Read More
Let us try to deeply understand, why IP address is known as “Logical” while, MAC Address is known as “Physical” address.  The IP address and… Read More
In this article we are going to design a file transfer protocol server configuration in cisco packet tracer and checking the connectivity for uploading and… Read More
Given an array arr[] of N integers and an integer K, the task is to find the maximum subarray sum such that the subarray has… Read More
Trapezium is a polygon with four sides, i.e. it is a quadrilateral. Trapezium originated from the Greek word “trapeze” which means table. It is a… Read More
Strings are the sequence of characters, symbols, and numbers. In JavaScript, the user can write strings either in ‘single quote‘ or in “double quote“. However,… Read More
In this article, we will see how we can create a text split effect using CSS. The text split effect using CSS involves wrapping each… Read More
When we have to order elements on the z-axis, we use the z-index property. in CSS, the z-index property only works on elements with a… Read More
ReactJS requires several components to represent a unit of logic for specific functionality. The componentWillMount lifecycle method is an ideal choice when it comes to… Read More
I was informed a day before through mail that my interview for TCS digital has been scheduled for 18th October at 9:15 am. I joined… Read More
Kirchhoff’s Laws are the basic laws used in electrostatics to solve complex circuit questions. Kirchhoff’s Laws were given by Gustav Robert Kirchhoff who was a… Read More
In SQL, certain words are reserved. These are called Keywords or Reserved Words. These words cannot be used as identifiers i.e. as column names in… Read More
Hello everyone! Recently, Cognizant visited our campus and I appeared for  GenC profile assessment. So, here is a brief explanation of my experience with the… Read More
The order by the statement is used in SQL to sort the result set in ascending or descending by mentioning it in the suffix as… Read More
Checkstyle is a development tool to help programmers to write Java code that sticks to a coding standard. It automates the process of checking Java… Read More
In SQL, many times we are required to display all the rows of a table in which the entries having 0(zero) as an entry/value are… Read More
Health is one of the fundamental human rights for people and it must be available to everyone, and no one should be refused access to… Read More
In SQL, sometimes situations arise to update all the rows of the table. We will use the UPDATE command to achieve this in SQL. For… Read More
In this article, we are going to see the process of importing an existing flutter Project into the Android Studio. This is going to be… Read More