Upload Button Icon Add office photos

Indus Net Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Indus Net Technologies Software Engineer Interview Questions and Answers

Updated 1 Feb 2025

7 Interview questions

A Software Engineer was asked 4mo ago
Q. What is the difference between dynamic programming and object-oriented programming?
Ans. 

Dynamic refers to runtime behavior while object refers to a specific instance of a class.

  • Dynamic behavior is determined at runtime, while objects are instances of classes

  • Dynamic programming languages allow for dynamic behavior, while objects are static entities

  • Examples: In Python, dynamic behavior can be seen with dynamic typing, while objects are created using classes and instantiated as objects

A Software Engineer was asked 4mo ago
Q. What are finalize and compose?
Ans. 

finalize and compose are methods used in software development to manage resources and create complex objects.

  • finalize is a method in Java used for cleanup operations before an object is garbage collected

  • compose is a design pattern where objects are combined to create a more complex object

  • finalize is discouraged to be used in modern Java due to unpredictability

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked 4mo ago
Q. What is the difference between views and temporary tables?
Ans. 

Views are virtual tables generated from a query, while temp tables are physical tables stored in tempdb for temporary use.

  • Views are saved queries that act as virtual tables, while temp tables are physical tables stored in tempdb.

  • Views are not stored physically on disk, while temp tables are stored in tempdb.

  • Views are used for simplifying complex queries and providing security, while temp tables are used for storin...

A Software Engineer was asked 4mo ago
Q. What are indexes?
Ans. 

Indexes are data structures that improve the speed of data retrieval operations in databases.

  • Indexes are used to quickly locate data without having to search every row in a database table.

  • They are created on columns in a database table to speed up the data retrieval process.

  • Examples of indexes include primary keys, unique keys, and non-unique keys.

A Software Engineer was asked
Q. How many types of joins are there?
Ans. 

There are several types of joins in SQL, primarily used to combine records from two or more tables based on related columns.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

  • LEFT JOIN (or LEFT OUTER JOIN): Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

  • RIGHT JOI...

A Software Engineer was asked
Q. Which tag does an HTML page start with?
Ans. 

Html page starts with the <html> tag.

  • Html page starts with the <html> tag.

  • The <html> tag defines the root of an HTML document.

  • All other HTML elements must be nested inside the <html> tag.

A Software Engineer was asked
Q. Project work- Libraries used
Ans. 

I have experience using various libraries such as React, Redux, and Express in my project work.

  • React

  • Redux

  • Express

Are these interview questions helpful?

Indus Net Technologies Software Engineer Interview Experiences

7 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Are you comfortable to change the job profile from frontend to backend
  • Q2. Can you relocate to kolkata?
  • Ans. 

    Yes, I am open to relocating to Kolkata for the right opportunity and to further my career in software engineering.

    • Kolkata has a growing tech scene with many startups and established companies.

    • Relocating can provide exposure to diverse projects and teams.

    • I am excited about the cultural experiences and networking opportunities in Kolkata.

    • I have researched living conditions and find them suitable for my lifestyle.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mathematics, English

Round 2 - Technical 

(1 Question)

  • Q1. Project work- Libraries used
  • Ans. 

    I have experience using various libraries such as React, Redux, and Express in my project work.

    • React

    • Redux

    • Express

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What's charecteristics of oops?
  • Q2. Diffrence between dynamic and object?
  • Q3. What is finilize and compose.
  • Q4. What is indexs?
  • Q5. How to delete duplicate records from sql.
  • Q6. What is the difference between views and temp table?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always go to interview with basics of programming

Software Engineer Interview Questions & Answers

user image Aishwarya Roy Chowdhury

posted on 17 Dec 2024

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

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. PHP baisc questions
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 Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test with reasonings

Round 2 - Coding Test 

DSA related coding probleme

Round 3 - Technical 

(4 Questions)

  • Q1. Questions regarding Sql, c, html css and basic coding optimisation
  • Q2. What is join in sql?
  • Q3. How many types of join?
  • Q4. Html page starts with which tag?
  • Ans. 

    Html page starts with the <html> tag.

    • Html page starts with the <html> tag.

    • The <html> tag defines the root of an HTML document.

    • All other HTML elements must be nested inside the <html> tag.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Simple discussion about yourself and future in organization

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. There was two round of Technical Interview and My Interview had on PHP & MySQL. - They have asked me about PHP OOP Concept. - They Have asked difference between Authentication and Authorization - They have...
  • Q2. After Clear two round of technical discussion there was an HR round
Round 2 - One-on-one 

(2 Questions)

  • Q1. This round was held with Project Manager with the knowledge of PHP tech stack again and project discussion.
  • Q2. After clear these two round HR round was there where they have discussed with Salary and offer letter etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Explore PHP as well as you can.

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is your current job role?
  • Ans. 

    As a Java Full Stack Developer, I design and implement web applications using Java technologies for both front-end and back-end development.

    • Full Stack Development: I work on both the client-side and server-side of applications, ensuring seamless integration between the two.

    • Java Technologies: I utilize frameworks like Spring Boot for back-end development, enabling efficient RESTful API creation.

    • Front-End Frameworks: I i...

  • Answered by AI
  • Q2. I briefed my entire job responsibility without missing any small part of it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always try to elaborate on your current key responsibilities.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Indus Net Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview Preparation Tips

