i
Bacancy Technology
Filter interviews by
I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.
OOPS concepts are fundamental principles in object-oriented programming that help in designing and implementing software solutions.
Encapsulation: Bundling data and methods together in a class to hide implementation details.
Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.
Polymorphism: Ability of objects to take on many forms and perform different actions based on the contex...
SOLID principles are design principles for writing maintainable and scalable software in .NET.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.
I - Interface Segregation Principle: Clients should not ...
Abstraction is the process of simplifying complex systems by focusing on the essential details.
Abstraction hides unnecessary details and exposes only the relevant information.
It allows developers to work at a higher level of abstraction, increasing productivity and code reusability.
For example, in object-oriented programming, classes are used to abstract away the implementation details and provide a simplified interfac
Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows for code reuse and promotes modularity.
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 superclass.
In...
Top trending discussions
posted on 28 Jun 2024
There are four divisions in COBOL: Identification Division, Environment Division, Data Division, and Procedure Division.
Identification Division: Contains program name, author, and date.
Environment Division: Specifies the hardware and software environment.
Data Division: Defines the data structures used in the program.
Procedure Division: Contains the actual program logic.
GDG stands for Generation Data Group in JCL, used to manage related datasets as a single unit.
GDG is used in JCL to group related datasets together for easier management.
It allows for easy referencing of datasets within the group using relative generation numbers.
Example: MYDATA.GDG(+1) refers to the most recent generation in the GDG.
Example: MYDATA.GDG(-1) refers to the previous generation in the GDG.
posted on 6 Feb 2024
posted on 16 May 2023
I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.
Write a class with some use case.
SQL is a standard language for managing relational databases, while PL/SQL is Oracle's procedural extension for SQL.
SQL is a standard language for querying and managing relational databases.
PL/SQL is Oracle's procedural extension for SQL, allowing for more complex programming capabilities.
SQL is used for querying data, while PL/SQL is used for writing procedural code like functions and triggers.
SQL is a declarative lan...
Split-wise is a basic implementation to divide expenses among a group of people.
Create a function that takes in an array of expenses and participants
Calculate the total expense and divide it equally among participants
Return a list of strings showing who owes how much to whom
BookMyShow is a platform for booking movie tickets, event tickets, and other entertainment activities.
Low level design: Database schema for storing user information, ticket details, show timings, etc.
High level design: System architecture including front-end, back-end, and database components.
Example: Use of microservices for scalability and fault tolerance.
Example: Integration with payment gateways for seamless transa
posted on 16 Sep 2024
I was interviewed in Mar 2024.
I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.
Arrays, basics. easy, some important topics in python and sql
posted on 28 Oct 2023
It was basic test. online.
2 questions on arrays. online.
The general topic. Be point to point
posted on 13 Feb 2023
posted on 2 Mar 2022
I was interviewed in Mar 2022.
An interceptor is a middleware component that intercepts incoming and outgoing HTTP requests in an application.
Interceptors can be used for logging, authentication, error handling, and modifying requests/responses.
In Angular, interceptors can be used to add headers to HTTP requests or handle errors globally.
In Spring framework, interceptors can be used for pre-processing and post-processing of requests.
Interceptors are...
Functional interfaces in Java are interfaces with a single abstract method, used for lambda expressions and method references.
Functional interfaces can be found in the java.util.function package.
Examples of functional interfaces include Consumer, Supplier, Predicate, and Function.
Functional interfaces can be identified by the @FunctionalInterface annotation.
Gateway implementation in Spring Boot allows for routing and filtering of incoming requests to different microservices.
Use Spring Cloud Gateway for implementing gateway in Spring Boot
Define routes and filters in application.properties or application.yml
Example: routes: - id: my_route uri: http://localhost:8080 predicates: - Path=/my_route/**
Example: filters: - AddRequestHeader=X-Request-Foo, Bar
based on 6 reviews
Rating in categories
Senior Software Engineer
189
salaries
| ₹6 L/yr - ₹19.8 L/yr |
Software Engineer
131
salaries
| ₹3 L/yr - ₹10 L/yr |
Software Developer
43
salaries
| ₹3 L/yr - ₹9.5 L/yr |
Lead Software Engineer
28
salaries
| ₹7.1 L/yr - ₹20 L/yr |
Senior Software Developer
27
salaries
| ₹6 L/yr - ₹18.4 L/yr |
TCS
Infosys
Wipro
HCLTech