🎁 Exclusive Offer! Join our Telegram Channel to get **special discounts** and updates! 🚀

🚀 Struggling with coding interviews? We've got you covered! 💡 Practice real questions, sharpen your skills, and land your dream job! 🎯

Search Questions

Recent Questions

#1

Unique Encryptions in Nexus Prime

| Problem Statement
In the futuristic city of Nexus Prime, a tech organization stores large amounts of encrypted data files. Each file's content is scrambled using different arrangements of letters to create unique encryption patterns. Dr. Axiom, the lead engineer, needs to figure out how many different ways a file can be scrambled (encrypted). As the size of

Asked in: Walmart


People Bought: 0

Price (in Rs): 100.00

#2

Counting Repeated Game Scores

During a school sports day event, students record their scores, However, some students accidentally recorded the same score multiple times. Your task is to help the event organizer identify all scores that are repeated and determine the indices where each duplicate occurs.

You are given an integer N, representing the number of students, followed by a list of the

Asked in: Walmart


People Bought: 2

Price (in Rs): 0.00

#3

Ruest for Mystic Numbers

Problem Statement

the land of Numeria, the ancient sages have discovered a magical property in me numbers that they call "Mystic Numbers". These numbers hold special wers that can influence the harmony of the universe. You, as an apprentice to e sages, have been tasked with identifying these MysticNumbers.

The sages define a Mystic Number as follows:
1. It must b

Asked in: Walmart


People Bought: 2

Price (in Rs): 0.00

#4

Will We Meet

In the bustling town of Skyline Street, Jatin and Mano, two childhood friends, often challenge each other to exciting games. One day, they came up with a unique adventure-"The Climb of Heights."

Skyline Street consists of N buildings, each with a unique height, forming a magnificent skyline. The friends decide to start from their respective buildings and see if they can meet on

Asked in: Walmart


People Bought: 1

Price (in Rs): 0.00

#5

Homework

The distance between 2 points (x y1) and (x2 y2) on a 2D plane is defined as But Paul, the math teacher, defined the distance between 2 points (x1, y1) and (x2,y2) on a 2D plane as min(|z1-z2l, [y/1 - val) in his class. As homework, he gave N points to the students and asked Min smallest distance between all possible pairs of points according to his new definition. You are given N poin

Asked in: Nokia


People Bought: 0

Price (in Rs): 151.00

#6

The city of Hackerland can be represented using a grid with n rows and m columns containing an empty cell represented by a '*' and a blocked cell represented by a #. Traveling is allowed only through empty cells. The people of Hackerland are required to travel from a starting cell defined by the character 'S' to an ending cell represented by a character 'E'.

The people can jump a length of any

Asked in: Meesho


People Bought: 0

Price (in Rs): 201.00

#7

Given an array of strings, each of the same length, and a target string, construct the target string using characters from the strings in the given array such that the indices of the characters in the order in which they are used form a strictly increasing sequence. Here the index of a character is the
position at which it appears in the string. Note that it is acceptable to use multiple characte

Asked in: Meesho


People Bought: 0

Price (in Rs): 251.00

#8

A pixel color RGB is defined as a 24 bit integer. Each 8 bit integer (1 byte) represents either red, green or blue color. Each 8 bit integer has an integer value between 0 (Low intensity) and 255 (High intensity)

For the distance between two pixels having RGB values (r1, g1, b1) and (r2, 82, b2), it is calculated as follows:

d = square_root( (r1-r2)^2+ (g1-g2)^2+ (b1- b2)^2)

Given a 24-bi

Asked in: Meesho


People Bought: 0

Price (in Rs): 151.00

#9

Company's software team utilizes several algorithms to maintain data integrity, one of which targets the encoding of symmetrical names. Symmetrical names are unique in that they read identically in both directions, similar to palindromes in language parlance.

The chief aim of the algorithm is to rearrange the characters in the original symmetrical name according to these criteria:
- The rearra

Asked in: Amazon


People Bought: 0

Price (in Rs): 100.00

#10

Company is focused on using sophisticated algorithms to optimize inventory turnover within its warehouse network. In this case, you're given a task related to a specific operation with an array of
inventory levels.

Formally, you are given an array of positive integers, inventoryLevels, of size n. Additionally, you have two positive integers x and y, with x being equal to or smaller than y. You

Asked in: Amazon


People Bought: 0

Price (in Rs): 200.00