Filter interviews by
I applied via Approached by Company and was interviewed in Apr 2024. There were 4 interview rounds.
I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.
Jira is a project management tool. Zephyr and X-Ray are test management tools integrated with Jira.
Jira is a project management tool used for tracking issues, managing projects, and agile development.
Zephyr is a test management tool that integrates with Jira for test case management and execution.
X-Ray is another test management tool that integrates with Jira, offering more advanced test management features like test p
I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed before Sep 2022. There were 4 interview rounds.
Reasoning, aptitude, mathematics
DSA , JAVA , dynamic Programing
A program to check if two strings are palindromes.
Create a function that takes two strings as input.
Reverse the second string and compare it with the first string.
If they are the same, return true. Otherwise, return false.
Reversing an integer without using string in Python
Convert the integer to a list of digits
Reverse the list
Convert the list back to an integer
A program to reverse the characters of a given string.
Iterate through the string from the end and append each character to a new string.
Use built-in functions like reverse() or StringBuilder in Java.
Convert the string to an array, reverse the array, and convert it back to a string.
Test cases to test ATM machine
Verify if the ATM machine is dispensing the correct amount of cash
Check if the ATM machine is accepting valid debit/credit cards
Ensure that the ATM machine is providing proper instructions to the user
Test if the ATM machine is properly handling errors and exceptions
Validate if the ATM machine is maintaining transaction records accurately
PUT is used to update an existing resource, PATCH is used to partially update an existing resource, and POST is used to create a new resource.
PUT replaces the entire resource with the new one, while PATCH only updates the specified fields
PUT and PATCH are idempotent, meaning multiple identical requests will have the same effect as a single request
POST is not idempotent and creates a new resource
PUT and PATCH require th...
A Java file can have multiple classes, but only one public class.
A Java file can have multiple non-public classes.
The name of the public class must match the name of the file.
Only the public class can be accessed from outside the file.
Non equi join is a type of join in SQL where the condition used is not an equality operator.
Non equi join is used to join tables based on conditions other than equality.
It is used when the join condition involves operators like >, <, >=, <=, etc.
Non equi join can result in a Cartesian product if not used carefully.
Example: SELECT * FROM table1 JOIN table2 ON table1.column1 > table2.column2;
SQL CASE statement is used to add conditional logic to SQL queries.
It allows for conditional execution of SQL statements.
It can be used in SELECT, WHERE, and ORDER BY clauses.
It can be used with multiple conditions and ELSE statements.
Example: SELECT name, CASE WHEN age < 18 THEN 'Minor' ELSE 'Adult' END AS age_group FROM users;
Example: SELECT name, CASE WHEN score >= 90 THEN 'A' WHEN score >= 80 THEN 'B' ELSE 'C' END
To initialise a browser using Selenium, we need to create an instance of the WebDriver interface.
Import the necessary packages for Selenium and WebDriver
Create an instance of the desired browser driver
Use the driver instance to open a new browser window
Selenium uses browser-specific drivers to communicate with the browser and automate user actions.
Selenium sends commands to the browser driver, which translates them into browser-specific actions.
The driver then sends the results back to Selenium.
Selenium can interact with the browser using various methods such as find elements, click, type, etc.
Selenium supports multiple browsers such as Chrome, Firefox, Safari, and m
Senior Software Engineer
713
salaries
| ₹13 L/yr - ₹44 L/yr |
Software Engineer2
228
salaries
| ₹9.6 L/yr - ₹31 L/yr |
Software Engineer
217
salaries
| ₹6.1 L/yr - ₹22 L/yr |
Consultant
180
salaries
| ₹13.6 L/yr - ₹40 L/yr |
Senior Analyst
137
salaries
| ₹11 L/yr - ₹38 L/yr |
PayPal
Visa
American Express
Discover Financial Services