Upload Button Icon Add office photos

Filter interviews by

Indus Net Technologies Software Engineer Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Indus Net Technologies Software Engineer Interview Questions and Answers

Indus Net Technologies Software Engineer Interview Experiences

6 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?
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

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

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 at Heritage Institute of Technology, Kolkata 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?
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q3. How many types of join?
  • Ans. 

    There are four types of joins in SQL: INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN: Returns rows when there is at least one match in both tables.

    • LEFT JOIN: Returns all rows from the left table, and the matched rows from the right table.

    • RIGHT JOIN: Returns all rows from the right table, and the matched rows from the left table.

    • FULL JOIN: Returns rows when there is a match in one of the tables.

  • Answered by AI
  • Q4. Html page starts with which tag?
  • Ans. 

    Html page starts with the tag.

    • Html page starts with the tag.

    • The tag is the root element of an HTML page.

    • All other elements are contained within the tag.

Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Simple discussion about yourself and future in organization

Skills evaluated in this interview

Indus Net Technologies interview questions for designations

 Associate Software Engineer

 (7)

 Drupal Developer

 (1)

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?
  • 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.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Focusing on moderate level patterns

Round 2 - Technical 

(4 Questions)

  • Q1. Discuss object oriented principles in depth
  • Ans. 

    Object oriented principles are fundamental concepts in software development that focus on organizing code into objects with properties and behaviors.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a new class to inherit properties and behaviors from an existing class.

    • Polymorphism: The ability for objects of different classes to respond to the same message in di...

  • Answered by AI
  • Q2. Deep discuss of interface
  • Q3. Deep discuss of exception, multithreading
  • Q4. Deep discuss of oop
Round 3 - HR 

(1 Question)

  • Q1. Asked some tricky question related to real life problems

Interview Preparation Tips

Interview preparation tips for other job seekers - All Good 👍🏻
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array questions - rearranging letters for encryption

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself and your experience in college.
  • Q2. Database and sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep true to job posting. Hiring for another job and then, making people do something else is not good.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Springboot notations
  • Q2. How to handle multiple request on springboot
  • Ans. 

    Use thread pooling and asynchronous processing to handle multiple requests efficiently in Spring Boot.

    • Implement thread pooling to manage multiple requests concurrently.

    • Use asynchronous processing to handle requests without blocking the main thread.

    • Consider using reactive programming with Spring WebFlux for better scalability.

    • Optimize database queries and external API calls to reduce response times.

    • Implement caching mec...

  • Answered by AI

Indus Net Technologies Interview FAQs

How many rounds are there in Indus Net Technologies Software Engineer interview?
Indus Net Technologies interview process usually has 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. Html page starts with which t...read more
  2. How many types of jo...read more
  3. What is join in s...read more

Tell us how to improve this page.

Indus Net Technologies Software Engineer Interview Process

based on 4 interviews in last 1 year

Interview experience

3.8
  
Good

People are getting interviews through

based on 4 Indus Net Technologies interviews
Job Portal
Campus Placement
Recruitment Consultant
Referral
25%
25%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Indus Net Technologies Software Engineer Salary
based on 289 salaries
₹2.6 L/yr - ₹11.4 L/yr
8% less than the average Software Engineer Salary in India
View more details

Indus Net Technologies Software Engineer Reviews and Ratings

based on 53 reviews

3.9/5

Rating in categories

3.8

Skill development

3.7

Work-Life balance

3.7

Salary & Benefits

3.4

Job Security

3.5

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 53 Reviews and Ratings
Software Engineer
289 salaries
unlock blur

₹2.6 L/yr - ₹11.4 L/yr

Senior Software Engineer
159 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Associate Software Engineer
151 salaries
unlock blur

₹2.3 L/yr - ₹8 L/yr

Team Lead
47 salaries
unlock blur

₹5.1 L/yr - ₹13 L/yr

Business Analyst
46 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Explore more salaries
Compare Indus Net Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview