i
Binary Semantics
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.
Create a dummy procedure with try catch block.
Create a function with a try block
Add code that may throw an error inside the try block
Add a catch block to handle the error
Optionally, add a finally block to execute code regardless of whether an error was thrown
Pillars of OOPs are Abstraction, Encapsulation, Inheritance, and Polymorphism.
Abstraction: Hiding implementation details and showing only necessary information.
Encapsulation: Binding data and functions together and restricting access to them.
Inheritance: Acquiring properties and behavior of a parent class by a child class.
Polymorphism: Ability of an object to take many forms and perform different actions based on conte
Top trending discussions
posted on 15 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
Data structures and algorithms include concepts such as reversing a linked list and working with doubly linked lists. LeetCode problems where they are are given one hour to write code on paper.
posted on 10 Nov 2024
Developed a mobile app for tracking daily water intake
Researched existing water tracking apps for inspiration
Designed user interface for easy input of water consumption
Implemented backend database to store user data
Tested app with beta users for feedback and improvements
There were simple aptitude questions and core java MCQS
OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding th...
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Allows a class to inherit attributes and methods from another class
Promotes code reusability and reduces redundancy
Creates a parent-child relationship between classes
Derived class can override or extend the functionality of the base class
Example: Class 'Car' can inherit from class 'Vehicle' and inh...
posted on 28 Oct 2024
Basic coding along with general aptitude
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve a problem
Encapsulation: Objects encapsulate data and behavior. Example: Car object with properties like color and methods like start()
Inheritance: Objects can inherit attributes and methods from other objects. Example: Anima...
Data structures are ways to organize and store data efficiently in a computer.
Data structures are used to store and organize data in a way that makes it easy to access and manipulate.
Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.
For example, an array is a data structure that stores a collection of elements in a contiguous block of memory.
A linked list is a data structure wh...
I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Functional testing is a type of software testing that verifies the functionality of a system, while regression testing is retesting the modified parts of the system to ensure that existing functionalities are not affected.
Functional testing checks if the software meets the specified requirements and functions as expected.
Regression testing is performed to ensure that changes or modifications in the software do not intr...
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
Program to calculate the area of a circle
The formula to calculate the area of a circle is: A = π * r^2
The radius of the circle is required as input
The value of π can be approximated as 3.14159
The area should be calculated and displayed as output
based on 5 reviews
Rating in categories
Software Developer
80
salaries
| ₹3 L/yr - ₹13 L/yr |
Programmer Analyst
45
salaries
| ₹5 L/yr - ₹10 L/yr |
Senior Software Developer
42
salaries
| ₹6.7 L/yr - ₹14 L/yr |
Research Analyst
37
salaries
| ₹2.1 L/yr - ₹6 L/yr |
Team Lead
36
salaries
| ₹6.5 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech