Filter interviews by
Simple and easy to attend.
Can crack if technically sound
Top trending discussions
posted on 24 Aug 2024
Use the built-in sort() method in JavaScript to sort an array of integers.
Use the sort() method with a compare function to sort the array in ascending order.
For descending order, return b - a instead of a - b in the compare function.
Example: let arr = [3, 1, 5, 2]; arr.sort((a, b) => a - b);
Rotate an array of strings by a specified number of positions.
Create a new array to store the rotated elements.
Use modulo operator to handle cases where the rotation count exceeds the array length.
Copy elements from original array to the new array based on the rotation count.
Return the rotated array.
I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.
General queries from lead code
Answering questions related to agile and waterfall models, test cases and problematic scenarios for Test Engineer role.
Agile model offers flexibility, faster feedback, continuous improvement, and customer satisfaction.
Waterfall model lacks flexibility, has a high risk of project failure, and doesn't allow for changes once development starts.
Test cases for drop-down, date, and text box fields should cover functionality,...
I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.
posted on 10 Jan 2025
I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.
Basic java coding
Reverse a string without replacing spaces position
Matrix multiplication
posted on 31 Oct 2021
I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 4 interview rounds.
posted on 2 Jul 2021
I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.
Mailing reports can be established by integrating email APIs with automation framework.
Integrate email APIs like SMTP or SendGrid with automation framework
Create functions to generate and send reports via email
Configure email settings like recipient list, subject, body, etc.
Implement error handling and logging for email sending failures
Selenium grid is used to run test suites in parallel across multiple machines.
Selenium grid allows for distributed testing across multiple machines
Tests are divided into smaller suites and run in parallel on different nodes
Parallel execution reduces test execution time and increases efficiency
Example: Running smoke tests on one node and regression tests on another node simultaneously
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
posted on 16 Jul 2024
based on 1 interview
Interview experience
based on 1 review
Rating in categories
System Software Engineer
123
salaries
| ₹3 L/yr - ₹12 L/yr |
Senior System Software Engineer
121
salaries
| ₹6 L/yr - ₹18 L/yr |
Module Lead
56
salaries
| ₹8.4 L/yr - ₹21 L/yr |
Senior Test Engineer
34
salaries
| ₹5 L/yr - ₹13 L/yr |
Software Engineer
23
salaries
| ₹3.3 L/yr - ₹8 L/yr |
Dell
Hewlett Packard Enterprise
IBM
Microsoft Corporation