Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 interview rounds.
Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.
Defect is identified by testers during testing
Defect is reported to development team
Development team prioritizes and fixes the defect
Fixed defect is verified by testers
If defect is not fixed, it goes back to development team
If defect is fixed, it is closed
Java program to detect broken links in a browser
Use Selenium WebDriver to navigate to the webpage
Find all the links on the page using findElements() method
Iterate through each link and check if it returns a 404 error
Use HttpURLConnection class to check the response code of each link
StaleElementReferenceException occurs when an element is no longer attached to the DOM. It can be handled using explicit wait.
Use explicit wait to wait for the element to be present and clickable before performing any action on it
Use try-catch block to catch the StaleElementReferenceException and retry the action
Use Page Object Model to avoid StaleElementReferenceException by initializing the elements again
Use JavaScri...
A headless browser is a web browser without a graphical user interface that can be controlled programmatically.
Headless browsers are used for automated testing and web scraping.
Selenium can be used with headless browsers like Chrome, Firefox, and PhantomJS.
Headless browsers are faster and consume less memory than traditional browsers.
They are also useful for running tests in a continuous integration environment.
Example...
Explicit wait is a wait condition defined by the tester, while implicit wait is a default wait condition set by the driver.
Explicit wait is used to wait for a specific condition to occur before proceeding with the test
Implicit wait is used to wait for a certain amount of time before throwing an exception
Explicit wait is defined using WebDriverWait class in Selenium
Implicit wait is set using the driver.manage().timeouts...
Path parameters and query parameters are used in URLs to pass information to a web server.
Path parameters are part of the URL path and are used to identify a specific resource.
Query parameters are added to the end of the URL and are used to filter or sort the results.
Path parameters are defined with a colon (:) in the URL, while query parameters are defined with a question mark (?) and an ampersand (&) to separate mult...
POST method is used to submit data to be processed to a specified resource.
POST method is one of the HTTP methods used to send data to a server to create or update a resource.
It is commonly used in web forms to submit data to a server.
The data sent using POST method is not visible in the URL.
It is more secure than GET method as sensitive data can be sent in the request body.
Example: Submitting a login form to authentic
Status code 403 represents forbidden access.
403 is an HTTP status code that indicates the server understands the request but refuses to authorize it.
It is often used to indicate that the user does not have the necessary permissions to access the resource.
Examples include attempting to access a password-protected page without logging in or trying to access a file that has been marked as private.
To update a query in SQL, use the UPDATE statement with the SET clause and WHERE clause.
Use the UPDATE statement followed by the name of the table to be updated
Use the SET clause to specify the new values for the columns
Use the WHERE clause to specify which rows to update
Example: UPDATE employees SET salary = 50000 WHERE department = 'IT'
To remove duplicate elements from an array, we can use a Set or loop through the array and compare each element.
Create a new Set from the array to remove duplicates
Loop through the array and compare each element to a new array without duplicates
Use filter() method to create a new array without duplicates
I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.
Radial Omnichannel Technologies interview questions for popular designations
I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.
I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 3 interview rounds.
Top trending discussions
I appeared for an interview before Sep 2020.
Round duration - 45 minutes
Round difficulty - Medium
The timing of the interview was in afternoon.
The first round itself was further divided into two sub-rounds, and on clearing the first sub round you were further allowed to sit for second sub round and if not then those students were sent home.
The environment was decent and the interviewers were equally supportive and helpful.
Find the number of trailing zeroes in the factorial of a given number N
.
The first line contains an integer T
representing the number of test cases.
Each of the...
The task is to find the number of trailing zeros in the factorial of a given number.
Iterate through each test case and calculate the factorial of the given number.
Count the number of trailing zeros by dividing the factorial by 10 until the remainder is not zero.
Return the count of trailing zeros for each test case.
Round duration - 10 minutes
Round difficulty - Easy
It happened 10 mins after the first round, they asked about the software lifecycle various steps involved in it. They also asked about OOPS, i.e what is OOPS , functional languages , why OOPS is useful. Then they talked about the work environment and project in company.
Round duration - 15 minutes
Round difficulty - Easy
In the HR round they asked lots of personal questions like tell me about yourself, why you are interested to work with us, comfortable for relocation or not.
Tip 1 : Do at-least 2 project in any programming language.
Tip 2 : Practice more pseudo code questions.
Tip 3 : Have good command over aptitude problems.
Tip 1 : Resume should be properly structured, you should properly highlight your internships and experience on the top after your personal details.
Tip 2 : If you have not done any internships, highlight your projects and skills.
Tip 3 : You should always properly mention your contact details like - phone number and email details.
Asynchronous and synchronous are two ways of handling requests in SpringBoot.
Synchronous requests block the thread until a response is received.
Asynchronous requests do not block the thread and allow for parallel processing.
SpringBoot supports both synchronous and asynchronous processing.
Asynchronous processing can improve performance and scalability.
Examples of asynchronous processing in SpringBoot include using Compl
Remove duplicate values from ArrayList
Create a HashSet from the ArrayList to remove duplicates
Convert the HashSet back to ArrayList
Use Collections.sort() to sort the ArrayList if needed
I appeared for an interview before Nov 2020.
Round duration - 90 minutes
Round difficulty - Hard
Each round was an elimination round
Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...
BFS traversal in a disconnected graph starting from vertex 0.
Implement BFS algorithm to traverse the graph starting from vertex 0.
Explore neighbor nodes first before moving to the next level neighbors.
Consider undirected and disconnected graph where not all pairs of vertices have paths connecting them.
Output the BFS traversal sequence for each test case in a separate line.
Ensure the BFS path starts from vertex 0 and pr
Round duration - 45 Minutes
Round difficulty - Easy
You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...
Given a sorted alien dictionary in an array of strings, determine the character order of the alien language.
Iterate through the words in the dictionary to find the order of characters.
Create a graph of characters based on the order of appearance in the words.
Perform a topological sort on the graph to get the character order of the alien language.
Round duration - 65 Minutes
Round difficulty - Medium
Timing: 1pm
2 panellists
Checks mainly your ideology and thought processes.
Checks how you are as a person and how well you will fit the culture there.
Tip 1 : Be clear of why you choose the projects you have done
Tip 2 : Focus on the skills you mentioned on your resume
Tip 3 : Be confident and do not beat around the bush
Tip 1 : Never lie in your resume. Interviewers can easily understand.
Tip 2 : Have projects on your resume and keep them well formatted.
based on 5 interviews
Interview experience
based on 39 reviews
Rating in categories
Senior Software Analyst
51
salaries
| ₹8.8 L/yr - ₹17.8 L/yr |
Software Analyst
47
salaries
| ₹5.5 L/yr - ₹14.1 L/yr |
Lead Analyst
33
salaries
| ₹14.2 L/yr - ₹29.2 L/yr |
Quality Analyst
19
salaries
| ₹4.4 L/yr - ₹13.4 L/yr |
Senior Lead Analyst
17
salaries
| ₹17.8 L/yr - ₹32 L/yr |
TCS
Accenture
Wipro
Cognizant