Upload Button Icon Add office photos

Indecomm Global Services

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Indecomm Global Services DOT NET Developer Interview Questions and Answers

Updated 21 Aug 2024

Indecomm Global Services DOT NET Developer Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept all question with answer
  • Q2. Sql concept all question with answer
Round 2 - Coding Test 

Oops concept all type coding

Interview Preparation Tips

Topics to prepare for Indecomm Global Services DOT NET Developer interview:
  • OOPS
  • SQL
  • ASP.Net
  • MVC
Interview preparation tips for other job seekers - Esay tips
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Normal topics for gd

Round 2 - Technical 

(3 Questions)

  • Q1. Array coding questions
  • Q2. .net structure and other components
  • Q3. Oops concepts and .net concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for oops concepts,.net basics questions and c# problems

DOT NET Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What is the difference between windows application development an ... read more
Q2. What is Trigger,Store procedure, join in sql query and their synt ... read more
asked in Infosys
Q3. What kind of database you used in projects
Q4. How many ways are there to send data to controller from View?
asked in Nagarro
Q5. Can Two Primary keys can be made possible in Sql Table ?

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Fundamentals of SQL, .NET and Programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the fundamentals questions like joins, triggers, stored procedures for SQL and application life cycle, session, cookie in .NET

I was interviewed before Jul 2016.

Interview Questionnaire 

5 Questions

  • Q1. Resume shortlisting
  • Q2. Basic dot net and C # questions
  • Q3. Basic programs to write
  • Q4. Programming logic
  • Q5. Unit testing skills

Interview Preparation Tips

Skills: C# (C Sharp), Programming, Unit Testing
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Feb 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 - Aptitude Test 

This round was easy no need to worry about this however basic mathematics, reasoning, pseudocode, coding mcq all in one test only, simple questions are there we can crack it. Need to practice some basic coding in c, java, python, sql queries, c++ etc., If writing program, means we can write but its mcq there will be some confusion in options so if we good in basic means we can pass it.

Round 3 - Technical 

(3 Questions)

  • Q1. In my case the interview is of half an hour. The Interviewer was nice person at first he verified my college id and ask some personal related questions to come in comfort zone because sometimes if Intervi...
  • Q2. 1. Oops concepts 2. exception handling in java and c# 3. SQL Queries 4. And finally told to share the screen and write one code in java language that is basic only based on methods and inheritance.
  • Q3. 1. Final Year Project 2. The technologies used in project
  • Ans. 

    My final year project was a web-based inventory management system using ASP.NET and SQL Server.

    • Developed a web-based inventory management system using ASP.NET and SQL Server

    • Implemented features like user authentication, product management, and order tracking

    • Used HTML, CSS, and JavaScript for front-end development

    • Integrated payment gateway for online transactions

    • Conducted testing and debugging to ensure smooth functioni...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. HR interview is Telephonic call for me in 5 minutes only completed. I only asked questions about training and all that's it. If you pass in first rounds means enough no need to worry about HR Interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - So, as i said above practice basic coding questions and all.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 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 

Give some practical to write code

Round 3 - Technical 

(1 Question)

  • Q1. Oops concept and sql web api

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What are you currently doing?
  • Q2. What was the toughest situation in your life and how did you handle it?
  • Q3. What is the difference between windows application development and web based development?
  • Ans. 

    Windows app dev is for desktops, web dev is for browsers.

    • Windows app dev is for desktop operating systems like Windows, macOS, and Linux.

    • Web dev is for browsers and can be accessed from any device with an internet connection.

    • Windows app dev uses GUI frameworks like Windows Forms or WPF.

    • Web dev uses web technologies like HTML, CSS, and JavaScript.

    • Examples of Windows apps include Microsoft Word and Adobe Photoshop.

    • Exampl

  • Answered by AI
  • Q4. Tell me about your family background.

Interview Preparation Tips

