Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HyperVerge Team. If you also belong to the team, you can get access from here

HyperVerge Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HyperVerge Account Manager Client Servicing Interview Questions and Answers

Updated 31 Jan 2023

HyperVerge Account Manager Client Servicing Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What would you do in the first month of joining
  • Q2. Can you share your previous manager's phone number?
Round 3 - Assignment 

Depends on the title you're joining

Interview Preparation Tips

Topics to prepare for HyperVerge Account Manager Client Servicing interview:
  • bfsi
  • Job description
Interview preparation tips for other job seekers - It's all upto you and I suggest you to think before you join

Interview questions from similar companies

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Test
Experience: This was a group test. We were asked to answer and complete all questions from both sections. Test was conducted in TCS campus in Pune
Tips: Learning basic level Maths and English will help clear this test
Duration: 2 hours
Total Questions: 45

Round: Test Selection
Experience: This was a direct shortlist from all who cleared the test

College Name: Sinhgad Academy of Engineering
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Coding Test 

2 questions dsa based

Round 3 - Technical 

(2 Questions)

  • Q1. Recursion based coding questions
  • Q2. Resume , grill on projects
Round 4 - HR 

(1 Question)

  • Q1. Why sde inspite of having different background

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Counting Even and Odd Occurrences

    You are provided with an array or list of integers named ARR of size N. The task is to determine two things:

    1. How many elements appear an odd number of times?
    2. How many...
  • Ans. 

    Count the number of elements with odd and even occurrences in an array of integers.

    • Iterate through the array and use a hashmap to store the count of each element.

    • After counting, iterate through the hashmap to determine odd and even occurrences.

    • Return the counts of elements with odd and even occurrences.

  • Answered by AI
  • Q2. 

    Delete Nodes with Greater Values On Right

    You are given a singly linked list where each node contains an integer value and a reference to the next node or NULL if it is the last node. The task is to remov...

  • Ans. 

    Remove nodes in a singly linked list with a greater value on the right.

    • Traverse the linked list and compare each node's value with the values of nodes to its right.

    • If a node has a greater value on the right, remove it from the linked list.

    • Update the references of the previous node to skip the removed node.

  • Answered by AI

Interview Preparation Tips

Eligibility criteria6+ CGPATech Mahindra interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Project discussion

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Developer Intern interview:
  • Node.Js
  • React.Js
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please introduce yourself .
  • Q2. Why do you want to join tech mahindra

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

MCQs + coding round

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Coding round

  • Q1. 

    Largest Prime Factor Problem Statement

    You are given a positive integer n. Your task is to identify the largest prime factor of this given positive integer.

    If there is no prime factor for a given intege...

Round 3 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

TR+HR+MR

  • Q1. 

    Swap Two Numbers Problem Statement

    Given two integers a and b, your task is to swap these numbers and output the swapped values.

    Input:

    The first line contains a single integer 't', representing the num...

Interview Preparation Tips

Eligibility criteriaabove 60%Tata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - CORE JAVA, MYSQL, PYTHON, HTML5, DATA STRUCTURES, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on basics
Tip 2 : Utterly understanding of syntax of programs
Tip 3 : Always answer with full confidence

Application resume tips for other job seekers

Tip 1 : Mention the skills that you are completely confident with
Tip 2 : Always be aware of all the points that you have mentioned in your resume

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test has many reasoning and coding question work on building logic and data Structure

Round 2 - Coding Test 

Coding round is kind of tough practice dsa questions and build your logic

Interview Preparation Tips

Interview preparation tips for other job seekers - work on skills

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

It is from 12 to 1:30 pm. Environment was very friendly and interviewer was very nice.

  • Q1. 

    Nth Term of Geometric Progression Problem

    Given the first term A, the common ratio R, and an integer N, your task is to find the Nth term of a geometric progression (GP) series.

    Explanation:

    The general...

  • Ans. 

    Calculate the Nth term of a geometric progression series modulo 10^9 + 7.

    • Use the formula A * R^(N-1) to find the Nth term of the GP series.

    • Remember to calculate the result modulo 10^9 + 7.

    • Handle multiple test cases efficiently to stay within the time limit.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

Very friendly environment 

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Netaji Subhas University Of Technology. I applied for the job as SDE - Intern in GurgaonEligibility criteriaAbove 6 CGPAWipro Limited interview preparation:Topics to prepare for the interview - Array,Recursion,Maths,Pointer and stringsTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice DS algorithm
Tip 2 : Practice as many question you can 
Tip 3 : Also practice different MCQ question

Application resume tips for other job seekers

Tip 1 : Write only things you know 
Tip 2 : Be truthful with your resume

Final outcome of the interviewSelected
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Three questions were assigned to be solved within a two-hour timeframe.

Round 2 - Aptitude Test 

The assessment consists of two multiple-choice question (MCQ) rounds, each lasting 15 minutes, and one essay writing task requiring 400 words to be completed within 25 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your communication skills.
Contribute & help others!
anonymous
You can choose to be anonymous

HyperVerge Interview FAQs

How many rounds are there in HyperVerge Account Manager Client Servicing interview?
HyperVerge interview process usually has 3 rounds. The most common rounds in the HyperVerge interview process are Assignment, Resume Shortlist and One-on-one Round.

Recently Viewed

LIST OF COMPANIES

Discover companies

Find best workplace

LIST OF COMPANIES

Discover companies

Find best workplace

INTERVIEWS

Alibaba Group

No Interviews

INTERVIEWS

Perch Technologies

No Interviews

INTERVIEWS

Sciative Solutions

No Interviews

INTERVIEWS

Sciative Solutions

No Interviews

INTERVIEWS

Jio

No Interviews

INTERVIEWS

JustDial

No Interviews

INTERVIEWS

Sciative Solutions

No Interviews

INTERVIEWS

Info Edge

No Interviews

Tell us how to improve this page.

HyperVerge Account Manager Client Servicing Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Fractal Analytics Interview Questions
4.0
 • 207 Interviews
Cogoport Interview Questions
2.8
 • 53 Interviews
View all
Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deep Learning Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Architect
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HyperVerge with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview