i
Aptara
Filter interviews by
A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.
A closure is created when a function is defined inside another function.
The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.
Closures are useful for creating private variables and functions in JavaScript.
They can also be us...
Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.
Encapsulation bundles data and methods together into a single unit.
It helps in achieving data abstraction and data hiding.
By encapsulating data, we can control access to it and prevent unauthorized modifications.
Encapsulation promotes code reusability and maintainability.
Example: A class in objec...
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows for code reuse and promotes the concept of hierarchy.
The class that is being inherited from is called the superclass or base class.
The class that inherits from the superclass is called the subclass or derived class.
The subclass can access the public and protected members of the s...
Abstraction is the process of simplifying complex systems by focusing on essential details.
Abstraction involves hiding unnecessary details and exposing only relevant information.
It allows developers to create models or representations that capture the essential aspects of a system.
Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.
For example, in object-oriented programm...
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.
Polymorphism is a fundamental concept in object-oriented programming.
It enables code reusability and flexibility.
Polymorphism can be achieved through method overriding and method overloading.
Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...
Top trending discussions
posted on 7 Jul 2017
posted on 21 Nov 2022
I applied via Naukri.com and was interviewed before Nov 2021. There were 2 interview rounds.
posted on 15 Sep 2021
I was interviewed before Sep 2020.
Round duration - 45 minutes
Round difficulty - Medium
I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.
Given an array arr
of length N
consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.
Find the sum of the subarray with the maximum sum among all subarrays in a given array.
Iterate through the array and keep track of the current sum and maximum sum seen so far.
If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.
Return the maximum sum as the result.
Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.
You are given two singly linked lists, where each list represents a positive number without any leading zeros.
Your task is to add these two numbers and return the sum as ...
Add two numbers represented as linked lists and return the sum as a linked list.
Traverse both linked lists simultaneously while keeping track of carry
Create a new linked list to store the sum
Handle cases where one list is longer than the other
Consider edge cases like carry at the end of addition
Round duration - 15 minutes
Round difficulty - Easy
It was a normal discussion about the role, the job expectations and about the company culture.
Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.
Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.
posted on 28 Dec 2021
I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.
posted on 18 May 2021
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 26 Nov 2020
I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.
posted on 20 Apr 2023
Array sorting in PHP is the process of arranging the elements of an array in a specific order.
PHP provides various sorting functions like sort(), rsort(), asort(), arsort(), ksort(), krsort(), etc.
sort() function sorts the array in ascending order based on the values.
rsort() function sorts the array in descending order based on the values.
asort() function sorts the array in ascending order based on the values while mai...
Merging two arrays in PHP
Use array_merge() function to merge two or more arrays
The resulting array will have all the values from the input arrays
Keys are preserved unless they are numeric and there are duplicates
I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.
30 mins 30 question with easy problems
10 mins gd easy topic
based on 2 interviews
Interview experience
based on 9 reviews
Rating in categories
Financial Analyst
228
salaries
| ₹0 L/yr - ₹0 L/yr |
Html Programmer
185
salaries
| ₹0 L/yr - ₹0 L/yr |
Copy Editor
179
salaries
| ₹0 L/yr - ₹0 L/yr |
Project Manager
153
salaries
| ₹0 L/yr - ₹0 L/yr |
Editorial Assistant
141
salaries
| ₹0 L/yr - ₹0 L/yr |
Cactus Communications
Integra Software Services
Newgen Software Technologies
SunTec Web Services