Find Interview Questions for Top Companies
Tiger analytics Interview Questions and Answers
Ques:- Why does a PM need to be very proactive?
Right Answer:
A PM needs to be very proactive to anticipate potential issues, manage risks effectively, ensure timely communication, and keep the project on track to meet deadlines and objectives.
Ques:- What is the difference between Risk and Issues in Project Management?
Right Answer:
Risk refers to potential events that may negatively impact a project in the future, while issues are current problems that are already affecting the project and need to be addressed.
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:- A channel partner in the trucking industry is facing declining porfits, and they have already determined that their cost structure is comparable to competitors. What is the problem?
Right Answer:
The problem may be related to revenue generation, such as lower sales volume, pricing issues, or lack of differentiation in services compared to competitors.
Ques:- Soybeans are a commodity product. A soybean manufacturer, which processes soybeans for food and energy. 80% of production is for food, 20% is for energy. The soybeans are processes in North America, but majority of energy demand today is in Asia/Pacific. The CEO has hired you to understand what is the most efficient method of delivering the product to Asia. You need to decide whether to process all in North America and then ship to Asia/Pacific, or ship raw to Asia/Pacific and then process.
Right Answer:
To determine the most efficient method of delivering soybeans to Asia/Pacific, you should conduct a cost analysis comparing the expenses of processing in North America versus shipping raw soybeans for processing in Asia/Pacific. Consider factors such as transportation costs, processing costs, tariffs, and demand in the target market. If processing in North America and shipping is cheaper overall, choose that option; if shipping raw soybeans and processing in Asia/Pacific is more cost-effective, opt for that.
Ques:- A travel agency makes a 10% commission on all of its travel bookings. Their current profit before taxes is $1MM, while the industry average ranges from $2MM to $3.5MM. Why are they making less than the industry average?
Right Answer:
The travel agency may be making less than the industry average due to factors such as higher operational costs, lower sales volume, less effective marketing strategies, or offering less competitive pricing compared to other agencies.
Ques:- What will you do when client is asking you to provide something which doesn’t make any sense?
Right Answer:
I would listen carefully to the client's request, ask clarifying questions to understand their needs, and then explain why the request may not be feasible or logical. I would offer alternative solutions that align with their goals.
Ques:- Your client is a large electric utility company. Consolidation has been widespread in the utilities industry and your client wants to know if they should be jumping on board this trend. What advice would you give them?
Right Answer:
I would advise the client to conduct a thorough analysis of their current market position, financial health, and operational efficiencies. They should evaluate potential synergies, cost savings, and growth opportunities from consolidation. Additionally, assessing the competitive landscape and regulatory implications is crucial. If consolidation aligns with their strategic goals and offers clear benefits, it may be a good move; otherwise, they should consider organic growth or partnerships instead.
Ques:- Simulate a chess board using C++ and data structures?
Right Answer:
```cpp
#include <iostream>
#include <vector>

class ChessBoard {
public:
ChessBoard() {
board.resize(8, std::vector<char>(8, '.')); // Initialize an 8x8 board with '.'
}

void display() {
for (const auto& row : board) {
for (const auto& cell : row) {
std::cout << cell << ' ';
}
std::cout << std::endl;
}
}

void placePiece(char piece, int row, int col) {
if (row >= 0 && row < 8 && col >= 0 && col < 8) {
board[row][col] = piece;
}
}

private:
std::vector<std::vector<char>> board; // 2D vector to represent the chess board
};

int main() {
ChessBoard chessBoard;
chessBoard.placePiece('K', 0, 4
Ques:- There are 9 apples, only 1 of those weigh less, rest all are similar in weight and all 9 are look alike. If given 2 attempts then how will you identify the one weighs lesser.
Right Answer:
Weigh 3 apples against 3 apples. If they balance, the lighter apple is among the remaining 3. If they don't balance, take the lighter group of 3 and weigh 1 apple against 1 apple. If they balance, the lighter apple is the one not weighed. If they don't balance, the lighter side has the lighter apple.
Ques:- How long does it take a Starbucks to serve enough coffee to fill the gas tank of a Hummer?
Right Answer:
It depends on the size of the gas tank and the rate at which Starbucks serves coffee, but generally, it would take a very long time, likely several hours or more.
Ques:- How you had celebrated your last birthday?
Right Answer:
I celebrated my last birthday with a small gathering of friends and family at my home. We had dinner together, shared some laughs, and enjoyed a cake. It was a relaxed and joyful day.
Ques:- Why work for kotak
Right Answer:
I want to work for Kotak because it has a strong reputation for innovation and customer service in the banking sector, offers opportunities for professional growth, and values employee development.
Ques:- What is meant by debit and credit note?
Right Answer:
A debit note is a document issued by a buyer to a seller, indicating a return of goods or a reduction in the amount owed. A credit note is issued by a seller to a buyer, acknowledging a return of goods or a reduction in the amount due, effectively reducing the buyer's debt.
Ques:- What is sales and marketing?
Right Answer:
Sales and marketing are two related but distinct activities. Marketing involves promoting and creating awareness of a product or service to attract potential customers, while sales is the process of directly engaging with those customers to persuade them to purchase the product or service.
Tiger Analytics is a premier data science and analytics consulting firm, dedicated to helping businesses harness the power of data to drive innovation, optimize operations, and achieve strategic objectives. With a focus on advanced analytics, machine learning, and artificial intelligence, Tiger Analytics offers a wide range of services and solutions that enable organizations to unlock the full potential of their data assets. At Tiger Analytics, we understand that data is the cornerstone of modern business success. That\'s why we employ a team of highly skilled professionals who are experts in data science, statistics, and engineering. Our dedicated team works closely with clients to understand their unique challenges and objectives, ensuring that our solutions are tailored to meet their specific needs and deliver tangible results. One of the key strengths of Tiger Analytics lies in our commitment to innovation and continuous improvement. We leverage cutting-edge technologies and methodologies to develop advanced analytics solutions that drive value for our clients. From predictive modeling and optimization to data visualization and insights generation, we provide end-to-end solutions that empower organizations to make data-driven decisions with confidence.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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