i
Akal Information Systems
Filter interviews by
I applied via Referral and was interviewed before Oct 2020. There was 1 interview round.
Design patterns are reusable solutions to common software design problems.
Design patterns provide a common language for developers to communicate about solutions to common problems.
They can improve the quality, maintainability, and scalability of software.
Examples of design patterns include the Singleton pattern, the Observer pattern, and the Factory pattern.
I have used various design patterns such as MVC, Singleton, Factory, and Observer.
Implemented MVC pattern in a web application to separate concerns
Used Singleton pattern to ensure only one instance of a class is created
Implemented Factory pattern to create objects based on input parameters
Used Observer pattern to notify multiple objects of changes in a subject
Design is important as it ensures a product is functional, user-friendly, and visually appealing.
Good design improves user experience and satisfaction
Design helps to identify and solve potential problems before development
Aesthetically pleasing design can attract and retain customers
Design can improve efficiency and reduce costs in the long run
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
Binary search is a search algorithm that finds the position of a target value within a sorted array.
Binary search works by repeatedly dividing the search interval in half.
It requires a sorted array to work efficiently.
The time complexity of binary search is O(log n).
I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.
Top trending discussions
I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.
Binary search is a fast search algorithm that finds the position of a target value within a sorted array.
Binary search works by repeatedly dividing the search interval in half.
It compares the target value with the middle element of the array.
If the target value is equal to the middle element, the position is found.
If the target value is less than the middle element, the search continues on the lower half of the array.
I...
Quick sort is a popular sorting algorithm that uses divide and conquer strategy.
Divide the array into two sub-arrays based on a pivot element
Recursively sort the sub-arrays
Combine the sorted sub-arrays to get the final sorted array
posted on 28 Oct 2024
I applied via Hirest and was interviewed before Oct 2023. There were 2 interview rounds.
Given JavaScript's complex logic on array and list
posted on 13 Jan 2023
I applied via Naukri.com and was interviewed before Jan 2022. There were 2 interview rounds.
posted on 12 Jan 2024
I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.
A class is a blueprint for creating objects, while an object is an instance of a class. Private, protected, public, and default are access modifiers in object-oriented programming.
A class is a template or blueprint that defines the properties and behaviors of objects.
An object is an instance of a class, created using the class blueprint.
Private access modifier restricts access to class members within the same class.
Pro...
An object is a self-contained entity that consists of both data and behavior.
Objects are instances of classes in object-oriented programming.
They encapsulate data and provide methods to manipulate that data.
Objects can interact with each other through method calls and message passing.
Examples of objects include a car, a person, or a bank account.
Public is a keyword in programming languages that denotes the accessibility of a class, method, or variable.
Public is one of the access modifiers in object-oriented programming.
It allows the class, method, or variable to be accessed from any other class or package.
Public members are part of the public API of a software component.
Example: public class MyClass { ... }
Example: public void myMethod() { ... }
Example: public
In programming, private is an access modifier that restricts the visibility of a class member to within its own class.
Private is used to encapsulate data and prevent direct access from outside the class.
Private members can only be accessed through public methods or properties.
Private variables are often used to store internal state or implementation details.
Private methods are used for internal logic and are not meant
protected is an access modifier in object-oriented programming that restricts access to members within the same package or subclasses.
protected is one of the four access modifiers in Java, along with public, private, and default.
Members declared as protected can be accessed within the same package or by subclasses.
Protected members are not accessible outside the package unless accessed through inheritance.
Example: prot...
posted on 27 Feb 2024
I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 4 interview rounds.
That was conducted in my College and it was online assessment for aptitude
The == operator checks for equality, while the === operator checks for strict equality (including data type).
The == operator only checks for equality of values, not data types.
The === operator checks for both equality of values and data types.
Example: 5 == '5' would return true, but 5 === '5' would return false.
I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.
Data structrre questions only
Gave a case study to solve
I appeared for an interview in May 2024.
based on 29 reviews
Rating in categories
Software Developer
153
salaries
| ₹2.4 L/yr - ₹9 L/yr |
Senior Software Developer
87
salaries
| ₹4.6 L/yr - ₹11 L/yr |
Senior Software Engineer
49
salaries
| ₹4.6 L/yr - ₹12.6 L/yr |
Network Engineer
35
salaries
| ₹2.2 L/yr - ₹5 L/yr |
Java Developer
33
salaries
| ₹2.5 L/yr - ₹10.5 L/yr |
Softenger
Foray Software
Nelito System
Black Knight