i
Gyansys Infotech
Filter interviews by
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
Boxing is the process of converting a value type to a reference type, while unboxing is the opposite process.
Boxing is done implicitly by the compiler when a value type is assigned to a reference type variable.
Unboxing requires an explicit cast from the reference type back to the original value type.
Boxing and unboxing can impact performance, so they should be used carefully in performance-critical code.
Sessions in MVC are used to store and manage user-specific data throughout multiple requests.
Sessions are used to maintain state between multiple requests from the same user.
Data stored in sessions is unique to each user and can be accessed across different pages.
Sessions can be used to store user authentication information, shopping cart items, etc.
Sessions can be managed using session variables in MVC controllers.
Top trending discussions
posted on 5 Sep 2024
Exception handling is a mechanism to handle runtime errors in a program.
Exception handling helps in gracefully handling unexpected errors in a program.
It prevents the program from crashing and allows for proper error logging and recovery.
Commonly used keywords in exception handling are try, catch, finally, and throw.
Example: try { // code that may throw an exception } catch(Exception ex) { // handle the exception }
Abstract classes can have implementation details while interfaces cannot.
Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.
A class can only inherit from one abstract class, but can implement multiple interfaces.
Abstract classes can have constructors, fields, and properties, while interfaces cannot.
Abstract classes are used when some common functionality ne...
I will handle the team by setting clear expectations, delegating tasks effectively, monitoring progress, and providing support as needed.
Set clear goals and deadlines for the team to ensure everyone is on the same page
Delegate tasks based on team members' strengths and workload
Regularly check in with team members to monitor progress and offer assistance if needed
Adjust deadlines or redistribute tasks as necessary to me...
Basic questions and dot net basic questions
Good to have , useful very easy
I applied via Naukri.com
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
Virtual polymorphism is achieved through virtual functions in C++.
Virtual functions allow a function in a base class to be overridden in a derived class.
Example: Animal class with virtual function 'makeSound' overridden in Dog a
Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.
Create a base class with virtual functions
Create derived classes that override the virtual functions
Use pointers or references of the base class to call the overridden functions
Design and code a REST API for a software developer interview.
Define the endpoints and HTTP methods for the API (e.g. GET /users, POST /users)
Implement authentication and authorization mechanisms (e.g. JWT tokens)
Use proper status codes for responses (e.g. 200 OK, 401 Unauthorized)
Include error handling and validation for input data
Document the API using tools like Swagger or OpenAPI
Calculate word frequency using Stream API and lambda expressions
Use Stream API to convert array of strings to stream
Use Collectors.groupingBy to group words by their frequency
Use Collectors.counting to count the occurrences of each word
posted on 18 Sep 2024
I applied via Shine and was interviewed in Aug 2024. There were 2 interview rounds.
Normal coding round with simple oa complexity
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Consumers read data from topics, while producers write data to topics in Kafka.
Consumers subscribe to topics to read messages from them
Producers publish messages to topics for consumers to read
Consumers can be part of a consumer group to scale out consumption
Producers can specify key for messages to control partitioning
Associate Consultant
171
salaries
| ₹4 L/yr - ₹8.4 L/yr |
Senior Consultant
99
salaries
| ₹8.7 L/yr - ₹27.5 L/yr |
Lead Consultant
84
salaries
| ₹12 L/yr - ₹33 L/yr |
Consultant
83
salaries
| ₹4.2 L/yr - ₹12.9 L/yr |
Principal Consultant
58
salaries
| ₹18.5 L/yr - ₹36 L/yr |
Infosys
TCS
Wipro
HCLTech