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

Internshala Software Engineer Interview Questions and Answers

Updated 22 Nov 2023

Internshala Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Nov 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 

3 questions in 3 hr, topics were Dp, Strings, Tree

Round 3 - Aptitude Test 

1hr durations 40 questions, main topics were patterns, profit loss, work man , etc.

Round 4 - Technical 

(1 Question)

  • Q1. OOPS, JAVA, Mysql, general questsjons

Interview Preparation Tips

Topics to prepare for Internshala Software Engineer interview:
  • java
  • Android
  • DSA
  • OOPS
Interview preparation tips for other job seekers - Just prepare what you know and deep dive in it so that you can fully explain about them.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Oct 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 - Assignment 

Implement login with Google SSO, show emails in a single place

Round 3 - One-on-one 

(4 Questions)

  • Q1. How to implement JWT
  • Ans. 

    JWT can be implemented by generating a token with user information and a secret key, then verifying the token using the same secret key.

    • Generate a JWT token with user information and a secret key

    • Include necessary claims like expiration time, issuer, etc.

    • Verify the JWT token using the same secret key

    • Handle token expiration and refresh if needed

  • Answered by AI
  • Q2. Please read about it on the internet, do take care of public and private key use
  • Q3. Middleware in express, how to create one?
  • Ans. 

    Middleware in Express is a function that has access to the request and response objects.

    • Create a middleware function using app.use() method in Express.

    • Middleware functions have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

    • Example: app.use((req, res, next) => { console.log('This is a middleware function'); next(); });

  • Answered by AI
  • Q4. Read about it on the internet
Round 4 - One-on-one 

(6 Questions)

  • Q1. Discussed about guards in Angular
  • Q2. Read about it on the internet
  • Q3. How does lazy loading work in Angular
  • Ans. 

    Lazy loading in Angular delays loading of modules until they are needed

    • Lazy loading helps improve performance by only loading modules when they are required

    • It is achieved by using the loadChildren property in the route configuration

    • Lazy loaded modules are loaded asynchronously when the user navigates to the corresponding route

  • Answered by AI
  • Q4. Read about lazy loading in Angular
  • Q5. How to enable SSR in Angular
  • Ans. 

    Server-side rendering (SSR) in Angular can be enabled by using Angular Universal.

    • Install Angular Universal using Angular CLI

    • Create a new Angular Universal project

    • Update app.module.ts to include server-side rendering

    • Build and run the Angular Universal project

  • Answered by AI
  • Q6. Read about Angular Universal for this

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Angular concepts, DSA and Ruby on Rails concepts for the round

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 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 tips
Round 2 - Coding Test 

It was on hacker rank

Round 3 - Aptitude Test 

It was a aptitude test taken by me of the new and all the response and the of new

Interview Preparation Tips

Topics to prepare for Coding Ninjas Software Engineer interview:
  • MySQL
  • YourSql
  • Analytics
Interview preparation tips for other job seekers - if the coin and the new off the medium and new if you add me in the data and of the suer
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
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Medium level coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Intreview round asked about project mentioned in CV
  • Q2. Basic of reacts, opps question,sql queries

I applied via Company Website and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you promote coding ninjas courses in your college or anywhere?
  • Ans. 

    I can promote Coding Ninjas courses by organizing coding events, sharing course details on social media, and collaborating with college clubs.

    • Organize coding events in college and invite Coding Ninjas as a sponsor or guest speaker

    • Share course details on social media platforms like Facebook, LinkedIn, and Twitter

    • Collaborate with college clubs like coding clubs, tech clubs, and entrepreneurship clubs to promote the cours...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, Don't hesitate, give your 100%.
Focus on your speaking skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A general apti round

Round 2 - Assignment 

Data analysis assignment

Round 3 - Technical 

(1 Question)

  • Q1. Sql questions askes
Round 4 - One-on-one 

(1 Question)

  • Q1. Product sense round
Round 5 - HR 

(1 Question)

  • Q1. Culture fit round
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 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

I applied via Company Website and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What are my skills? The clubs I am in? And the tasks I can perform?

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good communication skills

Internshala Interview FAQs

How many rounds are there in Internshala Software Engineer interview?
Internshala interview process usually has 4 rounds. The most common rounds in the Internshala interview process are Resume Shortlist, Coding Test and Aptitude Test.
How to prepare for Internshala Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Internshala. The most common topics and skills that interviewers at Internshala expect are .Net Core, API, C# and WPF.

Tell us how to improve this page.

Internshala Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
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 Software Engineer Salary
based on 5 salaries
₹10.1 L/yr - ₹17.4 L/yr
53% more than the average Software Engineer Salary in India
View more details

Internshala Software Engineer Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

3.4

Skill development

2.3

Work-life balance

3.0

Salary

3.4

Job security

3.8

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 3 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