Filter interviews by
I appeared for an interview in Jul 2017.
State transition diagrams help in understanding and testing the behavior of a system.
State transition diagrams provide a visual representation of the different states a system can be in and the transitions between them.
They help in identifying all possible paths and scenarios that can occur during testing.
By analyzing the state transition diagram, testers can design test cases to cover all possible state transitions.
Th...
Severity ratings were defined based on the impact of the defect on the system and its users.
Severity ratings were determined by considering the potential impact of the defect on the system's functionality, performance, and usability.
Factors such as the frequency of occurrence, ease of replication, and the extent of the defect's impact were taken into account.
Examples of severity ratings could include 'Critical' for def...
A load test summary report contains key findings and metrics from the load testing process.
Summary of the load test objectives and scope
Details of the load test environment and configuration
Metrics such as response time, throughput, and error rates
Performance bottlenecks and areas of improvement
Recommendations for optimizing system performance
Graphs and charts illustrating the load test results
Developed a web application for online shopping with payment gateway integration.
Implemented user authentication and authorization using JWT tokens
Integrated Stripe API for secure payment processing
Utilized React for front-end development and Node.js for back-end development
Real-time scenarios in testing involve practical examples where testing is applied to ensure software quality and performance.
Testing a live e-commerce website during a flash sale to ensure it can handle high traffic without crashing.
Conducting performance testing on a banking app during peak hours to verify transaction processing speed.
Implementing automated tests for a social media platform to check for bugs after a ...
I am a dedicated and detail-oriented software tester with a passion for ensuring quality in every project.
I have a Bachelor's degree in Computer Science with a focus on software testing.
I have experience working with various testing tools such as Selenium and Jira.
I am skilled in creating test plans, executing test cases, and reporting bugs.
I have a strong understanding of different testing methodologies like Agile and...
I am detail-oriented, organized, and focused on delivering high-quality results.
I prioritize tasks based on deadlines and importance.
I communicate effectively with team members to ensure everyone is on the same page.
I pay attention to small details to catch any potential issues before they become problems.
I have over 5 years of experience in software testing, including manual and automated testing.
5+ years of experience in software testing
Proficient in manual and automated testing
Experience with various testing tools and methodologies
Strong problem-solving and analytical skills
Worked on testing web applications, mobile apps, and APIs
Top trending discussions
I appeared for an interview in Oct 2024, where I was asked the following questions.
Regularization techniques prevent overfitting in models by adding a penalty for complexity.
L1 Regularization (Lasso): Adds absolute value of coefficients as penalty. Example: Feature selection in linear regression.
L2 Regularization (Ridge): Adds squared value of coefficients as penalty. Example: Reduces model complexity in regression.
Elastic Net: Combines L1 and L2 penalties. Example: Useful when there are multiple cor...
posted on 26 Jul 2023
I applied via Approached by Company and was interviewed in Jan 2023. There were 4 interview rounds.
3 coding questions any programming language
Answering questions related to string permutations, removing numbers, and checking for anagrams without using map data structure.
To find permutations of a string, use recursion to swap characters at each position.
To remove a specific character (e.g. '3') from a string, iterate through the string and build a new string without the character.
To check for anagrams without using a map data structure, sort both strings and ...
I appeared for an interview before Mar 2024, where I was asked the following questions.
I am a dedicated professional with a passion for problem-solving and a strong background in project management and teamwork.
Background: I graduated with a degree in Business Administration, where I developed strong analytical skills.
Experience: I have worked in project management for over three years, successfully leading teams to deliver projects on time.
Skills: Proficient in tools like Microsoft Project and Asana, wh...
I possess the skills, experience, and passion that align perfectly with the requirements of this Associate role.
Strong analytical skills: In my previous role, I successfully analyzed market trends to improve product positioning.
Team collaboration: I have worked in cross-functional teams, enhancing project outcomes through effective communication.
Adaptability: I quickly learned new software tools in my last job, which i...
I appeared for an interview in Jul 2023.
Basic question of indiabix topics and 10 code questions
Find the second largest element in an array of integers efficiently.
Iterate through the array while keeping track of the largest and second largest elements.
Initialize two variables: largest and secondLargest to negative infinity.
For each element, update largest if the current element is greater than largest.
If the current element is less than largest but greater than secondLargest, update secondLargest.
Example: For ar...
I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.
25 questions of quants and logical and 10 questions of coding, some were debugging some were coding
A function that returns the addition and subtraction of two numbers.
Create a function that takes two numbers as input parameters.
Inside the function, calculate the sum of the two numbers and store it in a variable.
Calculate the difference of the two numbers and store it in another variable.
Return an array of strings containing the sum and difference.
Print leaf nodes of binary tree
Traverse the tree recursively
If node is null, return
If node is leaf node, print it
Else, recursively traverse left and right subtrees
HTTP is the protocol used for communication over web pages.
HTTP stands for Hypertext Transfer Protocol
It is the foundation of data communication on the World Wide Web
HTTP uses a client-server model where the web browser acts as the client and sends requests to the web server
The web server responds with the requested data in the form of HTML, images, videos, etc.
My name is amar reverse the string without using inbuilt method
Node.js is a runtime environment for executing JavaScript code outside of a web browser. Promises are objects representing the eventual completion or failure of an asynchronous operation. Closures are functions that have access to their own scope, as well as the scope in which they were defined.
Node.js is a runtime environment that allows you to run JavaScript on the server-side.
Promises are used in asynchronous progra...
I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.
So prepare good amout of aptitude , and try to solve at least 15 Questions
It was an Online coding test 2 questions were there. difficulty (Easy and Medium).
The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.
Generate all permutations of a string using a backtracking approach.
Backtracking involves exploring all possible configurations and abandoning those that don't meet criteria.
Start with an empty string and build permutations by adding one character at a time.
Use a boolean array to track which characters are already included in the current permutation.
Example: For the string 'abc', the permutations are 'abc', 'acb', 'bac...
Developed a web application for managing inventory and sales for a retail store.
Used HTML, CSS, and JavaScript for front-end development.
Implemented backend functionality using Node.js and MongoDB for database management.
Incorporated user authentication and authorization features for secure access.
Integrated payment gateway for online transactions.
Utilized responsive design for mobile compatibility.
I appeared for an interview before Mar 2024.
Midpoint and slope formulas help determine key characteristics of a line in coordinate geometry.
Midpoint formula: M = ((x1 + x2)/2, (y1 + y2)/2). Example: M = ((1 + 3)/2, (2 + 4)/2) = (2, 3).
Slope formula: m = (y2 - y1) / (x2 - x1). Example: m = (4 - 2) / (3 - 1) = 1.
Midpoint gives the center point between two coordinates.
Slope indicates the steepness and direction of the line.
I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.
I have worked on React Native for mobile app development.
Developed a mobile app for a client using React Native
Used Redux for state management
Integrated with Firebase for real-time database and authentication
Implemented push notifications using Firebase Cloud Messaging
Business Development Executive
18
salaries
| ₹1.2 L/yr - ₹3 L/yr |
Sales Executive
4
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Sales Manager
4
salaries
| ₹5 L/yr - ₹5.5 L/yr |
Tele Sales Executive
4
salaries
| ₹2.5 L/yr - ₹3.5 L/yr |
Assistant Manager
3
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Z X Learning
Adda 247
Trivium Education Services
MeritNation