P99soft
North West Carrying Co. Interview Questions and Answers
Q1. Compare array, prime number, second Highest salary, Validate the CSS value, Excel reading
Comparing different concepts in QA Automation Testing Engineer
Array - Data structure used to store multiple values of the same type
Prime number - A number that is only divisible by 1 and itself
Second Highest salary - Finding the second highest salary in a list of salaries
Validate the CSS value - Ensuring that the CSS value meets the specified criteria
Excel reading - Extracting data from an Excel file for testing purposes
Q2. Development cycle of a student registration app
The development cycle of a student registration app involves planning, designing, developing, testing, and deploying the app.
Plan the app's features and functionality
Design the user interface and user experience
Develop the app using Reactjs and other technologies
Test the app for bugs and errors
Deploy the app to a server or hosting platform
Continuously maintain and update the app as needed
Q3. What testing strategies will u use
I will use a combination of manual and automated testing strategies to ensure comprehensive testing.
Developing test cases based on requirements and user stories
Performing functional, regression, and integration testing
Using tools like Selenium and JMeter for automated testing
Performing exploratory testing to uncover defects
Collaborating with developers to ensure timely defect resolution
Q4. Reverse a string in JavaScript
Reverse a string in JavaScript
Use the split() method to convert the string into an array
Use the reverse() method to reverse the array
Use the join() method to convert the array back to a string
Q5. How u vl generate regression report
Regression report can be generated using tools like JMeter, Selenium, or custom scripts.
Identify the test cases to be included in the report
Execute the test cases and collect the results
Analyze the results and identify the regression issues
Generate a report with details on the regression issues and their severity
Include graphs and charts to visualize the data
Automate the report generation process for future use
Q6. program : reverse string,count of vowels
Program to reverse a string and count the number of vowels in an array of strings.
Iterate through each string in the array
Reverse each string using built-in functions or by iterating through the characters
Count the number of vowels in each string by iterating through the characters and checking if they are vowels
Return the reversed string and the count of vowels for each string
Q7. Collection in java
Collection in Java refers to a group of objects that are stored and manipulated together.
Collections framework in Java provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating groups of objects.
Collections allow for easy manipulation, sorting, searching, and iteration of objects.
Common methods include add(), remove(), contains(), size(), and clear().
Example: List
names = new ArrayList<>(); names.add("Alice"); names.add("Bob")...read more
Interview Process at North West Carrying Co.
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month