Upload Button Icon Add office photos
Engaged Employer

i

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

HashTag Labs Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 4 Reviews

Filter interviews by

HashTag Labs Internship Trainee Interview Questions, Process, and Tips

Updated 29 Nov 2023

HashTag Labs Internship Trainee Interview Experiences

1 interview found

Internship Trainee Interview Questions & Answers

user image simran chaudhary

posted on 29 Nov 2023

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

I applied via Walk-in and was interviewed in May 2023. 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 tips
Round 2 - One-on-one 

(8 Questions)

  • Q1. Difference between MySQL and Sql
  • Ans. 

    MySQL is a specific implementation of SQL, which is a standardized language for managing databases.

    • MySQL is a specific relational database management system (RDBMS) that uses SQL as its query language.

    • SQL (Structured Query Language) is a standardized language for managing databases, used by various RDBMS like MySQL, Oracle, and SQL Server.

    • MySQL is open-source and widely used for web applications, while SQL is a languag...

  • Answered by AI
  • Q2. What are function in PHP and functions return functions
  • Ans. 

    Functions in PHP are blocks of code that can be reused throughout a program. Functions can return values or other functions.

    • Functions in PHP are defined using the 'function' keyword followed by the function name and parameters.

    • Functions can return a value using the 'return' keyword.

    • Functions can also return other functions, known as 'higher-order functions'.

  • Answered by AI
  • Q3. What is tag and elements in Html
  • Ans. 

    Tags and elements in HTML are used to structure and format content on a webpage.

    • Tags are used to define the structure of content on a webpage.

    • Elements are made up of a start tag, content, and an end tag.

    • Examples of tags include <p> for paragraphs and <h1> for headings.

  • Answered by AI
  • Q4. How to delect coloum in database
  • Ans. 

    To delete a column in a database, you can use the ALTER TABLE command.

    • Use the ALTER TABLE command followed by the DROP COLUMN keyword and the name of the column you want to delete.

    • Make sure to specify the table name where the column exists.

    • Example: ALTER TABLE table_name DROP COLUMN column_name;

  • Answered by AI
  • Q5. What is Order By and why used ?
  • Ans. 

    Order By is a clause in SQL used to sort the result set of a query based on specified columns.

    • Order By is used to sort the result set in ascending or descending order.

    • It is typically used at the end of a SELECT statement.

    • Example: SELECT * FROM table_name ORDER BY column_name ASC;

  • Answered by AI
  • Q6. What is primary key & foreign key ?
  • Ans. 

    Primary key uniquely identifies each record in a table, while foreign key establishes a link between two tables.

    • Primary key ensures data integrity by preventing duplicate records.

    • Foreign key establishes a relationship between tables by referencing the primary key of another table.

    • Example: In a database of students and courses, student ID can be a primary key in the students table and a foreign key in the courses table.

  • Answered by AI
  • Q7. What is null in table and what is auto increment in MySQL
  • Ans. 

    Null in a table represents a missing or unknown value, while auto increment in MySQL automatically generates unique values for a column.

    • Null in a table indicates that a particular field does not have a value assigned to it.

    • Auto increment in MySQL is used to automatically generate a unique value for a column, typically for primary keys.

    • For example, a column with auto increment in MySQL will automatically assign a unique

  • Answered by AI
  • Q8. Who to set path in CMD
  • Ans. 

    To set path in CMD, use the 'set' command followed by the path to the desired directory.

    • Open CMD by searching 'cmd' in the start menu

    • Use the 'cd' command to navigate to the desired directory

    • Use the 'set' command followed by 'PATH=C:\desired\directory' to set the path

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. What's your salary expectations

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Relationship-based logistics.

Round 2 - Coding Test 

Dsa basics using java

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

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

It was based on OOPS concept and Data Structure

Round 3 - Technical 

(1 Question)

  • Q1. Asked me to code with different problem statement, the question was based on logical thinking and implementation
Round 4 - Technical 

(1 Question)

  • Q1. Coding in OOPS Concepts, Data Structure and class association type of problem statement
Round 5 - HR 

(1 Question)

  • Q1. General talk as HR does

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with what you have mentioned in you CV
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

In Aptitude test contains topics like time, percentages,data interpretation etc.

Round 2 - Coding Test 

