i
Filter interviews by
String is a sequence of characters, while StringBuilder is a mutable sequence of characters used for manipulating strings efficiently.
String is immutable in Java, meaning once created, it cannot be changed.
StringBuilder is mutable and allows for efficient manipulation of strings.
String concatenation using '+' operator creates a new string object each time, while StringBuilder's append method modifies the existing ...
ASP.NET uses various validations like RequiredFieldValidator, RangeValidator, RegularExpressionValidator, etc.
RequiredFieldValidator - Ensures a field is not left blank
RangeValidator - Validates if a value falls within a specified range
RegularExpressionValidator - Validates input based on a specified pattern
Boxing is the process of converting a value type to a reference type, while unboxing is the opposite process.
Boxing is done implicitly by the compiler when a value type is assigned to a reference type variable.
Unboxing requires explicit casting to convert a reference type back to a value type.
Example: int num = 10; object obj = num; // Boxing
Example: int num2 = (int)obj; // Unboxing
Object-oriented programming (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.
OOP focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: In a banking system, you can have classes like Account, Customer, an...
Interfaces define a contract for classes to implement, while abstract classes can have both abstract and concrete methods.
Interfaces can only have abstract methods and constants, while abstract classes can have both abstract and concrete methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used for achieving multiple inheritance in Java, while abstract class...
API stands for Application Programming Interface. It defines the methods and data formats that applications can use to communicate with each other.
APIs can be classified into different types such as RESTful APIs, SOAP APIs, and GraphQL APIs.
RESTful APIs use standard HTTP methods like GET, POST, PUT, DELETE to perform operations on resources.
SOAP APIs use XML-based messaging protocol for communication between appli...
I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.
Object-oriented programming (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.
OOP focuses on creating objects that interact with each other to solve problems
It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation
Example: In a banking system, you can have classes like Account, Customer, and Tra...
String is a sequence of characters, while StringBuilder is a mutable sequence of characters used for manipulating strings efficiently.
String is immutable in Java, meaning once created, it cannot be changed.
StringBuilder is mutable and allows for efficient manipulation of strings.
String concatenation using '+' operator creates a new string object each time, while StringBuilder's append method modifies the existing objec...
Boxing is the process of converting a value type to a reference type, while unboxing is the opposite process.
Boxing is done implicitly by the compiler when a value type is assigned to a reference type variable.
Unboxing requires explicit casting to convert a reference type back to a value type.
Example: int num = 10; object obj = num; // Boxing
Example: int num2 = (int)obj; // Unboxing
Interfaces define a contract for classes to implement, while abstract classes can have both abstract and concrete methods.
Interfaces can only have abstract methods and constants, while abstract classes can have both abstract and concrete methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used for achieving multiple inheritance in Java, while abstract classes ar...
ASP.NET uses various validations like RequiredFieldValidator, RangeValidator, RegularExpressionValidator, etc.
RequiredFieldValidator - Ensures a field is not left blank
RangeValidator - Validates if a value falls within a specified range
RegularExpressionValidator - Validates input based on a specified pattern
API stands for Application Programming Interface. It defines the methods and data formats that applications can use to communicate with each other.
APIs can be classified into different types such as RESTful APIs, SOAP APIs, and GraphQL APIs.
RESTful APIs use standard HTTP methods like GET, POST, PUT, DELETE to perform operations on resources.
SOAP APIs use XML-based messaging protocol for communication between applicatio...
Top trending discussions
posted on 15 Sep 2022
I applied via eLitmus and was interviewed before Sep 2021. There were 4 interview rounds.
Complete the pattern
posted on 16 Mar 2022
I appeared for an interview in Sep 2021.
Dependa on the technology
posted on 18 Jun 2024
Passion for problem-solving and interest in technology led me to choose Computer Science Engineering.
Passion for problem-solving
Interest in technology
Opportunities for innovation and creativity
High demand and job prospects in the field
Taking CSE from a tier 3 college is a better option for a career in software development.
CSE from a tier 3 college will provide a strong foundation in computer science and programming skills.
Employers in the software industry often prioritize skills and experience over the college's tier.
Metallurgy may not be directly relevant to a career in software development.
Internships, projects, and self-learning can help bridge ...
posted on 17 Jun 2025
I appeared for an interview before Jun 2024, where I was asked the following questions.
Clicking a link initiates a series of network and browser processes to retrieve and display the linked content.
The browser sends an HTTP request to the server hosting the link.
DNS resolution occurs to translate the domain name into an IP address.
The server processes the request and sends back an HTTP response.
The browser renders the HTML, CSS, and JavaScript received from the server.
If the link is to a different domain...
I excel in problem-solving and teamwork, but I sometimes struggle with time management under tight deadlines.
Strength: Strong problem-solving skills - I enjoy tackling complex coding challenges, like optimizing algorithms for better performance.
Strength: Effective teamwork - I thrive in collaborative environments, having successfully led a project team to deliver a product ahead of schedule.
Weakness: Time management - ...
posted on 30 Sep 2022
posted on 13 Sep 2023
I applied via Naukri.com and was interviewed in Apr 2023. There were 4 interview rounds.
posted on 5 Oct 2023
I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 interview rounds.
posted on 23 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
After 3 sections of aptitude, English and core subjects, there were two coding problems both based on string one was easy and other was medium.
Developed a web-based project management tool for tracking tasks and deadlines
Utilized HTML, CSS, JavaScript for front-end development
Used PHP and MySQL for back-end functionality
Implemented user authentication and authorization features
Integrated calendar and notification system for task reminders
The backend of my project is responsible for handling server-side logic and data processing.
Implemented RESTful APIs for communication between frontend and backend
Used Node.js and Express for server-side scripting
Utilized MongoDB for database management
Implemented authentication and authorization using JWT tokens
I implemented concepts of OOP in my projects by creating classes, objects, inheritance, encapsulation, and polymorphism.
Used classes to represent real-world entities
Implemented inheritance to reuse code and create a hierarchy of classes
Utilized encapsulation to hide data and restrict access to it
Applied polymorphism to allow objects of different classes to be treated as objects of a common superclass
Duplicate entries in the database can be handled by using unique constraints, deduplication scripts, or merging duplicate records.
Use unique constraints in the database schema to prevent duplicate entries.
Implement deduplication scripts to regularly scan and remove duplicate records.
Merge duplicate records by updating one record with the information from the other duplicate record.
Code to check if a string is a palindrome or not
Create a function that takes a string as input
Remove all non-alphanumeric characters and convert to lowercase
Compare the string with its reverse to check if it's a palindrome
I appeared for an interview in Mar 2025, where I was asked the following questions.
Anagrams are words or phrases formed by rearranging the letters of another, often used in word games and puzzles.
Definition: Anagrams are created by rearranging the letters of a word or phrase to form a new one, e.g., 'listen' and 'silent'.
Character Count: To check if two strings are anagrams, compare the frequency of each character in both strings.
Sorting Method: One approach is to sort both strings and compare them; ...
Reversing a string involves rearranging its characters in the opposite order, creating a new string.
Use built-in functions: In Python, you can reverse a string using slicing: `reversed_string = original_string[::-1]`.
Iterative approach: Loop through the string from the end to the beginning and build a new string.
Using recursion: A recursive function can reverse a string by returning the last character plus the reverse ...
based on 1 interview experience
Difficulty level
Duration
Executive
227
salaries
| ₹1.3 L/yr - ₹3.8 L/yr |
Senior Executive
194
salaries
| ₹1.9 L/yr - ₹4.5 L/yr |
Assistant Manager
134
salaries
| ₹2.3 L/yr - ₹6.2 L/yr |
Medical Officer
120
salaries
| ₹2.3 L/yr - ₹5.5 L/yr |
Claims Executive
105
salaries
| ₹1.4 L/yr - ₹3.7 L/yr |
Cholamandalam MS General Insurance
Bharti AXA Life Insurance
Future Generali India Life Insurance
Medi Assist India