i
Gateway Group
Filter interviews by
I applied via Job Portal and was interviewed in Oct 2023. There were 3 interview rounds.
There are multiple question mcq realted to your techstack
Dot net core is a free, open-source, cross-platform framework for building modern, cloud-based, internet-connected applications.
Developed by Microsoft
Supports multiple programming languages like C#, F#, and Visual Basic
Can be used to build web applications, microservices, desktop applications, and more
Provides high performance and scalability
Compatible with Windows, macOS, and Linux
LINQ (Language Integrated Query) is a feature in .NET that allows querying data from different data sources using a uniform syntax.
LINQ allows querying data from collections, databases, XML, and more using a common syntax.
It provides a set of standard query operators like Where, Select, OrderBy, GroupBy, etc.
LINQ queries are type-safe and can be written in C# or VB.NET.
Example: var result = from c in customers where c.
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
It was 3 hrs test with technical questions. 4 practical questions 2 html and 2 sql with 90 mcq
Verbal,time and work,
Array sort, travlse in array,string
I applied via campus placement at A. D. Patel Institute of Technology, Vallabh Vidyanagar and was interviewed in Jun 2023. There were 3 interview rounds.
There were three sections 1. communication (English grammar) 2. aptitude (which includes verbal, and logical reasoning questions) 3. Technical ( c#, java, .net, oops, javascript, SQL).
Gateway Group interview questions for designations
Top trending discussions
I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.
Group discussion was the first round on avg there were 15 people in a group discussion at last everyone was given a minute to speak
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
React is a JavaScript library for building user interfaces.
React is used for creating interactive UI components.
It uses a virtual DOM for efficient rendering.
React lifecycle methods include componentDidMount, componentDidUpdate, and componentWillUnmount.
These methods allow developers to perform actions at specific points in a component's lifecycle.
Virtual DOM is a lightweight copy of the actual DOM used for efficient updates. Reconciliation is the process of updating the actual DOM based on changes in the virtual DOM.
Virtual DOM is a lightweight copy of the actual DOM kept in memory.
When changes are made to the UI, they are first reflected in the virtual DOM.
Reconciliation is the process of comparing the virtual DOM with the actual DOM and updating only the nece...
I was interviewed in May 2024.
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
To connect to the backend, you can use APIs, database connections, or web services.
Use APIs to send and receive data between the frontend and backend
Establish database connections to retrieve and store data
Utilize web services for communication between different systems
posted on 12 Jan 2024
I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.
A class is a blueprint for creating objects, while an object is an instance of a class. Private, protected, public, and default are access modifiers in object-oriented programming.
A class is a template or blueprint that defines the properties and behaviors of objects.
An object is an instance of a class, created using the class blueprint.
Private access modifier restricts access to class members within the same class.
Pro...
An object is a self-contained entity that consists of both data and behavior.
Objects are instances of classes in object-oriented programming.
They encapsulate data and provide methods to manipulate that data.
Objects can interact with each other through method calls and message passing.
Examples of objects include a car, a person, or a bank account.
Public is a keyword in programming languages that denotes the accessibility of a class, method, or variable.
Public is one of the access modifiers in object-oriented programming.
It allows the class, method, or variable to be accessed from any other class or package.
Public members are part of the public API of a software component.
Example: public class MyClass { ... }
Example: public void myMethod() { ... }
Example: public
In programming, private is an access modifier that restricts the visibility of a class member to within its own class.
Private is used to encapsulate data and prevent direct access from outside the class.
Private members can only be accessed through public methods or properties.
Private variables are often used to store internal state or implementation details.
Private methods are used for internal logic and are not meant
protected is an access modifier in object-oriented programming that restricts access to members within the same package or subclasses.
protected is one of the four access modifiers in Java, along with public, private, and default.
Members declared as protected can be accessed within the same package or by subclasses.
Protected members are not accessible outside the package unless accessed through inheritance.
Example: prot...
1 Interview rounds
based on 4 reviews
Rating in categories
Software Engineer
132
salaries
| ₹3 L/yr - ₹12.6 L/yr |
Senior Software Engineer
113
salaries
| ₹4.6 L/yr - ₹15 L/yr |
Technical Lead
41
salaries
| ₹8.4 L/yr - ₹26.3 L/yr |
Software Developer
37
salaries
| ₹2 L/yr - ₹10 L/yr |
Programmer Analyst
35
salaries
| ₹5.4 L/yr - ₹13 L/yr |
TCS
Infosys
Wipro
HCLTech