Filter interviews by
I applied via Referral and was interviewed before Oct 2021. There were 2 interview rounds.
A program to reverse a given string.
Iterate through the string from end to start and append each character to a new string.
Use built-in functions like reverse() or StringBuilder.reverse() in Java.
Convert the string to an array, reverse the array, and then convert it back to a string.
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.
Hacker rank test based on python and selenium along with a python programming question
OOPs concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Reusing code and creating a hierarchy of classes
Encapsulation: Hiding the internal implementation details of a class
Polymorphism: Ability to use a single interface for different data types or objects
Abstraction: Showing only necessary details and hiding unnecessary details
Synchronization is the coordination of multiple processes to ensure they work together effectively.
Synchronization is important in multi-threaded applications to prevent race conditions and ensure data consistency.
We can handle synchronization using techniques like locks, semaphores, and monitors.
For example, in Java, we can use synchronized keyword or ReentrantLock class to achieve synchronization.
Another example is u...
Find the frequency of characters in an array of strings.
Iterate through each string in the array
For each character in the string, increment its count in a hashmap
Return the hashmap with character frequencies
Robot framework is keyword-driven, while pytest is a full-featured testing framework.
Robot framework is based on keywords and test cases are written in tabular format, while pytest is a full-featured testing framework with fixtures, asserts, and plugins.
Robot framework has built-in libraries for various tasks like file operations, database interactions, etc., while pytest relies on external libraries for such functiona...
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
Program to reverse even words in a string
Split the string into words
Iterate through the words and reverse the even-indexed words
Join the words back into a string
Finding elements in a web page using various locators
Use CSS selectors to locate elements by class, id, attribute, etc.
Use XPath to locate elements based on their path in the HTML structure
Use name, tag name, link text, partial link text locators as needed
Arraylist,maps,strings,oops concept
posted on 5 Jul 2023
I applied via LinkedIn and was interviewed in Jun 2023. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Dec 2023. There was 1 interview round.
My daily approach to testing involves thorough planning, executing test cases, documenting results, and collaborating with team members.
I start by reviewing requirements and creating test cases
I execute test cases manually or using automation tools
I document test results and report any issues found
I collaborate with developers and other team members to ensure quality standards are met
Developing a test strategy involves defining objectives, identifying test types, prioritizing tests, and creating a plan.
Define objectives and goals of testing
Identify types of tests to be conducted (e.g. functional, performance, security)
Prioritize tests based on risk and criticality
Create a detailed test plan outlining resources, timelines, and responsibilities
Average coding test
posted on 27 Feb 2025
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
Split alpha-numeric values in Java without using split method
Iterate through each character in the input string
Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods
Create separate strings for digits and letters and store them in an array
Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL
Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;
Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.
Sql exam - MCQ & write a query
based on 1 review
Rating in categories
Technical Support Engineer
182
salaries
| ₹2.6 L/yr - ₹8.7 L/yr |
Senior Software Engineer
117
salaries
| ₹9 L/yr - ₹34 L/yr |
Security Analyst
91
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Software Support Specialist
64
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Software Engineer
57
salaries
| ₹4.5 L/yr - ₹15 L/yr |
Zoho
Freshworks
TCS
HCLTech