Upload Button Icon Add office photos
Engaged Employer

i

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

Internshala Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Internshala Web Developer Interview Questions, Process, and Tips

Updated 12 Jun 2023

Top Internshala Web Developer Interview Questions and Answers

  • Q1. Clone a Linked List with Random Pointers Given a linked list where each node has two pointers: the first points to the next node in the list, and the second is a random ...read more
  • Q2. Loot Houses Problem Statement A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief canno ...read more
  • Q3. Can you design a website similar to Amazon?

Internshala Web Developer Interview Experiences

2 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is str in c
  • Ans. 

    str in C is a data type used to represent strings as arrays of characters.

    • str in C is typically declared as an array of characters, terminated by a null character '\0'.

    • Functions like strcpy(), strcmp(), and strlen() are commonly used with str in C.

    • Example: char str[10] = "hello"; // Declaration of a string in C

  • Answered by AI
  • Q2. What is pointers in c
  • Ans. 

    Pointers in C are variables that store memory addresses of other variables.

    • Pointers are used to access and manipulate memory directly.

    • They are denoted by an asterisk (*) before the variable name.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

very easy questions related to web development. 1 coding question

  • Q1. 

    Clone a Linked List with Random Pointers

    Given a linked list where each node has two pointers: the first points to the next node in the list, and the second is a random pointer that can point to any node ...

  • Ans. 

    Create a deep copy of a linked list with random pointers without using references of original nodes.

    • Iterate through the original linked list and create a new node for each node in the list.

    • Store the mapping of original nodes to new nodes in a hashmap to handle random pointers.

    • Update the random pointers of new nodes based on the mapping stored in the hashmap.

    • Return the head of the copied linked list.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

  • Q1. 

    Loot Houses Problem Statement

    A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...

  • Ans. 

    Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.

    • Create an array 'dp' to store the maximum money that can be stolen from each house without looting two consecutive houses.

    • Iterate through the houses and update 'dp' based on the maximum money that can be stolen from the current house.

    • Return the maximum value in 'dp' as the answer.

  • Answered by AI
  • Q2. Can you design a website similar to Amazon?
  • Ans. 

    Yes, I can design a website similar to Amazon by focusing on user-friendly interface, robust search functionality, secure payment options, and personalized recommendations.

    • Focus on user-friendly interface with easy navigation

    • Implement robust search functionality with filters and sorting options

    • Provide secure payment options with encryption and fraud protection

    • Include personalized recommendations based on user behavior

  • Answered by AI
Round 3 - HR 

Round duration - 10 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criterianoInternshala interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare for common interview questions
Tip 2 : Practice, practice, practice

Application resume tips for other job seekers

Tip 1 : Don't Put Everything on There.
Tip 2 : Put the Best Stuff “Above the Fold”

Final outcome of the interviewSelected

Skills evaluated in this interview

Web Developer Interview Questions Asked at Other Companies

Q1. Last Index of Element The task is to determine the index of the l ... read more
Q2. Check Indices With Given Difference Problem Statement You are pro ... read more
asked in Evalueserve
Q3. Reverse Linked List Problem Statement Given a singly linked list ... read more
Q4. Intersection of Linked List Problem You are provided with two sin ... read more
Q5. Most Frequent Non-Banned Word Problem Statement Given a paragraph ... read more

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before Jun 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 - Coding Test 

Coding test of your skills and how well can you cope up with a problem given.

Round 3 - One-on-one 

(3 Questions)

  • Q1. LAC of 3 nodes
  • Ans. 

    LAC stands for Location Area Code, a unique identifier for a group of cells in a mobile network.

    • LAC helps in identifying the location of a mobile device within a cellular network.

    • It is used for handover procedures when a device moves between different cells.

    • In a network with 3 nodes, each node would have a unique LAC assigned to it.

  • Answered by AI
  • Q2. Reverse of the array
  • Ans. 

    Reverse the order of strings in an array

    • Use the reverse() method to reverse the array

    • Example: ['apple', 'banana', 'cherry'] -> ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q3. Sum or product asked

Interview Preparation Tips

Interview preparation tips for other job seekers - be good at your skills that matters the most

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Normal questions related to my career

Consultant Interview Questions & Answers

TALENTEDGE user image Gayatri Hadawale

posted on 31 Oct 2023

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

I applied via LinkedIn and was interviewed before Oct 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 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 3 - Technical 

(4 Questions)

  • Q1. What is Ed-tech?
  • Ans. 

    Ed-tech refers to the use of technology to facilitate learning and education.

    • Ed-tech includes online learning platforms, educational apps, and digital tools for teaching and learning.

    • It aims to enhance the educational experience, make learning more accessible, and improve student outcomes.

    • Examples of ed-tech companies include Khan Academy, Coursera, and Duolingo.

  • Answered by AI
  • Q2. What is digital marketing?
  • Ans. 

    Digital marketing is the use of online channels to promote products or services to a targeted audience.

    • Involves using social media, email, websites, and search engines for marketing purposes

    • Includes strategies such as SEO, SEM, content marketing, and influencer marketing

    • Allows for targeted advertising based on demographics, interests, and behavior

    • Provides measurable results through analytics and tracking tools

  • Answered by AI
  • Q3. What are the responsibilities of learning consultant
  • Q4. Sales round - a book

