Upload Button Icon Add office photos

Filter interviews by

Jade Lifestyle, Lower Parel MIS Executive Interview Questions and Answers

Updated 12 Jul 2024

Jade Lifestyle, Lower Parel MIS Executive Interview Experiences

1 interview found

MIS Executive Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your past experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Willing to work if you don't get the appraisal
  • Ans. 

    Yes, I am willing to work even without an appraisal as I am committed to my job and believe in continuous improvement.

    • I am dedicated to my work and motivated by personal growth and development

    • I understand that appraisals are not the only form of recognition for my efforts

    • I am committed to contributing to the success of the organization regardless of immediate rewards

  • Answered by AI
  • Q2. Willing to work on Sundays, willing to work independently
Round 3 - Technical 

(2 Questions)

  • Q1. Excel sheet was provided asked to use the vlookup formula.
  • Q2. Question asked will you be able to solve the errors if formula is not working.

Interview Preparation Tips

Topics to prepare for Jade Lifestyle, Lower Parel MIS Executive interview:
  • Excel
Interview preparation tips for other job seekers - 6 days of working, There will be overtime, in a month there will be 1 Sunday you will have to work. This is job role also involved some auditing as physical stocks of material in warehouse, max salary they are offering is 34k

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on eloqua, email marketing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfident while answering

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal introduction and basic topics

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice and good, very friendly

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Online questions were based on scenarios to write SQL queries. Also got few questions on Python as well for which I had only limited knowledge.

Round 2 - Technical 

(8 Questions)

  • Q1. I'm listing some of the questions here which the interviewers (2 panel resources) asked me regarding Informatica ETL, Oracle DB and I might have missed some of them. What types of indexes are used on Orac...
  • Q2. What happens if Treat source row property as "Update" at session level but at target object "Delete" is checked?
  • Ans. 

    The source row will be treated as an update, but the target object will be deleted.

    • The session level property 'Treat source row as Update' will be applied to the source row.

    • The target object will be deleted regardless of the update status of the source row.

    • This can result in data loss if the source row contains important information.

  • Answered by AI
  • Q3. What are the different types of dimension tables?
  • Ans. 

    Dimension tables are used in data warehousing to provide descriptive information about the data in fact tables.

    • Slowly changing dimensions

    • Junk dimensions

    • Degenerate dimensions

    • Role-playing dimensions

    • Bridge dimensions

  • Answered by AI
  • Q4. What schema type was used in your previous project? And explain why it was used?
  • Ans. 

    We used a relational schema in our previous project as it was suitable for the data structure and allowed for efficient querying.

    • Relational schema was used as it allowed for efficient querying of data

    • The data structure was suitable for a relational schema

    • We were able to easily join tables to retrieve necessary data

    • Examples include using SQL to query a database with multiple tables

    • Normalization was used to reduce data r

  • Answered by AI
  • Q5. Difference between Joiner and Lookup transformations?
  • Ans. 

    Joiner combines data from multiple sources based on a common key, while Lookup retrieves data from a reference table based on a matching key.

    • Joiner is used to combine data from two or more sources based on a common key column.

    • Lookup is used to retrieve data from a reference table based on a matching key column.

    • Joiner can perform inner, outer, left, and right joins, while Lookup can only perform an inner join.

    • Joiner can...

  • Answered by AI
  • Q6. Scenario: I have records in a flat file ending with ; character at the end of each them. How to load these records into DB based on this character? What property will be used in Informatica?
  • Q7. How version control happened in your previous project?
  • Ans. 

    We used Git for version control in our previous project.

    • We created a Git repository for the project.

    • All team members were added as collaborators to the repository.

    • We followed the Git flow branching model.

    • We used pull requests for code review and merging.

    • We used tags to mark important releases.

    • We regularly pushed our changes to the remote repository.

    • We used Git commands like commit, push, pull, merge, and rebase.

    • We used...

  • Answered by AI
  • Q8. Which SCD type you worked on before and explain on that?
  • Ans. 

    I have worked on SCD Type 2 before.

    • SCD Type 2 is used to track historical changes in data.

    • It creates a new record for each change and maintains a history of changes.

    • It includes start and end dates for each record.

    • Example: Tracking changes in employee salary over time.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was taken by the project manager on a phone call. He asked me few basic fundamental questions related to my skills and the things which I worked on in my previous project. He also told me about ...
Round 4 - HR 

(1 Question)

  • Q1. Just F2F discussion with HR finalising on the compensation structure, learning opportunities and the organisational benefits as an employee.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're an experienced person, be confident about the things which you handled in previous project and be precise on to the point. Don't elaborate too much as the interviewers might build up questions based on that. Be strong in your technical areas of expertise. Expect scenario based questions related to your skills.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Performa in 3par
  • Ans. 

    Performa is a performance monitoring tool for HPE 3PAR storage arrays.

    • Performa provides real-time monitoring of storage performance metrics.

    • It helps identify performance bottlenecks and optimize storage performance.

    • Performa can generate reports and alerts based on user-defined thresholds.

    • It can also be used for capacity planning and trend analysis.

    • Examples of performance metrics monitored by Performa include IOPS, late

  • Answered by AI
  • Q2. San zoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Brushup basics.

I applied via Campus Placement and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to Sever

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 2 Tech round and the interviewer asked me from the JD not from Resume.
We have to be strong in technical.
All the Best for your career

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. They asked about the roles and responsibilities.
  • Q2. Questions related to Adobe campaign, workflow, campaigns , activities

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great interview, they asked me to introduce myself and based on that they asked me questions.

Interview Questionnaire 

1 Question

  • Q1. Question c and java and python

Interview Questionnaire 

2 Questions

  • Q1. Hands on report creation as per requirement
  • Q2. Latest Power BI updates
  • Ans. 

    Power BI has added new features for data visualization, AI insights, and data modeling.

    • New AI-powered visuals like decomposition tree and key influencers

    • New data modeling capabilities like composite models and aggregations

    • Improved performance and accessibility features

    • Enhanced integration with Azure services

  • Answered by AI

Skills evaluated in this interview

Jade Lifestyle, Lower Parel Interview FAQs

How many rounds are there in Jade Lifestyle, Lower Parel MIS Executive interview?
Jade Lifestyle, Lower Parel interview process usually has 3 rounds. The most common rounds in the Jade Lifestyle, Lower Parel interview process are HR, One-on-one Round and Technical.
What are the top questions asked in Jade Lifestyle, Lower Parel MIS Executive interview?

Some of the top questions asked at the Jade Lifestyle, Lower Parel MIS Executive interview -

  1. Willing to work if you don't get the apprai...read more
  2. Question asked will you be able to solve the errors if formula is not worki...read more
  3. Excel sheet was provided asked to use the vlookup formu...read more

Tell us how to improve this page.

Jade Lifestyle, Lower Parel MIS Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Operations Executive
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Back Office Executive
4 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Inventory Executive
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Purchase & Store Executive
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Inventory Incharge
4 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Jade Lifestyle, Lower Parel with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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