Upload Button Icon Add office photos

Filter interviews by

Indus Net Technologies Interview Questions, Process, and Tips

Updated 1 Feb 2025

Top Indus Net Technologies Interview Questions and Answers

View all 24 questions

Indus Net Technologies Interview Experiences

Popular Designations

27 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was simple apptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between private and protected
  • Ans. 

    Private members are accessible only within the same class, while protected members are accessible within the same class and its subclasses.

    • Private members can only be accessed within the same class

    • Protected members can be accessed within the same class and its subclasses

    • Private members are not inherited by subclasses

    • Protected members are inherited by subclasses

  • Answered by AI
  • Q2. Why we use nosql database
  • Ans. 

    NoSQL databases are used for scalability, flexibility, and handling unstructured data.

    • Scalability: NoSQL databases can easily scale horizontally to handle large amounts of data and high traffic.

    • Flexibility: NoSQL databases do not require a predefined schema, allowing for easy modifications and additions to data.

    • Handling unstructured data: NoSQL databases are well-suited for storing and querying unstructured data like d...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. General questions
  • Q2. About availability

Skills evaluated in this interview

Top Indus Net Technologies Associate Software Engineer Interview Questions and Answers

Q1. tell me the basic pillars of opps
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
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?

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Indus Net Technologies Interview Questions and Answers for Freshers
illustration image

Indrasena Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
More than 8 weeks
Result
No response

I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. I'm Indrasena communication soft skills
  • Q2. I'm working on Indrasena software developer Wipro
  • Q3. I'm Indrasena Intrested
  • Q4. I'm Indrasena communication soft skills Wipro Infotech Pvt
  • Q5. Indrasena software developer Wipro Infotech y

Interview Preparation Tips

Interview preparation tips for other job seekers - Indrasena
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

Top Indus Net Technologies Software Engineer Interview Questions and Answers

Q1. What is the difference between views and temp table?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)

Indus Net Technologies interview questions for popular designations

 Associate Software Engineer

 (7)

 Software Engineer

 (7)

 Business Analyst

 (2)

 Associate

 (1)

 Associate Data Analyst

 (1)

 Business Analysis Manager

 (1)

 Client Partner

 (1)

 Creative Designer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Case solving within 10 min
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain about BRD
  • Ans. 

    BRD stands for Business Requirements Document, a formal document that outlines the business requirements for a project.

    • BRD is a key document in the project management process, detailing what the business needs in order to achieve its goals.

    • It includes information on the scope of the project, objectives, stakeholders, functional requirements, non-functional requirements, and constraints.

    • BRD serves as a communication too...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)

Get interview-ready with Top Indus Net Technologies Interview Questions

Project Manager Interview Questions & Answers

user image Maya Reads

posted on 30 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal aptitude test which covered common areas

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself, update yourself with current affairs and look for the improved version of everything that happens in your particular industry

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Removed duplicate in array
  • Ans. 

    Remove duplicate strings in an array

    • Use a Set data structure to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the final result

  • Answered by AI
  • Q2. Find unique value
  • Ans. 

    Find the unique value in an array of strings

    • Iterate through the array and use a hashmap to store the frequency of each element

    • Return the element with frequency 1 as the unique value

  • Answered by AI

Skills evaluated in this interview

Top Indus Net Technologies Associate Software Engineer Interview Questions and Answers

Q1. tell me the basic pillars of opps
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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 asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (177)

I applied via Campus Placement

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 

Aptitude questions are easy but coding was bit tuff

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me the basic pillars of opps
  • Ans. 

    The basic pillars of OOP are encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling of data and methods that operate on that data within a single unit

    • Inheritance: ability of a class to inherit properties and methods from a parent class

    • Polymorphism: ability of objects to take on multiple forms or behaviors depending on the context

  • Answered by AI
  • Q2. Diffrence between jre jdk jvm
  • Ans. 

    JRE is a runtime environment, JDK is a development kit, and JVM is a virtual machine.

    • JRE stands for Java Runtime Environment and is used to run Java applications.

    • JDK stands for Java Development Kit and is used to develop Java applications.

    • JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.

    • JDK includes JRE and additional development tools such as compilers and debuggers.

    • JVM is platform-de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keep a sense of humor. it lets you bounce back more readily for rejection and provides relief from the stress of looking for a job

