All Basic Articles
Capgemini visited our college for hire. It offered two different profile The first round was an online test that consists of. Pseudocode round(25 questions -25… Read More
Oracle visited my campus for Server Technology Role recently. Selection process involved total of 4 rounds. 1 Written + 3 Interview Rounds.   Written Round:… Read More
HTML:  HTML stands for Hyper Text Markup Language. It is used to design web pages using a markup language. HTML is the combination of Hypertext… Read More
Exploratory Data Analysis (EDA) is used for achieving a better understanding of data in terms of its main features, the significance of various variables, and… Read More
Given an Integer list, extract rear K digits from it. Input : test_list = [5645, 23567, 34543, 87652, 2342], K = 2 Output : [45, 67,… Read More
In C#, the continue statement is used to skip over the execution part of the loop(do, while, for, or foreach) on a certain condition, after… Read More
Given a dictionary and dictionary list, update the dictionary with dictionary list values. Input : test_dict = {“Gfg” : 2, “is” : 1, “Best” :… Read More
Given a list with string elements, the following program extracts those elements which start with vowels(a, e, i, o, u). Input : test_list = [“all”,… Read More
Given a String, the following program converts the alphabetic character around any digit to its uppercase. Input : test_str = ‘geeks4geeks is best1 f6or ge8eks’ Output… Read More
We generally use Python lists to store items. An online shopping application may contain a list of items in it so that the user can… Read More
Block ciphers are built in the Feistel cipher structure. Block cipher has a specific number of rounds and keys for generating ciphertext.Block cipher is a… Read More
Vector Clock is an algorithm that generates partial ordering of events and detects causality violations in a distributed system. These clocks expand on Scalar time… Read More
There were three round. 1. Online test 2. Technical + Manegerial interview 3. HR round Round-1 (Online test)   It was divided into three sections. … Read More
Given a string S of length N consisting of “?” and lowercase letters, the task is to replace “?” with lowercase letters such that no… Read More
Given an array arr[] consisting of N distinct integers and a positive integer K, the task is to find the minimum element that occurs in… Read More
A micro-controller is a single Integrated Circuit (IC) which is comparable to a little stand alone computer and it is designed to perform the specific… Read More
The ASCII() function returns the ASCII value of the leftmost character of a character expression. Syntax : ASCII(character_expression) Parameter : This method accepts a single-parameter… Read More
Oracle visited our college for two profiles: Server Technology and Application Engineer. First round was an online test followed by 3 to 4 rounds of… Read More
Cloud computing has recently witnessed a sudden increment in career paths, research positions, and other opportunities throughout the whole world. Currently, the market for cloud… Read More