Faster and better experience!
Filter interviews by
I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.
Basic MCQ questions which were easy
Top trending discussions
I appeared for an interview in Feb 2022.
Round duration - 30 minutes
Round difficulty - Easy
Manual testing is done by humans, while automated testing is done using tools and scripts.
Manual testing involves testers executing test cases manually without the use of automation tools.
Automated testing involves using tools and scripts to execute test cases automatically.
Manual testing is time-consuming and prone to human error, while automated testing is faster and more reliable.
Manual testing is suitable for explo...
Cross-browser testing is the process of testing a website or web application across different web browsers to ensure consistent functionality and appearance.
Ensures compatibility with various browsers such as Chrome, Firefox, Safari, and Internet Explorer
Identifies and fixes any issues related to browser-specific behaviors
Helps in delivering a seamless user experience across different platforms
Uses tools like Selenium,...
A test automation framework consists of different parts like libraries, tools, and guidelines to support automated testing.
Libraries: reusable code modules for common functions like data manipulation, assertions, and interactions with the application under test
Tools: software programs used to create, execute, and manage automated tests, such as Selenium, Appium, or JUnit
Guidelines: best practices and standards for writ...
Round duration - 30 minutes
Round difficulty - Easy
A locator in Selenium is used to identify web elements on a web page. There are different types of locators like ID, class name, xpath, etc.
Locators are used to find and interact with web elements on a web page
Some common types of locators in Selenium are ID, class name, xpath, CSS selector, name, tag name, link text, and partial link text
Each locator type has its own syntax and usage, for example, ID locator uses 'id=...
XPath is a query language used to navigate through XML documents and locate elements based on their attributes or structure.
XPath stands for XML Path Language.
It is used to select nodes or elements in an XML document.
XPath uses path expressions to navigate through the document tree.
Examples: //div[@class='example'] selects all div elements with class 'example'.
Examples: /bookstore/book[1] selects the first book element...
Tip 1 : Must do Previously asked Interviews as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.
posted on 18 Nov 2022
I applied via Referral and was interviewed in May 2022. There were 2 interview rounds.
Yes, I have knowledge of Core Java.
I have a strong understanding of object-oriented programming concepts in Java.
I am familiar with the Java syntax and can write and debug Java code.
I have experience in using Java libraries and frameworks for test automation.
I can create and execute test cases using Java-based testing tools like JUnit or TestNG.
I am proficient in handling exceptions, file I/O, and multithreading in Jav...
posted on 1 May 2024
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
Agile process is a software development methodology that emphasizes flexibility, collaboration, and iterative development.
Iterative development with short cycles called sprints
Frequent collaboration between cross-functional teams
Continuous feedback and adaptation
Prioritization of customer satisfaction and delivering working software
Use of tools like Scrum, Kanban, or XP
Scrum is an agile framework for managing work on complex projects.
Scrum involves breaking down work into small, manageable tasks called user stories.
It includes sprint planning, daily stand-up meetings, sprint review, and sprint retrospective.
Scrum teams are self-organizing and cross-functional.
The product backlog is a prioritized list of user stories.
Sprints are time-boxed iterations, usually 2-4 weeks long.
Scrum emph...
Bug cycle is the process of identifying, reporting, fixing, retesting, and closing bugs in software development.
Bug is identified by QA Engineer during testing phase
Bug is reported to development team for fixing
Development team fixes the bug
QA Engineer retests the bug to verify the fix
If bug is fixed, it is closed. If not, cycle repeats
Questions on basic programs on string handling
I applied via Campus Placement
I applied via Referral
My biggest achievement till date is successfully leading a team to develop and launch a new software product ahead of schedule.
Led a team of developers to create a new software product
Completed the project ahead of schedule
Received positive feedback from clients and stakeholders
I would address conflicts directly and respectfully, seeking to understand the root cause and find a mutually beneficial solution.
Listen actively to understand the other person's perspective
Communicate clearly and respectfully
Identify the root cause of the conflict
Brainstorm potential solutions together
Be willing to compromise and find a mutually beneficial solution
Success is achieving personal goals, feeling fulfilled, and making a positive impact.
Success is subjective and can vary from person to person.
It involves setting and achieving goals, both short-term and long-term.
Feeling fulfilled and content with one's accomplishments is a key aspect of success.
Making a positive impact on others or the world can also be a measure of success.
Success is not just about material wealth or...
Dijkstra's algorithm finds the shortest path between nodes in a graph.
Create a graph with nodes and edges
Assign a tentative distance to each node
Set the initial node as current and mark it visited
For each neighbor of the current node, calculate the tentative distance
If the tentative distance is less than the current distance, update the distance
Mark the current node as visited and select the unvisited node with the sma...
A program to reverse a singly linked list
Create a new empty linked list
Traverse the original linked list and insert each node at the beginning of the new list
Return the new list
Methods to find nth largest element in an unsorted linked list
Traverse the linked list and store elements in an array, sort the array and return the nth largest element
Use quickselect algorithm to find the nth largest element in O(n) time complexity
Implement a max heap and extract the nth largest element
Divide the linked list into smaller sublists and recursively find the nth largest element
Use merge sort to sort the l...
A prime number is a number that is divisible only by 1 and itself.
A prime number has exactly two factors: 1 and itself.
Prime numbers cannot be divided evenly by any other number.
Examples of prime numbers include 2, 3, 5, 7, 11, 13, 17, etc.
Test cases for a bank transaction
Transaction amount within account balance limit
Transaction amount exceeds account balance limit
Transaction to a valid account number
Transaction to an invalid account number
Transaction with correct transaction code
Transaction with incorrect transaction code
Transaction during bank working hours
Transaction outside bank working hours
Design classes for educational institutions in a city
Identify the main entities: schools, students, teachers, courses
Create a School class with attributes like name, address, and a list of students and teachers
Create a Student class with attributes like name, age, and a list of courses
Create a Teacher class with attributes like name, specialization, and a list of courses
Create a Course class with attributes like name, ...
I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.
Paypal is a leading online payment platform with a strong reputation and global presence.
Paypal is a well-established and trusted online payment platform used by millions of users worldwide.
It offers secure and convenient payment options for both individuals and businesses.
Paypal has a strong focus on innovation and technology, making it an exciting place to work for software engineers.
Working at Paypal provides opport...
Paypal is a digital payment platform that allows individuals and businesses to make online transactions.
Paypal provides a secure way to send and receive money online.
It allows users to link their bank accounts, credit cards, or debit cards to their Paypal account.
Users can make payments to merchants or individuals using their Paypal balance or linked payment methods.
Paypal offers buyer and seller protection, dispute re...
In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.
Continuing to enhance my technical skills and knowledge through ongoing learning and certifications
Taking on more leadership responsibilities and mentoring junior team members
Contributing to the development of cutting-edge software solutions
Building strong relationships with colleagues and stakeholders to drive pr...
based on 1 interview experience
Difficulty level
Duration
based on 2 reviews
Rating in categories
Software Development Engineer
135
salaries
| ₹6.8 L/yr - ₹17 L/yr |
Software Engineer
97
salaries
| ₹6.8 L/yr - ₹11.2 L/yr |
Senior Software Engineer
76
salaries
| ₹8.5 L/yr - ₹24 L/yr |
Software Developer
53
salaries
| ₹5.7 L/yr - ₹16 L/yr |
Software Development Engineer II
52
salaries
| ₹8.4 L/yr - ₹15.6 L/yr |
FIS
Broadridge Financial Solutions
PayPal
MasterCard