Round: CGPA SHORTlist
Experience: They selected students who have CGPA greater than 8.5.After the selection was done,we had skype interviews where each student was given a slot.In the interview they ask you about 'tell me about yourself',your projects.You should explain the projects exactly and clearly.They ask you better alternatives for implementing the project.After that on the basis of the project they ask you questions related to that subject.Data structures is very important.After the questions on projects were asked they ask you to write programs on data structures(simple programs). They asked me a program to reverse a singly linked list. After that,if they are impressed with it,they go for databases.One should be thorough with functionalities of each key.If time permits they may ask you puzzles(some of my friends were asked). Quite an easy interview.They give you enough time to think so no worries.People with some interview experience can easily crack this.The main objective of the interviewer is he/she checks whether the student is perfect in the concepts learned.
Tips: Don't be panic.If you don't know anything directly say 'I don't know'. They ask you very easy questions.

General Tips: Don't be panic.Since this is skype interview you can be relaxed.Be cool and focussed .Listen to the interviewer questions carefully.
Skills: Database Management, Algorithms And Data Structures
College Name: VIT Vellore
Motivation: Company works on latest trends like azure,etc and they work on projects related to microsoft.

Interview Preparation Tips

Round: Test
Experience: 1st Round : 30 Aptitude Questions (Difficulty Level-HIGH) with nega
tive marking- My Score 15/30, Highest in the test
+ 2 Coding Questions ( Dyanamic Programming + N-Queens Problem)

Round: Technical Interview
Experience: Technical Interview- Questions based on recurssion DSA, HTML.

General Tips: Just know the project you have done in details , don't bluff
First Interview and got it in single shot.
Skill Tips: Karumanchi for DSA, w3 Schools for web related topics DBMS and SQL from Tutorial point.
Skills:
College Name: NIT Surathkal

I appeared for an interview before Oct 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

Asked about time complexity of algorithm, puzzles, DBMS, cutting edge technologies etc. What are indexes?

  • Q1. 

    Flip Bits Problem Explanation

    Given an array of integers ARR of size N, consisting of 0s and 1s, you need to select a sub-array and flip its bits. Your task is to return the maximum count of 1s that can b...

  • Ans. 

    Given an array of 0s and 1s, find the maximum count of 1s by flipping a sub-array at most once.

    • Iterate through the array and keep track of the maximum count of 1s obtained by flipping a sub-array.

    • Consider flipping a sub-array from index i to j and calculate the count of 1s in the resulting array.

    • Return the maximum count of 1s obtained by flipping a sub-array at most once.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

Asked 1 standard algorithm

  • Q1. 

    Number of Islands Problem Statement

    You are provided with a 2-dimensional matrix having N rows and M columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...

  • Ans. 

    Count the number of islands in a 2D matrix of 1s and 0s.

    • Iterate through the matrix and perform depth-first search (DFS) to find connected 1s.

    • Mark visited cells to avoid redundant traversal.

    • Increment island count whenever a new island is encountered.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in HyderabadEligibility criteriaAbove 65%MAQ Software interview preparation:Topics to prepare for the interview - Data Structure, Design and analysis of algorithms, DBMS, operating system, computer network, competitive programmingTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : prepare for competitive programming
Tip 2 : know about standard algorithm
Tip 3 : must be good with dbms

Application resume tips for other job seekers

Tip 1 : must have projects, which you can explain to them
Tip 2 : have things on resume, that you are totally certain about.

Final outcome of the interviewSelected

Skills evaluated in this interview

Indus Net Technologies Interview FAQs

How many rounds are there in Indus Net Technologies Software Engineer interview?
Indus Net Technologies interview process usually has 1-2 rounds. The most common rounds in the Indus Net Technologies interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for Indus Net Technologies 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 Indus Net Technologies. The most common topics and skills that interviewers at Indus Net Technologies expect are .Net, Android, Angularjs, Drupal and IOS.
What are the top questions asked in Indus Net Technologies Software Engineer interview?

Some of the top questions asked at the Indus Net Technologies Software Engineer interview -

  1. What is the difference between views and temp tab...read more
  2. How to delete duplicate records from s...read more
  3. Html page starts with which t...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 8 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 75%
4-6 weeks 25%
View more
Indus Net Technologies Software Engineer Salary
based on 306 salaries
₹3 L/yr - ₹12 L/yr
15% less than the average Software Engineer Salary in India
View more details

Indus Net Technologies Software Engineer Reviews and Ratings

based on 73 reviews

3.5/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.4

Salary

3.0

Job security

3.2

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 73 Reviews and Ratings
Software Engineer
306 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Associate Software Engineer
159 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
158 salaries
unlock blur

₹4.1 L/yr - ₹14 L/yr

Project Manager
48 salaries
unlock blur

₹7.5 L/yr - ₹20.7 L/yr

Team Lead
48 salaries
unlock blur

₹5.4 L/yr - ₹13.4 L/yr

Explore more salaries
Compare Indus Net Technologies with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview