Upload Button Icon Add office photos

Shiksha.com

Compare button icon Compare button icon Compare

Filter interviews by

Shiksha.com MIS Analyst Interview Questions and Answers

Updated 17 Jul 2024

Shiksha.com MIS Analyst Interview Experiences

1 interview found

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There were 5 interview rounds.

Round 1 - Group Discussion 

Share GD ana about the company

Round 2 - Technical 

(1 Question)

  • Q1. About me, why you want to change, previous work and experience , basic lookup questions
Round 3 - Technical 

(2 Questions)

  • Q1. Why you left previous organization
  • Q2. Excel Questions
Round 4 - Technical 

(1 Question)

  • Q1. Excel Test with multiple questions
Round 5 - HR 

(2 Questions)

  • Q1. About yourself, education qualifications
  • Q2. Why do you want to change

Interview Preparation Tips

Topics to prepare for Shiksha.com MIS Analyst interview:
  • VLOOKUP
  • Excel

Interview questions from similar companies

I applied via Company Website and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Write a program on bubble sort ?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the first element is greater than the next element, swap them

    • Repeat this process for all elements in the list

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Define Turing Machine ?
  • Ans. 

    A Turing Machine is a theoretical device that can simulate any algorithmic computation.

    • It was proposed by Alan Turing in 1936 as a model for computation.

    • It consists of a tape, a head that can read and write symbols on the tape, and a set of rules for transitioning between states.

    • It can simulate any algorithmic computation, making it a powerful tool for theoretical computer science.

    • It is often used as a theoretical basi...

  • Answered by AI
  • Q3. Explain hash function
  • Ans. 

    A hash function is a mathematical function that converts input data of arbitrary size into a fixed-size output.

    • Hash functions are used to index data in hash tables.

    • They are also used in cryptography to securely store passwords.

    • Examples of hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was lengthy process some questions were difficult to answer and i tried to amswer a few questions but i didnt clear interview process

Skills evaluated in this interview

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

Round 1 - Technical 

(3 Questions)

  • Q1. They check your deep understanding about google sheets with various formulas and complex problems
  • Q2. Pareto Analysis, complex google sheets formulas
  • Q3. Sql basic understanding like to be able to write basic queries to little complex queries to fetch data
Round 2 - One-on-one 

(1 Question)

  • Q1. They check your proficiency to tackle complex problems with ease

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, even if you stuck on a particular question atleast give a try and you should be ready with a generic solution with deep understanding of the concept. Google sheets in itself is enough to crack the interview at byjus

Interview Questionnaire 

1 Question

  • Q1. How do you measure growth of startup
  • Ans. 

    Startup growth can be measured through various metrics such as revenue, user acquisition, market share, and customer satisfaction.

    • Revenue growth is a key metric for measuring startup growth. This can be tracked through sales figures, profit margins, and overall revenue growth rate.

    • User acquisition is another important metric. This can be measured through the number of new users acquired over a period of time, as well a...

  • Answered by AI

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql language
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Asked about my reasons to enter into a non core job and if I have any relevant skills/interests
Round 3 - One-on-one 

(1 Question)

  • Q1. Asked on my academics and changes I would like to bring in Education sector

Interview Preparation Tips

Interview preparation tips for other job seekers - Check with the recent company reviews and its position to make a choice
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 - Case Study 

Case study on users behavior and logistic regressions

Round 3 - Group Discussion 

Panel discussion on the assignment summited and basic python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic python and statistics logistic and linear regressions. also read about SQL like function and windows functions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is List comprehension? Print Fibonacci series in python.
  • Ans. 

    List comprehension is a concise way to create lists in Python. Fibonacci series can be printed using list comprehension.

    • List comprehension is a compact way to create lists in Python by iterating over an iterable object.

    • Fibonacci series can be generated using list comprehension by defining the series logic within the comprehension.

    • Example: fibonacci = [0, 1] + [fibonacci[i-1] + fibonacci[i-2] for i in range(2, 10)]

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. You have two table. Employee and salary. Join the table and fetch the 3rd highest salary
Round 3 - Case Study 

Customer segmentation on Sales Data

Round 4 - One-on-one 

(1 Question)

  • Q1. Psychological questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2023. There were 3 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 - Knowledge round 

(1 Question)

  • Q1. Subject knowledge
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Shiksha.com Interview FAQs

How many rounds are there in Shiksha.com MIS Analyst interview?
Shiksha.com interview process usually has 5 rounds. The most common rounds in the Shiksha.com interview process are Technical, HR and Group Discussion.
What are the top questions asked in Shiksha.com MIS Analyst interview?

Some of the top questions asked at the Shiksha.com MIS Analyst interview -

  1. Excel Test with multiple questi...read more
  2. Excel Questi...read more

Tell us how to improve this page.

Shiksha.com MIS Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
MagicPin Interview Questions
3.0
 • 50 Interviews
Shaadi.com Interview Questions
3.3
 • 27 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
View all

Shiksha.com MIS Analyst Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.0

Salary

2.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Assistant Manager
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Counsellor
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Senior Executive
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Shiksha.com with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

upGrad

3.7
Compare

MeritNation

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