Upload Button Icon Add office photos

Filter interviews by

IDC Technologies MIS Analyst Interview Questions and Answers

Updated 24 Aug 2021

IDC Technologies MIS Analyst Interview Experiences

1 interview found

MIS Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Aug 2021

I applied via LinkedIn and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Previous organization responsibility
  • Q2. How to start VBA code and what sub and what is sub called
  • Ans. 

    To start VBA code, create a new module and define a sub procedure.

    • Open Microsoft Excel and press ALT + F11 to open the Visual Basic Editor

    • In the Project Explorer, right-click on the workbook and select Insert > Module

    • Define a sub procedure by typing 'Sub' followed by the name of the procedure

    • Add the code inside the sub procedure

    • Save the module and close the Visual Basic Editor

  • Answered by AI
  • Q3. What is difference between option explicit and option based
  • Ans. 

    Option Explicit is a statement used in VBA to force variable declaration while Option Base is used to set the lower bound of an array.

    • Option Explicit is used to avoid undeclared variables in VBA code

    • Option Base is used to set the lower bound of an array in VBA

    • Option Explicit is recommended to be used in all VBA code

    • Option Base is optional and defaults to 0 if not specified

    • Example: Option Explicit Dim x As Integer x = 5...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and need to be confident.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Excel Assignment and query related to work

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience of interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project description
  • Q2. Architecture diagram of project
Round 2 - Technical 

(2 Questions)

  • Q1. In depth machine learning questions
  • Q2. A python coding round
Round 3 - Technical 

(2 Questions)

  • Q1. In depth questions about python programming language
  • Q2. Discussed about company
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Analyst interview:
  • Machine Learning
Interview preparation tips for other job seekers - Required In depth knowledge.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is BRD, FRD and FSD?
  • Ans. 

    BRD stands for Business Requirements Document, FRD stands for Functional Requirements Document, and FSD stands for Functional Specification Document.

    • BRD outlines the business objectives and requirements of a project.

    • FRD details the functional requirements of a system or software.

    • FSD provides a detailed description of how the system will function.

    • Examples: BRD - list of business requirements, FRD - use cases and user st

  • Answered by AI
Round 2 - Case Study 

Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for difference between BRD, FRD, FSD. Also keep basic knowledge of testing concepts like STLC.

Data Analyst Interview Questions & Answers

Indium Software user image Satyamshree Moharana

posted on 21 Nov 2024

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Briefing about my last job
Round 2 - Technical 

(2 Questions)

  • Q1. On python data manipulation(easy)
  • Q2. Sql(intermediate)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology,(NIT), Manipur and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL QUERIES nested and joins
  • Q2. Internships projects questions and tech stacks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain maps in Java
  • Ans. 

    Maps in Java are data structures that store key-value pairs and allow for efficient retrieval and manipulation of data.

    • Maps in Java are implemented by classes like HashMap, TreeMap, and LinkedHashMap.

    • They allow you to store unique keys and their corresponding values.

    • You can retrieve values from a map using the key, and also update or remove key-value pairs.

    • Example: HashMap<String, Integer> map = new HashMap<&g...

  • Answered by AI
  • Q2. Concurrency in Java
  • Ans. 

    Concurrency in Java allows multiple tasks to be executed simultaneously, improving performance and responsiveness.

    • Concurrency in Java is achieved through the use of threads.

    • Threads allow different parts of a program to run concurrently.

    • Java provides built-in support for concurrency with classes like Thread and Executor.

    • Concurrency can help improve performance by utilizing multiple CPU cores efficiently.

    • However, concurr...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced business analyst with a background in data analysis and process improvement.

    • Over 5 years of experience in analyzing business processes and identifying areas for improvement

    • Proficient in data analysis tools such as Excel, SQL, and Tableau

    • Strong communication skills and ability to work with cross-functional teams

    • Certified in Business Analysis Professional (CBAP)

    • Previously led a project to streamline inventory...

  • Answered by AI
  • Q2. Which projects u have worked
  • Ans. 

    I have worked on various projects including system implementation, process improvement, and data analysis.

    • Implemented a new CRM system to streamline customer interactions

    • Led a team to improve inventory management processes resulting in cost savings

    • Conducted data analysis to identify trends and make recommendations for business growth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crisp to the point
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Assignment 

SQL and python questions are very easy.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghost interview they will not respond after completing infact i also submitted pre joining form also.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself

IDC Technologies Interview FAQs

What are the top questions asked in IDC Technologies MIS Analyst interview?

Some of the top questions asked at the IDC Technologies MIS Analyst interview -

  1. How to start VBA code and what sub and what is sub cal...read more
  2. What is difference between option explicit and option ba...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 IDC Technologies interview
Job Portal
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

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
Cyient Interview Questions
3.7
 • 276 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all
IDC Technologies MIS Analyst Salary
based on 4 salaries
₹3.8 L/yr - ₹5 L/yr
6% more than the average MIS Analyst Salary in India
View more details
Information Technology Recruiter
315 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior IT Recruiter
270 salaries
unlock blur

₹2.8 L/yr - ₹8.5 L/yr

Software Engineer
262 salaries
unlock blur

₹2.7 L/yr - ₹11 L/yr

Senior Technical Recruiter
246 salaries
unlock blur

₹2.8 L/yr - ₹9.6 L/yr

Technical Recruiter
240 salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Explore more salaries
Compare IDC Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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