i
GlobalData
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Functions return a single value, while stored procedures can perform multiple operations and return multiple values.
Functions return a single value, while stored procedures can return multiple values.
Functions are called in SQL statements, while stored procedures are called using EXECUTE statement.
Functions cannot have output parameters, while stored procedures can have output parameters.
Functions cannot modify server ...
Custom exceptions can be implemented in MVC by creating a new class that inherits from Exception class.
Create a new class that inherits from Exception class
Override the constructor to pass a custom message to the base Exception class
Throw the custom exception in the MVC controller or service layer
Top trending discussions
I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.
They will ask some simple algorithmic questions.
posted on 4 Oct 2021
I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.
Classloaders are responsible for loading classes into the JVM at runtime.
Java has three built-in classloaders: bootstrap, extension, and system.
Custom classloaders can be created to load classes from non-standard sources.
Classloaders follow a delegation model, where they first delegate to their parent classloader before attempting to load the class themselves.
Classloaders can be used for dynamic class loading and hot-s
posted on 17 Oct 2023
I applied via Approached by Company and was interviewed before Oct 2022. There were 4 interview rounds.
I applied via Job Portal and was interviewed in May 2021. There were 4 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 4 interview rounds.
Mix of coding, aptitude, java, javascript
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.
If multiple keys hash to the same index, a collision occurs and the pairs are stored in a linked list at that index.
To...
I have used design patterns such as Singleton, Factory, and Observer in my projects.
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Factory pattern creates objects without specifying the exact class of object that will be created.
Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and
Print Fibonacci series using recursion
Define a recursive function to calculate Fibonacci numbers
Base case: return 0 if n is 0, return 1 if n is 1
Recursive case: return sum of previous two Fibonacci numbers
Print each Fibonacci number in the series
posted on 14 Jun 2024
Reading messages from Google Cloud Pub/Sub involves creating a subscription and pulling messages from the subscription.
Create a subscription to a Google Cloud Pub/Sub topic
Use the subscription to pull messages from the topic
Process the messages received from the subscription
posted on 8 Apr 2022
I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.
Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.
posted on 6 Jun 2023
I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 4 interview rounds.
Monolithic architecture is a single large application while microservice architecture is a collection of small, independent services.
Monolithic architecture is a single, tightly coupled application where all components are interconnected.
Microservice architecture breaks down the application into smaller, loosely coupled services that communicate through APIs.
Migrating from monolithic to microservices involves breaking ...
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Associate Analyst
689
salaries
| ₹0 L/yr - ₹0 L/yr |
Analyst
593
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Analyst
273
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Researcher
225
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Project Manager
122
salaries
| ₹0 L/yr - ₹0 L/yr |
S&P Global
Thomson Reuters
Nielsen Holdings
Gartner