0% found this document useful (0 votes)
7 views

Problems list for Basic interview Coding Qns

The document outlines various concepts and problems related to numbers, arrays, strings, matrices, and patterns, including operations like digit manipulation, sorting, searching, and string analysis. It also includes sections on general and programming aptitude topics such as profit and loss, speed-distance-time calculations, and programming constructs like nested loops and recursion. Each section lists specific tasks or problems to solve, providing a comprehensive guide for practice and assessment.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Problems list for Basic interview Coding Qns

The document outlines various concepts and problems related to numbers, arrays, strings, matrices, and patterns, including operations like digit manipulation, sorting, searching, and string analysis. It also includes sections on general and programming aptitude topics such as profit and loss, speed-distance-time calculations, and programming constructs like nested loops and recursion. Each section lists specific tasks or problems to solve, providing a comprehensive guide for practice and assessment.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Number and series concept

1. Print each digit


2. Sum of the digits
3. Digit count
4. Reverse
5. Power
6. Factorial
7. Armstrong
8. Prime or not
9. Prime range
10. Sum till single digit
11. Strong number or not
12. Fibonacci series
13. Fibonacci nth term
14. Binary to decimal
15. Decimal to binary
(All conversion)
16. Binary addition
17. Half reverse
18. Series problem
Array concept

1. Maximum & it's index


2. Minimum & it's index
3. Reverse
4. Given array sorted or not
5. Linear search
6. Binary search
7. Anti-clockwise rotate
8.Clockwise rotate
9. Sort array
10. Alternate sort array
11. Kth max and min
12. Element occurrences by hashing
13. Element occurrences by brute force
14. Sort based on element occurrences
15. Greater than it's previous element
16. Maximum occurrence
17. Reverse 1st and 2nd half
18. Kth element reverse
19. Maximum range in a range of element
20. Print next immediate larger element
21. Replace with greatest element
22. Least prime
23. Remove duplicate elements
24. Merge two sorted array
25. Add two array elements
26. Find extra element

String Concept
1. Character count
2. Vowel and consonant count
3. Sum of ascii value
4. Reverse string
5. Palindrome
6. Special character count
7. Reverse sentence
8. Reverse word itself
9. Longest word in a given sentence
10. Print special characters
11. Character occurrences by alphabetical & given order
12. Pangram
13. Check anagram
14. Railway time conversion
15. Longest palindromic substring
16. Print next digit times
17. Balanced parenthesis or not
18. Reverse only vowels
19. Normal time conversion from railway
20. One's should appear first
MATRIX:
1.Print each row's minimum element
2.Print each column's maximum element
3.Find maximum element in each row
4.Rotate a matrix to 180 degree
5.Absolute difference of Diagonals 1
6.Check Identical Matrix
7.Matrix check
8.Snake Printing
9.Rotate matrix 12
10.Number of rectangles 2
11.Search words in matrix
12.Print pattern X
13.Print Array 6(PRINT MATRIX)

PATTERN:
1.Print X pattern
2.Inner Spiral Printing
3.Pattern Print 14
4.Snake Matrix 1
5.Pattern Printing 54
6. Star pattern
7. Z pattern
8. Hollow pattern

General aptitude is a test for problem-solving, and you can expect


questions from:
 Profit and loss
 Speed Distance Time
 Percentage
 Average
 Ratio proportion
For programming aptitude, you will get questions from:
 Nested Loops
 Flowcharts
 Recursions
 Pointers

You might also like