Interview preparation tips for other job seekers - This was supposed to be the technical interview but no any questions related to my technical background were asked. Interview lasted for less than 10 minutes.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1.  what is the interfaces
  • Ans. 

    Interfaces are a way to define a contract between classes, specifying methods and properties that must be implemented.

    • Interfaces allow for polymorphism and loose coupling

    • Classes can implement multiple interfaces

    • Interfaces can inherit from other interfaces

    • Examples include IDisposable, IEnumerable, and IComparable

  • Answered by AI
  • Q2.  what is the components of dotnetframework which types
  • Ans. 

    The components of .NET Framework include Common Language Runtime, Class Library, and ASP.NET.

    • Common Language Runtime (CLR) - manages memory, security, and execution of code

    • Class Library - provides a set of reusable classes and types for building applications

    • ASP.NET - a web application framework for building dynamic web pages and web services

    • Other components include ADO.NET, Windows Communication Foundation (WCF), Windo...

  • Answered by AI
  • Q3. Acessmodifer means
  • Ans. 

    Access modifier determines the accessibility of a class, method, or variable from other parts of the program.

    • Access modifiers are keywords used in object-oriented programming languages like C# and Java.

    • They control the visibility and accessibility of class members.

    • There are four access modifiers: public, private, protected, and internal.

    • Public members are accessible from anywhere in the program.

    • Private members are only...

  • Answered by AI
  • Q4. Oops means and types
  • Ans. 

    Oops stands for Object-Oriented Programming. There are four types of OOPs concepts: Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding the implementation details and showing only the necessary information.

    • Encapsulation: Wrapping data and functions into a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take man

  • Answered by AI
  • Q5. What is the methode
  • Ans. 

    Method is a block of code that performs a specific task and can be called by other parts of the program.

    • Methods are used to break down complex programs into smaller, more manageable pieces.

    • They can take input parameters and return values.

    • Examples of methods in C# include Console.WriteLine() and Math.Max().

  • Answered by AI
  • Q6. Class and object programe Example
  • Ans. 

    Class and object programming example

    • Classes are templates for objects

    • Objects are instances of classes

    • Classes define properties and methods

    • Objects can access and modify properties and methods

    • Example: Class - Car, Object - Honda Civic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - my name is b.subbareddy
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is MVC ?
  • Ans. 

    MVC stands for Model-View-Controller, a software design pattern for organizing code in a web application.

    • MVC separates the application into three main components: Model (data), View (UI), and Controller (logic).

    • Model represents the data and business logic of the application.

    • View is responsible for displaying the data to the user.

    • Controller handles user input, updates the model, and selects the view to display.

    • MVC promo...

  • Answered by AI
  • Q2. Explain pillars of OOP & SOLID principles
  • Ans. 

    Pillars of OOP are Abstraction, Encapsulation, Inheritance, and Polymorphism. SOLID principles are Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.

    • Pillars of OOP: Abstraction - hiding complex implementation details, Encapsulation - bundling data and methods together, Inheritance - creating new classes from existing ones, Polymorphism - ability to use objects of d...

  • Answered by AI
  • Q3. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q4. What is async-await?
  • Ans. 

    Async-await is a feature in C# that allows asynchronous programming for better performance and responsiveness.

    • Async-await allows methods to run asynchronously, improving performance by not blocking the main thread.

    • It simplifies asynchronous programming by using keywords 'async' and 'await'.

    • Example: async Task GetDataAsync() { await Task.Delay(1000); return 1; }

  • Answered by AI
  • Q5. Explain join with example of self join.
  • Ans. 

    Join 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.

    • Self join is when a table is joined with itself.

    • Example: SELECT e1.name, e2.name FROM employees e1, employees e2 WHERE e1.manager_id = e2.employee_id;

  • Answered by AI
  • Q6. How many session can have in application ?
  • Ans. 

    The number of sessions in an application is not fixed and can vary based on the application's design and requirements.

    • The number of sessions in an application can depend on factors such as user activity, server capacity, and session management techniques.

    • For example, a simple web application may have a limited number of sessions based on the server's capacity, while a complex enterprise application may have a larger nu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round is all about basic concepts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. ASP.Net Life Cycle
  • Q2. OOPS Concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Make Sure that skills you mentioned have good command on it
Contribute & help others!
anonymous
You can choose to be anonymous

Indecomm Global Services Interview FAQs

How many rounds are there in Indecomm Global Services DOT NET Developer interview?
Indecomm Global Services interview process usually has 2 rounds. The most common rounds in the Indecomm Global Services interview process are Technical, Group Discussion and Coding Test.
How to prepare for Indecomm Global Services DOT NET Developer 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 Indecomm Global Services. The most common topics and skills that interviewers at Indecomm Global Services expect are C#, SQL, MVC, ASP.Net and Javascript.
What are the top questions asked in Indecomm Global Services DOT NET Developer interview?

Some of the top questions asked at the Indecomm Global Services DOT NET Developer interview -

  1. Oops concept all question with ans...read more
  2. Sql concept all question with ans...read more
  3. .net structure and other compone...read more

Recently Viewed

INTERVIEWS

Healthplix Technologies

No Interviews

INTERVIEWS

Healthplix Technologies

No Interviews

INTERVIEWS

Sterlite Technologies

No Interviews

INTERVIEWS

Oberoi Group of Hotels

No Interviews

SALARIES

Healthplix Technologies

INTERVIEWS

Healthplix Technologies

No Interviews

INTERVIEWS

Healthplix Technologies

No Interviews

INTERVIEWS

GE Aviation

No Interviews

INTERVIEWS

Indecomm Global Services

No Interviews

INTERVIEWS

Sterlite Technologies

No Interviews

Tell us how to improve this page.

Indecomm Global Services DOT NET Developer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more

Fast track your campus placements

View all

Indecomm Global Services DOT NET Developer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

2.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Associate Lead
347 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Associate
266 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
196 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Software Engineer
97 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Process Associate
76 salaries
unlock blur Lock Unlock

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Indecomm Global Services with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview