Filter interviews by
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
Encapsulation and Inheritance are two important OOPs concepts.
Encapsulation is the process of binding data and functions that manipulate that data together in a single unit, called a class.
Inheritance is the process of creating a new class by inheriting properties and methods from an existing class.
Encapsulation helps in data hiding and abstraction, which makes the code more secure and easy to maintain.
Inheritance help...
An object is an instance of a class. A class is a blueprint or template for creating objects.
A class defines the properties and behaviors of objects
An object is created from a class using the 'new' keyword
Multiple objects can be created from a single class
Classes can inherit properties and behaviors from other classes
Example: Class - Car, Object - Honda Civic
Checked exceptions are checked at compile-time while unchecked exceptions are not.
Checked exceptions are those that are checked at compile-time and must be handled or declared in the method signature.
Unchecked exceptions are those that are not checked at compile-time and do not need to be handled or declared in the method signature.
Examples of checked exceptions include IOException, ClassNotFoundException, and SQLExcep...
try-catch-finally is used for handling exceptions in code.
try block contains the code that may throw an exception
catch block catches the exception thrown by try block
finally block contains code that will be executed regardless of exception
Multiple catch blocks can be used for handling different types of exceptions
String buffer is synchronized and thread-safe while string builder is not.
String buffer is slower than string builder due to synchronization.
String builder is faster but not thread-safe.
String buffer is preferred for multi-threaded applications.
String builder is preferred for single-threaded applications.
Both classes are used for manipulating strings efficiently.
Final keyword is used to declare a constant value that cannot be changed.
Final keyword can be used with variables, methods, and classes.
Final variables must be initialized at the time of declaration or in constructor.
Final methods cannot be overridden by subclasses.
Final classes cannot be extended by other classes.
Final keyword is also used in try-with-resources statement to declare resources that should be closed afte
ArrayList is a dynamic data structure while Array is a static data structure.
ArrayList can grow or shrink dynamically while Array has a fixed size.
ArrayList can store objects of any type while Array can only store elements of the same data type.
ArrayList provides built-in methods for insertion, deletion, and searching while Array does not.
Example: ArrayList
E...
Top trending discussions
I applied via Referral
I have 5 years of experience working with Pega, including designing and implementing automation solutions.
Designed and implemented automation solutions using Pega platform
Worked with various Pega tools and technologies
5 years of experience in Pega development
I am currently earning $80,000 and expecting a salary of $90,000.
Current salary: $80,000
Expected salary: $90,000
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
4 easy level questions will be asked basically from arrays and strings.
Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
Verbal communicatiom, attention to detail, email writing part
posted on 28 Dec 2024
I applied via Campus Placement
Basic aptitude assessment along with some theoretical components.
I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.
The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.
Physical Layer: Deals with physical connections and transmission of raw data.
Data Link Layer: Manages data frames and error detection/correction.
Network Layer: Handles routing and logical addressing.
Transport Layer: Ensures end-to-end communication and data flow control.
Session Layer: Establishe...
Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.
Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.
Use timeouts to limit the amount of time a process can wait for a resource before releasing it.
Follow a strict resource ordering protocol to ensure processes request and release reso...
posted on 10 Jan 2025
Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.
Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.
Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.
Cross-functional teams work together closely to deliver incremental value to the B2B...
I have extensive experience working with barcode scanners in various automation projects.
Implemented barcode scanning functionality in warehouse management system to track inventory
Integrated barcode scanners with automated testing tools for regression testing
Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy
I applied via Naukri.com
posted on 12 Dec 2024
Angular Directives are markers on a DOM element that tell AngularJS's HTML compiler to attach a specified behavior to that DOM element.
Directives are used to create reusable components or custom behaviors in Angular applications.
They can be used to manipulate the DOM, add event listeners, show/hide elements, etc.
Examples include ngModel, ngIf, ngFor, etc.
Methods to communicate between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.
Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.
Using ViewChild to access child components from parent components.
Using Services to create a shared service that can be injected into multiple components to share da...
based on 1 interview
Interview experience
based on 32 reviews
Rating in categories
Associate Consultant
42
salaries
| ₹2.8 L/yr - ₹6 L/yr |
SAP Abap Consultant
28
salaries
| ₹2.8 L/yr - ₹10.1 L/yr |
Professional Consultant
26
salaries
| ₹3.8 L/yr - ₹11.6 L/yr |
Software Developer
17
salaries
| ₹5 L/yr - ₹9.5 L/yr |
Associate Software Developer
16
salaries
| ₹3 L/yr - ₹4.3 L/yr |
Infosys
TCS
Wipro
HCLTech