Jobs
Interviews

Hyperverge

HyperVerge is a B2B SaaS company providing AI-based identity verification (KYC) & business verification (KYB) solutions for companies in Fintech, BFSI, Insurance, Lending, Gaming, Logistics, EdTech across 195+ countries. HyperVerge is the No.1 player in the APAC market by volume and product maturity. HyperVerge has on-boarded 1 Billion+ identities till date and its AI has been trained on diverse facial variations and ID formats. Leading enterprises use HyperVerge’s digital KYC, Video KYC (V-KYC), and KYB solutions for: -Seamlessly onboarding new customers and business partners -Authenticating existing customers and agents -Identifying and stopping fraudsters The AI models of HyperVerge for real-time image and video analysis leads the market on accuracy (99.55%) and are precisely optimized for deployments in low bandwidth environments.

Interview Questions for Hyperverge

1. Palindromic Substrings Problem Statement You are given a string 'STR'. Your task is to determine the total number of palindromic substrings present in 'STR'. Example: Input: "abbc" Output: 5 Explanation: The palindromic substrings in "abbc" are: ["a", "b", "b", "c", "bb"]. Therefore, the total is 5. Constraints: 1 <= t <= 100 0 <= N <= 1000 Where 't' is the number of test cases, 'N' is the length of 'STR'. Time Limit: 1 sec. Note: A palindrome reads the same forwards and backwards, such as "abba". A substring is a contiguous sequence of characters within a string, such as "a", "b", "c", "ab", "bc", "abc" of "abc". Input format: The first line contains an integer 't' specifying the number of test cases or queries to be run. Each test case consists of a single string 'STR' for which you must count the palindromic substrings. Output Format: For each test case, return the total number of palindromic substrings. Output each result on a new line.

2. What is RAG and how does it work?

3. Given an array of elements representing buildings and their heights, how would you find the buildings with a lakeside view?

4. What is the difference between logistic regression and SVM?

5. Can you create a system diagram illustrating how OTP-less authentication works?