Mis Interview Quetions

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

 What is a excel and why we use?

 Excel is spreadsheet software where we can store our data in tabular form like
row and columns and we can access it easily.

We use excel for data manipulation, visualization and many things

Cons- we have limitation of rows in excel so we cannot work on big data using
excel.

 Lower()- make word in lowercase


 Upper()- make word in Uppercase
 Proper()- make word in proper manner
 Left() – select only left character
 Right() – select only Right character
 Mid() – select only mid character

 Explain The Pivottable Function


 A PivotTable is a powerful tool in spreadsheet software like Microsoft Excel and
Google Sheets. It allows users to quickly summarize, analyze, explore, and
present large amounts of data in a flexible and interactive manner.
 Advantages of PivotTables
E iciency: Quickly summarize and analyze large datasets.
Flexibility: Easily rearrange data to view it from di erent perspectives.
Interactivity: Filter and sort data dynamically without altering the original
dataset.
Visualization: Combine with charts to create interactive dashboards.
 Tips for Using PivotTables
Clean Data: Ensure your source data is well-organized and free of errors.
Named Ranges: Use named ranges for your data to make PivotTable creation
easier.
Refresh Data: If your source data changes, remember to refresh your PivotTable
to see the updated results.
Use Slicers: In Excel, slicers provide a user-friendly way to filter data in
PivotTables.
 Explain charts in Excel
 Column Chart: Displays data using vertical bars. Useful for comparing values across
categories.
 Bar Chart: Similar to column charts but uses horizontal bars. Ideal for comparing
many categories.
 Line Chart: Uses lines to show trends over time or categories. Great for time series
data.
 Pie Chart: Represents data as slices of a pie. Best for showing proportions or
percentages of a whole.
 Doughnut Chart: Similar to a pie chart but with a hole in the center. Used for
showing proportions.
 Area Chart: Similar to line charts but the area under the line is filled. Useful for
showing volume or cumulative data trends.
 Scatter Plot (XY Chart): Uses points to display the relationship between two
variables. Good for correlation analysis.
 Bubble Chart: A variation of the scatter plot where each point is a bubble with size
representing a third variable.
 Histogram: Shows the frequency distribution of a dataset. Ideal for statistical
analysis.
 Box and Whisker Chart: Displays the distribution of data based on a five-number
summary. Useful for statistical analysis.
 Combo Chart: Combines two or more chart types (e.g., column and line chart) to
represent different data series on the same chart.
 Radar Chart: Displays data in a circular format with each axis representing a
different category. Useful for showing multivariate data.

Charts in Excel are essential tools for data visualization, allowing users to
quickly and e ectively communicate insights from their data. By selecting the
appropriate chart type and customizing it to suit the data and audience, users
can enhance their data analysis and presentation significantly.

 Explain the sum and SUMIF functions


 SUM is designed to add together a range of numbers.
 The SUMIF function adds the numbers in a range that meet a specified condition
(criteria).
 SUMIF(range, criteria, [sum_range])
 =SUMIF(A1:A5, "North", B1:B5)
 Explain the vlookup function, xlookup, hlookup, index match for lookup values.
 Vlookup - The VLOOKUP function (Vertical Lookup) in Excel searches for a value in
the first column of a range and returns a value in the same row from another
column.
 VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

 The HLOOKUP function (Horizontal Lookup) searches for a value in the first row of
a range and returns a value in the same column from another row.
 HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

 Using INDEX and MATCH together is a powerful alternative to VLOOKUP and


HLOOKUP. INDEX returns the value of a cell in a specified row and column of a
range, while MATCH returns the relative position of a value in a range.
 =INDEX(B1:B3, MATCH(2, A1:A3, 0))

 The XLOOKUP function is a more versatile and powerful lookup function


introduced in Excel 2019 and Microsoft 365. It searches a range or array and
returns an item corresponding to the first match it finds. If a match doesn’t exist,
XLOOKUP can return the closest (approximate) match.
 XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found],
[match_mode], [search_mode])

Summary

 VLOOKUP: Searches for a value in the first column and returns a value in the same row
from another column.
 HLOOKUP: Searches for a value in the first row and returns a value in the same column
from another row.
 INDEX and MATCH: Combines two functions to create a more flexible lookup. INDEX
returns a value from a specific row and column, while MATCH finds the position of a value
in a range.
 XLOOKUP: A powerful, versatile function that combines and improves upon VLOOKUP,
HLOOKUP, and INDEX/MATCH, allowing for flexible lookups with additional options for
error handling and search modes.
 Explain Macro In Ms-excel
A macro in Microsoft Excel is a sequence of instructions that automates tasks.
These tasks can range from simple repetitive actions to complex sequences of
operations. Macros are written in a programming language called Visual Basic for
Applications (VBA).

 VBA (Visual Basic for Applications): The programming language used to write
macros in Excel.
 Recording Macros: A feature that allows users to create macros by recording their
actions in Excel.
 Macro Security: Settings that control the execution of macros to protect against
malicious code.

Creating macros-
Open the Developer Tab: If the Developer tab is not visible, enable it by going to
File > Options > Customize Ribbon and checking the Developer option.

Record a Macro:

 Go to the Developer tab.


 Click on Record Macro.
 Name the macro, assign a shortcut key (optional), and choose where to store the
macro (in the current workbook or a new workbook).
 Perform the actions you want to automate.
 Click Stop Recording on the Developer tab when you’re done.

Macro Settings: Adjust macro security settings in File > Options > Trust Center
> Trust Center Settings > Macro Settings .

 What are wildcards in Excel?

Wildcards in Excel are special characters used to represent one or more characters in
search criteria. They are particularly useful in functions that require criteria or conditions,
such as SUMIF, COUNTIF, VLOOKUP, MATCH, and others. Excel supports three main wildcard
characters:

1. Asterisk (*): Represents any number of characters.


2. Question Mark (?): Represents a single character.
3. Tilde (~): Used to indicate that the next character is a literal and not a wildcard.
 What is conditional formatting in Excel?
Conditional formatting in Excel is a feature that allows you to apply specific
formatting to cells that meet certain criteria. This helps in visually analyzing data,
making it easier to identify trends, patterns, and outliers. With conditional
formatting, you can change the color, font, border, and other styles of cells based on
their values.

 Highlight Cells Rules: Apply formatting to cells that meet specific conditions, such as
greater than, less than, equal to, text that contains, etc.
 Top/Bottom Rules: Format cells that are in the top or bottom percentage, above or
below average, and other statistical criteria.
 Data Bars: Add horizontal bars within cells to represent the value relative to other
cells.
 Color Scales: Apply a gradient of colors to a range of cells based on their values.
 Icon Sets: Display icons within cells to indicate data trends and categories, such as
arrows, stars, flags, etc.
 Custom Rules: Create your own rules using formulas to apply conditional formatting.

 Can you protect workbooks in Excel?


Yes, you can protect workbooks in Excel to prevent unauthorized access,
modifications, or to control the level of access that di erent users have. Protection
can be applied at di erent levels, including the entire workbook, individual
worksheets, and specific elements within a worksheet. Here are the di erent ways
to protect your workbooks and worksheets in Excel:

 What is ABS function in Excel?


The ABS function in Excel is used to return the absolute value of a number. The
absolute value of a number is its distance from zero on the number line, regardless
of direction. In other words, it converts negative numbers to positive numbers while
leaving positive numbers unchanged.

 What Is The What-if Analysis


What-If Analysis in Excel is a set of tools that allows you to explore di erent
scenarios and analyze how changes in variables a ect the outcome of your models
or calculations. It helps in decision-making by examining various possibilities and
their potential impacts.

Practical Uses of What-If Analysis

 Financial Planning: Assess how changes in financial variables affect


profitability, cash flow, or other metrics.
 Budgeting: Compare different budget scenarios to understand the impact of
various spending or income changes.
 Forecasting: Predict future outcomes based on different assumptions and
scenarios.
 Resource Allocation: Optimize the allocation of resources, such as time, money,
or materials, to achieve desired goals.

What-If Analysis tools in Excel are powerful for exploring di erent scenarios and
making informed decisions based on how changes in variables a ect outcomes.
By using Data Tables, Scenario Manager, Goal Seek, and Solver, you can gain
insights into your data, optimize solutions, and better plan for future
possibilities.

 What use of macros and vba

Yes, I know macros and VBA language. As a sales manager of a leading electronics
brand, my team had to manipulate thousands of lines of data to create a sales
report. Each quarter the company required a new report and the steps required for
creating a report remained the same. I developed a macro to automate the entire
process. The macro could manipulate the data, generate a report and displayed the
insights in the chart form. It saved a lot of working hours and increased the
productivity of my sales team.

 What is absolute cell reference and relative in excel?


Absolute cell reference is a locked reference and ensures that the rows and
columns will not change on copying the cell. We add a '$' symbol in front of the row
and column number. When the cell is $A$2, both rows and columns remain
unchanged on copying. But if it is $A2, it means that the column remains
unchanged, but the row changes on copying. Similarly, for A$2, the column
changes, but the row remains unchanged on copying.
MIS QUESTIONS
 What is MIS?
 An MIS (Management Information 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 .

 What is the purpose of an MIS?


 The primary purpose of an MIS is to assist the management in making strategic,
tactical, and operational decisions. It offers up-to-date information on the company’s
assets and helps various departments like – Marketing, finance, R&D, manufacturing,
etc. From storing data to making it accessible, MIS is a crucial aspect of every
business today. Other primary objectives are:

 Data storage
 Data retrieval
 Data propagation
 Planning
 Graphical report making

 What are the different types of MIS?


 Databank Information System – This form of information system helps in observing,
classifying, and storing data items which helps the decision-maker in taking data-
driving decisions.
 Predictive Information System – This form of information 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 for
producing comprehensive information reports.

 What are the levels of decision making in MIS?


 Senior management
 Strategic level management
 Technical experts
 Middle management and project teams
 Operations management
 Individual employees
 What are the different approaches used in designing an MIS?
 Organisation-chart approach
 Integrate-later approach
 Data-collection approach
 Database approach
 Top-down approach

 How many report formats are available in MS Excel?


 There are three report formats in MS Excel – compact, report, and tabular.

 What is the difference between DIM and SET?


 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”).

 Write a VBA program to copy data from a worksheet to another?


Sub CopyData()

Dim lastrow, lastcol as Integer

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_w
ant_to_copy”)()

 What is the difference between ActiveWorkbook and ThisWorkbook?


 ActiveWorkbook is the workbook that is open and active while the VBA code is
running while ThisWorkbook refers to the workbook where the code is present.

 How can you pass arguments to VBA functions?


 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
POWER BI


You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy