MIS report question
MIS report question
Are you looking for the most frequently asked MIS Executive interview questions? This article has a
detailed list of some of the most popular interview questions asked in any top company’s MIS executive
interview round. These questions will help you to prepare for the interview so that you show your
extreme MIS skills during the interview.
What is MIS?
An MIS (Management Inf ormation System) is a system that is used to collect, process, store, and
disseminate data or information to support the management. An MIS Executive is a professional
responsible for maintaining an organisation’s existing MIS. With experience and skills, you can further
your career path to becoming a Data Analyst Business Analyst , or Research Analyst.
The most important skills associated with an MIS Executive are MS Excel , SQL , and VBA . The
interview questions here will cover these skills. MIS executives also need to possess strong
foundational, teamwork as well as leadership skills . Some of the top MIS Executive Interview
Questions & Answers are the following.
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
General MIS Executive Interview Questions
Data storage
Data retrieval
Data propagation
Planning
Graphical report making
This is one of the most important interview questions for MIS executives. So prepare this well and try
elaborating your answer with examples.
"For example, in a manufacturing company, an MIS might integrate data from the production line,
inventory, and sales department to generate real-time reports that help managers optimize production
schedules and inventory levels."
Databank Inf ormation System – This f orm of inf ormation system helps in observing,
classif ying, and storing data items which helps the decision-maker in taking data-
driving decisions.
Predictive Inf ormation System – This f orm of inf ormation system is used to draw
presumptions and predictions that are relevant to decision making.
Decision Support System – DSS is used to gather, analyze, and synthesize data f or
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
producing comprehensive inf ormation reports.
Organization level
Application-level
Technical level
Database level
Check Out Top Online Management Courses Starting Now >>
Senior management
Strategic level management
Technical experts
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Operations management
Individual employees
Read about the levels of management as a related concept.
Model: This is like a framework for an organizations to analyze scenarios, predict outcomes, and
make better decisions. It can be as simple as a decision tree to complex algorithms that
incorporate data analysis and forecasting.
Constraint: In MIS, constraints refer to the limitations or restrictions that affect the decision-
making process. You have budget limitations, resource availability, time constraints and sometimes
even technological limitations. When you know these aspects, you start having realistic goals.
Optimisation: Optimisation in MIS involves finding the best solution or decision that maximizes
outcomes while minimizing costs or risks. It involves the use of different analytical tools to make
sure the decisions are both effective and efficient. That creates better resource allocation and
improved organizational performance.
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Q8. What are the different approaches used in designing an MIS?
Ans. The different approaches used in designing an MIS are:
Organisation-chart approach
Integrate-later approach
Data-collection approach
Database approach
Top-down approach
Reach out to multiple vendors and decide the best one based on their of f erings, cost,
benef its, updates, training support, technical support, etc.
Train the existing employees to successf ully run and track large size data
While answering this MIS interview question, elaborate on the points.
Technological Barrier – One major challenge is the staf f who is not trained to use
new technologies. Naturally, there is some resistance f rom staf f .
Time – This comes down to the overall organisational structure. Large enterprises
may require two to three years to implement and f ine-tune a new system. And af ter
that, they have to train employees to use the system.
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
in a variety of ways. So mention the popular ones below.
Business Systems Planning (BSP) – This was developed by IBM in the early 1980s.
It analyses and describes the architecture of the inf ormation system
Critical Success Factor (CSF) – This f ramework determines the core objectives of
each team and top management and how they align with the business goals. Then it
looks into success f actors, commonly def ined by teamwork, individual competencies,
planning strategies, etc.
Q12. How can you protect your worksheet from anyone editing
the data?
Ans. There are two ways in order to prevent anyone from editing the data:
You can password protect the worksheet so that only those who have the password
can open the sheet. To do this go to Menu bar >Review > Protect Sheet > Password.
Lock the range. First, select the range that you want to lock, then right-click anywhere.
Then go to the ‘Format Cells’ option f rom the drop-down menu and go to the
‘Protection’ tab. There tick the ‘Locked’ option if it isn’t ticked, then press OK.
Also Read>> How To Become a Business Analyst?
Without data validation, MIS systems may provide misleading or incorrect information, which can lead to
poor decision-making. This can result in significant financial losses, inefficient operations, and damaged
reputation. Validating data in MIS systems ensures that the data is of high quality and can be trusted to
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
make informed decisions.
Q19. What logical condition will you use when there are two
different criteria?
Ans. Use the ‘AND” logical condition when there are two different criteria.
Link your data to your MIS template by using f ormulas like Vlookup, Hlookup, Sumif s,
Sumif , INDEX & MATCH, Charts, etc. based on the needs
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Q22. What do you know about VLOOKUP?
Ans. VLOOKUP is an Excel function that is used to lookup and retrieves data from a specific column in
an excel table. VLOOKUP supports approximate and exact matching. In VLookup, the “V” stands for
“vertical”. Also, the lookup values must appear in the first column of the table, with lookup columns to
the right.
Another good time-saving technique is to create a calculated field. This is how it can be set up:
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Visit ‘Pivot Table Analyse’
Syntax:
Most Usef ul Excel Formulas | Min Max Functions in Excel | Average Functions in Excel |
Introduction to MS Excel | Financial Modelling in Excel | MS Excel interview questions | Sum
Function in Excel | Trim Function in Excel | Pivot Table in Excel | Percentage in Excel |
Vlookup in Excel | Median Function in Excel | Types of Charts in Excel | Count Function in
Excel | MS Excel Vs. Google Sheet | Remove Duplicates in Excel | Create Graph in Excel
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Q30. What is the difference between DIM and SET?
Ans. DIM declares the variable. E.g. Dim r As Range. On the other hand, SET sets the variable to an
object reference. E.g. Set r = Range(“A1”).
lastrow = Worksheets(“name_of_the_worksheet”).rows.usedrange.count
lastcol = Worksheets(“name_of_the_worksheet”).columns.usedrange.count
Worksheets(“name_of_the_worksheet”).Range(lastrow, lastcol).Copy
Worksheets(“name_of_the_worksheet_to_be_copied”).Range(“cell_name_where_you_want_to_copy”)
()
Q34. How can you stop VBScript when it goes into the infinite
loop?
Ans. Ctrl + Pause/Break is used to stop VBScript if it goes into an infinite loop.
Also explore:
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Top online edX courses
ByRef – The called procedure may change the value of the argument passed
ByVal – The called procedure does not want to change the value of the argument
passed
On Error Goto 0
On Error Goto Err_Lbl
On Error Resume Next
Action Shortcut
Open the VB Editor Alt+F11
Step through each line of code F8
open the Immediate Window Ctrl+G
Delete a Line of Code Ctrl+Y
Check parameters in a property, method, or f unction Ctrl+i
Step out of code Ctrl+Shif t+F8
Resume execution through the error handler Alt + F5
Show the call stack Ctrl+L
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Q38. How do you count a string in MS Excel?
Ans. By using Count A we can count a string in MS Excel.
VBScript is similar to JavaScript and is developed for Internet Explorer. It stands for Visual Basic Script.
ODBC stands for Open Database Connectivity. This technology is responsible for connecting a
database client application to an external database.
OLEDDB stands for Object Linking and Embedding, Database. It allows accessing of data uniformly
through several sources.
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Optional arguments: The Optional keyword specif ies arguments as Optional. An
Optional argument should be declared as a Variant data type. This enables the use of
IsMissing f unction.
Parameter Arrays: Other than the three f ixed arguments mentioned above, one can
also pass a number of random arguments. This is done by using the ParamArray
keyword.
Lef t – returns matching records f rom the right table and all records f rom the lef t.
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Full – return all records when there is a match in either of two tables.
For example:
SELECT @@SPID AS ‘ID’, SYSTEM_USER AS ‘Login Name’, USER AS ‘User Name’;
Result:
ID Login Name User Name
—— —————————— ——————————
11 ABCxyz who
Example:
SELECT @@VERSION AS ‘SQL Server Version’;
Result:
SELECT @@VERSION AS ‘SQL Server PDW Version’;
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Q52. What are the Triggers?
Ans. In SQL, a Trigger refers to a special type of pre-stored procedure. They run after the occurrence of
an event in the database server in automatic behaviour. There are four types of triggers in SQL:
Insert
Delete
Update
Instead of
Assess: There are several reasons why it can occur. You can mention that it is f irst
important to identif y whether the problem is caused by CPU usage, exceeding network
capacity, less memory and increased data cache. For these, running the ‘top’ program
is essential.
Stabilise: It is also essential to stabilise the server by managing rate-limiting, applying
concepts such as gracef ul degradation.
Relational Database Management System is where data is stored in a table and then
used in relation to dif f erently stored datasets. MySQL is one example.
Non-relational Database Management System is used f or storing only that type of data
that can be altered on a f requent basis. Some common examples of it include
MongoDB, Cassandra, etc.
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.
Unique Index is one that does not allow the data f ield to have duplicate values.
Clustered Index is responsible f or reordering the physical order of the data table.
Atomicity means that if one part of the transaction is faulty, the entire transaction will fail. Consistency,
on the other hand, entails that all data should meet the common rules of validity. Concurrency control is
done through Isolation, while Durability ensures that no error can come in between transactions.
ACID properties maintain the integrity of the data by ensuring that transactions are
processed accurately and reliably. They can easily prevent data corruption and
maintain the consistency of the database.
Conclusion
The above MIS interview questions and answers will help you prepare and frame your responses in the
best way. The advanced SQL, MS Excel and VBA interview questions for MIS Executives will also
ground your technical knowledge that is applicable in many other management roles.
Disclaim e r: This PDF is auto -generated based o n the info rmatio n available o n Shiksha as
o n 0 1-Jan-20 25.