Filter interviews by
I applied via Internshala and was interviewed in May 2020. There were 3 interview rounds.
RESTful API is an architectural style for building web services that use HTTP requests to access and manipulate data.
REST stands for Representational State Transfer
API stands for Application Programming Interface
Uses HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations
Data is transferred in JSON or XML format
Stateless, meaning each request contains all the necessary information to complete it
Microservices are small, independent, and loosely coupled services that work together to form a larger application.
Microservices are designed to be modular and scalable.
Each microservice performs a specific task and communicates with other microservices through APIs.
Microservices can be developed and deployed independently of each other.
They offer better fault isolation and resilience compared to monolithic architectur...
GET and POST are HTTP methods used for sending data to a server.
GET requests data from a server using a URL and query parameters
POST sends data to a server in the request body
GET requests are cached, while POST requests are not
GET requests are limited by URL length, while POST requests are not
Top trending discussions
posted on 24 Sep 2024
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
Closure in JavaScript is a function that has access to its own scope, as well as the outer scope in which it was defined.
A closure allows a function to access variables from its outer function even after the outer function has finished executing.
Closures are commonly used in event handlers, callbacks, and in functional programming.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFun
Class is used to style multiple elements, while ID is used to style a single element.
Class can be used multiple times in a document, while ID should be unique
Class is denoted by a period (.), ID is denoted by a hash (#)
Class can be applied to multiple elements, ID can only be applied to one element
I was interviewed in Mar 2021.
Round duration - 90 minutes
Round difficulty - Easy
Timing was 10:00 AM. Platform was good.
Given an array ARR
of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...
Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.
String S
Output string
Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
I was interviewed in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.
Encourage open communication among team members to address conflicts early on
Practice active listening to understand all perspectives and concerns
Seek compromise and find common ground to resolve conflicts effectively
Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheri...
posted on 5 Feb 2025
I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.
Aptitude questions with some basic coding questions
They have given 3 coding questions and some pseudo codings
Python question was there and it was average level not tough
Simple coding questions which was good to go
posted on 20 Jan 2024
In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.
- Basic Data Structure Programs
- Conceptual Programs in JavaScript, Python or any other language
based on 2 reviews
Rating in categories
Software Engineer
60
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Senior Software Engineer
14
salaries
| ₹3.8 L/yr - ₹16.4 L/yr |
Software Developer
12
salaries
| ₹3 L/yr - ₹9.5 L/yr |
Junior Software Engineer
11
salaries
| ₹2 L/yr - ₹3 L/yr |
Full Stack Developer
10
salaries
| ₹1.5 L/yr - ₹6.2 L/yr |
Info Edge
TCS
LTIMindtree
Persistent Systems