i
ValueLabs
Filter interviews by
I applied via Naukri.com and was interviewed before Apr 2023. There were 4 interview rounds.
API testing tools and methods involve using tools like Postman, SoapUI, and methods like manual testing, automation testing, and performance testing.
Use tools like Postman, SoapUI, JMeter for API testing
Perform manual testing by sending requests and verifying responses
Automate API testing using tools like Selenium, RestAssured
Conduct performance testing to check API response time and throughput
API testing tools and methods involve using tools like Postman, SoapUI, and methods like manual testing, automation testing, and performance testing.
Tools like Postman and SoapUI are commonly used for API testing
Manual testing involves testing APIs manually without the use of automation tools
Automation testing uses tools like Selenium for automated API testing
Performance testing checks the API's response time and scala
I applied via Naukri.com and was interviewed before Oct 2021. There were 4 interview rounds.
Java programs on sorting involve arranging data in a specific order.
Sorting can be done using various algorithms like bubble sort, insertion sort, quick sort, etc.
Java provides built-in sorting methods like Arrays.sort() and Collections.sort().
Sorting can be done on different data types like integers, strings, objects, etc.
To capture a screenshot in WebdriverIO, you can use the browser.saveScreenshot() method.
Use browser.saveScreenshot() method to capture a screenshot in WebdriverIO.
Specify the path where you want to save the screenshot as a parameter to the saveScreenshot() method.
Example: browser.saveScreenshot('./screenshot.png') will save the screenshot as 'screenshot.png' in the current directory.
I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.
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;
They told to write java program in string and collections
Test cases are specific conditions or inputs to test a particular functionality, while test scenarios are a sequence of test cases to test a broader functionality.
Test cases are detailed steps to test a specific functionality, while test scenarios are a collection of test cases to test a broader functionality.
Test cases are more granular and focus on individual functionalities, while test scenarios are more high-level ...
A program to read data from an Excel file using a programming language.
Use a library or module that supports reading Excel files, such as pandas in Python or Apache POI in Java.
Open the Excel file and select the specific sheet or range of cells to read data from.
Iterate through the rows and columns to extract the data and store it in an array of strings.
Seeking new challenges and growth opportunities in a more innovative environment.
Desire for new challenges and learning opportunities
Seeking a more innovative work environment
Looking for career growth and advancement
Interested in working with new technologies or methodologies
posted on 29 Nov 2024
I was interviewed in May 2024.
Java program to create and manipulate an array of strings
Declare and initialize an array of strings: String[] arrayName = new String[] {"string1", "string2", "string3"};
Access elements in the array using index: String element = arrayName[index];
Modify elements in the array: arrayName[index] = "newString";
Iterate through the array using a loop: for(String element : arrayName) { // do something with element }
Java program to manipulate an array of strings
Use a for loop to iterate through the array of strings
Use string methods like substring, indexOf, or replace to manipulate the strings
Use StringBuilder for efficient string manipulation
In 5 years, I see myself as a Senior Quality Manager leading a team of analysts and implementing innovative quality assurance strategies.
Leading a team of quality analysts
Implementing innovative quality assurance strategies
Continuing professional development to stay updated with industry trends
posted on 6 Aug 2024
Coding assessment in Java and selenium
based on 4 reviews
Rating in categories
Senior Software Engineer
2.2k
salaries
| ₹4.5 L/yr - ₹25 L/yr |
Software Engineer
818
salaries
| ₹7.2 L/yr - ₹14 L/yr |
Analyst
538
salaries
| ₹8.4 L/yr - ₹32 L/yr |
Technical Lead
413
salaries
| ₹11.6 L/yr - ₹43 L/yr |
System Analyst
387
salaries
| ₹8.5 L/yr - ₹30 L/yr |
TCS
Infosys
Wipro
HCLTech