i
NewAge Software & Solutions
Filter interviews by
A test plan is a document outlining the approach, resources, schedule, and scope of testing activities for a software project.
Defines the objectives and scope of testing
Outlines the test strategy and approach
Includes details on resources, schedule, and responsibilities
Describes the test environment and tools to be used
Specifies the entry and exit criteria for testing
Provides a roadmap for the testing process
STLC stands for Software Testing Life Cycle, which is a sequence of activities conducted to perform software testing. Defect life cycle is the process of identifying, reporting, analyzing, and resolving defects in a software application.
STLC involves phases like requirement analysis, test planning, test design, test execution, and test closure.
Defect life cycle includes stages like defect identification, defect logging...
Pesticide paradox refers to the phenomenon where repeated use of pesticides leads to the resurgence of pests that are resistant to the pesticide.
Pesticide application kills susceptible pests, leaving behind those with genetic resistance.
Resistant pests reproduce, passing on their resistance genes to offspring.
Over time, the population of resistant pests increases, making the pesticide less effective.
This cycle may lead...
Test cases for fan
Test the fan speed settings (low, medium, high)
Test the fan rotation direction (clockwise, counterclockwise)
Test the fan oscillation feature
Test the fan's power on/off functionality
Test the fan's stability and noise levels
System testing is the process of testing the entire system as a whole to ensure that all components work together correctly.
Tests the system as a whole
Verifies that all components work together correctly
Includes functional and non-functional testing
Performed after integration testing
Examples: testing the entire software application, testing the interaction between different modules
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
The interview process can vary significantly depending on the company, the position, and the industry. However, here's a general overview of the typical stages you might encounter in an interview process:
Application Submission: The process usually starts with submitting your application, either through the company's website, a job board, or via email.
Initial Screening: After reviewing applications, the company may conduct an initial screening, which could involve a phone interview or a brief conversation to assess your qualifications and interest in the position.
First-Round Interview: If you pass the initial screening, you'll likely be invited to a first-round interview. This could be conducted in person, over the phone, or via video conference. The interview may focus on your background, skills, experiences, and interest in the role and company.
Technical Assessment: For technical roles, you may be asked to complete a technical assessment or assignment to demonstrate your skills and problem-solving abilities. This could be done remotely or on-site, depending on the company's preferences.
Second-Round Interview: Successful candidates may be invited to a second-round interview, which may involve meeting with different members of the team or management. This interview may delve deeper into your qualifications, experience, and cultural fit within the organization.
Final Interview: Some companies may conduct a final interview with senior leadership or key decision-makers to make the final hiring decision. This interview may focus on alignment with the company's goals, values, and long-term vision.
Reference Checks: Before extending an offer, the company may conduct reference checks to verify your employment history, skills, and qualifications.
Offer Extension: If you're selected as the top candidate, the company will extend a job offer outlining the terms of employment, including salary, benefits, start date, and any other relevant details.
Negotiation and Acceptance: You may have the opportunity to negotiate certain aspects of the offer, such as salary or benefits, before formally accepting the job offer.
Onboarding: Once you've accepted the offer, the company will initiate the onboarding process, which may include completing paperwork, setting up your workspace, and undergoing any necessary training or orientation.
Remember that each company's interview process may vary, so it's essential to stay flexible and prepared for different stages and formats of interviews. Additionally, don't hesitate to ask questions or seek clarification at any point during the process to ensure you have a clear understanding of what's expected.
I applied via Approached by Company and was interviewed in Feb 2022. There were 2 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
To create a pipeline in Databricks, you can use Databricks Jobs or Apache Airflow for orchestration.
Use Databricks Jobs to create a pipeline by scheduling notebooks or Spark jobs.
Utilize Apache Airflow for more complex pipeline orchestration with dependencies and monitoring.
Leverage Databricks Delta for managing data pipelines with ACID transactions and versioning.
I applied via LinkedIn and was interviewed in Sep 2024. There were 3 interview rounds.
I have 5 years of experience working as a mechanical engineer in the automotive industry.
5 years of experience in mechanical engineering
Specialized in automotive industry
Worked on designing and testing vehicle components
Experience with CAD software for modeling and simulations
Seeking new challenges and growth opportunities in a different environment.
Looking for new challenges to enhance skills and knowledge
Seeking better career growth opportunities
Interested in exploring different work environments
Want to broaden professional network
I have covered testing in areas such as software development, quality assurance, and system integration.
Software testing methodologies such as unit testing, integration testing, and regression testing
Quality assurance processes to ensure software meets requirements and standards
System integration testing to verify that different components work together seamlessly
I have experience with various types of testing including unit testing, integration testing, system testing, and regression testing.
Unit testing: Testing individual components or functions of the software in isolation.
Integration testing: Testing how different components work together.
System testing: Testing the entire system as a whole.
Regression testing: Testing to ensure that new code changes do not adversely affect
Functional testing ensures that the software functions as intended, while non-functional testing focuses on performance, usability, and security.
Functional testing checks if the software meets the specified requirements.
Non-functional testing evaluates aspects like performance, scalability, reliability, and security.
Examples of functional testing include unit testing, integration testing, and system testing.
Examples of...
Positive & Negative testing scenario examples
Positive example: Testing a login form with valid credentials should allow the user to access the system
Negative example: Testing a login form with invalid credentials should display an error message
I will approach the challenge methodically, seek help if needed, and work towards finding a solution.
Assess the challenge and break it down into smaller tasks
Research and gather information to understand the problem better
Consult with colleagues or supervisors for advice or guidance
Experiment with different solutions and adapt as needed
Stay persistent and focused on finding a resolution
I will follow a systematic approach to identify, analyze, prioritize, and resolve the critical issue.
Identify the critical issue and gather all relevant information
Analyze the root cause of the issue and its impact on the system
Prioritize the critical issue based on severity and potential impact
Develop a plan of action to resolve the issue efficiently
Implement the solution and monitor its effectiveness
Document the enti
posted on 15 Nov 2024
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
posted on 25 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Reverse a string in Java using StringBuilder or iterative approach.
Use StringBuilder to reverse the string: StringBuilder sb = new StringBuilder(str); sb.reverse().toString();
Iterative approach: Convert the string to char array, swap characters from start and end indexes until middle is reached.
The xpath for MakeMyTrip datepicker can be written using unique attributes of the datepicker element.
Use unique attributes like class, id, or data-testid to locate the datepicker element
Consider the structure of the datepicker and its parent elements when writing the xpath
Use indexes or sibling relationships if necessary to pinpoint the datepicker element
Use SQL query with ORDER BY clause to order employees in ascending order.
Use SELECT statement to retrieve employee data
Add ORDER BY clause with the column you want to order by
Specify ASC keyword for ascending order
Example: SELECT * FROM employees ORDER BY employee_id ASC;
Smoke testing is a subset of regression testing, focusing on basic functionality, while sanity testing is a subset of acceptance testing, focusing on specific areas.
Smoke testing is performed to check if the critical functionalities of the application are working fine after changes.
Sanity testing is performed to check if the specific areas of the application are working fine after changes.
Smoke testing is a shallow and...
Generate a coupon code based on minimum and maximum amount
Determine the range of amounts for the coupon code
Generate a random code within that range
Assign positive or negative based on the criteria
posted on 16 Jan 2025
I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.
Experienced Email Marketing Executive with a proven track record of driving engagement and conversions through targeted campaigns.
Over 5 years of experience in creating and executing email marketing strategies
Proficient in email automation tools such as Mailchimp and HubSpot
Strong analytical skills to track and optimize campaign performance
Successfully increased open rates by 20% through A/B testing
Excellent communicat
Email marketing strategies involve segmentation, personalization, automation, and analytics.
Segmentation: Divide email list based on demographics, behavior, etc.
Personalization: Customize emails with recipient's name, preferences, etc.
Automation: Set up automated email campaigns for timely and relevant communication.
Analytics: Track open rates, click-through rates, conversions, etc. to measure success.
I applied via campus placement at CV Raman Polytechnic, Bhubaneswar and was interviewed in Sep 2024. There were 3 interview rounds.
The aptitude round was easy consisting of three sections
The second aptitude test was conducted by the HR of the company.
SMT (Surface Mount Technology) is a process used in electronics manufacturing to mount electronic components directly onto the surface of a printed circuit board (PCB).
Components are placed onto the PCB using pick-and-place machines.
Solder paste is applied to the pads on the PCB.
The PCB is then heated in a reflow oven to melt the solder and create a permanent connection.
Inspection is done to ensure all components are p...
Line efficiency can be increased through methods such as optimizing processes, reducing downtime, improving maintenance practices, and implementing automation.
Optimizing processes by identifying bottlenecks and implementing improvements
Reducing downtime by scheduling maintenance during off-peak hours
Improving maintenance practices to prevent breakdowns and delays
Implementing automation to streamline operations and redu
based on 2 interviews
Interview experience
based on 127 reviews
Rating in categories
4-6 Yrs
₹ 3.8-15.4 LPA
Senior Associate
98
salaries
| ₹2.2 L/yr - ₹5 L/yr |
Associate
82
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Software Engineer
61
salaries
| ₹2.6 L/yr - ₹7.5 L/yr |
Senior Executive
41
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Senior Software Engineer
37
salaries
| ₹3.2 L/yr - ₹11.9 L/yr |
Infosys
TCS
Wipro
HCLTech