Upload Button Icon Add office photos
Engaged Employer

i

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

HashedIn by Deloitte Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 398 Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HashedIn by Deloitte SDE Intern Interview Questions and Answers

Updated 8 Nov 2024

HashedIn by Deloitte SDE Intern Interview Experiences

2 interviews found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They had three coding questions for 1:30 hr and Two technical rounds and at last they had fitment round

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse the array
  • Ans. 

    Reverse the array of strings

    • Create a new array and iterate through the original array in reverse order, adding each element to the new array

    • Alternatively, you can use the reverse() method on the array itself

  • Answered by AI
  • Q2. Detect a loop in the linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect a loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Questions where based on sysytem design
  • Q2. Low level system design questions , design a tic tac toe game

Skills evaluated in this interview

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2022

I applied via Referral and was interviewed in Mar 2022. 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 - Coding Test 

The coding test was of 2 hours, in which there were 3 questions. The topics which were asked were dynamic programming, strings and graphs. The platform on which it was conducted was codility.

Round 3 - Technical 

(1 Question)

  • Q1. 1. Describe your projects. 2. Group anagrams : Leetcode 3. Next greater element : Leetcode 4. Morris traversal 4. Questions from OS, DBMS and CN Total duration - 1 hr
Round 4 - Technical 

(1 Question)

  • Q1. 1. Describe your projects in depth. 2. Database schema design of Codechef. 3. SQL queries related to that. 4. Questions on CN
  • Ans. 

    Answering questions on projects, database schema design of Codechef, SQL queries, and CN.

    • Projects involved developing a web application for managing employee data and a mobile app for tracking expenses.

    • Database schema design of Codechef involved creating tables for users, problems, submissions, and contests.

    • SQL queries related to Codechef included retrieving user details, problem submissions, and contest rankings.

    • Quest...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. This was basically a fitment round by a product manager. 1. Introduction 2. Your background 3. Your project 4. Any plans for higher education 5. What do you know about Hashedin and why Hashedin? 6. Do you...

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA concepts, especially DP and strings. Also, prepare basic graph.
Also focus on designing database schema and LLD concepts(basic).

Skills evaluated in this 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

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Paper pen coding test

Round 2 - Technical 

(4 Questions)

  • Q1. Easy-medium level sliding window problem
  • Ans. 

    Find the maximum sum of a subarray of size k in an array of integers.

    • Use a sliding window approach to keep track of the sum of the current subarray.

    • Slide the window by adding the next element and subtracting the previous element.

    • Keep track of the maximum sum encountered so far.

    • Return the maximum sum found.

  • Answered by AI
  • Q2. Easy-medium level array problem
  • Ans. 

    Find the longest common prefix among an array of strings.

    • Iterate through the characters of the first string and compare with other strings.

    • Stop when a character doesn't match or reach the end of any string.

    • Return the prefix found so far.

  • Answered by AI
  • Q3. Gave me a condition and asked what data structure i would use. Problem was related to data retrieval so we would use hashmaps.
  • Q4. They also asked sql queires and dbms related concepts (ACID, etc)

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrrank and for 1 hour 3 LC medium

Round 2 - Technical 

(2 Questions)

  • Q1. Aggresive cow medium dsa q
  • Q2. Binary search on ans type
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at University Vishveshvaraya College of Engineering (UVCE)

Round 1 - Assignment 

Contains coding,apptitude,sql,dbms etc.

Round 2 - Technical 

(2 Questions)

  • Q1. Sql quries and 3 dsa questions were asked
  • Q2. Dbms questions related to normalisation and acid were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience and easy

Sdet Interview Questions & Answers

Altimetrik user image Varsha Jyotiana

posted on 13 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions based on java collections
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Technical MCQ questions on core computer science subjects were asked.

Round 2 - One-on-one 

(2 Questions)

  • Q1. How to find whether the given linked list has loop in it?
  • Q2. Explain osi model with example of browser.

Sdet Interview Questions & Answers

Incedo user image Vijay Prakash MJ

posted on 26 Apr 2024

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

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple xpath without using Index reverse strings with words separately
  • Ans. 

    Reverse strings with words separately using simple xpath without using index

    • Use XPath function to split the string into words

    • Reverse each word individually using XPath function

    • Concatenate the reversed words back together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Programming language well

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and data structures
  • Q2. Dbms questions where based on normalization
Round 1 - Aptitude Test 

2 coding questions, and other quantitative, logical and verbal

Round 2 - Group Discussion 

A group of 7 and topic was "local for vocal"

Interview Preparation Tips

Interview preparation tips for other job seekers - confidence and knowledge and nlfnai nfia fawni fwia vaib afw v viviwn

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte SDE Intern interview?
HashedIn by Deloitte interview process usually has 4 rounds. The most common rounds in the HashedIn by Deloitte interview process are Technical, Coding Test and HR.
What are the top questions asked in HashedIn by Deloitte SDE Intern interview?

Some of the top questions asked at the HashedIn by Deloitte SDE Intern interview -

  1. 1. Describe your projects in depth. 2. Database schema design of Codechef. 3. S...read more
  2. Detect a loop in the linked l...read more
  3. Reverse the ar...read more

Tell us how to improve this page.

HashedIn by Deloitte 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.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 800 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
CitiusTech Interview Questions
3.4
 • 267 Interviews
View all
HashedIn by Deloitte SDE Intern Salary
based on 7 salaries
₹6 L/yr - ₹10 L/yr
At par with the average SDE Intern Salary in India
View more details
Software Engineer
407 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Software Engineer2
362 salaries
unlock blur

₹9.5 L/yr - ₹23.3 L/yr

Senior Software Engineer
215 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Software Developer
168 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Senior Product Specialist
161 salaries
unlock blur

₹14 L/yr - ₹27 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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