i
Tatvasoft
Filter interviews by
It was an apptitude test which was used to gauge ones logical thinking and processing
I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.
All MCQ'S choice questions and negative marking is present
SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.
SDLC involves phases like planning, analysis, design, implementation, and maintenance.
STLC involves phases like test planning, test design, test execution, a...
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
Split alpha-numeric values in Java without using split method
Iterate through each character in the input string
Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods
Create separate strings for digits and letters and store them in an array
Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL
Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;
Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;
I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.
Quite tough and interesting and good questions
Quite tough and interesting and goodnpanel of members
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
Test cases for QR code should cover scanning, decoding, error handling, and compatibility with different devices.
Verify that the QR code can be scanned successfully using different devices and apps.
Test the decoding accuracy of the QR code to ensure the correct information is extracted.
Check for error handling scenarios such as invalid QR codes or damaged codes.
Test the compatibility of the QR code with various devices
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
Encapsulation is the process of hiding internal details of an object and providing access only through defined methods.
Encapsulation helps in achieving data abstraction and data hiding.
It allows for better control over the data and prevents direct access to it.
Loading process refers to the process of loading a program or data into memory for execution.
Reverse string code example: function reverseString(str) { return st
Encapsulation is the process of hiding internal implementation details and providing a public interface. Loading process refers to the steps involved in loading a program or data into memory.
Encapsulation helps in achieving data abstraction and information hiding.
It allows for better control over data and prevents unauthorized access.
Loading process involves steps like parsing, linking, and loading the program or data ...
Regression testing is retesting of previously tested functionality, while sanity testing is a quick check to ensure basic functionality is working.
Regression testing is performed to ensure that changes or fixes in the software do not introduce new defects or impact existing functionality.
It involves retesting of the entire application or a specific set of test cases.
Regression testing is usually performed after major c...
Write a Java code to reverse a string
Use StringBuilder to reverse the string
Convert the string to StringBuilder, call reverse() method, and convert back to string
Handle null or empty string cases
based on 2 interviews
Interview experience
Software Engineer
283
salaries
| ₹2 L/yr - ₹9 L/yr |
Senior Software Engineer
193
salaries
| ₹4.2 L/yr - ₹11 L/yr |
Team Lead
76
salaries
| ₹5.7 L/yr - ₹15 L/yr |
Software Developer
66
salaries
| ₹2 L/yr - ₹8 L/yr |
Associate Software Engineer
28
salaries
| ₹2.5 L/yr - ₹7 L/yr |
TCS
Infosys
Wipro
HCLTech