Upload Button Icon Add office photos

Filter interviews by

G Tech Web Solutions ASP.NET Developer Interview Questions and Answers for Experienced

Updated 26 Mar 2023

G Tech Web Solutions ASP.NET Developer Interview Experiences for Experienced

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 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 tips
Round 2 - Coding Test 

Depending on experience but for entry level Mainly knowledge on CRUD Operations.

Round 3 - Technical 

(5 Questions)

  • Q1. Basic Oops concepts like constructor, inheritance, class, object, function overloading, overriding, polymorphism
  • Q2. SQL server, basic database query questions like primary key, foreign key, join, ask some small questions on SQL query, types of db language Stored procedure
  • Q3. For MVC what is model controller view, What is ActionResults,
  • Ans. 

    MVC is a software architecture pattern that separates an application into three main components: Model, View, and Controller. ActionResults are methods that return data to the client.

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

    • View: represents the user interface of the application

    • Controller: handles user input and updates the model and view accordingly

    • ActionResults: methods that return data to the c...

  • Answered by AI
  • Q4. Basic Bootstrap knowledge like grid system, classes, basic html tag
  • Q5. Knowledge on Ado .net, For entity framework, how many approaches are there,

Interview Preparation Tips

Topics to prepare for G Tech Web Solutions ASP.NET Developer interview:
  • C#.Net
  • MS SQL Server
  • MVC Framework
  • HTML
  • CSS
  • Javascript
  • Bootstrap
Interview preparation tips for other job seekers - Mention all the skills on the CV, on what you are really confident.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(8 Questions)

  • Q1. Explain solid principle
  • Ans. 

    SOLID principles are a set of five design principles that help developers create more maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...

  • Answered by AI
  • Q2. Why we use Sealed class
  • Ans. 

    Sealed class is used to prevent inheritance and ensure that the class cannot be extended.

    • Prevents inheritance, ensuring that the class cannot be extended

    • Helps in maintaining code integrity and security

    • Used when a class is not intended to be inherited or overridden

  • Answered by AI
  • Q3. Types of constructor
  • Ans. 

    Types of constructors include default, parameterized, copy, and static constructors.

    • Default constructor has no parameters

    • Parameterized constructor takes one or more parameters

    • Copy constructor creates a new object as a copy of an existing object

    • Static constructor is used to initialize static data members

  • Answered by AI
  • Q4. . net core features?
  • Ans. 

    ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, internet-connected applications.

    • Cross-platform support allows development on Windows, macOS, and Linux

    • High performance with improved speed and scalability

    • Modular design for flexibility and easy maintenance

    • Built-in dependency injection for better code organization

    • Support for Docker containers for easy deployment

  • Answered by AI
  • Q5. Explain Startup file?
  • Ans. 

    Startup file is a configuration file in ASP.NET that specifies settings and behavior for the application.

    • Startup file is typically named 'Startup.cs' in ASP.NET Core projects.

    • It contains configuration for services, middleware, and the request processing pipeline.

    • The 'ConfigureServices' method is used to add services to the dependency injection container.

    • The 'Configure' method is used to configure the HTTP request pipel...

  • Answered by AI
  • Q6. Dependency injection
  • Q7. Explain Api lifetimes
  • Ans. 

    API lifetimes refer to the duration for which an API is available and supported.

    • API lifetimes can vary depending on the service provider or platform.

    • Some APIs may have a limited lifetime and be deprecated after a certain period.

    • Developers should be aware of API lifetimes to plan for potential changes or updates.

    • Regularly check for updates or announcements regarding API lifetimes to stay informed.

  • Answered by AI
  • Q8. Diffrent between transient vs scope
  • Ans. 

    Transient objects are created each time they are requested, while scoped objects are created once per request.

    • Transient objects are created every time they are requested, leading to potentially higher memory usage.

    • Scoped objects are created once per request and are shared within the scope of that request.

    • Example: Transient objects are typically used for lightweight services, while scoped objects are used for services t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys talent acquisition team is not responding once interview completed.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Reverse a string
Rotate the array

Round 2 - Technical 

(1 Question)

  • Q1. Major Question regarding C# , .Net , SQL server

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concept well and SQL server advanced
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2022. There were 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Explain Oops concepts in c#
  • Ans. 

    OOPs concepts in C# include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Encapsulation is the practice of hiding implementation details and exposing only necessary information.

    • Polymorphism allows objects of different types to be treated as if they are the same type.

    • Abstraction is the process of hiding complex implementation det...

  • Answered by AI
  • Q2. 2. Difference between abstraction and encapsulation
  • Ans. 

    Abstraction focuses on the outside view of an object while encapsulation deals with the internal workings of an object.

    • Abstraction is the process of hiding complex implementation details and showing only necessary information to the user.

    • Encapsulation is the process of wrapping data and methods into a single unit (class) and restricting access to the data from outside the class.

    • Abstraction is achieved through interface...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare basic things in c# they asked only the basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops concepts,caching,session,viewstate,boxing and unboxing,basic queries
  • Q2. Delete and truncate difference,roles in your previous project,garbage collector
  • Ans. 

    Delete vs Truncate, roles in previous project, garbage collector

    • Delete removes rows one by one, while truncate removes all rows at once

    • Roles in previous project may include developer, tester, project manager, etc.

    • Garbage collector in .NET automatically manages memory by reclaiming unused objects

  • Answered by AI
  • Q3. How did you handled production things in your application,how much do you rate yourself in sql
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. All opps concept. What is constructor?, what is delegets? What is inheritance? What is abtract class.?
  • Ans. 

    Explanation of OOP concepts like constructor, delegates, inheritance, and abstract class.

    • Constructor is a special method that is called when an object is created.

    • Delegates are type-safe function pointers used to reference methods.

    • Inheritance is a mechanism that allows a class to inherit properties and methods from another class.

    • Abstract class is a class that cannot be instantiated and is used as a base class for other

  • Answered by AI
  • Q2. Explain MVC . Model view control
  • Ans. 

    MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the action listens. explain action filter
  • Ans. 

    Action filters are used to perform additional processing before or after an action method executes.

    • Action filters are attributes that can be applied to an action method or controller.

    • They can be used to perform authentication, logging, caching, and other tasks.

    • Action filters can be used to modify the result of an action method.

    • There are four types of action filters: Authorization filters, Action filters, Result filters

  • Answered by AI
  • Q2. What is output cache
  • Ans. 

    Output cache stores the output of a page or user control so that it can be quickly retrieved for subsequent requests.

    • Output cache is used to improve the performance of web applications.

    • It reduces the number of requests made to the server by storing the output of a page or user control.

    • Output cache can be set at the page level or at the application level.

    • It can be configured to expire after a certain amount of time or w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was just 10 min interview. they ask only basics abut opps and mvc

Skills evaluated in this interview

I applied via campus placement at Vidya Vikas Institute of Engineering and Technology, Mysore and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Asked on final year project
  • Q2. Real world scenario on how do you implement your subject

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have clear understanding and perfection with your resume, brush up your technical skills based on what you have put in your resume

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Medium

Interviewer was good He asked me 2 coding questions while solving he gave some hints as well then we discussed about my projects.

  • Q1. Group Anagrams Together

    You have been given an array/list of strings 'STR_LIST'. You are supposed to return the strings as groups of anagrams such that strings belonging to a particular group are a...

  • Ans. Sorting based Approach

    The idea behind this approach is that two or more than two strings are anagrams if and only if their sorted strings are equal. So we will use a HashMap, let’s say “anagramGroup”, where each key is a sorted string, and the key will be mapping to the list of indices from the given list of strings that form a group of anagrams. This means that if we sort the strings at those indices, we will get the ...

  • Answered by CodingNinjas
  • Q2. Bottom View Of Binary Tree

    Given a binary tree, print its bottom view from left to right. Assume, the left and the right child make a 45-degree angle with the parent.

    A binary tree is a tree in which eac...

  • Ans.  Recursive approach

    The idea is to take two arrays and to store horizontal distance in one and priority of each node in another. The arrays are of size ‘2*N+1’(considering the worst case). On traversing the tree, if the current calculated horizontal distance is not present in the array, add it. Otherwise, compare the priority(stored in the second array) of the previously-stored value with the current one. If the priorit...

  • Answered by CodingNinjas
Round 2 - Coding Test 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Hard

In this interview she asked me one coding question and system design questions.

  • Q1. Merge Two BSTs

    You are given two balanced binary search trees of integers having ‘N’ and ‘M’ nodes. You have to merge the two BSTs into a balanced binary search tree and return the root node to that balan...

  • Ans. Merge Inorder Traversal Of Both Trees

    In this approach we will construct the merged BST, by merging the inorder of traversal of both the BST. By merging the inorder traversal of both BST we will get the inorder traversal of required BST. Then we will form the BST with that inorder traversal. 

     

    The steps are as follows: 

     

    1. Do the inorder traversal of first BST and store the inorder traversal in an array ...
  • Answered by CodingNinjas
  • Q2. System Design Question

    Design a URL shortening service

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaNo criteriaAmazon interview preparation:Topics to prepare for the interview - Data Structures (Graph and trees are important), System Design, Dynamic ProgrammingTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : While solving the questions never see the answer at least try for an hour then see the logic (I mean Algorithm) then try on your own still it's not solved then see the solution code.
Tip 2 : According to me it's not important how many programmes did you solved important is how deeply understood the every programme while solving.

