Upload Button Icon Add office photos

Filter interviews by

Satin Creditcare Network MIS Officer Interview Questions and Answers

Updated 17 May 2018

Satin Creditcare Network MIS Officer Interview Experiences

1 interview found

MIS Officer Interview Questions & Answers

user image Sonu Kushwaha

posted on 17 May 2018

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 questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Advance Excel questions
Round 2 - One-on-one 

(1 Question)

  • Q1. About previous company work profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident be professional
Wear formal dress
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I appeared for an interview in Feb 2024.

Round 1 - Coding Test 

1 hour coding test on intermediate python programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on cloud-based technologies
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Naaaghuuiii hgdtyhb uii7yfghh uyddbkiydd
  • Q2. NAahjuutyijhg guihhftu dfyikhh fujgx
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apptitude test conducted where there are 60 question in 60 min

Round 2 - Aptitude Test 

Python, Verbal , Apptitude

Round 3 - Group Discussion 

Last one is interview round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data frame making in python
  • Ans. 

    Data frame making in Python involves creating a structured table-like data structure using the pandas library.

    • Use the pandas library to create a data frame

    • Data frames are 2-dimensional labeled data structures with columns of potentially different types

    • Data frames can be created from dictionaries, lists, numpy arrays, or other data frames

    • Example: df = pd.DataFrame({'A': [1, 2, 3], 'B': ['a', 'b', 'c']})

  • Answered by AI
  • Q2. Random forest basic questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. It was more related to my projects
  • Q2. Asked questions on PCA,KNN and Elbow method .
Round 2 - Technical 

(2 Questions)

  • Q1. Asked SVM and Logistic regression, their applications and real life uses
  • Q2. Matrix formation of a knockout Tournament
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about the types of join sql.
  • Ans. 

    Types of join SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full outer join: Returns rows when there is a match in either table.

  • Answered by AI
  • Q2. Tell about the dax function
  • Ans. 

    DAX (Data Analysis Expressions) is a collection of functions, operators, and constants that can be used in Power BI, Excel, and other data analysis tools.

    • DAX functions are used to create calculated columns, measures, and calculated tables in Power BI and Excel.

    • DAX functions include mathematical, logical, statistical, and text functions.

    • Examples of DAX functions are SUM, AVERAGE, IF, RELATED, CALCULATE, etc.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction about ur self
  • Ans. 

    I am a dedicated and detail-oriented MIS Officer with a strong background in data analysis and information management.

    • Experienced in analyzing and interpreting complex data sets

    • Proficient in database management and reporting tools

    • Skilled in developing and implementing data quality processes

    • Strong communication and problem-solving skills

    • Certified in relevant software applications such as SQL and Excel

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Excel test with advanced skills
Round 3 - Behavioral 

(1 Question)

  • Q1. Introduction about self, previous company and etc.
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

Satin Creditcare Network Interview FAQs

What are the top questions asked in Satin Creditcare Network MIS Officer interview?

Some of the top questions asked at the Satin Creditcare Network MIS Officer interview -

  1. Give some work in the MS office and get some formula in excel she...read more
  2. Speaking to write a latter on any subje...read more
  3. for some information about internet topic...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Bandhan Bank Interview Questions
3.7
 • 539 Interviews
Muthoot Fincorp Interview Questions
4.5
 • 501 Interviews
Shriram Finance Interview Questions
4.1
 • 345 Interviews
Bajaj Finance Interview Questions
4.0
 • 302 Interviews
Muthoot Finance Interview Questions
3.6
 • 255 Interviews
IIFL Finance Interview Questions
4.0
 • 247 Interviews
View all

Satin Creditcare Network MIS Officer Reviews and Ratings

based on 13 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.4

Salary

3.9

Job security

4.0

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 13 Reviews and Ratings
Branch Manager
172 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Deputy Manager
171 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Assistant Manager
158 salaries
unlock blur

₹2.2 L/yr - ₹6.6 L/yr

Senior Executive
90 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Customer Service Officer
59 salaries
unlock blur

₹1.1 L/yr - ₹2.8 L/yr

Explore more salaries
Compare Satin Creditcare Network with

HDB Financial Services

3.9
Compare

Shriram Finance

4.1
Compare

Muthoot Fincorp

4.5
Compare

Bajaj Finance

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview