Difficulty Levels

Choose your challenge. Start easy and work your way up.

215
Total Problems

Print except multiples of N

Print all numbers in a given range [A, B] that are not divisible by a specified number N

easy
44

Print String Till Character In Python

Print a substring from the beginning of a given string until a specified character is encountered.

easy
44

Odd Integers In Range Program in Python

Print all odd integers between two given integers, excluding the boundaries.

easy
44

Combine Two Tables

Write an SQL query to join Person and Address tables and retrieve personal information with corresponding address details.

easy
43

Pattern Printing – Half Pyramid Numbers

Print a half pyramid pattern using numbers from 1 to N where each row contains consecutive numbers starting from 1

easy
44

Meeting Late Comers In Python

Count the number of people who arrived late to a meeting that started at 10:00 AM

easy
45

A Sober Walk – TCS NQT Question 1

Calculate the final position of a person who starts at origin and moves in a spiral pattern with increasing distances

easy
44

Second Largest Value among N integers

Find and print the second largest integer from a list of N integers.

easy
44

Program to Find the nth term of the series

Find the Nth term in a mixed geometric series where odd positions follow powers of 2 and even positions follow powers of 3.

easy
43

Oddly even– TCS NQT Question 2

Calculate the absolute difference between the sum of digits at odd and even positions in a large number

easy
43

Python Program To Print Fibonacci Sequence

Generate and print the first N terms of the Fibonacci sequence starting with 0 and 1

easy
44

Python Program to Print All Vowels

Extract and print all vowels from a given string, or -1 if no vowels are present.

easy
44
PrevPage 5 of 9Next