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 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
Todo application javascript todo app creation needs to submit
I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.
String , Array ,Collection framework related questions.
Ecommerce site with Login,Review,AddToCart,Order features,Filter features.
I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.
I was interviewed before Sep 2020.
Round duration - 140 minutes
Round difficulty - Medium
Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.
Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...
Given two numbers represented as arrays, calculate their sum and return the result as an array.
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other by considering the remaining digits
Ensure the final sum array does not have any leading zeros
Round duration - 20 minutes
Round difficulty - Easy
The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.
Round duration - 8 minutes
Round difficulty - Easy
This round was conducted right after finishing and clearing the technical round at the same place and on the same day.
Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.
Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.
based on 27 reviews
Rating in categories
Software Engineer
42
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
38
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Engineer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
16
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech