Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by WEBPLAT TECHNOLOGIES Team. If you also belong to the team, you can get access from here

WEBPLAT TECHNOLOGIES Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 45 Reviews

Filter interviews by

WEBPLAT TECHNOLOGIES Softwaretest Engineer Interview Questions, Process, and Tips

Updated 9 Feb 2023

WEBPLAT TECHNOLOGIES Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is Jmeter and what is used of it?
  • Ans. 

    JMeter is a load testing tool used to measure the performance of web applications.

    • JMeter can simulate heavy loads on a server, allowing testers to identify performance bottlenecks.

    • It can be used to test the performance of web applications, FTP servers, databases, and more.

    • JMeter can generate reports and graphs to help analyze test results.

    • It supports various protocols including HTTP, FTP, JDBC, SOAP, and more.

    • JMeter ca...

  • Answered by AI
  • Q2. What is Defect life cycle?
  • Ans. 

    Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.

    • Defect is identified by testers during testing or reported by users

    • Defect is logged in a defect tracking tool with details like severity, priority, etc.

    • Defect is assigned to a developer for fixing

    • Developer fixes the defect and marks it as resolved

    • Tester verifies the fix and either closes the defect or reo...

  • Answered by AI
  • Q3. How to do Integration of excel in Jmeter?
  • Ans. 

    Integration of Excel in JMeter can be done using the Apache POI library.

    • Download and add the Apache POI library to JMeter's classpath.

    • Create a Test Plan and add a Thread Group.

    • Add a Sampler and choose the appropriate request type.

    • Add a Listener and choose the appropriate output format.

    • Use the POI classes to read or write data to Excel files.

    • Use JMeter variables to pass data between requests.

  • Answered by AI
  • Q4. What is xpath locator?
  • Ans. 

    Xpath locator is a way to locate elements in HTML/XML documents using path expressions.

    • Xpath is a language used to navigate through elements and attributes in an XML document

    • It uses path expressions to select nodes or sets of nodes in an XML document

    • Xpath locators can be used in automated testing to locate elements on a web page

    • Example: //input[@id='username'] selects the input element with id='username'

  • Answered by AI
Round 3 - Assignment 

To generate 5000 data in Excel and import in Jmeter, then fetch the data from excel and apply in post Api's request body.

Round 4 - One-on-one 

(6 Questions)

  • Q1. What is postman and API?
  • Ans. 

    Postman is a tool for testing APIs. An API is a set of protocols that allows communication between different software applications.

    • Postman allows developers to test APIs by sending requests and receiving responses.

    • API stands for Application Programming Interface and is a set of rules that allows different software applications to communicate with each other.

    • APIs can be used to retrieve data from a server, update data o...

  • Answered by AI
  • Q2. Can we use only one method for all operations in API?
  • Ans. 

    No, different methods are required for different operations in API.

    • Different methods are required for different HTTP verbs like GET, POST, PUT, DELETE.

    • Methods should be designed to perform specific actions like fetching data, updating data, etc.

    • Using a single method for all operations can lead to confusion and errors.

    • For example, using GET method for updating data can cause security issues.

  • Answered by AI
  • Q3. How to do UI automation?
  • Ans. 

    UI automation can be done using tools like Selenium, Appium, and TestComplete.

    • Identify the elements to be automated

    • Choose the appropriate tool for the technology stack

    • Write test scripts using the tool's API

    • Execute the scripts and analyze the results

    • Maintain the scripts as the UI changes

  • Answered by AI
  • Q4. What is database testing?
  • Ans. 

    Database testing is the process of verifying the data stored in the database and ensuring its accuracy, completeness, and security.

    • It involves testing the database schema, data integrity, data validation, and performance.

    • Testers use SQL queries to retrieve and manipulate data for testing purposes.

    • Database testing can be automated using tools like Selenium, JMeter, and TestComplete.

    • Examples of database testing include t...

  • Answered by AI
  • Q5. Can you explain any one of your project?
  • Q6. What is security testing?
  • Ans. 

    Security testing is the process of identifying vulnerabilities and weaknesses in a software system to prevent unauthorized access.

    • It involves testing the system for confidentiality, integrity, authentication, authorization, and availability.

    • Common security testing techniques include penetration testing, vulnerability scanning, and risk assessment.

    • Examples of security testing tools include Burp Suite, OWASP ZAP, and Nes...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best to all job seekers.
Whenever give the answer, whatever it's right or wrong, be confident

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Normal array question

Round 2 - Coding Test 

Basic android question and Kotlin question

Round 3 - Puzzles Interview 

(1 Question)

  • Q1. Asked some puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you prefer python to java?
  • Ans. 

    Python is preferred over Java for software testing due to its simplicity, readability, and extensive testing libraries.

    • Python has a simpler syntax compared to Java, making it easier to write and read test scripts.

    • Python's extensive testing libraries like pytest and unittest provide powerful tools for test automation.

    • Python's dynamic typing allows for faster development and easier maintenance of test scripts.

    • Python's la...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. 2Sum DSA leetcode problem
  • Ans. 

    2Sum problem involves finding two numbers in an array that add up to a specific target.

    • Use a hashmap to store the difference between the target and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI
  • Q2. Spiral traversal of a Binary tree
  • Ans. 

    Spiral traversal of a Binary tree involves visiting nodes level by level alternating between left to right and right to left.

    • Start by pushing the root node into a queue.

    • While the queue is not empty, pop a node, print its value, and push its children into the queue.

    • Alternate between popping nodes from the queue and printing their values in a spiral manner.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. A problem similar to coin change problem of leetcode
  • Q2. Aggressive cows problem
  • Ans. 

    The aggressive cows problem involves finding the maximum distance between cows in a field while ensuring they are not too close to each other.

    • Use binary search to find the maximum distance between cows.

    • Sort the cows' positions and check if a certain distance is feasible.

    • Consider the constraints of the problem such as the number of cows and the size of the field.

  • Answered by AI
Round 3 - One on one round with CTO 

(1 Question)

  • Q1. Basic behavioural questions like why I am looking for a change and would I be able to handle the increased work pressure as I was shifting from MNC to a startup

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA questions were easy to medium and they didn’t really focus on any one language. Problem solving skills is all they judged me on.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

OneCard user image Kishan KAVATHIYA (Kishu)

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Internal Implementation of HashMap
  • Ans. 

    HashMap is implemented using an array of linked lists to handle collisions.

    • HashMap stores key-value pairs in an array of linked lists

    • Hash function is used to determine the index of the array where the key-value pair will be stored

    • Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list

    • HashMap allows null keys and values

    • HashMap is not synchronized...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Asked about data interpretation and all these.

Round 3 - Coding Test 

Coding test is based on DSA mainly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your concepts regarding your projects.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi

WEBPLAT TECHNOLOGIES Interview FAQs

How many rounds are there in WEBPLAT TECHNOLOGIES Softwaretest Engineer interview?
WEBPLAT TECHNOLOGIES interview process usually has 4 rounds. The most common rounds in the WEBPLAT TECHNOLOGIES interview process are Resume Shortlist, Technical and Assignment.
What are the top questions asked in WEBPLAT TECHNOLOGIES Softwaretest Engineer interview?

Some of the top questions asked at the WEBPLAT TECHNOLOGIES Softwaretest Engineer interview -

  1. Can we use only one method for all operations in A...read more
  2. How to do Integration of excel in Jmet...read more
  3. What is Jmeter and what is used of ...read more

Tell us how to improve this page.

WEBPLAT TECHNOLOGIES Softwaretest Engineer Salary
based on 7 salaries
₹2 L/yr - ₹5.2 L/yr
46% less than the average Softwaretest Engineer Salary in India
View more details

WEBPLAT TECHNOLOGIES Softwaretest Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Angular Developer
11 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Android Developer
9 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

DOT NET Developer
7 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹5.2 L/yr

Explore more salaries
Compare WEBPLAT TECHNOLOGIES with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview