Add office photos
Engaged Employer

Wipro

3.7
based on 50.8k Reviews
Filter interviews by

10+ Letterdrop Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. What are Aggregate functions available and explain them

Ans.

Aggregate functions perform calculations on a set of values and return a single value.

  • Common aggregate functions include COUNT, SUM, AVG, MIN, and MAX.

  • COUNT returns the number of rows in a table or the number of non-null values in a column.

  • SUM returns the sum of all values in a column.

  • AVG returns the average of all values in a column.

  • MIN returns the smallest value in a column.

  • MAX returns the largest value in a column.

Add your answer

Q2. Benefits of cte and difference between temp table and table variables

Ans.

CTE benefits and difference between temp table and table variables

  • CTE (Common Table Expression) allows for recursive queries and simplifies complex queries

  • Temp tables are physical tables stored in tempdb and can be indexed and have constraints

  • Table variables are stored in memory and have limited scope and no statistics

  • Temp tables are better for large data sets and complex queries, while table variables are better for small data sets and simple queries

Add your answer

Q3. What are authentication and authorization

Ans.

Authentication is verifying the identity of a user, while authorization is granting access to specific resources.

  • Authentication confirms the identity of a user through credentials such as username and password.

  • Authorization determines what resources a user can access based on their role or permissions.

  • Examples of authentication include logging into a website or entering a PIN at an ATM.

  • Examples of authorization include granting a user access to a specific file or allowing the...read more

Add your answer

Q4. Difference between function and stored procedures in sql

Ans.

Functions return a single value while stored procedures execute multiple SQL statements.

  • Functions can be used in SELECT, WHERE, and HAVING clauses.

  • Stored procedures can have input and output parameters.

  • Functions cannot modify the database while stored procedures can.

  • Functions are deterministic while stored procedures are not necessarily so.

  • Examples of functions: AVG, COUNT, MAX, MIN, SUM.

  • Examples of stored procedures: sp_help, sp_who, sp_adduser.

Add your answer
Discover Letterdrop interview dos and don'ts from real experiences

Q5. What are Filters in mvc and its types

Ans.

Filters in MVC are used to intercept and modify HTTP requests and responses.

  • Filters are used to implement cross-cutting concerns like logging, caching, authentication, etc.

  • There are five types of filters in MVC: Authorization filters, Action filters, Result filters, Exception filters, and Resource filters.

  • Authorization filters are used to authenticate and authorize users before executing an action.

  • Action filters are used to perform some logic before and after executing an act...read more

Add your answer

Q6. Architecture of mvc and how it works

Ans.

MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

  • Model represents the data and business logic of the application

  • View is responsible for rendering the user interface

  • Controller handles user input and updates the model and view accordingly

  • MVC promotes separation of concerns and modularity

  • Examples of MVC frameworks include Ruby on Rails, ASP.NET MVC, and Spring MVC

Add your answer
Are these interview questions helpful?

Q7. What is benefit of using bootstrap

Ans.

Bootstrap is a popular front-end framework that provides a range of benefits for web development.

  • Bootstrap offers a responsive grid system that makes it easy to create mobile-friendly websites.

  • It includes pre-built CSS styles and JavaScript plugins that can save time and effort in development.

  • Bootstrap is well-documented and has a large community, making it easy to find support and resources.

  • It is constantly updated to keep up with modern web design trends and best practices....read more

Add your answer

Q8. What are Indexes and its types

Ans.

Indexes are data structures that improve the speed of data retrieval operations in a database.

  • Indexes are created on one or more columns of a table.

  • Types of indexes include clustered, non-clustered, unique, and full-text indexes.

  • Clustered indexes determine the physical order of data in a table, while non-clustered indexes create a separate structure to store the index data.

  • Unique indexes ensure that each value in the indexed column is unique, while full-text indexes enable te...read more

Add your answer
Share interview questions and help millions of jobseekers šŸŒŸ

Q9. Difference between wep api and wcf

Ans.

Web API is for building HTTP services while WCF is for building services that support multiple transport protocols.

  • Web API is lightweight and ideal for building RESTful services over HTTP.

  • WCF is a more heavy-duty framework that supports multiple transport protocols like HTTP, TCP, Named Pipes, etc.

  • Web API is more suited for building services that are consumed by web applications while WCF is more suited for building services that are consumed by non-web applications.

  • Web API i...read more

Add your answer

Q10. Session management in asp.net

Ans.

Session management in ASP.NET

  • ASP.NET provides in-built session management through HttpSessionState class

  • Session can be used to store user-specific data across multiple requests

  • Session can be configured to use different storage options like InProc, StateServer, SQLServer

  • Session can be accessed using HttpContext.Current.Session property

  • Session can be secured using SSL, cookieless sessions, and timeout settings

Add your answer

Q11. Disadvantages of ajax

Ans.

Ajax can cause security issues and affect SEO.

  • Ajax can make a website less accessible to users with slow internet connections.

  • It can also cause issues with browser history and back button functionality.

  • Ajax can make it difficult for search engines to crawl and index website content.

  • Cross-site scripting (XSS) attacks can be carried out through Ajax if proper security measures are not taken.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Associate Software Engineer Interview Questions from Similar Companies

3.4
Ā ā€¢Ā 47 Interview Questions
3.5
Ā ā€¢Ā 19 Interview Questions
3.6
Ā ā€¢Ā 19 Interview Questions
4.3
Ā ā€¢Ā 14 Interview Questions
3.7
Ā ā€¢Ā 14 Interview Questions
3.7
Ā ā€¢Ā 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ā¤ļø in India. Trademarks belong to their respective owners. All rights reserved Ā© 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter