Filter interviews by
UI test cases for a Form
Verify all required fields are displayed
Test validation messages for invalid inputs
Check if form submission is successful
Test the functionality of reset button
Use Selenium to automate adding items to cart on Amazon website.
Locate the 'Add to Cart' button on the product page using Selenium's findElement method
Click on the 'Add to Cart' button to add the item to the cart
Verify that the item has been successfully added to the cart by checking the cart contents
UI test cases for uploading a document
Verify that the 'Upload' button is functional
Check if the correct file types are allowed for upload
Ensure that the progress bar is displayed during upload
Confirm that the document is successfully uploaded and visible on the UI
Test cases for Login API
Verify valid username and password login successfully
Verify invalid username and password combination fails to login
Verify login with empty username or password fails
Verify login with special characters in username or password fails
Automation framework is a set of guidelines, tools, and processes used to automate testing of software applications.
Automation framework provides structure and guidelines for creating and executing automated tests.
It helps in organizing test scripts, managing test data, and generating test reports.
Examples of automation frameworks include Selenium, TestNG, and Cucumber.
Frameworks can be data-driven, keyword-driven...
Test cases for API creating User's profile with First name, Last name, and mobile number
Verify that a user profile is created successfully with valid First name, Last name, and mobile number
Test with invalid First name (empty, special characters, numbers)
Test with invalid Last name (empty, special characters, numbers)
Test with invalid mobile number (empty, alphabets, special characters, less than 10 digits)
Verify ...
500 Internal Server Error is a generic error message indicating a problem with the server.
Server misconfiguration
Server overload
Programming errors in server-side code
Database connection issues
Insufficient server resources
Parallel execution of test cases in TestNG can be achieved using TestNG's parallel attribute in the testng.xml file.
Set the 'parallel' attribute in the testng.xml file to 'methods', 'classes', or 'tests' to specify the level of parallelism.
Use the 'thread-count' attribute to specify the number of threads to be used for parallel execution.
Ensure that the test classes are thread-safe to avoid any conflicts during pa...
A program to count the characters in a string
Iterate through each character in the string and increment the count for each character
Use a hashmap to store the count of each character
Handle edge cases like empty string or null input
This program reverses the order of words in a string while also reversing each word's characters.
Split the input string into words: 'I LOVE JAVA' -> ['I', 'LOVE', 'JAVA']
Reverse each word: 'I' -> 'I', 'LOVE' -> 'EVOL', 'JAVA' -> 'AVAJ'
Reverse the order of words: ['AVAJ', 'EVOL', 'I'] -> 'AVAJ EVOL I'
Final output: 'AVAJ EVOL I'
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
Use Selenium to automate adding items to cart on Amazon website.
Locate the 'Add to Cart' button on the product page using Selenium's findElement method
Click on the 'Add to Cart' button to add the item to the cart
Verify that the item has been successfully added to the cart by checking the cart contents
Test cases for Login API
Verify valid username and password login successfully
Verify invalid username and password combination fails to login
Verify login with empty username or password fails
Verify login with special characters in username or password fails
A program to count the characters in a string
Iterate through each character in the string and increment the count for each character
Use a hashmap to store the count of each character
Handle edge cases like empty string or null input
UI test cases for uploading a document
Verify that the 'Upload' button is functional
Check if the correct file types are allowed for upload
Ensure that the progress bar is displayed during upload
Confirm that the document is successfully uploaded and visible on the UI
UI test cases for a Form
Verify all required fields are displayed
Test validation messages for invalid inputs
Check if form submission is successful
Test the functionality of reset button
Parallel execution of test cases in TestNG can be achieved using TestNG's parallel attribute in the testng.xml file.
Set the 'parallel' attribute in the testng.xml file to 'methods', 'classes', or 'tests' to specify the level of parallelism.
Use the 'thread-count' attribute to specify the number of threads to be used for parallel execution.
Ensure that the test classes are thread-safe to avoid any conflicts during paralle...
Program to reverse words in a string
Split the input string into an array of words
Reverse the array of words
Join the reversed array back into a string
This program reverses the order of words in a string while also reversing each word's characters.
Split the input string into words: 'I LOVE JAVA' -> ['I', 'LOVE', 'JAVA']
Reverse each word: 'I' -> 'I', 'LOVE' -> 'EVOL', 'JAVA' -> 'AVAJ'
Reverse the order of words: ['AVAJ', 'EVOL', 'I'] -> 'AVAJ EVOL I'
Final output: 'AVAJ EVOL I'
Regression testing ensures existing functionality still works after changes, while sanity testing checks if new functionality works as expected.
Regression testing is performed to make sure that new code changes do not adversely affect existing functionality.
Sanity testing is a cursory testing to make sure that the new functionality is working as expected.
Regression testing is usually automated and covers a wide range o...
Automation framework is a set of guidelines, tools, and processes used to automate testing of software applications.
Automation framework provides structure and guidelines for creating and executing automated tests.
It helps in organizing test scripts, managing test data, and generating test reports.
Examples of automation frameworks include Selenium, TestNG, and Cucumber.
Frameworks can be data-driven, keyword-driven, or ...
500 Internal Server Error is a generic error message indicating a problem with the server.
Server misconfiguration
Server overload
Programming errors in server-side code
Database connection issues
Insufficient server resources
Investigate the blank page issue after clicking the submit button to identify potential causes and solutions.
Check for JavaScript errors in the console that may prevent page rendering.
Verify if the form submission is correctly handled by the backend server.
Inspect network requests to see if the submission returns a valid response.
Ensure that the URL is correctly defined and not leading to a 404 error.
Look for any infin...
Test cases for API creating User's profile with First name, Last name, and mobile number
Verify that a user profile is created successfully with valid First name, Last name, and mobile number
Test with invalid First name (empty, special characters, numbers)
Test with invalid Last name (empty, special characters, numbers)
Test with invalid mobile number (empty, alphabets, special characters, less than 10 digits)
Verify that ...
I applied via Company Website and was interviewed in Dec 2023. There were 3 interview rounds.
Top trending discussions
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Java, selenium, appium, accessibility
I applied via Referral and was interviewed before Aug 2020. There was 1 interview round.
I applied via Other and was interviewed before Mar 2018. There were 3 interview rounds.
Service expression refers to the way services are communicated and perceived by customers.
Service expression includes verbal and non-verbal communication.
Example: A friendly greeting at a restaurant enhances customer experience.
It involves understanding customer needs and responding appropriately.
Example: A customer service representative actively listening to a complaint.
The question is unclear and lacks context.
Request clarification on what is meant by 'transfer customer'
Ask for more information about the specific role and responsibilities of an Assistant Manager
Seek clarification on the purpose or objective behind the question
I applied via Referral and was interviewed before Apr 2017. There were 6 interview rounds.
I appeared for an interview in Apr 2017.
OSS and NSS are two components of the GSM architecture that serve different functions.
OSS stands for Operation Support System and is responsible for managing and monitoring the network.
NSS stands for Network and Switching Subsystem and handles the call processing and switching functions.
OSS includes components like Network Management System (NMS) and Element Management System (EMS).
NSS includes components like Mobile S...
I am a dedicated and experienced professional with strong leadership skills and a passion for achieving results.
Experienced in managing teams and driving performance
Proven track record of meeting and exceeding targets
Excellent communication and interpersonal skills
Strong problem-solving and decision-making abilities
Ability to adapt to changing environments and handle multiple tasks
Example: As an Assistant Manager at XY...
I am a highly motivated and experienced professional with a strong background in management and leadership.
Over 5 years of experience in management roles
Proven track record of successfully leading teams and achieving targets
Excellent communication and problem-solving skills
Strong organizational and time management abilities
Ability to adapt to changing environments and handle multiple tasks
Led a team of 15 employees and...
Zigbee is a low-power, low-data-rate wireless network protocol while Bluetooth is a short-range wireless technology.
Zigbee is designed for home automation, industrial control, and sensor networks.
Bluetooth is used for wireless audio streaming, file transfer, and device control.
Zigbee has a longer range and can support more devices than Bluetooth.
Bluetooth has a higher data transfer rate and is more commonly used in con...
Android has some drawbacks that need to be considered.
Fragmentation of the operating system across different devices
Security vulnerabilities due to open-source nature
Battery drain and performance issues with certain apps
Lack of timely software updates for older devices
Compatibility issues with some apps and hardware
Privacy concerns with app permissions
I am currently using an iPhone 12 Pro with 128GB storage.
I prefer iOS over Android.
The iPhone 12 Pro has a 6.1-inch Super Retina XDR display.
It has a triple-camera system with 12MP Ultra Wide, Wide, and Telephoto lenses.
The phone has 5G capability and uses Apple's A14 Bionic chip.
I chose the 128GB storage option for my needs.
My career goals are to advance to a managerial position, develop strong leadership skills, and contribute to the growth and success of the company.
Advance to a managerial position
Develop strong leadership skills
Contribute to the growth and success of the company
Reliance Jio offers a dynamic and innovative work environment with excellent growth opportunities.
Reliance Jio is a leading telecommunications company in India, known for its disruptive and innovative approach.
The company has revolutionized the telecom industry by offering affordable data and voice services to millions of people.
Reliance Jio's focus on digital transformation and cutting-edge technology makes it an exci...
I appeared for an interview in Dec 2016.
My final year project was about developing a mobile application for tracking and managing personal finances.
Developed a user-friendly interface for inputting and categorizing expenses
Implemented features for setting budgets and generating reports on spending habits
Utilized data encryption to ensure the security of financial information
I was involved in the testing phase of the SDLC in my project.
Participated in creating test cases and executing them
Collaborated with developers to identify and fix bugs
Ensured the quality of the software before release
During my internship, I was responsible for assisting with various tasks such as data analysis, project management, and client communication.
Assisted with data analysis by collecting and organizing data sets
Managed projects by creating timelines, delegating tasks, and tracking progress
Communicated with clients to gather feedback and provide updates on project status
I want to join Jio because of its innovative and disruptive approach in the telecom industry.
Jio has revolutionized the telecom industry with its affordable data plans and high-speed internet.
I am impressed by Jio's commitment to digital transformation and its focus on providing cutting-edge technology to its customers.
Jio's extensive network coverage and strong infrastructure make it an exciting company to work for.
I ...
Yes, abstract classes can be declared in Java.
Abstract classes cannot be instantiated
They can have abstract and non-abstract methods
Subclasses must implement all abstract methods
Example: abstract class Animal { abstract void makeSound(); }
Example: class Dog extends Animal { void makeSound() { System.out.println("Bark"); }}
Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as if they were of the same class.
Polymorphism is achieved through method overriding and method overloading.
Method overriding is when a subclass provides its own implementation of a method that is already provided by its parent class.
Method overloading is when a class has multiple methods with the same n...
Recursion allows for elegant and concise code, simplifies complex problems, and can be more efficient in certain cases.
Recursion can simplify complex problems by breaking them down into smaller subproblems.
It allows for elegant and concise code, especially when dealing with data structures like trees and graphs.
Recursion can be more efficient in certain cases, such as when calculating factorials or Fibonacci numbers.
Ho...
I appeared for an interview in Mar 2017.
based on 2 interview experiences
Difficulty level
Duration
based on 1 review
Rating in categories
Assistant Manager
2.3k
salaries
| ₹3 L/yr - ₹12 L/yr |
Network Engineer
1.5k
salaries
| ₹2 L/yr - ₹6.9 L/yr |
Manager
1.4k
salaries
| ₹6.3 L/yr - ₹20.7 L/yr |
Territory Sales Manager
1.3k
salaries
| ₹2.7 L/yr - ₹10.6 L/yr |
Accounts Manager
1.2k
salaries
| ₹2.8 L/yr - ₹7.5 L/yr |
Jio
Vodafone Idea
Ericsson
Tata Communications