Find Interview Questions for Top Companies
Sankey Solutions Interview Questions and Answers
Ques:- What would you do if you were given 1 lakh and were told to jump off the first floor? 5 lakh for the 2nd floor? 10 for the 3rd floor?
Asked In :- Sankey Solutions,
Ques:- You client is a large real estate development company considering buying a piece of real estate. How do you analyze the investment?
Right Answer:
To analyze the investment, I would:

1. **Conduct Market Research**: Assess the local real estate market trends, demand, and supply.
2. **Evaluate Financial Metrics**: Calculate key metrics such as ROI, cash flow, cap rate, and net present value (NPV).
3. **Perform Due Diligence**: Review property documents, zoning laws, and any potential legal issues.
4. **Assess Location**: Analyze the property's location for accessibility, amenities, and future development plans.
5. **Estimate Costs**: Consider acquisition costs, renovation expenses, and ongoing operational costs.
6. **Risk Analysis**: Identify potential risks and develop mitigation strategies.
7. **Consult Stakeholders**: Gather input from relevant stakeholders, including financial advisors and real estate experts.
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:- What are fixed type contracts in procurement processes?
Right Answer:
Fixed type contracts, also known as fixed-price contracts, are agreements where the buyer pays a set price for a specified product or service, regardless of the actual costs incurred by the seller. This type of contract provides cost certainty for the buyer and incentivizes the seller to control costs and complete the project efficiently.
Ques:- Explain project selection methods?
Right Answer:
Project selection methods are techniques used to evaluate and choose projects based on their potential value and alignment with organizational goals. Common methods include:

1. **Cost-Benefit Analysis**: Comparing the expected costs and benefits of a project to determine its feasibility.
2. **Scoring Models**: Assigning scores to projects based on predefined criteria to rank them.
3. **Payback Period**: Calculating the time it takes to recover the initial investment from the project's cash flows.
4. **Net Present Value (NPV)**: Assessing the profitability of a project by calculating the difference between the present value of cash inflows and outflows.
5. **Internal Rate of Return (IRR)**: Determining the discount rate that makes the NPV of a project zero, indicating its potential return.
6. **Portfolio Analysis**: Evaluating projects as part of a larger portfolio to balance risk and return.
7. **Expert Judgment**: Relying on the insights of experienced stakeholders
Ques:- What metrics would you expect to use to determine the on-going success of your project?
Right Answer:
Key metrics to determine the ongoing success of a project include:

1. **Schedule Variance (SV)** - Measures if the project is on schedule.
2. **Cost Variance (CV)** - Assesses if the project is within budget.
3. **Quality Metrics** - Evaluates the quality of deliverables against standards.
4. **Stakeholder Satisfaction** - Gauges the satisfaction of stakeholders and team members.
5. **Scope Change** - Tracks any changes to the project scope and their impact.
6. **Risk Management** - Monitors identified risks and the effectiveness of mitigation strategies.
7. **Resource Utilization** - Measures how effectively resources are being used.
8. **Milestone Achievement** - Checks if key project milestones are being met on time.
Ques:- What does procurement administrator involve?
Right Answer:
A procurement administrator is responsible for managing the purchasing process, which includes sourcing suppliers, negotiating contracts, processing purchase orders, maintaining inventory levels, and ensuring compliance with procurement policies.
Ques:- A can do a piece of work in 12 days. When he had worked for 2 days B joins him. If the complete work was finished in 8 days. In how many days B alone can finish the work?
Right Answer:
B alone can finish the work in 24 days.
Comments
Admin Sep 29, 2022

The work done by A in 8 days is = 8/ 12 = 2/3

Means A alone completes 2/3 part of work.

Remaining work which is (1–2/3) = 1/3 is completed by B in 8–2 = 6 days

So the complete work done by B in 6/(1/3) = 18 days.

B alone can complete the work in 18 days.

Ques:- Which is fast document.getElementByID(‘txtName’) or $(‘#txtName’).?
Comments
Admin May 17, 2020

Native JavaScipt is always fast. jQuery method to select txtName "$('#txtName')" will internally makes a call to document.getElementByID('txtName'). As jQuery is written on top of JavaScript and it internally uses JavaScript only So JavaScript is always fast.

Ques:- write a program in javasacript to shake the window
Right Answer:
```javascript
function shakeWindow() {
const originalX = window.screenX;
const shakeDistance = 10;
const shakeTimes = 10;
let shakeCount = 0;

const shakeInterval = setInterval(() => {
if (shakeCount < shakeTimes) {
window.moveTo(originalX + (shakeCount % 2 === 0 ? shakeDistance : -shakeDistance), window.screenY);
shakeCount++;
} else {
clearInterval(shakeInterval);
window.moveTo(originalX, window.screenY); // Reset position
}
}, 100);
}

shakeWindow();
```
Ques:- How do you add an HTML element in DOM tree?
Right Answer:
You can add an HTML element to the DOM tree using jQuery's `append()`, `prepend()`, `after()`, or `before()` methods. For example, to add a new `<div>` element inside an existing element with the ID `container`, you can use:

```javascript
$('#container').append('<div>New Element</div>');
```
Sankey Solutions is a dynamic and innovative provider of sustainable energy solutions, committed to revolutionizing the way businesses and individuals consume and manage energy. With a focus on renewable energy sources and energy efficiency, Sankey Solutions offers a wide range of services and products designed to help clients reduce their carbon footprint, lower energy costs, and contribute to a cleaner, greener future. At Sankey Solutions, we understand the importance of sustainable energy practices in combating climate change and preserving the planet for future generations. That's why we're dedicated to delivering cutting-edge solutions that harness the power of renewable energy sources such as solar, wind, and hydroelectric power. One of the key strengths of Sankey Solutions lies in our team of experienced professionals who are passionate about sustainability and committed to driving positive change. Our experts work closely with clients to assess their energy needs and develop customized solutions that maximize efficiency and minimize environmental impact. Furthermore, Sankey Solutions is committed to innovation and continuous improvement. We invest in research and development to stay at the forefront of renewable energy technology and industry best practices, ensuring that our solutions are effective, efficient, and sustainable. In conclusion, Sankey Solutions is more than just an energy company – we're a strategic partner for businesses and individuals seeking to embrace sustainability and make a positive impact on the planet. With our innovative solutions, experienced team, and commitment to excellence, we are poised to lead the way towards a cleaner, greener future.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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