Filter interviews by
I applied via LinkedIn and was interviewed in Oct 2020. There were 5 interview rounds.
Testcase for a web with username, password, cancel button and login button.
Enter valid username and password and click login button
Verify that user is successfully logged in
Enter invalid username and password and click login button
Verify that appropriate error message is displayed
Click cancel button and verify that user is redirected to the previous page
Query to display employee age from highest to lowest
Use SELECT statement to retrieve data from table
Use ORDER BY clause with DESC keyword to sort age in descending order
Specify the column names in SELECT statement
Example: SELECT EMP_Id, first_name, last_name, age FROM table_name ORDER BY age DESC
Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.
Regression testing is done after making changes to the software application.
It ensures that existing functionality is not affected by the changes.
It helps to identify any new defects introduced by the changes.
Regression testing can be done manually or using automated tools.
It should be d...
Top trending discussions
Print the level order traversal of binary tree in spiral form
Perform level order traversal of the binary tree
Alternate the direction of traversal for each level
Use a stack to reverse the order of nodes in each level
Print the nodes in the order of traversal
Find the maximum element in each subarray of size k in a given array.
Iterate through the array from index 0 to n-k.
For each subarray of size k, find the maximum element.
Store the maximum elements in a separate array.
Return the array of maximum elements.
To find the Kth largest element in two sorted arrays, we can use the merge step of merge sort algorithm.
Merge the two arrays into a single sorted array using a modified merge sort algorithm.
Return the Kth element from the merged array.
Merge two sorted arrays into one sorted array with expected time complexity of (m+n).
Use a two-pointer approach to compare elements from both arrays and merge them into the first array.
Start comparing elements from the end of both arrays and place the larger element at the end of the first array.
Continue this process until all elements from the second array are merged into the first array.
No, I am not a loner.
I enjoy working in a team and collaborating with others.
I believe that teamwork leads to better results.
I am comfortable working with people from diverse backgrounds.
I actively seek out opportunities to network and build relationships.
I am a good listener and value the opinions of others.
Some of the top questions asked at the Sygina Data Systems interview -
based on 6 reviews
Rating in categories
Software Engineer
13
salaries
| ₹3 L/yr - ₹10 L/yr |
Software Developer
6
salaries
| ₹3.3 L/yr - ₹5.5 L/yr |
TCS
Infosys
Wipro
HCLTech