Courses
Tutorials
Practice
Jobs
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Deloitte Coding Interview Questions
Deloitte coding interviews evaluate candidates' programming fundamentals, problem-solving ability, and understanding of core computer science concepts through coding chall...
Read More
DSA
Company Interview Questions
Law of Total Probability (Practice Problems)
The Law of Total Probability states that if an event can occur through several mutually exclusive and exhaustive events, then its total probability is the sum of the proba...
Read More
Mathematics
qualcomm coding interview questions
Qualcomm coding interviews focus on evaluating a candidate's knowledge of data structures, algorithms, and problem-solving skills through coding challenges.Questions are c...
Read More
DSA
Company Interview Questions
Vertical Sum in a Jagged 2D Array
Given a jagged 2D array arr[][], where each row may contain a different number of elements, find the minimum sum among all columns.Examples:Input: arr[][] = [[2, 3, 5], [1...
Read More
DSA
Spidey Sense
Given an n × m grid mat[][] consisting of the characters 'O', 'B', and 'W', where 'O' represents an open cell, 'B' represents a bomb, and 'W' represents a wall. A move can...
Read More
DSA
Hungry Pizza Lovers
A pizza restaurant receives n orders. For the i-th order:arr[i][0] represents the time at which the order is placed.arr[i][1] represents the time required to prepare the p...
Read More
DSA
Nth Number Having At Most K Set Bits
Given two integers n and k, find the nth non-negative integer whose binary representation contains at most k set bits (1s). The numbers are considered in increasing order ...
Read More
DSA
Binary Search
digit-DP
Maximum Matching Pairs
Given two strings s1 and s2 of lengths n and m, respectively, consisting only of the characters '*', '#', and '@', find the maximum number of matching character pairs that...
Read More
DSA
Paytm Recruitment Process
Paytm is one of India's leading fintech companies, hiring graduates and experienced professionals for roles in software engineering, backend development, Android developme...
Read More
Interview Prep
Secret Cipher
Geek wants to send a secret message to his friend Keeg. Instead of sending the original message directly, he encrypts it by inserting the character '*'.Keeg decodes the me...
Read More
DSA
Count Pairs With Different Values
Given an array arr[] of n positive integers, count the number of good pairs (i , j ) such that: 1 ≤ i, j ≤ array sizearr[i] arr[j] Two pairs are considered different if t...
Read More
DSA
Day Before n Days
Given two integers d and n. Where d is the day, out of 7 days of the week, d varies from 0 to 6 as shown below.0 - Sunday1 - Monday2 - Tuesday3 - Wednesday4 - Thursday5 - ...
Read More
DSA
Make All Even with Minimum Operations
Given a string s consisting of the characters 'e' and 'o', where 'e' represents an even number and 'o' represents an odd number, find the minimum number of operations requ...
Read More
DSA
Euclidean Distance (Practice Questions)
Euclidean distance is defined as the distance between two points in Euclidean space. To find the distance between two points, the length of the line segment that connects ...
Read More
Mathematics
Maths
Geometry
Practice Questions
Infosys Coding Interview Questions
Preparing Infosys coding questions helps candidates improve their programming, logical thinking, and problem-solving skills for the Infosys recruitment process. These ques...
Read More
Interview Prep
1
2
3
4
...
12157