i
RMSI
Filter interviews by
I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.
Some english paragraph and and meaning,words,reasoning
GIS stands for Geographic Information System, a system designed to capture, store, manipulate, analyze, manage, and present spatial or geographic data.
GIS is used to create maps and visualize spatial data
It helps in analyzing and interpreting patterns and trends in data
Examples include mapping out crime hotspots in a city, tracking wildlife migration patterns, and planning optimal routes for emergency services
Navigation is the process of accurately determining one's position and planning and following a route to a desired destination.
Navigation can be done using tools like GPS, compass, maps, and landmarks
Example: Using GPS to navigate while driving to a new location
Example: Using a compass and map to navigate while hiking in the wilderness
Mapping is used to visually represent spatial data and analyze relationships between different geographic features.
Mapping helps in visualizing data and identifying patterns or trends
It allows for spatial analysis and decision-making based on geographic information
Mapping is used in various industries such as urban planning, environmental management, and disaster response
GIS technology uses mapping to create interactiv
I appeared for an interview before Mar 2024.
You will have a basic aptitude test as well as an introduction to the fundamentals of GIS.
I possess strong communication skills, enabling effective collaboration and clear information dissemination in GIS projects.
Experience in presenting complex GIS data to non-technical stakeholders, ensuring clarity and understanding.
Regularly conduct training sessions for team members on GIS tools and methodologies, enhancing overall team proficiency.
Skilled in writing detailed project reports and documentation, which a...
I possess extensive GIS experience, strong technical skills, and a passion for innovative spatial solutions, making me highly suitable for this role.
Over 8 years of experience in GIS, including project management and technical leadership.
Proficient in ArcGIS, QGIS, and other GIS software, demonstrated by successful project completions.
Led a team in developing a spatial analysis tool that improved data accessibility for...
I applied via Walk-in and was interviewed before Sep 2021. There were 3 interview rounds.
About GIS ( substrate )
I applied via Walk-in and was interviewed before Sep 2022. There were 3 interview rounds.
General knowledge questions
RMSI interview questions for designations
I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Oct 2021. There were 4 interview rounds.
Reasoning and mental ability , relationship, coding and decoding.
GIS stands for Geographic Information System. It is a system designed to capture, store, manipulate, analyze, manage, and present spatial or geographic data.
GIS is used to create maps, analyze data, and solve real-world problems.
GIS commands are used to perform specific tasks within the GIS software.
GIS tools are used to manipulate and analyze spatial data, such as buffering, overlaying, and querying.
Examples of GIS so...
Yes, I have a keen interest in foreign countries.
I enjoy learning about different cultures and traditions
I have traveled to several countries and plan to visit more in the future
I follow international news and events closely
I believe that understanding other countries and their perspectives is important in today's globalized world
I applied via Campus Placement and was interviewed before May 2018. There were 5 interview rounds.
I have implemented WebLogic in my project by configuring and deploying applications on the WebLogic server.
Configured WebLogic server by setting up domains, servers, and clusters
Deployed applications on WebLogic server using deployment descriptors
Managed application resources and services through WebLogic Console or WLST scripts
Configured connection pools, data sources, and JMS resources
Implemented security measures li...
As a software engineer, my responsibility in the project includes designing, developing, testing, and maintaining software solutions.
Designing software architecture and solutions
Developing code based on requirements
Testing software for bugs and issues
Maintaining and updating software as needed
I appeared for an interview before May 2016.
I appeared for an interview in Sep 2017.
posted on 17 Aug 2016
I appeared for an interview in Jan 2016.
Machine learning is a subset of artificial intelligence that enables machines to learn from data without being explicitly programmed.
It involves training algorithms on large datasets to make predictions or decisions.
It can be supervised, unsupervised, or semi-supervised.
Examples include image recognition, natural language processing, and recommendation systems.
Prediction uses data analysis and statistical models to forecast future outcomes.
Prediction involves collecting and analyzing data to identify patterns and trends.
Statistical models are then used to make predictions based on the identified patterns.
Predictions can be made for a wide range of applications, such as weather forecasting, stock market trends, and customer behavior.
Accuracy of predictions can be improved by ...
Classification algorithms can be represented using flow charts.
Classification algorithms are used to categorize data into different classes.
Flow charts can be used to represent the decision-making process of classification algorithms.
Examples of classification algorithms include decision trees, k-nearest neighbors, and support vector machines.
Deadlocks are situations where two or more processes are unable to proceed because each is waiting for the other to release a resource.
Deadlocks occur when multiple processes are stuck in a circular waiting state.
Prevention techniques include resource allocation strategies, deadlock detection, and avoidance algorithms.
Examples of prevention techniques are using a resource allocation graph, implementing a banker's algor...
Banker's algorithm is a resource allocation and deadlock avoidance algorithm used in operating systems.
It is used to prevent deadlocks by ensuring that the system never enters an unsafe state.
It works by simulating the allocation of resources and checking if the system will remain in a safe state.
It requires knowledge of the maximum resource needs of each process and the currently available resources.
If a request for r...
Public and private IP addresses are used in computer networks. Public IPs are globally unique and accessible from the internet, while private IPs are used within a local network.
Public IP is assigned by the Internet Service Provider (ISP) and is used to identify a device on the internet.
Private IP is assigned by a local network administrator and is used to identify a device within a local network.
Public IPs are globall...
A message is transferred in OSI layer through a process called encapsulation and decapsulation.
The message is divided into smaller chunks called packets at the transport layer.
Each packet is then encapsulated with headers containing necessary information.
The encapsulated packets are then passed down to the network layer.
At the network layer, the packets are further encapsulated with network layer headers.
The encapsulat...
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.
Polymorphism is achieved through method overriding and method overloading.
It allows for code reusability and flexibility in object-oriented programming.
Three conditions for polymorphism are inheritance, method overriding, and a common interface or base class.
Interoperability in inheritance and polymorphism allows objects of different classes to be used interchangeably.
Inheritance allows a subclass to inherit properties and methods from a superclass.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
Interoperability between inheritance and polymorphism allows objects of different classes to be used interchangeably.
For example, a ...
Transaction logs are records of all the changes made to a database or file system.
They help in recovering data in case of system failure or errors.
They provide a history of all the transactions made to the database or file system.
They are used for auditing and compliance purposes.
Examples include SQL Server transaction logs, file system transaction logs, etc.
C is a procedural programming language while C++ is an object-oriented programming language.
C is a procedural programming language, meaning it focuses on procedures or functions.
C++ is an extension of C and adds object-oriented features like classes and inheritance.
C++ supports polymorphism, encapsulation, and abstraction, which C lacks.
C++ allows the use of standard template library (STL) for data structures and algor...
I have worked on various technologies including Java, Python, and SQL.
Java - used for developing enterprise-level applications
Python - used for scripting, web development, and data analysis
SQL - used for managing and querying databases
Thrashing is a phenomenon in computer systems where excessive swapping of data between RAM and virtual memory occurs.
Occurs when a computer spends more time swapping data between RAM and virtual memory than executing actual tasks
Can be caused by insufficient RAM or poorly optimized programs
Can lead to a significant decrease in system performance
Example: A computer running multiple memory-intensive programs simultaneous
Java is platform independent while C++ is not.
Java code is compiled into bytecode which can run on any platform with a JVM, while C++ code needs to be compiled separately for each platform.
Java has automatic memory management through garbage collection, while C++ requires manual memory management.
Java has built-in support for multithreading, while C++ requires external libraries.
Java has a simpler syntax and is easier ...
Persistence is important for storing data permanently and ensuring data integrity.
Persistent storage allows data to be saved even after the application is closed or the system is restarted.
It ensures data integrity by preventing data loss in case of system failures.
Persistent data can be accessed and shared across different sessions or devices.
Examples: databases, file systems, cloud storage.
I found the GD to be well-organized and productive.
The GD had a clear agenda and all participants were given equal opportunity to express their views.
The facilitator ensured that the discussion stayed on track and encouraged active participation.
I appreciated the diverse perspectives brought by the participants, which enriched the discussion.
Examples: One of the participants shared a real-life case study that added dep...
I rate my HR interview as positive overall, with room for improvement in certain areas.
Overall, I felt the HR interview was well-structured and professional.
I appreciated the opportunity to discuss my skills and experiences in depth.
However, I felt that some questions were repetitive and could have been more engaging.
I believe the interview process could benefit from more focus on technical skills and problem-solving a...
I would recommend John and Sarah for their strong technical skills and ability to work well in a team.
John has a deep understanding of algorithms and data structures, and consistently delivers high-quality code.
Sarah is a quick learner and has a knack for problem-solving, often coming up with innovative solutions.
Both John and Sarah have excellent communication skills and collaborate effectively with their peers.
based on 8 interviews
2 Interview rounds
based on 133 reviews
Rating in categories
GIS Engineer
3.2k
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Senior GIS Engineer
758
salaries
| ₹1.1 L/yr - ₹6.1 L/yr |
Senior Engineer
203
salaries
| ₹2.7 L/yr - ₹8.8 L/yr |
Assistant GIS Engineer
168
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Engineer
136
salaries
| ₹2.2 L/yr - ₹5.4 L/yr |
Mphasis
eClerx
L&T Technology Services
Coforge