Find Interview Questions for Top Companies
Qgenda Interview Questions and Answers
Ques:- Differences between webforms and MVC
Right Answer:
1. **Architecture**: WebForms uses a page-based event-driven model, while MVC follows a Model-View-Controller pattern.
2. **State Management**: WebForms maintains state through ViewState, whereas MVC is stateless and relies on HTTP requests.
3. **URL Routing**: MVC uses clean URLs with routing, while WebForms typically uses file-based URLs.
4. **Testability**: MVC is more testable due to its separation of concerns, while WebForms can be harder to unit test.
5. **Control Over HTML**: MVC provides more control over the generated HTML, while WebForms abstracts it away with server controls.
Ques:- What do you mean by Cross Join?
Right Answer:
A Cross Join is a type of SQL join that returns the Cartesian product of two tables, meaning it combines every row from the first table with every row from the second table, resulting in a total number of rows equal to the product of the number of rows in both tables.
Ques:- how can we use java script message alert with asp.net with useing vb.net coding show full process with its coading
Comments
Admin May 17, 2020

To work with javascript in ASP.NET, the best way to do it,
is using the Page.ClientScript object at some point.
For instance, if you want to show an alert box when the
page is finished loading, use this:
string javascript = "alert('Finished loading!');"
Page.ClientScript.RegisterStartupScript(typeof
(string), "key", javascript,true);
The ClientScript object has other methods, like
RegisterClientScriptBlock, RegisterClientScriptInclude,
RegisterExpandoAttribute and so on, which all allow you to
add javascript to the page in different ways.

Ques:- A bank has a new credit card product. How would you price it?
Right Answer:
To price a new credit card product, consider the following factors:

1. **Cost Analysis**: Calculate the costs associated with issuing and managing the card, including operational costs, marketing, and customer service.

2. **Market Research**: Analyze competitors' pricing strategies and features to understand market standards and customer expectations.

3. **Target Audience**: Identify the target demographic and their willingness to pay for specific features or benefits.

4. **Risk Assessment**: Evaluate the credit risk associated with potential customers and adjust pricing to mitigate losses from defaults.

5. **Value Proposition**: Determine the unique features of the card (e.g., rewards, cashback, travel benefits) and price it based on the perceived value to customers.

6. **Regulatory Compliance**: Ensure pricing adheres to legal and regulatory requirements in the banking industry.

7. **Feedback Loop**: After launch, gather customer feedback and monitor usage patterns to adjust pricing as necessary.

Set an introductory rate or promotional offers to attract
Ques:- You have been called in by an accounting firm that is experiencing declining profitability in its auditing operation. What levers would you push to help improve profitability?
Right Answer:
1. Analyze and streamline processes to reduce inefficiencies.
2. Invest in technology to automate repetitive tasks.
3. Train staff to improve skills and productivity.
4. Review pricing strategies and adjust fees if necessary.
5. Focus on high-value clients and services.
6. Enhance marketing efforts to attract new clients.
7. Monitor and control costs more effectively.
8. Implement performance metrics to track and improve productivity.
Ques:- The client is a high tech company that manufactures crystal giftware. The market for crystal giftware is growing at 3% a year yet the client is experiencing declining sales and shrinking market share. Why is market share declining? What can we do about it?
Right Answer:
The client's market share may be declining due to factors such as increased competition, changing consumer preferences, lack of innovation, poor marketing strategies, or pricing issues. To address this, the client can conduct market research to understand customer needs, improve product quality and design, enhance marketing efforts, explore new distribution channels, and consider competitive pricing strategies.
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:- Should a car auction company in US hold a special, one-day antique car auction event?
Right Answer:
Yes, a car auction company in the US should hold a special, one-day antique car auction event to attract collectors and enthusiasts, potentially increasing sales and brand visibility.
Ques:- What is risk impact and probability?
Right Answer:
Risk impact refers to the potential effect or consequence of a risk on a project if it occurs, while risk probability is the likelihood or chance that the risk will actually happen.
Ques:- What are processes and process groups?
Right Answer:
Processes are a series of actions or steps taken to achieve a specific goal in project management. Process groups are categories that organize these processes into five main areas: Initiating, Planning, Executing, Monitoring and Controlling, and Closing.
Ques:- What is the difference between development length & overlap length ?
Right Answer:
Development length is the length of rebar required to be embedded in concrete to develop its full strength, while overlap length is the length of rebar that is overlapped and tied together to ensure continuity in reinforcement when two bars are joined.
Ques:- Tell me about your Attitude?
Right Answer:
I have a positive and proactive attitude. I approach challenges with a solution-oriented mindset, stay adaptable to changes, and focus on collaboration and communication to achieve project goals.
Ques:- What are the five control components of a project?
Right Answer:
The five control components of a project are:

1. Scope Control
2. Schedule Control
3. Cost Control
4. Quality Control
5. Risk Control
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

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