Application resume tips for other job seekers

Tip 1 : Read the Job description highlight the words which related to it for an example skills , experience and projects.
Tip 2 : Have some good projects (or) Internship it will definitely increase the chances of getting an interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Asked practical scenario questions from frontend(lwc) and apex.
  • Q2. Deployment process with ci/cd
  • Ans. 

    CI/CD is a process of automating software delivery and deployment.

    • Use version control system like Git to manage code changes

    • Automate build process using tools like Jenkins

    • Run automated tests to ensure code quality

    • Deploy to different environments using tools like Docker and Kubernetes

    • Monitor and log application performance using tools like Splunk

    • Use continuous feedback to improve the process

  • Answered by AI
  • Q3. Write a trigger to update contact when accounts phone changed.
  • Ans. 

    Trigger to update contact when accounts phone changed

    • Create a trigger on Account object

    • Query for related Contacts

    • Update Contact phone field with Account phone field value

  • Answered by AI
  • Q4. Fetch data in table from apex
  • Ans. 

    Fetching data from table in Apex

    • Use SOQL query to fetch data from table

    • Assign the query result to a list variable

    • Iterate through the list to access individual records

  • Answered by AI
  • Q5. Cpu error in apex
  • Ans. 

    CPU error in Apex

    • Check for infinite loops or recursive calls

    • Reduce the number of SOQL queries and DML statements

    • Optimize code to reduce CPU usage

    • Consider using asynchronous processing

    • Use governor limits to avoid exceeding CPU time limit

  • Answered by AI
  • Q6. Data loader, future method, share record in apex

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the interview based on real scenario. They won't ask internet questions.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. In C# --> Abstraction, Interface , Abstract Method, Abstract Class, Polymorphisms, Encapsulation ,Inheritance, Serialization,
  • Ans. 

    C# concepts including abstraction, interface, abstract method, abstract class, polymorphism, encapsulation, inheritance, and serialization.

    • Abstraction: hiding implementation details

    • Interface: defining a contract for behavior

    • Abstract method: method without implementation

    • Abstract class: class with one or more abstract methods

    • Polymorphism: ability of objects to take on multiple forms

    • Encapsulation: bundling data and behavi...

  • Answered by AI

Skills evaluated in this interview

G Tech Web Solutions Interview FAQs

How many rounds are there in G Tech Web Solutions ASP.NET Developer interview for experienced candidates?
G Tech Web Solutions interview process for experienced candidates usually has 3 rounds. The most common rounds in the G Tech Web Solutions interview process for experienced candidates are Resume Shortlist, Coding Test and Technical.
How to prepare for G Tech Web Solutions ASP.NET Developer interview for experienced candidates?
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 G Tech Web Solutions. The most common topics and skills that interviewers at G Tech Web Solutions expect are ASP.Net, ASP.Net MVC, SQL Server, Bootstrap and C#.
What are the top questions asked in G Tech Web Solutions ASP.NET Developer interview for experienced candidates?

Some of the top questions asked at the G Tech Web Solutions ASP.NET Developer interview for experienced candidates -

  1. For MVC what is model controller view, What is ActionResul...read more
  2. Knowledge on Ado .net, For entity framework, how many approaches are the...read more
  3. Basic Oops concepts like constructor, inheritance, class, object, function over...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 G Tech Web Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
G Tech Web Solutions ASP.NET Developer Salary
based on 13 salaries
₹1.4 L/yr - ₹3 L/yr
43% less than the average ASP.NET Developer Salary in India
View more details

G Tech Web Solutions ASP.NET Developer Reviews and Ratings

based on 4 reviews

1.9/5

Rating in categories

1.6

Skill development

2.3

Work-Life balance

1.5

Salary & Benefits

2.6

Job Security

1.7

Company culture

1.5

Promotions/Appraisal

1.7

Work Satisfaction

Explore 4 Reviews and Ratings
ASP.NET Developer
13 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Software Developer
5 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Business Development Executive
5 salaries
unlock blur

₹1.7 L/yr - ₹2.5 L/yr

DOT NET Developer
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Android App Developer
5 salaries
unlock blur

₹1.4 L/yr - ₹2.5 L/yr

Explore more salaries
Compare G Tech Web Solutions with

Webguru Infosystems

4.5
Compare

Techmagnate

4.0
Compare

SPARX IT Solutions

3.8
Compare

Cyfuture

3.0
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