All Medium Articles
The background-clip property in CSS is a powerful tool that dictates how a background (be it color or image) extends within an element. It’s all about controlling… Read More
Genesys is a networking based company. Most of the questions were from Networks, Operating Systems, C++ and Java. No questions were asked from Database. Day… Read More
Given an array arr[] of strings of same length, the task is to count the number of columns to be deleted so that all the… Read More
Given two integer L and R representing a range [L, R], the task is to find the count of integers from the range that are… Read More
First of all, know about what is JL Test in JobLana? It is an employ-ability test which checks a person’s aptitude. Many companies use its score to call… Read More
Prerequisite: Create and Write on an excel sheet XlsxWriter is a Python library using which one can perform multiple operations on excel files like creating,… Read More
Course Navigation  In the previous article, we have seen the 3-Column layout and completed Section 2 of the main content. The main content of the… Read More
Round 1: There was objective type test on mettl assessment platform . Out of 234 students 27 were selected. Round 2: Group discussion round was held… Read More
The company does technology advisory, product design and custom development. First round : Type : Online Aptitude questions Questions : 40, Time : 40 minutes… Read More
Given a range represented by two positive integers L and R. The task is to count the numbers from the range having GCD of powers… Read More
Given two integer N and D where 1 ? N ? 1018, the task is to find the sum of all the integers from 1… Read More
Given a list, write a Python program to convert the given list into a Python tuple.  Examples: Input : [1, 2, 3, 4]Output : (1,… Read More
RDBMS (Relational Database Management System) and HBase are both types of database management systems, but they differ in several ways: Data Model: RDBMS uses a… Read More
Cache is a random access memory used by the CPU to reduce the average time taken to access memory. Multilevel Caches is one of the techniques… Read More
Equals(Object) Method which is inherited from the Object class is used to check if a specified List<T> object is equal to another List<T> object or… Read More
Prerequisite: Create and Write on an excel sheet XlsxWriter is a Python library using which one can perform multiple operations on excel files like creating,… Read More
The addWorksheet() function is an inbuilt function in PHP | Spreadsheet_Excel_Writer which is used to add a new worksheet to the Excel workbook. Syntax:  Workbook::&addWorksheet(… Read More
The setFontFamily() function is an inbuilt function in PHP | Spreadsheet_Excel_Writer which is used to set the font family. Syntax:  void Format::setFontFamily( $font_family ) Parameters:… Read More
The setBgColor() function is an inbuilt function in PHP | Spreadsheet_Excel_Writer which is used to set the background color of the cell of the spreadsheet.… Read More
The close() function is an inbuilt function in PHP | Spreadsheet_Excel_Writer which is used to finalize the spreadsheet after which all the operations are done.… Read More