Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.
Quality is meeting or exceeding customer expectations through consistent and reliable products or services.
Quality is a measure of how well a product or service meets customer needs and expectations.
It involves consistent and reliable performance, meeting specifications and standards, and continuous improvement.
Examples of quality include a car that runs smoothly and reliably, a restaurant that consistently serves deli...
Vlookup is a function in Excel used to search for a specific value in a table and return a corresponding value from another column.
Vlookup stands for 'Vertical Lookup'
It is used to find a specific value in a table
It returns a corresponding value from another column
It requires at least two arguments: the value to search for and the table to search in
It can be used with or without an exact match
Example: =VLOOKUP(A2, B2:C...
I applied via Approached by company and was interviewed in Jan 2022. There were 3 interview rounds.
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...
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: Inheritance in object-oriented programming languages like Java allows for polymorphism.
Example: Function overloading
Program to find number of repeated characters in a string
Iterate through each character in the string
Use a hashmap to store the count of each character
Increment the count if character is already present in the hashmap
Return the count of characters with count greater than 1
I am a dedicated Quality Engineer with a strong background in ensuring product quality and compliance with industry standards.
Experienced in conducting quality control tests and inspections
Skilled in analyzing data and identifying areas for improvement
Proficient in implementing quality management systems
Strong attention to detail and problem-solving skills
Excellent communication and teamwork abilities
Permission sets and profiles are used in Salesforce to control access to objects, fields, and records.
Permission sets are used to grant additional permissions to specific users or groups beyond what is already defined in their profiles.
Profiles are used to define the baseline permissions and settings for a user or group.
Permission sets can be assigned to users in addition to their profile to give them access to specifi...
Loan origination process involves application, underwriting, approval, and funding stages.
Customer submits loan application with required documents
Lender reviews application for completeness and accuracy
Underwriting process assesses borrower's creditworthiness and risk
Loan approval or denial decision is made based on underwriting results
Funding stage involves disbursing approved loan amount to borrower
I applied via Monster and was interviewed in May 2024. There was 1 interview round.
To select the 3rd highest salary from the employee table, you can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query like 'SELECT salary FROM employee ORDER BY salary DESC LIMIT 1 OFFSET 2' to get the 3rd highest salary.
The 'ORDER BY' clause sorts the salaries in descending order, 'LIMIT 1' limits the result to 1 row, and 'OFFSET 2' skips the first two rows.
Make sure to adjust the 'OFFSET' value if
Put is used to create or replace a resource, while patch is used to update a resource partially.
Put is idempotent, meaning multiple identical requests will have the same effect as a single request
Patch is not idempotent, as multiple identical requests may have different effects
Put requires the client to send the entire updated resource, while patch only requires the specific changes to be sent
The == operator checks for reference equality, while the equals method checks for value equality in strings.
Use == to check if two string variables refer to the same object in memory.
Use equals() method to check if two string variables have the same sequence of characters.
Example: String str1 = "hello"; String str2 = "hello"; str1 == str2 will return false, but str1.equals(str2) will return true.
String can be declared using double quotes, single quotes, or the String constructor.
Declare using double quotes: String str1 = "Hello";
Declare using single quotes: String str2 = 'World';
Declare using String constructor: String str3 = new String("Java");
String builder is not synchronized, while String buffer is synchronized.
String builder is faster than String buffer because it is not synchronized.
String buffer is thread-safe, while String builder is not.
String builder is preferred for single-threaded applications, while String buffer is preferred for multi-threaded applications.
Convert array to ArrayList of strings
Create a new ArrayList
Use Arrays.asList() method to convert array to ArrayList
Example: String[] array = {"apple", "banana", "orange"}; ArrayList
posted on 15 Oct 2024
Agile methodology is a project management approach that emphasizes flexibility, collaboration, and incremental progress.
Agile methodology involves breaking down projects into small, manageable tasks called sprints.
It prioritizes customer feedback and collaboration over rigid planning.
Adaptability and responding to change are key principles of agile methodology.
Common frameworks for agile include Scrum, Kanban, and Extr
Bug life cycle refers to the stages a bug goes through from identification to resolution in software testing.
Bug is identified by tester
Bug is reported in bug tracking system
Bug is assigned to developer for fixing
Developer fixes the bug
Bug is retested by tester
Bug is closed if fixed or reopened if issue persists
I applied via campus placement at Noida Institute of Engineering & Technology, Greater Noida and was interviewed in Aug 2024. There were 2 interview rounds.
DSA , Quiz and Oops concepts were asked
And also go through your resume and projects thoroughly
I am passionate about ensuring quality standards are met and enjoy problem-solving in a technical environment.
Passionate about ensuring quality standards are met
Enjoy problem-solving in a technical environment
Excited about contributing to continuous improvement processes
Data science can be used in quality engineering to analyze large datasets, identify trends, predict failures, and optimize processes.
Utilize data analytics to identify patterns and trends in quality control data
Implement predictive modeling to anticipate potential failures in manufacturing processes
Optimize quality control processes using machine learning algorithms
Utilize statistical analysis to improve product qualit...
Yes, I have worked on multiple projects in a team setting.
Worked on a project to improve manufacturing processes with a team of engineers
Collaborated with cross-functional teams to implement quality control measures
Participated in a project to develop new testing procedures for product validation
I would handle feedback by actively listening, remaining open-minded, and taking constructive criticism positively.
Actively listen to the feedback without interrupting
Remain open-minded and consider the feedback objectively
Ask clarifying questions to fully understand the feedback
Take constructive criticism positively and use it as an opportunity for growth
Provide feedback on how the feedback was implemented or addresse
I have handled team issues by promoting open communication, addressing concerns promptly, and fostering a collaborative environment.
Encouraging open communication among team members to address issues early on
Addressing concerns promptly and effectively to prevent escalation
Fostering a collaborative environment where team members feel comfortable sharing their thoughts and ideas
Implementing conflict resolution strategie...
Hard level of coding question on java and selenium
An array in a string is a collection of strings stored in a single variable.
An array in a string can be created by enclosing multiple strings within square brackets, separated by commas.
Example: ['apple', 'banana', 'orange']
Each string in the array can be accessed using its index position.
Desired capabilities in Appium are specific settings that are used to customize the behavior of the automation session.
Desired capabilities are used to set up the automation environment before the test starts
They can include settings such as device name, platform name, platform version, app package, app activity, etc.
Desired capabilities are passed as a dictionary or JSON object to the Appium server when initializing a
based on 4 reviews
Rating in categories
Quality Analyst
47
salaries
| ₹2.4 L/yr - ₹5.4 L/yr |
Demand Generation Executive
35
salaries
| ₹1.8 L/yr - ₹4.5 L/yr |
Quality Specialist
24
salaries
| ₹2.7 L/yr - ₹4.6 L/yr |
Research Analyst
23
salaries
| ₹1.4 L/yr - ₹3.3 L/yr |
MIS Executive
13
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Urban Company
Housejoy
Qube Services
Zimmber