Add office photos
Employer?
Claim Account for FREE

MasterCard

3.9
based on 723 Reviews
Video summary
Filter interviews by

10+ Cauvery Technologies Interview Questions and Answers

Updated 10 Sep 2024
Popular Designations

Q1. Current project

Ans.

Currently working on developing a web application for a healthcare company.

  • Utilizing React.js for front-end development

  • Implementing RESTful APIs using Node.js and Express

  • Working with a PostgreSQL database for data storage

Add your answer

Q2. Palindrome String Validation

Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols.

Note:
The string 'S' should be evaluated in a case-insensi...read more
Ans.

The task is to check whether a given string is a palindrome or not, considering only alphabets and numbers and ignoring symbols and whitespaces.

  • Convert the string to lowercase and remove all symbols and whitespaces.

  • Reverse the modified string and compare it with the original string.

  • If they are equal, then the string is a palindrome.

  • If not, then the string is not a palindrome.

Add your answer

Q3. Maximum Subarray Sum Problem Statement

Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

Example:

Input:
array = [34, -50, 42, 14, -5, 86]
Output:
137
E...read more
Ans.

The maximum sum of any contiguous subarray in an array is found using Kadane's algorithm in O(N) time.

  • Initialize two variables, maxSum and currentSum, both set to the first element of the array.

  • Iterate through the array from the second element.

  • For each element, update currentSum by adding the element to it.

  • If currentSum becomes negative, reset it to 0.

  • If currentSum is greater than maxSum, update maxSum.

  • After iterating through the array, maxSum will contain the maximum subarra...read more

Add your answer

Q4. Min Steps to One Using Dynamic Programming

Given a positive integer N, your task is to determine the minimum number of steps required to reduce N to 1.

Allowed Operations:

1) Subtract 1 from it: n = n - 1
2) If ...read more
Ans.

The task is to find the minimum number of steps required to reduce a positive integer to 1 using three given operations.

  • Use dynamic programming to solve the problem efficiently.

  • Create an array to store the minimum steps required for each number from 1 to N.

  • Iterate from 2 to N and calculate the minimum steps for each number based on the three operations.

  • Return the minimum steps for N.

Add your answer
Discover Cauvery Technologies interview dos and don'ts from real experiences

Q5. Longest Palindromic Subsequence Problem Statement

Given a string A consisting of lowercase English letters, determine the length of the longest palindromic subsequence within A.

Explanation:

  • A subsequence is d...read more
Ans.

The task is to find the length of the longest palindromic subsequence in a given string.

  • Iterate through the string and create a 2D array to store the lengths of palindromic subsequences.

  • Use dynamic programming to fill the array based on the characters in the string.

  • Consider the cases where characters match or do not match to update the array values.

  • Return the length of the longest palindromic subsequence for each test case.

Add your answer

Q6. Square Root (Integral) Problem Statement

Given a number N, calculate its square root and output the integer part only.

Example:

Input:
18
Output:
4
Explanation:

The square root of 18 is approximately 4.24. The ...read more

Ans.

The task is to find the integral part of the square root of a given number.

  • Use the built-in square root function to find the square root of the number.

  • Convert the result to an integer by rounding down or using the floor function.

  • Print the integer part of the square root as the output.

Add your answer
Are these interview questions helpful?

Q7. Word Pattern Problem Statement

Given two strings S and T, determine if S follows the same pattern as T.

A full match means there is a bijection between a letter of T and a non-empty word of S.

Example:

Input:
S...read more
Ans.

Check if two strings follow the same pattern based on bijection between letters and words.

  • Iterate through each letter in T and corresponding word in S to create a mapping.

  • Use a hashmap to store the mapping between letters and words.

  • Check if the mapping is consistent for all test cases.

Add your answer

Q8. Level Order Traversal Problem Statement

Given a binary tree of integers, return the level order traversal of the binary tree.

Input:

The first line contains an integer 'T', representing the number of test cases...read more
Ans.

Implement a function to return the level order traversal of a binary tree of integers.

  • Create a queue to store nodes for level order traversal

  • Start with the root node and enqueue it

  • While the queue is not empty, dequeue a node, print its value, and enqueue its children

  • Repeat until all nodes are traversed

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Next Greater Node in Linked List Problem Statement

In a set of linked ninja villages, the goal is to determine if a stronger ninja exists in the nearest village linked ahead. Given a linked list of 'N' integers...read more

Ans.

Given a linked list of ninja villages, find the next greater ninja strength in the nearest linked village.

  • Traverse the linked list and store the elements in an array.

  • Use a stack to keep track of elements with no next greater element found yet.

  • Iterate through the array to find the next greater element for each village.

  • Return the array of next greater elements for each village.

Add your answer

Q10. The company wants to launch a premium credit card. How would you strategise to target the right customer segment? Complete thought process around the case was asked.

Ans.

To target the right customer segment for a premium credit card, I would analyze customer data, conduct market research, and create targeted marketing campaigns.

  • Conduct market research to identify potential customer segments who are likely to be interested in a premium credit card.

  • Analyze existing customer data to understand spending habits, income levels, and credit history to identify potential target segments.

  • Create targeted marketing campaigns that highlight the benefits a...read more

Add your answer

Q11. Find sub sudoko in given multi dimensional int. array

Ans.

Finding sub sudoko in a multi-dimensional integer array.

  • Iterate through each row and column to find sub-sudoku

  • Check if each sub-grid contains all numbers from 1 to 9

  • If yes, then it is a sub-sudoku

  • If no, then move to the next sub-grid

Add your answer

Q12. How would ONDC impact Amazon?

Ans.

ONDC would impact Amazon by increasing competition and potentially leading to lower prices for consumers.

  • ONDC would introduce more competition in the online retail space, forcing Amazon to innovate and improve its services to stay ahead.

  • Amazon may need to lower prices or offer better deals to compete with other online retailers on the ONDC platform.

  • ONDC could also provide Amazon with opportunities to reach new customers and expand its market share.

  • Amazon may need to adjust it...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Cauvery Technologies

based on 4 interviews
Interview experience
3.5
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.4
 • 520 Interview Questions
3.5
 • 346 Interview Questions
4.2
 • 297 Interview Questions
3.9
 • 198 Interview Questions
3.6
 • 160 Interview Questions
3.3
 • 142 Interview Questions
View all
Top MasterCard Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter