Filter interviews by
SDLC stands for Software Development Life Cycle. It is a process used to design, develop, and test software applications.
SDLC is a systematic approach to software development.
It consists of several phases including requirements gathering, design, coding, testing, and maintenance.
Each phase has specific activities and deliverables.
SDLC models include Waterfall, Agile, and DevOps.
It ensures the quality and reliability of
Top trending discussions
I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.
Basic Aptitude questions
Coding questions based on arrays strings etc
I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.
To find spaces in a string, use the split() method and count the resulting array length minus one.
Use the split() method with a space as the delimiter
Count the length of the resulting array minus one
Example: 'Hello World'.split(' ').length - 1 returns 1
posted on 16 Sep 2024
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization helps in minimizing data redundancy by dividing the database into multiple tables.
It ensures data integrity by avoiding update anomalies.
Normalization is achieved through a series of rules called normal forms, such as 1NF, 2NF, 3NF, etc.
Example: In a database, instead of storing customer details i...
Reflection is the ability of a program to examine and modify its own structure and behavior at runtime.
Allows accessing metadata of types and members at runtime
Enables dynamic instantiation of objects
Facilitates invoking methods dynamically
posted on 11 Apr 2024
Increment last element of array by 1 and carry over to second last element
Iterate through the array in reverse order
Increment the last element by 1 and check if it becomes 10
If last element becomes 10, set it to 0 and carry over 1 to the second last element
Software Developer
109
salaries
| ₹2 L/yr - ₹9 L/yr |
Senior Software Developer
41
salaries
| ₹6 L/yr - ₹12 L/yr |
Software Engineer
33
salaries
| ₹2.5 L/yr - ₹8.5 L/yr |
Operations Executive
27
salaries
| ₹2 L/yr - ₹2.9 L/yr |
Software Tester
20
salaries
| ₹2.2 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech