Filter interviews by
I applied via Indeed and was interviewed in Aug 2024. There was 1 interview round.
Triggers in SQL are special stored procedures that are automatically executed when certain events occur in a database.
Triggers can be used to enforce business rules, maintain referential integrity, and audit changes to data.
There are two main types of triggers: DML triggers (executed in response to data manipulation language events) and DDL triggers (executed in response to data definition language events).
Examples of ...
char is fixed length, varchar is variable length
char stores fixed length strings, while varchar stores variable length strings
char pads with spaces to reach fixed length, varchar does not pad
char is faster for fixed length data, varchar is more flexible for variable length data
Localization in Angular involves translating the application into different languages and adapting to different regions.
Use Angular's built-in i18n tools to mark translatable text in templates
Create separate language files for each supported language
Use ngx-translate or similar libraries for dynamic language switching
Design patterns in .NET Core are reusable solutions to common problems in software design.
Some common design patterns in .NET Core include Singleton, Factory, Observer, and Strategy.
Design patterns help in creating maintainable, scalable, and efficient code.
They promote code reusability and separation of concerns.
Examples: Singleton pattern ensures a class has only one instance, Factory pattern creates objects without ...
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
SOLID is a set of five design principles that help make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...
Object-oriented programming concepts in C#
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability for objects to take on multiple forms
Abstraction: hiding the complex implementation details and showing only the necessary features
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
smartData Enterprises interview questions for popular designations
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Get interview-ready with Top smartData Enterprises Interview Questions
Two rounds of normal questions on maths and oops
Abstraction is the concept of hiding complex details and showing only the essential features of an object or system.
Abstraction allows us to focus on what an object does instead of how it does it
It helps in reducing complexity and improving efficiency
Examples include abstract classes and interfaces in object-oriented programming
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable tables
It helps in reducing data redundancy by eliminating duplicate data
Normalization ensures data integrity by enforcing relationships between tables
There are different levels of normalization such as 1NF, 2NF, 3NF, and BCNF
Normalization is a process used to organize a database in a way that reduces redundancy and dependency.
Normalization helps in reducing data redundancy by breaking up tables into smaller ones.
There are different normal forms like 1NF, 2NF, 3NF, BCNF, and 4NF.
Normalization ensures data integrity and reduces anomalies in the database.
Example: Breaking up a table with customer details into separate tables for customer info
SQL is a relational database management system, while NoSQL is a non-relational database management system.
SQL uses structured query language for querying data, while NoSQL databases use different query languages like MongoDB's query language.
SQL databases are table-based, with a predefined schema, while NoSQL databases are document-based, key-value pairs, graph databases, or wide-column stores.
SQL databases are good f...
.NET Core is a cross-platform, open-source framework for building modern applications.
.NET Core is a successor to the .NET Framework, designed to be lightweight and modular.
It supports multiple programming languages like C#, F#, and Visual Basic.
It allows developers to build applications that can run on Windows, macOS, and Linux.
It provides high performance and scalability.
It includes a set of libraries and tools for d...
Dependency injection is a design pattern that allows objects to be loosely coupled by injecting their dependencies from external sources.
Dependency injection helps in achieving inversion of control and promotes modular and testable code.
There are three common ways to implement dependency injection: constructor injection, setter injection, and interface injection.
Constructor injection involves passing dependencies throu...
The difference between configure and configure services is that configure is a general term for setting up or adjusting something, while configure services specifically refers to setting up or adjusting services.
Configure: General term for setting up or adjusting something
Configure services: Specifically refers to setting up or adjusting services
Example: Configuring a computer involves setting up its hardware and softw...
The procedure flow of a PHP module involves defining functions, including them in the main script, and executing them in a specific order.
Define functions with specific tasks
Include functions in the main script using 'require' or 'include'
Execute functions in a specific order to achieve desired functionality
Caching is the process of storing data temporarily in order to reduce access time and improve performance.
Caching helps in reducing the load on servers by serving frequently accessed data quickly
Examples of caching include browser caching, CDN caching, and database caching
Caching can be implemented at different levels such as application level, database level, and server level
Basic GK questions ans coding language questions
Question related to you core language
Top trending discussions
Interview experience
based on 398 reviews
Rating in categories
Senior Associate
140
salaries
| ₹4 L/yr - ₹13.5 L/yr |
Software Developer
125
salaries
| ₹2.4 L/yr - ₹10 L/yr |
Senior Software Engineer
79
salaries
| ₹4.5 L/yr - ₹13 L/yr |
Software Associate
53
salaries
| ₹2.4 L/yr - ₹8 L/yr |
Associate
49
salaries
| ₹1.3 L/yr - ₹7.5 L/yr |
TCS
Infosys
Wipro
HCLTech