Filter interviews by
posted on 18 Jul 2024
Top trending discussions
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
A Java program to count the occurrences of the letter 'l' in the string 'Hello world'.
Create a Java program with a main method.
Initialize a String variable with the value 'Hello world'.
Use a loop to iterate through each character in the string and count the occurrences of the letter 'l'.
Print the count of 'l' at the end.
Reverse the characters of each word in a given string
Split the input string into an array of words
Reverse each word in the array
Join the reversed words back into a single string
Comparator is an interface used to sort objects, while Comparable is an interface used to compare objects for natural ordering.
Comparator is used to define custom sorting logic for objects, while Comparable is used for natural ordering based on the class's implementation of compareTo() method.
Comparator can be used to sort objects of different classes, while Comparable is implemented within the class itself.
Example: So...
Lambda expression is a concise way to represent an anonymous function in programming languages.
Lambda expressions are used to create small, inline functions without a formal definition.
They are commonly used in functional programming languages like Python, Java, and C#.
Lambda expressions can be used to simplify code and make it more readable.
Example: (x, y) -> x + y is a lambda expression that takes two parameters a
Constructor chaining is the process of calling one constructor from another constructor in a class.
Allows reusing code and avoiding duplication
Can be achieved using 'this' keyword in the constructor
Helps in initializing objects with different parameters
Handle notifications in mobile automation by using automation tools to interact with notifications, verify content, dismiss or respond to them.
Use automation tools like Appium or Espresso to interact with notifications
Verify the content of notifications by extracting text or images
Dismiss notifications to continue with test execution
Respond to notifications if required for test scenarios
Handle different types of notifi...
Use platform-specific locators or conditional statements to handle different element xpaths in iOS and Android apps.
Use platform-specific locators like accessibility id for iOS and resource id for Android
Implement conditional statements to switch between different xpaths based on the platform
Utilize Appium's platformName capability to identify the platform and adjust the element xpath accordingly
TestNG annotations include @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite
@Test - denotes a test method
@BeforeMethod - runs before each test method
@AfterMethod - runs after each test method
@BeforeClass - runs before the first test method in the current class
@AfterClass - runs after the last test method in the current class
@BeforeSuite - runs before all tests in the suite
@AfterSu
pom.xml is a configuration file used in Maven projects to define project settings and dependencies.
pom.xml stands for Project Object Model XML
It is used in Maven projects to manage project configuration, build settings, and dependencies
Dependencies are mentioned inside the <dependencies> tag in pom.xml
Each dependency is specified with <groupId>, <artifactId>, and <version>
I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.
Can you recommend any free website for taking an online carrier aptitude test and recieving a detailed report on sutaible job options.
What is the best resource to learn data structure and algorithm(must contain practice assignments too)? I have stumbled across Coursera,but does it cover all essential details about DSA?
I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.
A bug is a general term for any flaw or error in a software application, while a defect is a specific instance of a bug that causes a deviation from expected behavior.
Bug is a broader term encompassing all types of issues in software.
Defect is a specific instance of a bug that can be identified and fixed.
Example: Bug - Application crashes randomly. Defect - Button does not work as intended.
Example: Bug - Incorrect calc...
Agile is a project management methodology that emphasizes flexibility, collaboration, and iterative development.
Agile focuses on delivering value to customers through continuous collaboration and feedback.
It involves breaking down projects into smaller, manageable tasks called sprints.
Teams work in short iterations to adapt to changing requirements and deliver working software quickly.
Common Agile frameworks include Sc
SDLC stands for Software Development Life Cycle, a process used by software development teams to design, develop, and test high-quality software.
SDLC is a systematic process for building software applications.
It consists of several phases including planning, analysis, design, implementation, testing, and maintenance.
Each phase has its own set of activities and deliverables.
Examples of SDLC models include Waterfall, Agi
Scenarios to test movie ticket booking app include user registration, movie selection, seat selection, payment processing, and booking confirmation.
User registration process
Movie selection and availability
Seat selection and seating arrangement
Payment processing and options
Booking confirmation and ticket generation
In 5 years, I see myself as a Senior Quality Engineer leading a team of quality professionals in a reputable company.
Continuing to enhance my skills and knowledge in quality engineering
Taking on more leadership responsibilities within the quality department
Contributing to the development and implementation of quality improvement initiatives
Building strong relationships with cross-functional teams to drive quality goals
...
I expect clear communication, challenging projects, opportunities for growth, and a supportive team environment.
Clear communication with team members and stakeholders
Challenging projects that allow me to utilize my skills and knowledge
Opportunities for professional growth and development
A supportive team environment that fosters collaboration and innovation
I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.
Program to count consecutive characters in a string
Iterate through the string and compare each character with the next one
Maintain a count for each character and append to the output string when a different character is encountered
Example: input 'aabbccc' -> output 'a2b2c3'
Dynamic xpath is a way to locate elements on a web page based on changing attributes or positions.
Use functions like contains(), starts-with(), or ends-with() to create dynamic xpaths
Avoid using indexes in xpaths as they can change with page updates
Consider using unique attributes or text within the element to create a reliable xpath
PUT is used to update or replace an entire resource, while PATCH is used to update specific fields of a resource.
PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.
PATCH is not necessarily idempotent, as multiple identical requests may have different effects.
PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the spe
I applied via Job Fair and was interviewed in Sep 2024. There was 1 interview round.
The annual child birth ratio of an average Indian is approximately 2.3 children per woman.
The total fertility rate in India is around 2.3 children per woman.
This rate varies across different states and regions in India.
Factors such as education, socio-economic status, and cultural norms influence the fertility rate.
For example, states like Bihar and Uttar Pradesh have higher fertility rates compared to Kerala and Tamil
During a crisis, general concepts to apply include effective communication, quick decision-making, adaptability, and teamwork.
Effective communication is crucial to keep all stakeholders informed and aligned.
Quick decision-making is necessary to address the crisis promptly and minimize its impact.
Adaptability is key to adjusting strategies and plans as the situation evolves.
Teamwork is essential for pooling resources an
Employers typically renew contracts before the notice period.
Employers usually renew contracts before the notice period to ensure continuity in the work relationship.
Renewing the contract before the notice period allows both parties to plan ahead and make necessary arrangements.
In some cases, employers may choose to renew the contract during the notice period if negotiations are ongoing.
It is important for employers to...
Quality Inspectors are responsible for ensuring products meet quality standards by inspecting, testing, and reporting on the quality of products.
Inspect products to ensure they meet quality standards
Conduct tests to identify defects or issues
Report on the quality of products and recommend improvements
Collaborate with production teams to address quality concerns
Maintain documentation of inspection results
QA focuses on preventing defects in the production process, while QC focuses on identifying defects in the final product.
QA is process oriented, focusing on improving and monitoring the processes used to create the product.
QC is product oriented, focusing on identifying defects in the final product through inspections and testing.
QA is proactive, aiming to prevent defects before they occur.
QC is reactive, identifying d...
posted on 18 Dec 2024
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
There are just a few logical and reasoning questions, and the second part of the test pertains to English proficiency.
Lack of growth opportunities and stagnant work environment.
Limited opportunities for career advancement
Feeling of being undervalued or unappreciated
Stagnant work environment with no new challenges or learning opportunities
I have worked on various projects including implementing quality assurance processes, conducting test cases, and analyzing data.
Implemented quality assurance processes to ensure product quality
Conducted test cases to identify bugs and issues
Analyzed data to improve product performance
Worked on projects in industries such as software development and healthcare
Some of the biggest challenges I faced in my previous organization included managing tight deadlines, resolving conflicts within teams, and adapting to changing project requirements.
Managing tight deadlines for multiple projects simultaneously
Resolving conflicts within teams and promoting effective communication
Adapting to changing project requirements and priorities
A pivot table is a data processing tool used to summarize, analyze, and present large amounts of data in a structured format.
Pivot tables allow users to rearrange and summarize data from a spreadsheet or database table to analyze trends and patterns.
They help in identifying relationships between different data points and making data-driven decisions.
Pivot tables can be used to calculate averages, sums, counts, and othe...
The seven tools of quality are a set of techniques used for quality control and improvement in manufacturing and service industries.
Check sheet: Used for collecting and analyzing data, such as defects or errors.
Control chart: Monitors process variation over time to identify trends or patterns.
Histogram: Displays data distribution to identify patterns or outliers.
Pareto chart: Helps prioritize issues by showing the most...
The formula for calculating variance is the sum of squared differences between each data point and the mean, divided by the total number of samples. Error percentage is the absolute difference between the actual and predicted values, divided by the actual value, multiplied by 100.
Variance = Σ((X - μ)²) / N, where X is each data point, μ is the mean, and N is the total number of samples
Error percentage = |(Actual - Pred...
RCA is a systematic process used to identify the underlying causes of problems or issues in order to prevent their recurrence.
RCA involves investigating an issue or problem to determine the root cause(s) rather than just addressing the symptoms.
It helps in identifying systemic issues within processes or systems that may be contributing to the problem.
RCA aims to prevent the recurrence of issues by addressing the root c...
I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.
Manager Quality Assurance
4
salaries
| ₹5.3 L/yr - ₹7 L/yr |
QA/QC Manager
3
salaries
| ₹5.3 L/yr - ₹7.9 L/yr |
TCS
Accenture
Wipro
Cognizant