Filter interviews by
Simple apti question and oops and java questions too
One thing is that every question is done as text no in compiler that make it little bit difficult
Top trending discussions
I applied via LinkedIn and was interviewed in Jul 2022. There were 3 interview rounds.
posted on 5 Feb 2025
D/W Rest and GraphQL APIs are two different types of APIs used for communication between software systems.
D/W Rest API is a standard protocol for accessing and manipulating data over the web using HTTP.
GraphQL API is a query language for APIs and a runtime for executing those queries with your existing data.
Rest APIs are more commonly used and follow a stateless client-server architecture.
GraphQL APIs allow clients to ...
REST uses fixed endpoints to define the resources that can be accessed through the API.
RESTful APIs use fixed URLs to access resources
Each endpoint corresponds to a specific resource or action
Endpoints are defined in the API documentation
Example: GET /users retrieves a list of users
posted on 26 Oct 2023
I applied via Walk-in and was interviewed before Oct 2022. There were 2 interview rounds.
Overload is when a class has multiple methods with the same name but different parameters. Override is when a subclass provides a specific implementation of a method that is already defined in its superclass.
Overload occurs within the same class, while override occurs between a superclass and its subclass.
Overload is resolved at compile time based on the method signature, while override is resolved at runtime based on ...
Split functions are used to divide a string into multiple parts based on a specified delimiter.
Split functions are commonly used in programming languages like Python, JavaScript, and Java.
The split function takes a string and splits it into an array of substrings based on a specified delimiter.
For example, in Python, the split function can be used like this: 'hello world'.split(' ') will return ['hello', 'world'].
posted on 6 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.
Reasoning, mathematics, and basic English grammar.
posted on 23 Jan 2022
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
posted on 23 Mar 2023
I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.
posted on 4 May 2019
I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.
posted on 14 Sep 2021
I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.
Joins in SQL are used to combine data from two or more tables based on a related column.
Inner join returns only the matching rows from both tables
Left join returns all rows from the left table and matching rows from the right table
Right join returns all rows from the right table and matching rows from the left table
Full outer join returns all rows from both tables, with NULL values for non-matching rows
Cross join retur
Given an array of integers, find a contiguous subarray with a given sum.
Use a sliding window approach to iterate through the array and keep track of the current sum.
If the current sum exceeds the given sum, move the window's left endpoint forward.
If the current sum is less than the given sum, move the window's right endpoint forward.
If the current sum equals the given sum, return the subarray.
Time complexity: O(n), Spa
based on 1 interview
Interview experience
Software Engineer
52
salaries
| ₹4.5 L/yr - ₹9 L/yr |
Software Developer
33
salaries
| ₹4.5 L/yr - ₹9.5 L/yr |
Technical Recruiter
24
salaries
| ₹2 L/yr - ₹3.8 L/yr |
Team Lead
14
salaries
| ₹3.8 L/yr - ₹16.4 L/yr |
Senior Software Engineer
10
salaries
| ₹6.6 L/yr - ₹14.5 L/yr |
Accel Frontline
Northcorp Software
Elentec Power India (EPI) Pvt. Ltd.
HyScaler