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

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Aptitude(Maths Problems), SQL, DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Project Discussion
  • Q2. Python Related Questions
Round 3 - Technical 

(2 Questions)

  • Q1. SQL Questions, Linux Commands
  • Q2. DSA, Puzzle, Chair Testing
Round 4 - Technical 

(2 Questions)

  • Q1. 25 Horse puzzle question
  • Q2. SQL basic questions and Output Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How Indexing works in DB
  • Ans. 

    Indexing in DB is a technique to improve the speed of data retrieval by creating a data structure that allows for quick lookup of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include B-tree, hash, and bitmap indexes.

    • Indexes can be unique or non-unique, clustered or non-clustered.

    • Example: Creating an index on the 'email' column ...

  • Answered by AI
  • Q2. Spring Boot depenencies
Round 2 - One-on-one 

(2 Questions)

  • Q1. System Design of Bookmyshow
  • Ans. 

    Bookmyshow is a popular online ticketing platform for movies, events, and other entertainment.

    • Bookmyshow allows users to browse and book tickets for movies, events, plays, sports, etc.

    • The system should have features like seat selection, payment gateway integration, booking history, and notifications.

    • Scalability is important to handle high traffic during popular movie releases or events.

    • Integration with cinema partners ...

  • Answered by AI
  • Q2. Some SQL queries to write

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Cogoport user image Anonymous

posted on 20 Oct 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Sep 2023. There were 5 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 tips
Round 2 - Aptitude Test 

Easy questions but less time

Round 3 - Coding Test 

2 easy and 1 hard leet code

Round 4 - One-on-one 

(3 Questions)

  • Q1. Reverse the link list
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and reverse the pointers

    • Use three pointers - prev, current, next to reverse the links

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. The Hanoi tower problem was given
  • Q3. One DP question was given to explain not write
Round 5 - HR 

(1 Question)

  • Q1. JEE rank and previous paid internship

Interview Preparation Tips

Topics to prepare for Cogoport Sde1 interview:
  • DSA
  • Node.Js
  • React.Js
  • React Native
  • ruby on rails
  • Ruby Rails
Interview preparation tips for other job seekers - PLEASE DON'T JOIN THIS COMPANY specially freshers they will ruin your career

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Smoke sanity testing Test cases, test scenarios writing, Bug tracking. Test management tools you have worked on SQL Behavioural questions
Round 3 - Technical 

(1 Question)

  • Q1. SQL API Testing Test scenarios Real world scenarios
Round 4 - One-on-one 

(1 Question)

  • Q1. Analytical questions

Interview Preparation Tips

Topics to prepare for 91Squarefeet Sdet interview:
  • SQL
  • Automation Testing
  • API Testing
  • Manual Testing
  • Writing Test Cases
Interview preparation tips for other job seekers - be confident
have your basic cleared
Learn Automation and SQL.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Data management intern , based in excel .interview questions
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Core java, multi-threading, oops, etc.
  • Q2. Get all permutations of an array.
  • Ans. 

    Get all permutations of an array.

    • Use recursion to swap elements and generate permutations

    • Iterate through the array and swap elements at each index

    • Use a set to avoid duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - read basics related to java and spring microservices

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Behavioral questions 

(2 Questions)

  • Q1. Tick the words boxes that best describes yourself.
  • Q2. Tick the words boxes that best describes your vision of a perfect employer.
Round 2 - Aptitude Test 

Had to solve 50 questions in 12 minutes. Questions were very easy, only headache was to attempt as many as you could in 12 minutes. .

Round 3 - Coding Test 

Had questions regarding core subjects in the multiple choice section in the 1st section of this round. In the section 2nd of this round you had 3 questions of data structures (2 easy and 1 of moderate difficulty level).

Round 4 - Technical 

(1 Question)

  • Q1. Interview revolved around Data Structures and DBMS (particularly SQL).
Round 5 - HR 

(1 Question)

  • Q1. Standard HR questions that you probably gonna expect in every other company.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the rounds were elimination round, so attempt each meticulously.

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 Technical and Coding Test.
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

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

₹10.3 L/yr - ₹20 L/yr

Product Manager
7 salaries
unlock blur

₹23 L/yr - ₹36.5 L/yr

Deep Learning Engineer
7 salaries
unlock blur

₹14 L/yr - ₹21 L/yr

Business Analyst
6 salaries
unlock blur

₹8.9 L/yr - ₹12 L/yr

Solution Architect
5 salaries
unlock blur

₹11 L/yr - ₹26 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