Filter interviews by
I applied via LinkedIn and was interviewed before Feb 2023. There was 1 interview round.
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.
Azure Functions allows you to write small pieces of code that run in response to events.
It supports multiple programming languages like C#, JavaScript, Python, etc.
You can easily integrate Azure Functions with other Azure services like Azure Storage, Azure Cosmos DB, etc...
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
It was a multiple questions test, 90 minutes test 43 questions technical question based on the position i have applied. It is intermediate level of test. I have cleared the test.
In RESTful APIs, 'put' is used to update an entire resource, while 'patch' is used to update only specific fields of a resource.
PUT is used to update the entire resource, while PATCH is used to update specific fields
PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the specific fields to be updated
PUT is idempotent, meaning multiple identical requests will have th...
Restful is an architectural style for designing networked applications, while WebClient is a class in Java used for making HTTP requests.
RESTful is an architectural style that uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources.
WebClient is a class in Java that provides a higher-level API for making HTTP requests and handling responses.
RESTful APIs are stateless and use standard HTTP status...
Serialization is the process of converting an object into a byte stream, while deserialization is the process of converting a byte stream back into an object in Java.
Serialization is achieved by implementing the Serializable interface in Java.
Deserialization is done by reading the byte stream and reconstructing the object using the readObject() method.
Example: ObjectOutputStream for serialization and ObjectInputStream
Functional interfaces in Java 8 are interfaces with a single abstract method, used for lambda expressions and method references.
Functional interfaces have only one abstract method, but can have multiple default or static methods.
They can be used with lambda expressions and method references.
Examples include java.lang.Runnable, java.util.Comparator, and java.util.function.Predicate.
posted on 29 May 2024
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Very easy questions.And can be easily answered
I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.
Commonly used design patterns in .NET include Singleton, Factory, Observer, and MVC.
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...
DevOps pipelines automate the software delivery process, integrating code changes from development to production.
DevOps pipelines are automated workflows that allow for continuous integration and continuous delivery (CI/CD) of software.
Azure DevOps provides tools for creating, managing, and executing DevOps pipelines.
Pipelines in Azure DevOps can be defined using YAML or through a visual designer.
They typically consist...
I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and behaviors that an object can have.
An object is created using the class as a template.
For example, consider a class called 'Car' that has properties like 'color', 'brand', and 'model'. An object of this class can be created as 'myCar' with specific values for these properties.
The class 'Car' can also...
posted on 25 Apr 2023
Sanrio base question
I applied via Approached by Company and was interviewed before May 2017. There were 6 interview rounds.
I applied via campus placement at NSS College of Engineering, Palakkad and was interviewed before Feb 2023. There were 2 interview rounds.
How to eradicate poverty? This was the topic of discussion
Binary search is a search algorithm that finds the position of a target value within a sorted array.
It works by repeatedly dividing the search space in half.
Compare the target value with the middle element of the array.
If the target value is smaller, search the left half of the array.
If the target value is larger, search the right half of the array.
Repeat until the target value is found or the search space is empty.
Flipkart
Amazon
Paytm
MakeMyTrip