Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 5 interview rounds.
DB connection should be opened in onCreate() and closed in onDestroy() method.
Open DB connection in onCreate() method.
Close DB connection in onDestroy() method.
Avoid opening and closing DB connection frequently.
Use SQLiteOpenHelper class to manage DB connection.
I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.
OOPs concepts are fundamental to object-oriented programming. They include inheritance, encapsulation, abstraction, and polymorphism.
Inheritance: A child class can inherit properties and methods from a parent class. Example: A Car class can inherit from a Vehicle class.
Encapsulation: Hiding implementation details and exposing only necessary information. Example: A BankAccount class can hide the account balance.
Abstract...
Authentication is the process of verifying the identity of a user, while authorization is the process of granting access to specific resources.
Authentication confirms the user's identity through credentials such as username and password.
Authorization determines what resources the user can access based on their role or permissions.
Authentication precedes authorization in the security process.
Examples of authentication i...
Constructors are special methods used to initialize objects in a class.
Default constructor: no arguments
Parameterized constructor: one or more arguments
Copy constructor: creates a new object as a copy of an existing object
Static constructor: initializes static variables
Private constructor: restricts object creation outside the class
Index in SQL Server is used to improve query performance. There are different types of indexes.
Clustered index: sorts and stores data rows in the table based on their key values
Non-clustered index: contains a separate structure with the indexed columns and a pointer to the data rows
Unique index: ensures that the indexed columns contain unique values
Filtered index: indexes a subset of data rows based on a filter predica...
Developed a web application for a retail company to manage their inventory and sales.
Used React.js for the front-end and Node.js for the back-end
Implemented a database schema using MongoDB
Integrated Stripe API for payment processing
Implemented user authentication and authorization using JWT
Optimized application performance by implementing caching and lazy loading
ref is used for passing reference types by reference, out is used for returning values by reference.
Use ref when you want to modify the value of the parameter inside the method
Use out when you want to return multiple values from a method
ref requires the variable to be initialized before passing it to the method, out does not
ref can be used with both value and reference types, out can only be used with reference types
Middleware in .NET Core is a pipeline of components that handle requests and responses.
Middleware is added to the pipeline using the Use() method in Startup.cs
Middleware can modify the request or response, or pass it on to the next component in the pipeline
Examples of middleware include authentication, logging, and error handling
Top trending discussions
posted on 14 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Aptitude + Coding round
duration was 1 hr 30 mins
Topics were basic aptitude for interviews
Coding topics was - Stack and Greedy
Python is a popular programming language known for its simplicity and readability. Lists in Python are versatile data structures that can hold multiple items of different types.
Python is widely used in software development due to its ease of use and readability.
Lists in Python are ordered collections of items, which can be of different data types.
Lists can be modified, appended, sorted, and sliced in Python.
Example: li
Sum all digits until single digit is reached
Iterate through each digit and add them together
Repeat the process until the sum is a single digit
Example: For input 1234, sum = 1+2+3+4 = 10, then sum = 1+0 = 1
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
4 easy level questions will be asked basically from arrays and strings.
Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
Verbal communicatiom, attention to detail, email writing part
posted on 28 Dec 2024
I applied via Campus Placement
Basic aptitude assessment along with some theoretical components.
I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.
The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.
Physical Layer: Deals with physical connections and transmission of raw data.
Data Link Layer: Manages data frames and error detection/correction.
Network Layer: Handles routing and logical addressing.
Transport Layer: Ensures end-to-end communication and data flow control.
Session Layer: Establishe...
Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.
Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.
Use timeouts to limit the amount of time a process can wait for a resource before releasing it.
Follow a strict resource ordering protocol to ensure processes request and release reso...
posted on 10 Jan 2025
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.
Transpose the matrix by swapping elements across the diagonal
For clockwise rotation, reverse each row of the transposed matrix
For anti-clockwise rotation, reverse each column of the transposed matrix
Use binary search to efficiently find a particular element in a sorted array.
Start by comparing the target element with the middle element of the array.
If the target element is less than the middle element, search the left half of the array.
If the target element is greater than the middle element, search the right half of the array.
Repeat the process until the target element is found or the search space is empty.
based on 27 reviews
Rating in categories
5-8 Yrs
₹ 15-24 LPA
Software Engineer
40
salaries
| ₹6 L/yr - ₹17 L/yr |
Senior Software Engineer
38
salaries
| ₹8 L/yr - ₹28.3 L/yr |
Test Engineer
18
salaries
| ₹4.2 L/yr - ₹9 L/yr |
Senior Test Engineer
17
salaries
| ₹7.5 L/yr - ₹18.2 L/yr |
Software Developer
16
salaries
| ₹6 L/yr - ₹15.8 L/yr |
TCS
Infosys
Wipro
HCLTech