In view of the increasing cases of Coronavirus/COVID-19 across the country, the final round of Infosys Certification examination (scheduled for Saturday, March 21, 2020 and Sunday, March 22, 2020) was...
InfyTQ Mock Tests – No Cost 5 Mock Tests designed as per the latest InfyTQ Exam Pattern. Mock Test Pattern : 20 Questions, 30 minutes. Sections involve questions on...
Given m*n matrix where m defines number of rows and n defines number of columns. Your job is to check whether a number is consecutive for 3 times either...
Given a special set of numbers and a special sum. Find all those combinations from the given set, equaling the given sum Input : First Input : Set of...
Given a row/column count and a matrix, your job is to find those possible 2*2 matrix where each should follow the given rule : -> Each element of matrix...
Want E-Book ? – Visit : Python Codebook In this article, we will look at different Python Hacks. This article is useful for anyone who wants to brush up...
You are given a list of numbers from 1 to 9, in which each word is seperated by ‘,’. Your job is to find the sum of two numbers....
You are provided with a string of numbers, check whether it is a palindrome or not. If it is not a palindrome, then, reverse the string, add it to...
You are provided with a mathematical expression, your job is to solve this expression. Input : First Input : String Output : Result Sample Testcases : I/P 1: (4+3)*(12/6)
You will be given a number in the form of string, extract out digits at odd places, square & merge them. First 4 digits will be the required OTP....