Interview Preparation Tips

Topics to prepare for TALENTEDGE Consultant interview:
  • Comapny details
  • basic questions related to desig
Interview preparation tips for other job seekers - Be confident and prepared.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you wanna join Talentedge?
  • Q3. What you know about Edtech Industry?
  • Ans. 

    Edtech industry refers to the use of technology in education to enhance learning and teaching experience.

    • Edtech includes online learning platforms, educational apps, and digital tools for teachers.

    • The industry has seen significant growth due to the COVID-19 pandemic and the shift to remote learning.

    • Examples of edtech companies include Coursera, Khan Academy, and Duolingo.

    • Edtech has the potential to improve access to ed...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We Confident and speak in modulation and answer the question is depth
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find duplicates in an array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate. If not, add it to the hash set.

  • Answered by AI
  • Q2. Find single duplicate element in an array where contents of the array are length of array - 1
  • Ans. 

    Find the single duplicate element in an array of strings with length n-1.

    • Iterate through the array and use a HashSet to keep track of elements seen so far.

    • If an element is already in the HashSet, that is the duplicate element.

    • Return the duplicate element once found.

  • Answered by AI
Round 2 - Assignment 

Create a student support system

Round 3 - One-on-one 

(1 Question)

  • Q1. Design an order and payments system for an EdTech company
  • Ans. 

    Design an order and payments system for an EdTech company

    • Allow users to browse and select courses

    • Implement a shopping cart for users to add courses

    • Integrate payment gateways for secure transactions

    • Provide order confirmation and receipt to users

    • Allow users to track their order status

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About Myself in details
  • Q2. Past internships and work experiences
Round 2 - Technical 

(2 Questions)

  • Q1. Primary keys, Unique key
  • Q2. Usage advantages and disadvantages of Indexing
Round 3 - Coding Test 

SQL- 1 departments with no users
2 dept_id and their respective no. of users

DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basis DSA well

I applied via Referral and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How did clear the interview and my experiences with the company
  • Q2. Well, for me it has been good experience to work here and good environment as well, so far as interview, been moderate not too much question I have faced in my P.I OVERALL GOOD

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently, be ready for tricky question, do some preparation of general interview question

I applied via Company Website and was interviewed in Sep 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 - Assignment 

UI given, need to make the UI in react with scalability in mind.

Round 3 - Technical 

(3 Questions)

  • Q1. The technical round was around 1.5 hr and covered javascript and react in depth.
  • Q2. Javascirpt related questions - code output, js working questions, etc
  • Q3. React related questions - optimizations, error handling, scalability etc
Round 4 - HR 

(1 Question)

  • Q1. Simple HR round to get to know about you.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is straight forward and indepth knowledge about the skills is required and correct mindset and company values.
Contribute & help others!
anonymous
You can choose to be anonymous

Internshala Interview FAQs

How many rounds are there in Internshala Web Developer interview?
Internshala interview process usually has 2 rounds. The most common rounds in the Internshala interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Internshala Web Developer interview?

Some of the top questions asked at the Internshala Web Developer interview -

  1. What is pointers i...read more
  2. What is str i...read more

Recently Viewed

INTERVIEWS

RMSI

No Interviews

SALARIES

Internshala

INTERVIEWS

Intercontinental Exchange

No Interviews

LIST OF COMPANIES

Internshala

Locations

INTERVIEWS

Internshala

No Interviews

INTERVIEWS

MSCI

No Interviews

INTERVIEWS

Tejas Networks

No Interviews

DESIGNATION

INTERVIEWS

HFCL Limited

No Interviews

INTERVIEWS

RMSI

No Interviews

Tell us how to improve this page.

Internshala Web Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Acadecraft Interview Questions
3.5
 • 52 Interviews
Coding Ninjas Interview Questions
3.8
 • 49 Interviews
TALENTEDGE Interview Questions
3.3
 • 21 Interviews
Nerdy Turtlez Interview Questions
2.8
 • 17 Interviews
SpeedLabs Interview Questions
3.6
 • 14 Interviews
MASAI School Interview Questions
4.1
 • 13 Interviews
UpThink Interview Questions
3.9
 • 13 Interviews
View all
Internshala Web Developer Salary
based on 7 salaries
₹1 L/yr - ₹2.8 L/yr
64% less than the average Web Developer Salary in India
View more details

Internshala Web Developer Reviews and Ratings

based on 7 reviews

3.9/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

3.2

Salary

3.6

Job security

3.5

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 7 Reviews and Ratings
Marketing Associate
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Product Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Internshala with

LetsIntern.com

3.0
Compare

Youth4work

2.8
Compare

Sheroes

2.8
Compare

Skillenza

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