Upload Button Icon Add office photos

Filter interviews by

SMFG India Credit Miro Interview Questions and Answers

Updated 16 Nov 2023

SMFG India Credit Miro Interview Experiences

1 interview found

Miro Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. About Work Experience
  • Q2. Skills and Experience
  • Q3. How to Generate
  • Ans. 

    Generating ideas requires creativity, brainstorming, research, and collaboration.

    • Start by brainstorming ideas individually or in a group

    • Research similar concepts or solutions to gain inspiration

    • Collaborate with others to combine different perspectives and expertise

    • Use tools like mind mapping, SWOT analysis, or design thinking to organize and develop ideas

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About Excel like VLOOKUP index match pivot table
  • Q2. Communication is not important you attitude is matter
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Assignment 

An Excel file was given which had 2 sheets, sheet1 with raw data and sheet2 with task. There were 5-6 questions in Task. This tasks can be done by formulas such as CONCAT, Textjoin, Age calculation using Datedif, Vlookup, age band creation eg: 10-30,30-40 based on age I used nested IF, PIVOT Table

Interview Preparation Tips

Topics to prepare for Mahindra Finance MIS Executive interview:
  • Advanced Excel
Interview preparation tips for other job seekers - Normal about yourself, salary expectation there budget is around 3 lacs as per my assumption. mon to fri day shifts and need to extend the shift as well.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What are your reasons for wanting to switch jobs?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction and work experience
Round 2 - Technical 

(1 Question)

  • Q1. Data analysis , v lookup, H look up
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself ?
  • Ans. 

    I am a detail-oriented MIS Coordinator with a strong background in data analysis and project management.

    • Experienced in managing databases and ensuring data accuracy

    • Skilled in generating reports and analyzing trends to support decision-making

    • Proficient in project coordination and communication with stakeholders

    • Familiar with various MIS software and tools such as Excel, SQL, and Tableau

  • Answered by AI
  • Q2. Tell me about your district?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a great place to work and build our careers and develop skills and experience.

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the V-lookup formula?
  • Q2. What is the use of pivot table?
  • Q3. How to remove duplicate value?
  • Q4. How to use if formula?

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am an experienced MIS Executive with a strong background in managing information systems and data analysis.

    • I have a Bachelor's degree in Management Information Systems.

    • I have worked for 5 years in a multinational company as an MIS Executive.

    • I am proficient in using various data analysis tools such as Excel, SQL, and Tableau.

    • I have successfully implemented automated reporting systems that improved efficiency and accur...

  • Answered by AI
  • Q2. Qualifications,Experience, salary Expectations,last salary

Interview Preparation Tips

Topics to prepare for TVS Credit MIS Executive interview:
  • Communication Skills
Interview preparation tips for other job seekers - Be confident, when go for interview must be knowledge about company designation,kind of work

Interview Questionnaire 

7 Questions

  • Q1. Some information in job profile and previous job information
  • Q2. Speaking to write a latter on any subject
  • Q3. And many more question
  • Q4. Related a few question form the location
  • Q5. Give some work in the MS office and get some formula in excel sheet
  • Ans. 

    The answer includes examples of work in MS Office and formulas in Excel.

    • Creating a professional-looking document in MS Word

    • Designing a presentation in MS PowerPoint

    • Using formulas in Excel to calculate sales tax

    • Creating charts and graphs in Excel to visualize data

  • Answered by AI
  • Q6. For some information about internet topics
  • Q7. For some information about computer

Interview Preparation Tips

Round: Test
Experience: typing test 27 WPS speed
5 minutes duration

Round: Test
Experience: typing test 27 WPS speed
5 minutes duration

General Tips: I believe that whenever we ask for interviews in a company with very intuition and the information that we ask, only we should tell more about our talent should not be shown.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Excel and Sql basic and advanced problems
  • Q2. How to use Vlookup ?
  • Ans. 

    Vlookup is a function in Excel used to search for a value in a table and return a corresponding value from another column.

    • Enter the formula =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) in a cell

    • lookup_value is the value to search for in the first column of the table_array

    • table_array is the range of cells that contains the data

    • col_index_num is the column number in the table_array from which to retr...

  • Answered by AI
  • Q3. How to use Splitting?
  • Ans. 

    Splitting is a technique used to divide a string into multiple parts based on a specified delimiter.

    • Use the split() method in programming languages like Python, JavaScript, or Java to split a string into an array of substrings.

    • Specify the delimiter (e.g. space, comma, hyphen) as an argument to the split() method.

    • Access the individual parts of the split string using array indexing.

    • Combine splitting with other string man...

  • Answered by AI
  • Q4. How to use pivot ?
  • Ans. 

    Pivot is a function used in data analysis to summarize and reorganize data.

    • Pivot can be used to reorganize rows into columns or columns into rows based on a specific variable.

    • It is commonly used in Excel or other spreadsheet software to create summary tables or reports.

    • Pivot tables can help analyze large datasets and identify trends or patterns.

    • Example: In Excel, you can use the PivotTable feature to summarize sales da

  • Answered by AI
  • Q5. How to use concatenation?
  • Ans. 

    Concatenation is the process of combining two or more strings together.

    • Use the + operator to concatenate strings in most programming languages.

    • In SQL, use the CONCAT function to concatenate strings.

    • Concatenation can also be done using string interpolation in some languages.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for HDB Financial Services MIS Officer interview:
  • Advanced Excel
  • SQL Server

Skills evaluated in this interview

SMFG India Credit Interview FAQs

How many rounds are there in SMFG India Credit Miro interview?
SMFG India Credit interview process usually has 2 rounds. The most common rounds in the SMFG India Credit interview process are Resume Shortlist and HR.
How to prepare for SMFG India Credit Miro interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SMFG India Credit. The most common topics and skills that interviewers at SMFG India Credit expect are Lap, Home Loans, Mortgage Loans, hl and mortgage.

Tell us how to improve this page.

People are getting interviews through

based on 1 SMFG India Credit interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Muthoot Fincorp Interview Questions
4.5
 • 449 Interviews
Shriram Finance Interview Questions
4.1
 • 318 Interviews
Bajaj Finance Interview Questions
4.0
 • 289 Interviews
Muthoot Finance Interview Questions
3.6
 • 248 Interviews
IIFL Finance Interview Questions
4.0
 • 239 Interviews
Mahindra Finance Interview Questions
4.1
 • 144 Interviews
L&T Finance Interview Questions
4.0
 • 143 Interviews
View all
SMFG India Credit Miro Salary
based on 40 salaries
₹1.5 L/yr - ₹3.8 L/yr
6% more than the average Miro Salary in India
View more details

SMFG India Credit Miro Reviews and Ratings

based on 29 reviews

4.2/5

Rating in categories

4.1

Skill development

4.0

Work-Life balance

4.3

Salary & Benefits

3.9

Job Security

4.1

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 29 Reviews and Ratings
Branch Sales Manager
336 salaries
unlock blur

₹2.9 L/yr - ₹10 L/yr

Credit Manager
318 salaries
unlock blur

₹2.1 L/yr - ₹10.9 L/yr

Branch Credit Manager
249 salaries
unlock blur

₹1.9 L/yr - ₹9.2 L/yr

Agency Manager
219 salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Sales Manager
218 salaries
unlock blur

₹1.8 L/yr - ₹9.7 L/yr

Explore more salaries
Compare SMFG India Credit with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Tata Capital

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview