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 SDE Intern Interview Questions and Answers

Updated 22 Jan 2024

HyperVerge SDE Intern Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Consisted of 6 questions

Round 2 - Technical 

(2 Questions)

  • Q1. It was an interview round where I was asked about projects and internships that I have mentioned on my resume. Also technical questions related to OS(virtual memory, paging, page replacement algorithms etc...
  • Q2. After this I was asked a scenario based question like how does Hyperverge has provided a solution for a problem.

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2021

I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic HR questions
  • Q2. Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your projects and be confident during the interview

SDE Intern Interview Questions Asked at Other Companies

Q1. Given a string of containing lower case letters and upper case ch ... read more
asked in Amazon
Q2. Find the square root of a number using only 4 basic arithmetic op ... read more
Q3. Remove duplicate characters from a given string keeping only the ... read more
asked in Carwale
Q4. What is caching and why do we need to do caching
Q5. Given a Y- linked list. Find the node at the intersection point

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 3 Dec 2021

I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Project based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Two rounds were conducted post coding round HR screening and Technical. those who got selected post HR screening were finally selected after a technical round

Interview questions from similar companies

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.

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
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

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

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
Contribute & help others!
anonymous
You can choose to be anonymous

HyperVerge Interview FAQs

How many rounds are there in HyperVerge SDE Intern interview?
HyperVerge interview process usually has 2 rounds. The most common rounds in the HyperVerge interview process are Coding Test and Technical.
What are the top questions asked in HyperVerge SDE Intern interview?

Some of the top questions asked at the HyperVerge SDE Intern interview -

  1. After this I was asked a scenario based question like how does Hyperverge has p...read more
  2. Project related questi...read more
  3. Project based questio...read more

Recently Viewed

INTERVIEWS

Spyne

No Interviews

INTERVIEWS

ACC

No Interviews

INTERVIEWS

Care Container Lines

No Interviews

SALARIES

Ola Cabs

SALARIES

Jio

SALARIES

Nuvoco Vistas

SALARIES

HyperVerge

INTERVIEWS

HyperVerge

No Interviews

SALARIES

Nuvoco Vistas

SALARIES

Perch Technologies

Tell us how to improve this page.

HyperVerge SDE Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Mu Sigma Interview Questions
2.6
 • 229 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Cogoport Interview Questions
2.9
 • 53 Interviews
View all

HyperVerge SDE Intern Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
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