In this round It is 30 mins we have 25 MCQ questions to attempt it is in Java/Python based questions.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in engineering, passionate about problem-solving and eager to learn and grow in a professional setting.

    • Recent graduate with a degree in engineering

    • Passionate about problem-solving

    • Eager to learn and grow in a professional setting

  • Answered by AI
  • Q2. Explain about your projects
  • Ans. 

    I have worked on various projects including designing a solar-powered irrigation system and developing a mobile app for waste management.

    • Designed a solar-powered irrigation system to help farmers in remote areas access water for their crops

    • Developed a mobile app for waste management to help users locate nearby recycling centers and schedule pickups

    • Implemented IoT sensors in the irrigation system to monitor soil moistur

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Group discussion
  • Q2. How do you know about our company
  • Ans. 

    Researched online, read about company culture, products, and recent news.

    • Researched online to learn about company history and values

    • Read about the products and services offered by the company

    • Kept up to date with recent news and developments within the company

    • Checked out employee reviews on platforms like Glassdoor

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in a professional setting.

    • Recent graduate with a degree in engineering

    • Eager to learn and grow in a professional setting

    • Strong problem-solving skills

    • Experience with technical projects during studies

  • Answered by AI
  • Q2. General Questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Aligarh Muslim University (AMU) and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic logical and aptitude questions.

Round 2 - Technical 

(4 Questions)

  • Q1. Just simple python technical questions.
  • Q2. Simple SQL questions
  • Q3. What is 2NF, explain?
  • Ans. 

    2NF stands for Second Normal Form. It is a database normalization technique that eliminates redundancy and ensures data integrity.

    • 2NF is based on the concept of functional dependencies.

    • It requires that a table be in 1NF and each non-key attribute is functionally dependent on the entire primary key.

    • To achieve 2NF, we identify partial dependencies and remove them by creating separate tables.

    • Example: If we have a table wi...

  • Answered by AI
  • Q4. Dense rank, row number and rank?

Interview Preparation Tips

Topics to prepare for Data Economy Trainee interview:
  • Normalisation
Interview preparation tips for other job seekers - Keep calm, and say you don't know the answer instead of beating around the bush.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Relationship-based logistics.

Round 2 - Coding Test 

Dsa basics using java

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

I applied via Referral and was interviewed in Feb 2023. There were 5 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 - Coding Test 

It was based on OOPS concept and Data Structure

Round 3 - Technical 

(1 Question)

  • Q1. Asked me to code with different problem statement, the question was based on logical thinking and implementation
Round 4 - Technical 

(1 Question)

  • Q1. Coding in OOPS Concepts, Data Structure and class association type of problem statement
Round 5 - HR 

(1 Question)

  • Q1. General talk as HR does

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with what you have mentioned in you CV

HashTag Labs Interview FAQs

How many rounds are there in HashTag Labs Internship Trainee interview?
HashTag Labs interview process usually has 3 rounds. The most common rounds in the HashTag Labs interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in HashTag Labs Internship Trainee interview?

Some of the top questions asked at the HashTag Labs Internship Trainee interview -

  1. What is null in table and what is auto increment in My...read more
  2. What are function in PHP and functions return functi...read more
  3. What is Order By and why use...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 HashTag Labs interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.7
 • 140 Interviews
Innovaccer Interview Questions
3.5
 • 78 Interviews
PharmEasy Interview Questions
3.7
 • 78 Interviews
Practo Interview Questions
3.2
 • 73 Interviews
HealthifyMe Interview Questions
3.0
 • 45 Interviews
Netmeds.com Interview Questions
3.6
 • 40 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Portea Medical Interview Questions
4.3
 • 26 Interviews
NexTurn Interview Questions
4.2
 • 25 Interviews
Bonami Software Interview Questions
4.1
 • 20 Interviews
View all
Quality Analyst
4 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

PHP Developer
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Senior Associate
3 salaries
unlock blur

₹4.1 L/yr - ₹6 L/yr

Front end Web Developer
3 salaries
unlock blur

₹2.1 L/yr - ₹5.8 L/yr

Explore more salaries
Compare HashTag Labs with

Innovaccer

3.5
Compare

Practo

3.2
Compare

CURE India

4.7
Compare

Lybrate

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview