Add office photos
Employer?
Claim Account for FREE

Sportz Interactive

3.2
based on 97 Reviews
Filter interviews by

Alstrong Enterprises Interview Questions and Answers

Updated 5 Feb 2024

Q1. 1.what is sql server 2.what is procedure 3.what is CTE table 4. Difference between cte and table variable in sql 5. Difference between function and procedure. 6.type of indexes 7.what is unique index.

Ans.

SQL Server is a relational database management system developed by Microsoft.

  • SQL Server is a software product used to manage and store data in a relational database.

  • It provides a platform for creating, managing, and querying databases.

  • SQL Server supports SQL (Structured Query Language) for interacting with the database.

  • It offers various features like data storage, data retrieval, data manipulation, and data security.

  • SQL Server can be used for developing and deploying database...read more

Add your answer

Q2. What is object oriented programming

Ans.

Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.

  • Objects are instances of classes, which define the structure and behavior of the objects.

  • Encapsulation is a key principle, where data is kept private within the object and only accessible through methods.

  • Inheritance allows classes to inherit attributes and methods from other classes.

  • Polymorphism allows objects of different classes to b...read more

Add your answer

Q3. What is static Constructor?

Ans.

Static constructor is a special type of constructor in a class that is called only once when the class is loaded into memory.

  • Static constructor is used to initialize static data members of a class.

  • It is automatically called by the .NET Framework when the class is first loaded.

  • Static constructor does not take any parameters and cannot be called explicitly.

  • Example: public class MyClass { static MyClass() { // initialization code } }

Add your answer

Q4. What are solid Principles

Ans.

SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

  • Single Responsibility Principle (SRP) - A class should have only one reason to change.

  • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

  • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses without affecting the functionality.

  • Inter...read more

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

Q5. What is dependency injection

Ans.

Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

  • Allows for easier testing by providing mock dependencies

  • Promotes loose coupling between components

  • Improves code reusability and maintainability

  • Commonly used in frameworks like Spring in Java

Add your answer

Q6. 1 what is view 2 difference between union and union all. 3.what is indexes 4.difference between primary and unique key. 5.what is composit key.

Ans.

A view is a virtual table that is based on the result of a query. It is used to simplify complex queries and provide a logical representation of data.

  • Views are created by selecting columns from one or more tables and can be used like a table in queries.

  • They do not store any data themselves but provide a way to access and manipulate data from underlying tables.

  • Views can be used to restrict access to certain columns or rows of a table.

  • They can also be used to combine data from ...read more

Add your answer

Q7. Given a string, find the number of unique characters in the string. (all characters are in lower case) For eg: Input : "i love india" Output: 7 Explaination: unique characters are, [l,o,v,e,n,d,a]

Ans.

The task is to find the number of unique characters in a given string.

  • Create an empty array to store unique characters.

  • Iterate through each character in the string.

  • If the character is not already present in the array, add it.

  • Finally, return the length of the array as the number of unique characters.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Alstrong Enterprises

based on 10 interviews
Interview experience
3.7
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 659 Interview Questions
3.9
 • 487 Interview Questions
4.1
 • 231 Interview Questions
4.2
 • 210 Interview Questions
4.1
 • 162 Interview Questions
3.9
 • 152 Interview Questions
View all
Top Sportz Interactive Interview Questions And Answers
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

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