Filter interviews by
I applied via campus placement at Sri Sairam College of Engineering, Bangalore and was interviewed in Feb 2023. There were 3 interview rounds.
Numerical reasoning ,verbal reasoning, logical reasoning
Top trending discussions
posted on 17 Oct 2024
I applied via Walk-in
Coding programs can vary in complexity depending on the requirements and functionalities needed.
Complexity can be measured using Big O notation, which describes the worst-case scenario for time and space complexity.
Factors affecting complexity include data structures used, algorithms implemented, and the size of input data.
Examples of complex programs include machine learning algorithms, large-scale distributed systems
I have over 5 years of experience in software development, with a strong focus on web applications and database management.
Developed web applications using HTML, CSS, JavaScript, and various frameworks like Angular and React
Proficient in database management with SQL and NoSQL databases such as MySQL and MongoDB
Experience in version control systems like Git for collaborative development
Strong problem-solving skills and ...
Comparable is an interface used for natural ordering, while Comparator is used for custom ordering in Java.
Comparable interface is used to define the natural ordering of objects. It is implemented by the class whose objects are to be sorted.
Comparator interface is used to define custom ordering of objects. It is implemented by a separate class that compares objects based on specific criteria.
Example: Sorting a list of ...
List allows duplicate elements and maintains insertion order, while Set does not allow duplicates and does not maintain order.
List can contain duplicate elements, Set cannot
List maintains insertion order, Set does not guarantee order
List is implemented by classes like ArrayList, LinkedList, Set is implemented by classes like HashSet, TreeSet
Example: List
posted on 26 Apr 2024
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.
Lifecycle hooks in LWC are methods that allow developers to interact with the component at specific stages of its lifecycle.
ConnectedCallback - called when a component is inserted into the DOM
RenderedCallback - called after a component's template has been rendered
DisconnectedCallback - called when a component is removed from the DOM
Aura components are used in Salesforce to build dynamic web applications with reusable components.
Create interactive user interfaces
Enhance user experience with dynamic content
Enable communication between components
Leverage event-driven architecture
Support client-side controller logic
Connected apps in Salesforce allow external applications to integrate with Salesforce using APIs.
Connected apps are created in Salesforce to establish a secure connection with external applications.
They use OAuth protocol for authentication and authorization.
Connected apps define the permissions and access levels for external applications.
They can be used to integrate third-party applications, such as marketing automat
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
GIL stands for Global Interpreter Lock in Python, which limits execution of multiple threads at once.
GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.
Due to GIL, Python threads are not suitable for CPU-bound tasks but are still useful for I/O-bound tasks.
To handle multi-threading in Python, one can use multiprocessing module or asynchronous progr...
React uses a virtual DOM to efficiently update the actual DOM based on changes in state or props.
React creates a virtual DOM representation of the actual DOM.
When state or props change, React compares the virtual DOM with the actual DOM to determine the minimal set of changes needed.
React then updates the actual DOM efficiently to reflect the changes.
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
Procedures and functions are stored routines in a database that can be called to perform specific tasks.
Procedures are a set of SQL statements that perform a specific task. They can have input and output parameters.
Functions are similar to procedures but return a value. They can be used in SQL queries like any other function.
Both procedures and functions can improve code reusability and maintainability in a database sy
A trigger is a special kind of stored procedure that is automatically executed when certain events occur in a database.
Triggers are used to maintain data integrity by enforcing business rules or cascading changes.
They can be set to execute before or after INSERT, UPDATE, or DELETE operations.
Examples include auditing changes to a table, updating related records in other tables, or enforcing constraints.
A database is a structured collection of data that is stored and accessed electronically.
Database organizes and stores data in tables
It allows for efficient retrieval, insertion, and updating of data
Examples include MySQL, Oracle, MongoDB
Primary key is a unique identifier for each record in a database table.
Primary key ensures each record in a table is uniquely identified.
It must have a unique value for each record.
Primary key can be a single column or a combination of columns.
Examples: ID column in a user table, combination of first name and last name in an employee table.
Design an airline service for booking flights and managing reservations.
Create a user-friendly website or mobile app for customers to search and book flights.
Implement a secure payment system for online bookings.
Develop a system for managing flight schedules, seat availability, and reservations.
Include features for customers to check-in online, select seats, and view flight status.
Offer loyalty programs and discounts f
based on 2 reviews
Rating in categories
Senior Software Engineer
49
salaries
| ₹7 L/yr - ₹18 L/yr |
Software Engineer
36
salaries
| ₹4 L/yr - ₹8.4 L/yr |
Technology Specialist
19
salaries
| ₹8.6 L/yr - ₹30 L/yr |
Software Developer
12
salaries
| ₹5.2 L/yr - ₹15 L/yr |
Senior Technology Specialist
10
salaries
| ₹23 L/yr - ₹30 L/yr |
TCS
Infosys
Wipro
HCLTech