Filter interviews by
I am a software developer with 5 years of experience in Java and Python.
5 years of experience in Java and Python
Strong problem-solving skills
Experience working in Agile development environment
As a Software Developer, my role is to design, develop, and maintain software applications to meet the needs of users and clients.
Designing and developing software applications
Collaborating with team members to create solutions
Testing and debugging code to ensure functionality
Updating and maintaining existing software
Staying current with industry trends and technologies
MVC architecture is a software design pattern that separates an application into three main components: Model, View, and Controller.
Model: Represents the data and business logic of the application
View: Represents the UI components of the application
Controller: Acts as an intermediary between Model and View, handling user input and updating the Model accordingly
Promotes code reusability, modularity, and easier maintenan...
Clustered indexing physically reorders the data in the table, while non-clustered indexing creates a separate structure.
Clustered indexing determines the physical order of data in the table, while non-clustered indexing does not.
In clustered indexing, the leaf nodes of the index contain the actual data rows, while in non-clustered indexing, the leaf nodes contain pointers to the data rows.
Clustered indexing is faster f...
N-tier architecture is a software design pattern that divides an application into multiple layers or tiers for better scalability and maintainability.
N-tier architecture typically consists of presentation layer, business logic layer, and data access layer.
Each layer is responsible for specific tasks and communicates with the layers above and below it.
Example: Presentation layer handles user interface, business logic la...
Top trending discussions
I applied via Campus Placement
Question related to operating system and computer network
Traverse all child nodes in a tree data structure
Use depth-first or breadth-first traversal algorithms
Recursively visit each child node starting from the root node
Consider using a stack or queue data structure for traversal
Example: Traverse all nodes in a binary tree
posted on 9 Dec 2024
I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Java based questions and few DSA questions
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
1st round is aptitude and pesudocode
Basic questions were given..bar graphs,pie charts
Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.
Oops concept is a programming paradigm that focuses on objects and classes.
It includes principles like inheritance, where a class can inherit properties and behaviors from another class.
Encapsulation is another principle where data is wrapped within a class and can only be...
The problem involves finding the sum of all possible subarrays in an array of integers.
Use nested loops to iterate through all possible subarrays
Keep track of the sum of each subarray as you iterate
Consider edge cases like empty array or negative numbers
Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.
Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.
Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.
Hash Map typically has a load factor threshold to determine whe...
Interview experience
based on 8 reviews
Rating in categories
Softwaretest Engineer
46
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Android Developer
30
salaries
| ₹2 L/yr - ₹5 L/yr |
Software Engineer
29
salaries
| ₹2 L/yr - ₹4.8 L/yr |
IOS Developer
23
salaries
| ₹2 L/yr - ₹5.3 L/yr |
Software Developer
20
salaries
| ₹2.3 L/yr - ₹6.2 L/yr |
TCS
Infosys
Wipro
HCLTech