Find Interview Questions for Top Companies
Manipal university Interview Questions and Answers
Ques:- What is the difference between HR And HRD?
Right Answer:
HR (Human Resources) focuses on managing employee relations, recruitment, and compliance with labor laws, while HRD (Human Resource Development) emphasizes training, development, and improving employee skills for organizational growth.
Ques:- What is the difference between supervised and unsupervised learning
Right Answer:
Supervised learning uses labeled data to train models, meaning the output is known, while unsupervised learning uses unlabeled data, where the model tries to find patterns or groupings without predefined outcomes.
Ques:- What is data analysis and why is it important
Right Answer:
Data analysis is the process of inspecting, cleaning, and modeling data to discover useful information, draw conclusions, and support decision-making. It is important because it helps organizations make informed decisions, identify trends, improve efficiency, and solve problems based on data-driven insights.
Ques:- What is regression analysis and when is it used
Right Answer:
Regression analysis is a statistical method used to examine the relationship between one dependent variable and one or more independent variables. It is used to predict outcomes, identify trends, and understand the strength of relationships in data.
Ques:- What are some common data analysis tools and software
Right Answer:
Some common data analysis tools and software include:

1. Microsoft Excel
2. R
3. Python (with libraries like Pandas and NumPy)
4. SQL
5. Tableau
6. Power BI
7. SAS
8. SPSS
9. Google Analytics
10. Apache Spark
Ques:- What is data normalization and why is it important
Right Answer:
Data normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. It involves structuring the data into tables and defining relationships between them. Normalization is important because it helps eliminate duplicate data, ensures data consistency, and makes it easier to maintain and update the database.
Ques:- What is attribute selector?
Right Answer:
An attribute selector in CSS is used to select elements based on the presence or value of a specific attribute. For example, `[type="text"]` selects all input elements with a type attribute equal to "text".
Ques:- How do I have a background image that isn't tiled?
Right Answer:
Use the CSS property `background-repeat` and set it to `no-repeat`. For example:

```css
background-image: url('your-image.jpg');
background-repeat: no-repeat;
```
Ques:- What can be done with style sheets that cannot be accomplished with regular HTML?
Right Answer:
Style sheets (CSS) allow for advanced styling and layout control, such as applying consistent styles across multiple pages, creating responsive designs, adding animations, and controlling the presentation of elements based on different media types, which cannot be achieved with regular HTML alone.
Ques:- How do I specify a specific combination of frames instead of the default document?
Right Answer:
To specify a specific combination of frames instead of the default document, you can use the `<iframe>` element with the `src` attribute pointing to the desired document, and then use the `name` attribute to target specific frames. For example:

```html
<iframe name="frame1" src="page1.html"></iframe>
<iframe name="frame2" src="page2.html"></iframe>
```

You can then link to these frames using the `target` attribute in your links:

```html
<a href="page3.html" target="frame1">Load in Frame 1</a>
<a href="page4.html" target="frame2">Load in Frame 2</a>
```
Ques:- What is time value of money? What are the techniques used for this?
Right Answer:
The time value of money (TVM) is the concept that money available today is worth more than the same amount in the future due to its potential earning capacity. Techniques used for this include Present Value (PV), Future Value (FV), Net Present Value (NPV), and Internal Rate of Return (IRR).
Ques:- State the differences between the Dispose() and Finalize()?
Right Answer:
Dispose() is a method that is called explicitly to release unmanaged resources immediately, while Finalize() is a method that is called by the garbage collector to clean up unmanaged resources when an object is no longer in use. Dispose() can be called multiple times, whereas Finalize() is called only once and cannot be called directly.
Ques:- Explain bank guarantees? How do they work?
Right Answer:
A bank guarantee is a promise made by a bank to cover a loss if a borrower fails to fulfill their contractual obligations. It acts as a safety net for the party receiving the guarantee. When a bank issues a guarantee, it assures the beneficiary that they will receive payment or compensation up to a specified amount if the borrower defaults. The borrower typically pays a fee to the bank for this service. If the borrower fails to meet their obligations, the beneficiary can claim the amount from the bank, which will then seek reimbursement from the borrower.
Ques:- A man engaged a servant on the condition that he would pay him Rs.710 and a uniform after a year service. He served only for 8 months and got Rs.460 and a uniform. Find the price of the uniform?
Right Answer:
The price of the uniform is Rs. 250.
Comments
PRERNA SAHU Nov 13, 2021

ans=13.33
solution: (710/12)*8 - 460

Ques:- Give a specific example of a time when you had to address an angry customer. What was the problem and what was the outcome? How would you asses your role in diffusing the situation?
Right Answer:
In my previous role as a Regional Manager, I encountered an angry customer who was upset about a delayed shipment of their order. The customer was frustrated because the delay affected their business operations. I listened actively to their concerns, apologized for the inconvenience, and assured them I would resolve the issue promptly. I contacted the logistics team to expedite the shipment and provided the customer with regular updates. As a result, the shipment arrived two days later, and the customer appreciated the communication and quick resolution. I assess my role as crucial in diffusing the situation by remaining calm, showing empathy, and taking immediate action to resolve the problem.
Ques:- We are analyzing a manufactures high-end athletic footwear. The company’s sales are up but profits are flat. What do we need to look at?
Right Answer:
We need to look at the cost of production, pricing strategy, marketing expenses, inventory management, and potential discounts or promotions affecting profit margins.
Ques:- A leverage buyout firm is considering buying a company that owns proprietary database of real time Federal Aviation Administration database on every commercial flight in America and its current flight status. Should they buy the company?
Right Answer:
Yes, they should consider buying the company if the database provides valuable insights, has a competitive advantage, and can generate revenue through licensing or services.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users