Upload Button Icon Add office photos

Filter interviews by

Ranibari LP School Interview Questions and Answers

Updated 14 Jun 2024

Ranibari LP School Interview Experiences

1 interview found

MIS Associate Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2024

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

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

Round 1 - Advance Excel 

(7 Questions)

  • Q1. Using of Pivot Table
  • Ans. 

    Pivot tables are used in Excel to summarize and analyze data by rearranging and grouping information.

    • Pivot tables allow you to quickly summarize large amounts of data in a spreadsheet.

    • You can easily rearrange and filter data to see different perspectives.

    • They are useful for creating reports, analyzing trends, and making data-driven decisions.

    • For example, you can use a pivot table to analyze sales data by region, produc...

  • Answered by AI
  • Q2. Vlook up and Hlook Up
  • Q3. Data validation
  • Q4. Conditional formatting
  • Q5. Sum and Count Function
  • Q6. Concatenate and textjoin
  • Q7. Using Slicer in makeing mis report
  • Ans. 

    Slicers in MIS reports help filter data visually for better analysis and decision-making.

    • Slicers are visual filters in Excel that allow users to easily filter data in pivot tables and charts.

    • They provide a user-friendly way to interact with data and make report navigation more intuitive.

    • Slicers can be customized to show specific data ranges, categories, or values for quick analysis.

    • For example, a slicer can be used to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Acquire Computer knowledge and practice it regularly.

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Ranibari LP School?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Deloitte and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What work did you handle during your Articleship?
  • Ans. 

    During my Articleship, I handled various tasks including auditing, taxation, and financial reporting, gaining practical experience.

    • Auditing: Conducted statutory audits for clients in diverse industries, ensuring compliance with accounting standards and regulations.

    • Taxation: Assisted in preparing and filing income tax returns for individuals and corporations, providing tax planning advice to minimize liabilities.

    • Financi...

  • Answered by AI
  • Q2. Why (the role)?
  • Q3. What areas in the FS did you not cover
  • Ans. 

    I covered all areas in the FS to the best of my abilities.

    • I have experience in all areas of the FS, including customer service, sales, inventory management, and team management.

    • I have also received training in areas such as financial reporting and compliance.

    • However, there may be specific tasks or responsibilities within these areas that I have not encountered before.

    • In those cases, I am always willing to learn and ada...

  • Answered by AI
  • Q4. Walk me through your CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Be thorough about your prior work experience

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were total 3 rounds, 2 rounds were technical and 3rd one was manegerial. Mainly they asked me questions on Loadrunner in first round and bit about performance monitoring. In 2nd round they have asked...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and stay positive and don't try to be over smart 😀 only answer if you know, else you just tell sorry I am not able to recall it. Really I am very thankful to Naukri.com, so many interview calls I was getting form naukri. Guys are doing really great. Thankyou and all the best guys. Stay safe ❤️

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About my last work experience
  • Q2. About myself
  • Q3. Also they cross question me about my work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, smile and be optimistic. Listen the question properly and then answer smartly - short and to the point.

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

Interview Questionnaire 

3 Questions

  • Q1. What are intangible Asset ?
  • Ans. 

    Intangible assets are non-physical assets that have no intrinsic value but can generate revenue for a company.

    • Examples include patents, trademarks, copyrights, and goodwill.

    • They are not physical in nature and cannot be touched or seen.

    • They are recorded on a company's balance sheet and can be bought, sold, or licensed.

    • Their value is determined by their ability to generate future economic benefits.

    • They are important for ...

  • Answered by AI
  • Q2. Accounting standard that deal with Asset, and depreciation
  • Q3. Salaries outstanding journal entry ?
  • Ans. 

    Outstanding salaries represent wages owed to employees that have not yet been paid, requiring a specific journal entry.

    • Accrual Accounting: Outstanding salaries are recorded as liabilities, reflecting the obligation to pay employees for work done.

    • Journal Entry: The typical journal entry for outstanding salaries is a debit to the Salary Expense account and a credit to the Salaries Payable account.

    • Example Entry: If $5,000...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and do not panic. If you're giving virtual interview then look directly in camera as much as possible. Smile occasionally and answer the question to extent which it is asked you can include even examples if needed. Be frank and do not add unnecessary things in your resume stay with core. All the best. Everything will be okay. 😉

