Premium Employer

greytHR

3.9
based on 197 Reviews
Filter interviews by

10+ Velopsys Technologies Interview Questions and Answers

Updated 20 Feb 2025

Q1. Most Frequent Non-Banned Word Problem Statement

Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find the most...read more

Ans.

Find the most frequent word in a paragraph that is not in a list of banned words.

  • Split the paragraph into words and convert them to uppercase for case-insensitivity.

  • Count the frequency of each word, excluding banned words.

  • Return the word with the highest frequency in uppercase.

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.

Validate if a given string is a palindrome after removing special characters, spaces, and converting to lowercase.

  • Remove special characters and spaces from the input string

  • Convert the string to lowercase

  • Check if the modified string is equal to its reverse to determine if it's a palindrome

Add your answer

Q3. What is difference between restcontroller and controller?

Ans.

RestController is a specialized version of Controller in Spring framework used for RESTful web services.

  • RestController is used for creating RESTful web services, while Controller is used for handling traditional web requests.

  • RestController is annotated with @RestController, while Controller is annotated with @Controller.

  • RestController returns data directly in the response body, while Controller returns a view.

  • RestController is typically used for APIs, while Controller is used...read more

Add your answer

Q4. What is csrf? What is session?

Ans.

CSRF is a type of attack where a malicious website tricks a user into performing actions on another website. Session is a way to store user data on the server side.

  • CSRF (Cross-Site Request Forgery) is a type of attack where a malicious website tricks a user into performing actions on another website without their knowledge or consent.

  • CSRF attacks exploit the trust that a site has in a user's browser by sending unauthorized requests using the user's session.

  • Sessions are a way ...read more

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

Q5. What is serialisation?

Ans.

Serialisation is the process of converting an object into a stream of bytes to store or transmit it.

  • Serialisation is used to save the state of an object and recreate it when needed.

  • It allows objects to be converted into a format that can be easily stored or transmitted.

  • Java provides built-in support for serialisation through the Serializable interface.

Add your answer

Q6. Search and Sort algorithm and their implementation using Javascript

Ans.

Search and Sort algorithms are essential for efficient data manipulation in frontend development.

  • Search algorithm like binary search can be implemented to quickly find elements in a sorted array.

  • Sort algorithms like bubble sort or quicksort can be used to arrange elements in a specific order.

  • Implementing these algorithms in JavaScript involves writing functions that iterate through arrays and compare elements.

Add your answer
Are these interview questions helpful?

Q7. Java : Find all most occuring characters in given string only using arrays

Ans.

Use arrays to find all most occurring characters in a given string in Java.

  • Create an array to store the frequency of each character in the string.

  • Iterate through the string and update the frequency array.

  • Find the maximum frequency and then iterate through the frequency array to find all characters with that frequency.

Add your answer

Q8. Tax slabs for New Regime & Existing Regime

Ans.

Tax slabs for New Regime & Existing Regime

  • New Regime: Offers lower tax rates but without deductions and exemptions

  • Existing Regime: Offers higher tax rates but allows deductions and exemptions

  • Example: In the New Regime, the tax slabs are 5% for income up to Rs. 2.5 lakh, 10% for Rs. 2.5-5 lakh, and 15% for Rs. 5-7.5 lakh

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

Q9. Exemption limit for section 80EEA and 80EEB

Ans.

Exemption limits for section 80EEA and 80EEB

  • Section 80EEA provides deduction on interest paid on home loan for affordable housing

  • Exemption limit under 80EEA is up to Rs. 1.5 lakh per year

  • Section 80EEB provides deduction on interest paid on electric vehicle loan

  • Exemption limit under 80EEB is up to Rs. 1.5 lakh per year

Add your answer

Q10. What is NCP in terms of PF?

Add your answer

Q11. Differentiate section 80EE and 80EEA

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

Interview Process at Velopsys Technologies

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

Top Interview Questions from Similar Companies

3.7
 • 3k Interview Questions
3.8
 • 2k Interview Questions
4.1
 • 217 Interview Questions
3.6
 • 204 Interview Questions
3.8
 • 137 Interview Questions
4.3
 • 135 Interview Questions
View all
Top greytHR 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