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 Software Developer Interview Questions and Answers

Updated 19 Oct 2022

Internshala Software Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Sep 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 - Aptitude Test 

Basic coding maths aptitude java python communication skills test

Round 3 - Coding Test 

Java coding c plus python SQL oracle dbmsos

Interview Preparation Tips

Topics to prepare for Internshala Software Developer interview:
  • Networking
  • Aptitude
Interview preparation tips for other job seekers - Resume best not fake anything c java python all Cisco related concepts

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

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
Contribute & help others!
anonymous
You can choose to be anonymous

Internshala Interview FAQs

How many rounds are there in Internshala Software Developer interview?
Internshala interview process usually has 3 rounds. The most common rounds in the Internshala interview process are Resume Shortlist, Aptitude Test and Coding Test.

Recently Viewed

LIST OF COMPANIES

Accord Software & Systems

Overview

INTERVIEWS

PI Industries

No Interviews

INTERVIEWS

Sona Comstar

No Interviews

INTERVIEWS

NBC Bearings

No Interviews

DESIGNATION

DESIGNATION

INTERVIEWS

Zoho

No Interviews

SALARIES

Accord Software & Systems

INTERVIEWS

Spark Minda

No Interviews

INTERVIEWS

Fourkites

No Interviews

Tell us how to improve this page.

Internshala Software Developer Salary
based on 5 salaries
₹4 L/yr - ₹8 L/yr
22% less than the average Software Developer Salary in India
View more details

Internshala Software Developer Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

4.3

Salary

3.7

Job security

3.8

Company culture

4.0

Promotions

3.5

Work satisfaction

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

4.3
Compare

Sheroes

2.8
Compare

Skillenza

4.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent