Upload Button Icon Add office photos
Engaged Employer

i

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

Intellewings Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Intellewings Fullstack Developer Intern Interview Questions and Answers

Updated 26 May 2024

Intellewings Fullstack Developer Intern Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First round was coding as well as some technical questions of DBMS. Question level was medium to hard.

Round 2 - Assignment 

Project was assigned using HTML, CSS, JS, React and MySql

Round 3 - Technical 

(5 Questions)

  • Q1. Last round was technical interview round. Questions from webD, Sql, DSA was asked.
  • Q2. What is redux in react?
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps in managing the state of the application in a predictable way.

    • Redux stores the entire state of the application in a single immutable state tree.

    • Actions are dispatched to update the state, and reducers specify how the state changes in response to actions.

    • Redux is commonly used for larger applicat...

  • Answered by AI
  • Q3. Difference between == and ===
  • Ans. 

    The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.

    • == is a loose equality comparison, allowing for type coercion (e.g. '1' == 1 is true)

    • === is a strict equality comparison, requiring both value and type to be the same (e.g. '1' === 1 is false)

  • Answered by AI
  • Q4. What is transactions and limits in sql?
  • Ans. 

    Transactions in SQL are a way to ensure data integrity by grouping multiple SQL statements into a single unit of work.

    • Transactions help maintain the ACID properties of a database (Atomicity, Consistency, Isolation, Durability).

    • They allow multiple SQL statements to be executed as a single unit, either all succeeding or all failing.

    • Limits in SQL refer to constraints set on the amount of data that can be stored or process...

  • Answered by AI
  • Q5. What is Hashmap and its time complexity?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • Hashmap is also known as dictionary, associative array, or hash table.

    • It uses a hash function to map keys to their corresponding values in an array.

    • Time complexity for insertion, deletion, and retrieval is O(1) on average, but can be O(n) in worst case scenarios.

    • Example: HashMap<String...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to know React to get placed for Full stack developer role

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Intellewings?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee

Fullstack Developer Intern Interview Questions Asked at Other Companies

asked in Google
Q1. Shortest Path in an Unweighted Graph The city of Ninjaland is rep ... read more
asked in Google
Q2. Dijkstra's Shortest Path Problem Given an undirected graph with ‘ ... read more
asked in Visa
Q3. Longest Common Subsequence Problem Statement Given two strings ST ... read more
asked in Visa
Q4. Second Most Repeated Word Problem Statement You are given an arra ... read more
asked in Visa
Q5. Graph Connectivity Queries Problem Given a graph with N nodes and ... read more

Interview Questionnaire 

1 Question

  • Q1. What certifications should a software developer have?
  • Ans. 

    Certifications are not mandatory for software developers, but can add value to their resume.

    • Certifications in programming languages like Java, Python, C++

    • Certifications in software development methodologies like Agile, Scrum

    • Certifications in cloud computing platforms like AWS, Azure

    • Certifications in security like CISSP, CEH

    • Certifications in project management like PMP

    • Certifications in mobile app development like Androi...

  • Answered by AI

I applied via Campus Placement and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is the polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects to be treated as if they are of multiple types.

    • It enables code to be written that can work with objects of different classes in a uniform way.

    • Polymorphism can be achieved through method overloading or method overriding.

    • Example: A shape class can have multiple subclasses like circle, square, triangle, etc. and all can be treated a...

  • Answered by AI
  • Q2. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class, and can also add new properties and method...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - online process in the test of the question

I applied via Naukri.com and was interviewed in Jun 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - There was total 3 technical rounds and 1 HR round. Technical rounds was mostly about DSA and basic subjective questions. Average time for each round was 1 hour 15 mins. In each round I write code in C++ and then check it by dry running some examples and edge cases. This whole process took almost 2 weeks and in the end result was positive. Use pen and paper, think calmly, take your time, ask interviewer if you are stuck. Best of Luck and happy codding :)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical Task based on backend and analytics
  • Q2. Make a website clone
  • Ans. 

    To clone a website, you need to replicate its design, functionality, and content.

    • Study the website's design and layout

    • Identify the technologies used for development

    • Replicate the functionality and features

    • Ensure the content is accurate and up-to-date

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are going to waste your time

Skills evaluated in this interview

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What projects have you worked on, and what was your role?
  • Q2. How do you approach debugging when your code isn't working?
  • Ans. 

    Debugging involves systematically identifying and resolving issues in code to ensure it functions as intended.

    • Reproduce the Issue: Start by replicating the problem consistently to understand its context. For example, if a function returns an unexpected value, run it with the same inputs to see the output.

    • Check Error Messages: Pay attention to any error messages or logs. They often provide clues about what went wrong, s...

  • Answered by AI
  • Q3. Why should we hire you?
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for software development that aligns with your needs.

    • Strong Technical Skills: I have extensive experience in Java, Spring Boot, and RESTful APIs, demonstrated by my successful project where I built a microservices architecture for an e-commerce platform.

    • Problem-Solving Abilities: I excel at troubleshooting and optimizing code, as shown...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Demonstrate how you solve problems and write clean code. Talk about your actual experience, not just what you've read or studied. Use specific examples. Keep communication short.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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

Its was data structure and algorithm and SQL round 4 question of dsa and 2 question of sql

Round 3 - Technical 

(1 Question)

  • Q1. How does OTP less work make a systematic diagram for it/
  • Ans. 

    OTP less work eliminates the need for one-time passwords for authentication.

    • OTP less work uses alternative methods like biometrics, push notifications, or hardware tokens for authentication.

    • It provides a more seamless and user-friendly authentication experience.

    • Examples include fingerprint scanning on smartphones or security keys for two-factor authentication.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Everything related to yourself.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 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 - Aptitude Test 

50 questions in 12 minutes mostly test your arthimetic, logical knowledge.

Round 3 - Coding Test 

3 coding questions in 90 mins, 1st one is from arrays an easy question, 2nd one is related to stacks and queues relatively harder and last one is hard which i am also unable to attempt. I cracked the first two questions and my solutions passed all the test cases.

Round 4 - One-on-one 

(3 Questions)

  • Q1. Difference between sorting algorithms
  • Ans. 

    Sorting algorithms are methods used to arrange elements in a specific order.

    • Different sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.

    • Some algorithms are more efficient than others depending on the size of the data set and the initial order of the elements.

    • For example, quick sort is generally faster than bubble sort for large data sets.

  • Answered by AI
  • Q2. BFS and DFS in trees and imlementing them
  • Ans. 

    BFS and DFS are traversal algorithms used in trees. BFS explores level by level, while DFS explores depth first.

    • BFS (Breadth-First Search) visits nodes level by level, using a queue. Example: traversing a binary tree level by level.

    • DFS (Depth-First Search) explores as far as possible along each branch before backtracking. Example: in-order traversal of a binary tree.

  • Answered by AI
  • Q3. Sql questions and database questions
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain the college life

Interview Preparation Tips

Interview preparation tips for other job seekers - learn the web development basics to get placed in any indian startup

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before 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 tips
Round 2 - Coding Test 

Question from Array,DP

Round 3 - One-on-one 

(3 Questions)

  • Q1. Resume based only
  • Q2. Data structure and algorithms
  • Q3. Object oriented programmings
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

Intellewings Interview FAQs

How many rounds are there in Intellewings Fullstack Developer Intern interview?
Intellewings interview process usually has 3 rounds. The most common rounds in the Intellewings interview process are Coding Test, Assignment and Technical.
What are the top questions asked in Intellewings Fullstack Developer Intern interview?

Some of the top questions asked at the Intellewings Fullstack Developer Intern interview -

  1. What is Hashmap and its time complexi...read more
  2. what is transactions and limits in s...read more
  3. What is redux in rea...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.8
 • 150 Interviews
Cogoport Interview Questions
3.1
 • 54 Interviews
MyCaptain Interview Questions
3.1
 • 44 Interviews
HyperVerge Interview Questions
4.2
 • 26 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
Arzooo.com Interview Questions
2.5
 • 23 Interviews
Revolt Motors Interview Questions
2.8
 • 18 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
View all
Software Development Engineer
7 salaries
unlock blur

₹7.5 L/yr - ₹9 L/yr

Full Stack Software Developer
6 salaries
unlock blur

₹8.5 L/yr - ₹9 L/yr

Jr. Data Scientist
5 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Software Engineer
4 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

SDE
4 salaries
unlock blur

₹7 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Intellewings with

Cogoport

3.1
Compare

Treebo Hotels

3.2
Compare

KrazyBee

3.7
Compare

Arzooo.com

2.5
Compare
write
Share an Interview