i
Intersoft Data Labs
Filter interviews by
I applied via Recruitment Consulltant
Top trending discussions
posted on 3 Feb 2024
I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.
To print vowels in a given string, iterate through each character and check if it is a vowel.
Create a string variable to store vowels (aeiouAEIOU)
Iterate through each character in the given string
Check if the character is present in the vowels string
If yes, print the character
Questions related to manual testing, Scrum ceremonies, Cypress commands, and basics of JS.
Regression testing is retesting of previously tested functionality to ensure that changes or fixes have not introduced new defects.
Retesting is testing of a previously failed test case after the defect has been fixed.
Creating bugs intentionally is not a good practice. However, one can create test scenarios that have a high probabi...
posted on 30 Mar 2022
I applied via Walk-in and was interviewed before Mar 2021. There were 2 interview rounds.
Questions regarding e-commerce
I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.
I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
Overloading in OOP allows multiple methods with same name but different parameters.
Overloading is achieved by changing the number, type or order of parameters
Return type of the methods does not matter in overloading
Example: void print(int a), void print(int a, int b), void print(String s)
Program to add two numbers in c#
Declare two variables to store the numbers
Take input from user for both variables
Add the variables and store the result in a third variable
Display the result
Xpath can use AND and OR conditions to locate elements based on multiple criteria.
To use AND, simply chain multiple conditions together with no operator in between.
To use OR, use the 'or' keyword between conditions.
Example: //div[@class='class1' and @id='id1'] or //div[@class='class2']
Protected internal access modifier allows access to members within the same assembly or derived classes.
Can be applied to methods, properties, fields, and events
Access is limited to the current assembly or derived classes
Used when you want to restrict access to certain members within the same assembly or derived classes
Example: protected internal int age = 25; // can be accessed within the same assembly or derived clas
based on 1 interview
Interview experience
based on 12 reviews
Rating in categories
Senior Software Engineer
150
salaries
| ₹5.9 L/yr - ₹20.5 L/yr |
System Analyst
98
salaries
| ₹9.5 L/yr - ₹19 L/yr |
Senior Technical Analyst
93
salaries
| ₹10.8 L/yr - ₹34 L/yr |
Technical Analyst
84
salaries
| ₹10 L/yr - ₹25 L/yr |
Software Engineer
76
salaries
| ₹3 L/yr - ₹12.2 L/yr |
TCS
Infosys
Wipro
HCLTech