Skills evaluated in this interview

Top Indus Net Technologies Associate Software Engineer Interview Questions and Answers

Q1. tell me the basic pillars of opps
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Concept on Drupal Views with aggregation & contextual filter
  • Q2. Drupal custom theme integration
  • Q3. Knowledge on Drupal custom module
  • Q4. Drupal 7 vs Drupal 8 comparison
  • Ans. 

    Drupal 8 offers improved performance, better security, and more modern features compared to Drupal 7.

    • Drupal 8 has a more user-friendly admin interface

    • Drupal 8 uses Symfony components for improved performance

    • Drupal 8 has better multilingual support out of the box

    • Drupal 8 has improved content authoring capabilities with CKEditor integration

    • Drupal 8 has enhanced mobile responsiveness with built-in responsive themes

  • Answered by AI
  • Q5. Drupal version upgradation process
  • Ans. 

    Drupal version upgradation process involves backing up data, updating core files, modules, and themes, testing the site, and deploying changes.

    • Backup the website files and database before starting the upgrade process

    • Update Drupal core files to the latest version

    • Update all modules and themes to be compatible with the new Drupal version

    • Test the website thoroughly to ensure all functionalities are working correctly

    • Deploy ...

  • Answered by AI
Round 2 - Coding Test 

Create a REST API which will create a node with taxonomy term reference and other basic fields. Code should be shared in a github account with sample request & response from Postman.

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion & Joining availability

Interview Preparation Tips

Topics to prepare for Indus Net Technologies Php Drupal Developer interview:
  • PHP
  • OOPS
  • Drupal
  • REST API
Interview preparation tips for other job seekers - Extensive knowledge on PHP OOPS concept & Drupal latest version with migration & upgradation.

Skills evaluated in this interview

Php Drupal Developer Interview Questions asked at other Companies

Q1. Drupal 7 vs Drupal 8 comparison
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Indus Net Technologies Interview FAQs

How many rounds are there in Indus Net Technologies interview?
Indus Net Technologies interview process usually has 2-3 rounds. The most common rounds in the Indus Net Technologies interview process are Technical, One-on-one Round and HR.
How to prepare for Indus Net Technologies 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 Analytics, HTML, Javascript, Project Management and MySQL.
What are the top questions asked in Indus Net Technologies interview?

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

  1. What is the difference between views and temp tab...read more
  2. What chart to use to show year-wise tre...read more
  3. How to delete duplicate records from s...read more
How long is the Indus Net Technologies interview process?

The duration of Indus Net Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Blacklisted

No Interviews

INTERVIEWS

Empower Retirement

No Interviews

INTERVIEWS

Uno Minda Kyoraku

No Interviews

INTERVIEWS

Avago Technologies

No Interviews

INTERVIEWS

CtrlS

No Interviews

Tell us how to improve this page.

Indus Net Technologies Interview Process

based on 22 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
MAQ Software Interview Questions
1.9
 • 98 Interviews
View all

Indus Net Technologies Reviews and Ratings

based on 323 reviews

3.5/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.3

Salary

3.0

Job security

3.1

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 323 Reviews and Ratings
Software Engineer
303 salaries
unlock blur

₹3.6 L/yr - ₹11.4 L/yr

Senior Software Engineer
165 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Associate Software Engineer
152 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Team Lead
46 salaries
unlock blur

₹5.1 L/yr - ₹13 L/yr

Business Analyst
45 salaries
unlock blur

₹4.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Indus Net Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
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