0% found this document useful (0 votes)
28 views8 pages

Coding Questions For Interviews

The document lists various programming problems categorized into sections such as Patterns, Arrays, Numbers, Strings, Recursion, and Implementations. Each section contains questions with titles and corresponding numbers, covering a wide range of topics relevant for coding practice and interviews. Additionally, it includes links to tutorials and practice resources for each problem listed.

Uploaded by

pulkit varshney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views8 pages

Coding Questions For Interviews

The document lists various programming problems categorized into sections such as Patterns, Arrays, Numbers, Strings, Recursion, and Implementations. Each section contains questions with titles and corresponding numbers, covering a wide range of topics relevant for coding practice and interviews. Additionally, it includes links to tutorials and practice resources for each problem listed.

Uploaded by

pulkit varshney
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Pattern Questions

Qno Title
1 Triangle 1
2 Triangle 2
3 Triangle 3
4 Diamond Pattern

Arrays

Qno Title
5 Find the Largest element in a array
6 Reverse a given Array - Tutor Array
7 Count frequency of each eleme array
8 Average of all the elements i array
9 Remove Duplicates in-place fr Array
10 Remove Duplicates From an Uns Array
11 Check if array is subset of a array
12 Move all zeros to end of arra array
13 Stock Buy and Sell - Max one Allowed
14 Missing and Repeating in an A Array
15 Stock Buy and Sell - Multiple Allowed
16 Maximum Subarray Sum - Kadane Algorithm
17 Number of subarrays having pr K
18 Maximum Consecutive Ones Afte Zeroes

Numbers

Qno Title
19 Prime Factor of given number
20 Trailing Zeroes factorial
21 Replace 0 with 1's
22 Square root of number
23 Abundat Number
24 Binary to decimal
25 Decimal to Binary
26 Binary to Octal
27 Octal to Binary
28 Digit numbers to words

Strings

Qno Title
29 Reverse a String
30 Anagram
31 Palindrome String
32 Reverse Words
33 Most Frequent Character
34 Longest substring with distinct characters
35 Valid Paranthese
36 Uncommon characters
37 Second most repeated string in a sequence
38 Print Bracket Number

Recursion

Qno Title
39 Print 1 to n without using loops
40 Mean of array using recursion
41 Sum of natural numbers using recursion
42 Find First n Fibonacci Numbers
43 Factorial of a Number
44 Recursive function to check if a string is pali
45 Program to calculate value of nCr using Recurs
46 Find geometric sum of the series using recursi

Implementations
Qno Title
47 Stack
48 Queue
49 LinkedList
Link
Pattern 3 | Practice | GeeksforGeeks done
Pattern 7 | Practice | GeeksforGeeks done
Inverted triangle of stars | Practice | GeeksforGeeks printing done
Program to print the Diamond Shape - GeeksforGeeks

Link
Find the Largest element in an array - Tutorial
Reverse a given Array - Tutorial
Count frequency of each element in the array - Tutorial
Average of all the elements in the array - Tutorial
Remove Duplicates in-place from Sorted Array - Tutorial
Remove Duplicates From an Unsorted Array - Tutorial
Check if array is subset of another array - Tutorial
Move all zeros to end of array - GeeksforGeeks
Stock Buy and Sell - Max one Transaction Allowed - GeeksforGeeks
Missing and Repeating in an Array - GeeksforGeeks
Stock Buy and Sell - Multiple Transaction Allowed - GeeksforGeeks
Maximum Subarray Sum - Kadane's Algorithm - GeeksforGeeks
Number of subarrays having product less than K - GeeksforGeeks
Maximum Consecutive Ones After Flipping Zeroes - GeeksforGeeks

Link
Print all Prime Factors of the given number - Tutorial
Trailing zeroes in factorial | Practice | GeeksforGeeks
Replace all the 0’s with 1 in a given integer - Tutorial
Square Root | Practice | GeeksforGeeks
Check if the number is an abundant number or not - Tutorial
Convert Binary to Decimal - Tutorial
Convert Decimal to Binary Number - Tutorial
Convert Binary to Octal - Tutorial
Convert Octal to Binary - Tutorial
Convert digits/numbers to words - Tutorial

Link
Reverse a String | Practice | GeeksforGeeks
Anagram | Practice | GeeksforGeeks
Palindrome String | Practice | GeeksforGeeks
Reverse Words | Practice | GeeksforGeeks
Most Frequent Character | Practice | GeeksforGeeks
Longest substring with distinct characters | Practice | GeeksforGeeks
Valid Parentheses - LeetCode
Uncommon characters | Practice | GeeksforGeeks
Second most repeated string in a sequence | Practice | GeeksforGeeks
Print Bracket Number | Practice | GeeksforGeeks

Link
Print 1 to n without using loops - GeeksforGeeks
Mean of array using recursion - GeeksforGeeks
Sum of natural numbers using recursion - GeeksforGeeks
Find First n Fibonacci Numbers - GeeksforGeeks
Factorial of a Number - GeeksforGeeks
Recursive function to check if a string is palindrome - GeeksforGeeks
Program to calculate value of nCr using Recursion - GeeksforGeeks
Find geometric sum of the series using recursion - GeeksforGeeks

Link
What is Stack Data Structure? A Complete Tutorial - GeeksforGeeks
Introduction and Array Implementation of Queue - GeeksforGeeks
Singly Linked List Tutorial - GeeksforGeeks
Coding sheet for service based companies interviews like (Cognizant , Accenture , Deloitte , IBM , C
nture , Deloitte , IBM , Capgemini , Wipro)

You might also like