i
Techwaukee
Filter interviews by
Routing in ASP.NET MVC is the process of mapping URLs to controller actions.
Routing determines which controller and action method should handle a request based on the URL
Routes are defined in the RouteConfig.cs file in the App_Start folder
Routes can include parameters that are passed to the controller action method
Default route in ASP.NET MVC is {controller}/{action}/{id}
Routes can be customized using attributes l...
OOPs concepts are working by allowing developers to create classes, objects, inheritance, polymorphism, and encapsulation.
OOPs concepts include classes, which are blueprints for objects
Objects are instances of classes with their own state and behavior
Inheritance allows classes to inherit properties and methods from other classes
Polymorphism enables objects to be treated as instances of their parent class
Encapsulat...
The @Html helper in ASP.NET MVC is used to generate HTML controls in a strongly-typed view.
Generates HTML controls based on the model properties in a strongly-typed view
Helps in reducing the amount of HTML code written in the view
Provides type safety and intellisense support for HTML helpers
Can be used to render form elements, links, images, etc.
The correct syntax for defining a route in ASP.NET MVC involves using the Route attribute above the controller action method.
Use the Route attribute above the controller action method to define a custom route
Specify the route template within the Route attribute
Example: [Route("custom/route")] public ActionResult MyAction() { }
Routing in ASP.NET MVC is used to map incoming browser requests to specific controller actions.
Routing helps in defining URL patterns and mapping them to controller actions.
It allows for creating clean and user-friendly URLs.
Routing also enables parameter passing in URLs for dynamic content.
Example: RouteConfig.cs file in ASP.NET MVC project defines the routing configuration.
DELETE
GET
POST
PUT
DELETE
In ASP.NET MVC, there are several valid methods to pass data from a controller to a view, but some methods are invalid.
1. ViewBag: Dynamic property to pass data. Example: ViewBag.Message = 'Hello';
2. ViewData: Dictionary to store data. Example: ViewData['Message'] = 'Hello';
3. Strongly Typed Models: Pass a model directly. Example: return View(myModel);
4. TempData: Used for passing data between requests. Example: T...
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
DELETE
GET
POST
PUT
DELETE
Routing in ASP.NET MVC is used to map incoming browser requests to specific controller actions.
Routing helps in defining URL patterns and mapping them to controller actions.
It allows for creating clean and user-friendly URLs.
Routing also enables parameter passing in URLs for dynamic content.
Example: RouteConfig.cs file in ASP.NET MVC project defines the routing configuration.
The correct syntax for defining a route in ASP.NET MVC involves using the Route attribute above the controller action method.
Use the Route attribute above the controller action method to define a custom route
Specify the route template within the Route attribute
Example: [Route("custom/route")] public ActionResult MyAction() { }
In ASP.NET MVC, there are several valid methods to pass data from a controller to a view, but some methods are invalid.
1. ViewBag: Dynamic property to pass data. Example: ViewBag.Message = 'Hello';
2. ViewData: Dictionary to store data. Example: ViewData['Message'] = 'Hello';
3. Strongly Typed Models: Pass a model directly. Example: return View(myModel);
4. TempData: Used for passing data between requests. Example: TempDa...
The @Html helper in ASP.NET MVC is used to generate HTML controls in a strongly-typed view.
Generates HTML controls based on the model properties in a strongly-typed view
Helps in reducing the amount of HTML code written in the view
Provides type safety and intellisense support for HTML helpers
Can be used to render form elements, links, images, etc.
I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.
30 Mcq questions for 60 minutes
Routing in ASP.NET MVC is the process of mapping URLs to controller actions.
Routing determines which controller and action method should handle a request based on the URL
Routes are defined in the RouteConfig.cs file in the App_Start folder
Routes can include parameters that are passed to the controller action method
Default route in ASP.NET MVC is {controller}/{action}/{id}
Routes can be customized using attributes like [...
OOPs concepts are working by allowing developers to create classes, objects, inheritance, polymorphism, and encapsulation.
OOPs concepts include classes, which are blueprints for objects
Objects are instances of classes with their own state and behavior
Inheritance allows classes to inherit properties and methods from other classes
Polymorphism enables objects to be treated as instances of their parent class
Encapsulation r...
Need to do system task with with project manager
I expect a competitive salary based on my skills, experience, and industry standards.
Research industry standards: For example, a software developer in my region typically earns between $70,000 and $100,000 annually.
Consider my experience: With 5 years in the field, I would expect to be on the higher end of that range.
Factor in the company's size and location: Larger tech companies often offer higher salaries compared t...
Top trending discussions
I appeared for an interview in Apr 2020.
I faced a significant challenge when integrating a legacy system with a new application, requiring extensive troubleshooting and collaboration.
Identified compatibility issues between the legacy system and the new application, which caused data inconsistencies.
Collaborated with cross-functional teams, including QA and DevOps, to gather insights and troubleshoot effectively.
Implemented a phased integration approach, allo...
Design a database for a university with colleges, departments, and students. Write a query to get students with maximum votes.
Use a relational database like MySQL or PostgreSQL
Create tables for colleges, departments, students, and elections
Use foreign keys to establish relationships between tables
Add columns for election details like candidate names and vote counts
Write a query to join tables and filter for maximum vot...
Design a bit.ly URL shortening service with database choice, table design, and endpoints.
Use a relational database like MySQL or PostgreSQL for scalability and ACID compliance.
Create a table with columns for the original URL, shortened URL, and metadata like creation date and click count.
Endpoints should include URL shortening, redirection, and analytics.
Implement caching to improve performance and reduce database load...
Coding test with simple questions, related to the role
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Question from reduce,map method
posted on 11 Sep 2023
I applied via Walk-in and was interviewed in Aug 2023. There were 4 interview rounds.
Section 1. 10 questions aptitude
section 2. 10 oops questions based on c++
section 3. comprehension
section 4. 10 questions English grammar
One coding question. it's like two lines of question, understand the question and write the code using any programming language.
posted on 18 Oct 2023
Database realted task
posted on 3 Aug 2022
I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.
Hospital management syatem
Check the coding and databases connection and validations
I appeared for an interview in Sep 2024, where I was asked the following questions.
Develop a comprehensive content strategy to enhance organic traffic and engagement in a competitive market.
Conduct thorough market research to identify target audience needs and preferences.
Perform a competitive analysis to understand content gaps and opportunities.
Create high-quality, valuable content that addresses audience pain points, such as blog posts, videos, and infographics.
Optimize content for SEO by using re...
Backlinks are crucial for SEO as they enhance site authority, improve rankings, and drive organic traffic.
Backlinks act as votes of confidence from other websites, signaling to search engines that your content is valuable.
High-quality backlinks from reputable sites can significantly boost your site's authority and search engine rankings.
For example, if a popular blog links to your article, it can lead to increased traf...
Success in digital marketing is measured through KPIs, analytics tools, and ROI assessments.
Define clear KPIs: Examples include conversion rates, click-through rates (CTR), and engagement metrics.
Use Google Analytics to track website traffic, user behavior, and conversion funnels.
Monitor social media performance with tools like Hootsuite or Sprout Social to analyze engagement and reach.
Evaluate ROI by comparing campaig...
Optimize website content for SEO by balancing keyword use with engaging, user-friendly writing.
Conduct keyword research to identify relevant terms and phrases that users are searching for.
Incorporate keywords naturally into titles, headings, and throughout the content without keyword stuffing.
Create high-quality, informative content that answers users' questions and provides value.
Use engaging visuals, such as images a...
Coding test was on reactjs and html
Some of the top questions asked at the Techwaukee interview for experienced candidates -
based on 2 interview experiences
Difficulty level
Duration
based on 19 reviews
Rating in categories
HR Recruiter
5
salaries
| ₹2.2 L/yr - ₹3 L/yr |
SAP Abap Consultant
4
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Software Engineer
3
salaries
| ₹3 L/yr - ₹5.7 L/yr |
Software Developer
3
salaries
| ₹2.1 L/yr - ₹8 L/yr |
HR Associate
3
salaries
| ₹3 L/yr - ₹3.2 L/yr |
GrapplTech
Infotact Solutions
Wilco Source
Vizlogic Digital Solutions