Find Interview Questions for Top Companies
Jmp Interview Questions and Answers
Ques:- Who is the Chief Economic adviser of Indian Government?
Right Answer:
The Chief Economic Adviser of the Indian Government is Dr. V. Anantha Nageswaran.
Ques:- Define about Link Server in Sql Server?
Right Answer:
A Linked Server in SQL Server is a connection that allows SQL Server to execute commands against OLE DB data sources outside of the SQL Server instance. This enables users to access and manage data from different databases or servers as if they were part of the local SQL Server database.
Ques:- What are the Types of Model relationships in django ?
Right Answer:
The types of model relationships in Django are:

1. **One-to-One**: Each record in one model is related to one record in another model.
2. **One-to-Many**: A record in one model can be related to multiple records in another model.
3. **Many-to-Many**: Records in one model can be related to multiple records in another model, and vice versa.
Ques:- Explain pickling and unpickling.
Comments
Admin May 17, 2020

pickle is a standard module which serializes & de-serializes a python object structure.
pickle module accepts any python object converts it into a string representation & dumps it into a file(by using dump() function) which can be used later, process is called pickling. Whereas unpickling is process of retrieving original python object from the stored string representation for use.

Ques:- What is machine learning?
Right Answer:
Machine learning is a branch of artificial intelligence that enables computers to learn from data and improve their performance on tasks without being explicitly programmed.
Ques:- program showing string concatenation?
Comments
Admin May 17, 2020

Hi,
I think the above answer will not work for java script as
per my knowledged.
$variable_name are used in php but not in javascript. To
acheive the requirement in java just remove $ symbols.
var a="hello";
var b="world";
var concat= a+b; alert(concat);

Admin May 17, 2020

HI Rajeshwar,
you are right. $variable work in php. not in javascript.
var a="hello";
var b="world";
var concat= a+b;
document.writeln(concat);

Ques:- why array is called the collection of similar datatypes?
Comments
Admin May 17, 2020

Array is called the collection of similar datatypes because
we can not add an object of some other type where as the
array which is declared is of another type.
For e.g
We declare a Integer array then we can not add an object of
type string into that array.We have to add an object of type
string only.

Ques:- Describe a situation that required you to do a number of things at the same time. How did you handle it? What was the result?
Right Answer:
In my previous job, I had to manage multiple projects with tight deadlines. I created a prioritized to-do list, allocated specific time blocks for each task, and used project management tools to track progress. I communicated regularly with my team to delegate tasks and ensure everyone was aligned. As a result, we completed all projects on time, and the quality of work exceeded client expectations.
Ques:- A French soft drink company, Le Seine, is looking to diversify its holdings by investing in a new fast food chain in the US. You are hired to determine whether they should pursue this path and, if so, how they should go about execution.
Right Answer:
Le Seine should conduct market research to assess demand for a new fast food chain in the US, analyze competitors, and identify target demographics. If the market shows potential, they should develop a unique value proposition, create a solid business plan, and consider partnerships with local franchises or experienced operators. Finally, they should focus on marketing strategies that resonate with American consumers while maintaining their French identity.
Ques:- Please estimate the total revenue of [a particular juice brand] from the Swedish market who has a 10% market share. You have 5 minutes?
Right Answer:
To estimate the total revenue of the juice brand in the Swedish market, you need to know the total market size for juice in Sweden. If we assume the total market size is, for example, 1 billion SEK, then with a 10% market share, the revenue would be 100 million SEK. Please replace the market size with the actual figure if known.
Ques:- A major auto service chain has enjoyed healthy returns on its 30-store operation for the past 10 years. However, management feels that the chain needs to expand, as the current geographical areas in which they are based have become saturated. For the past couple of years, they have aggressively pursued a growth strategy, opening an additional 15 stores. However, it seems that this approach has had negative returns. For the first time in over a decade, the chain’s profits dropped into the negative zone. You were hired to figure out why.
Right Answer:

The negative returns could be due to several factors: oversaturation in new markets, inadequate market research leading to poor location choices, increased competition, higher operational costs, or a lack of brand recognition in the new areas. Additionally, the rapid expansion may have stretched resources thin, impacting service quality and customer satisfaction. A thorough analysis of each new location's performance, customer feedback, and market conditions is necessary to identify the specific issues.

AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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