I applied via Job Portal and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. What is difference between article and section tag?
  • Ans. 

    Article tag is used for independent content, while section tag is used for grouping related content.

    • Article tag is used for standalone content that can be distributed and reused independently.

    • Section tag is used to group related content together within a document.

    • Article tag is typically used for blog posts, news articles, etc.

    • Section tag is commonly used for dividing content into different sections like chapters, head...

  • Answered by AI
  • Q2. What are directives in Angular?
  • Q3. What are decorators in Angular?
  • Q4. Why Typescript over JavaScript?
  • Ans. 

    Typescript offers static typing, better tooling, and improved scalability over JavaScript.

    • Static typing catches errors at compile time instead of runtime

    • Better tooling with features like code completion and refactoring

    • Improved scalability with support for interfaces and classes

    • Can be transpiled to JavaScript for browser compatibility

    • Used by popular frameworks like Angular and React Native

  • Answered by AI
  • Q5. Difference between var, let and const?
  • Ans. 

    var, let and const are all used for variable declaration in JavaScript.

    • var is function-scoped and can be redeclared and updated.

    • let is block-scoped and can be updated but not redeclared.

    • const is block-scoped and cannot be updated or redeclared.

    • Use const for values that won't change, let for values that will change, and var for legacy code.

    • Example: var x = 10; let y = 'hello'; const z = true;

  • Answered by AI
  • Q6. What is variable hoisting in JavaScript?
  • Ans. 

    Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope.

    • Variable declarations are processed before any code is executed.

    • Variables declared with 'var' are hoisted to the top of their scope.

    • This can lead to unexpected behavior if variables are used before they are declared.

    • Example: console.log(x); // undefined var x = 5;

    • Example: function example() { console.log(...

  • Answered by AI
  • Q7. What is hashing?
  • Q8. What is a constructor?
  • Q9. How do you manage application state?
  • Ans. 

    Application state is managed through various techniques such as Redux, Context API, and local state.

    • Redux is a popular state management library that allows for a centralized store of application state.

    • Context API is a built-in React feature that allows for sharing state between components without the need for props drilling.

    • Local state can be used for managing state within a single component.

    • Other techniques include us...

  • Answered by AI
  • Q10. What are mutable and immutable data types?
  • Ans. 

    Mutable data types can be changed after creation, while immutable data types cannot be changed.

    • Mutable data types include lists, dictionaries, and sets.

    • Immutable data types include strings, tuples, and frozensets.

    • Changing a mutable data type will modify the original object, while changing an immutable data type will create a new object.

    • Example: changing a list by appending an element will modify the original list, whil...

  • Answered by AI
  • Q11. What is call by value and call by reference?
  • Ans. 

    Call by value and call by reference are two ways of passing arguments to a function.

    • Call by value passes a copy of the argument's value to the function.

    • Call by reference passes a reference to the argument's memory location to the function.

    • Call by value is used for simple data types like int, float, etc.

    • Call by reference is used for complex data types like arrays, structures, etc.

  • Answered by AI
  • Q12. Write a function to normalise a decimal number without using math functions.
  • Ans. 

    Function to normalise a decimal number without using math functions.

    • Extract the integer and decimal parts of the number

    • Count the number of digits in the decimal part

    • Multiply the decimal part by 10^number of decimal digits to convert it to an integer

    • Add the integer and converted decimal parts and return the result

  • Answered by AI
  • Q13. Component lifecycle hooks in React.
  • Ans. 

    Component lifecycle hooks are methods that allow you to handle events during the lifecycle of a component in React.

    • There are three phases in the lifecycle of a component: Mounting, Updating, and Unmounting.

    • Mounting phase: constructor(), static getDerivedStateFromProps(), render(), componentDidMount()

    • Updating phase: static getDerivedStateFromProps(), shouldComponentUpdate(), render(), getSnapshotBeforeUpdate(), componen...

  • Answered by AI
  • Q14. How do components interact with each other in Angular?
  • Ans. 

    Components interact with each other through inputs, outputs, and services.

    • Components can pass data to child components through inputs.

    • Components can emit events to parent components through outputs.

    • Components can share data and functionality through services.

    • Components can also communicate through the @ViewChild and @ContentChild decorators.

    • Example: A parent component passes data to a child component through an input p...

  • Answered by AI
  • Q15. What is dependency injection?

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for Angular and ReactJs. Before Deloitte, I had interviewed for a number of companies, so I got a hang of how to handle it. You just need to be confident and prepare well for the basics. They will give you enough time to think, if you are not able to recall anything. But, at the end of the day, make sure you brush up those minor things pretty well. Also, work on your communication skills. Those basic questions like 'Tell me something about yourself' and 'Why do you want to leave your current organization' etc. are asked to test this only. So, make sure you go prepared and nail it!
All the best :)

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction about yourself, Questions specifically related to your experience, Situations when you faced most stress, What are the major contributions you made in your experience, What were your shortcomi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare what you write in resume. Give a proper introduction covering your experience and your role & achievement in your past projects.
Be specific with your answers.
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. How to export Apexcodecoverage
  • Ans. 

    To export Apex code coverage, use the Salesforce Developer Console or a third-party tool.

    • Open the Developer Console and navigate to the 'Tests' tab.

    • Select the classes you want to export coverage for and click 'Export' in the 'Code Coverage' section.

    • Alternatively, use a third-party tool like Illuminated Cloud or Gearset to export coverage data.

    • Coverage data can be exported in various formats, including CSV and XML.

  • Answered by AI
  • Q2. Use soql on Apexcodecoverage
  • Ans. 

    SOQL can be used to query Apex code coverage data.

    • Use the ApexCodeCoverage object to query code coverage data

    • Filter by class or trigger name using the Name field

    • Aggregate data using GROUP BY clauses

    • Join with other objects to get additional information

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Why you want to join deloitte
Round 2 - Technical 

(1 Question)

  • Q1. OOPs concept in C #
  • Ans. 

    OOPs concept in C# is a programming paradigm that focuses on objects and their interactions.

    • Encapsulation: bundling of data and methods that operate on that data

    • Inheritance: ability of a class to inherit properties and methods from a parent class

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • Abstraction: hiding of implementation details and exposing only necessary information

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They look for people have good communication skills and normal technical skills

Skills evaluated in this interview

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

Interview Questionnaire 

12 Questions

  • Q1. About python
  • Q2. What is python interpreter
  • Ans. 

    Python interpreter is a program that executes Python code.

    • It reads Python code and converts it into machine-readable code

    • It executes the code line by line

    • It also provides a command-line interface for interactive programming

    • Examples: CPython, Jython, IronPython

  • Answered by AI
  • Q3. Who
  • Q4. Who developed python
  • Ans. 

    Python was developed by Guido van Rossum in the late 1980s.

    • Guido van Rossum started working on Python in December 1989.

    • Python's design philosophy emphasizes code readability and ease of use.

    • Python is an interpreted, high-level, general-purpose programming language.

    • Python's popularity has been steadily increasing over the years.

    • Python is open-source and has a large community of developers contributing to its development...

  • Answered by AI
  • Q5. What is PEP8
  • Ans. 

    PEP8 is a style guide for Python code.

    • PEP8 provides guidelines for formatting, naming, and organizing Python code.

    • It covers topics such as indentation, line length, variable naming, and function and class definitions.

    • Adhering to PEP8 can improve code readability and maintainability.

    • Tools such as Flake8 and PyLint can be used to check code against PEP8 standards.

  • Answered by AI
  • Q6. What are the data types in python
  • Q7. What are the Oops concepts in python
  • Q8. What is a class
  • Ans. 

    A class is a blueprint for creating objects that have similar properties and behaviors.

    • A class is a user-defined data type that encapsulates data and functions.

    • It provides a way to organize and structure code.

    • Objects are instances of a class.

    • Classes can inherit properties and behaviors from other classes.

    • Example: A class 'Car' can have properties like 'color', 'model', and behaviors like 'start', 'stop'.

  • Answered by AI
  • Q9. What is an object
  • Ans. 

    An object is an instance of a class that encapsulates data and behavior.

    • Objects are created from classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Examples include a car object with attributes like make, model, and color, and methods like start and stop

    • Another example is a person object with attributes like name and age, and methods like walk and talk

  • Answered by AI
  • Q10. Tell me about inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q11. What is multiple inheritance
  • Ans. 

    Multiple inheritance is the ability of a class to inherit properties and behavior from multiple parent classes.

    • It allows a class to inherit from more than one parent class.

    • It can lead to the diamond problem where a class inherits from two classes that have a common base class.

    • Languages like C++ support multiple inheritance while others like Java do not.

    • Example: A class can inherit properties from both a 'Vehicle' class...

  • Answered by AI
  • Q12. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • Abstraction is achieved through abstract classes and interfaces

    • It helps in reducing complexity and increasing efficiency

    • Example: A car dashboard shows only necessary information like speed, fuel level, etc. and hides the internal workings of the car

    • Abstraction is one of the four fundamental concepts o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About

Skills evaluated in this interview

Ranibari LP School Interview FAQs

What are the top questions asked in Ranibari LP School interview?

Some of the top questions asked at the Ranibari LP School interview -

  1. Using Slicer in makeing mis rep...read more
  2. Using of Pivot Ta...read more
  3. Vlook up and Hlook...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
View all
Compare Ranibari LP School with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview