Filter interviews by
I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.
I have experience in leading testing efforts, creating test plans, executing test cases, and implementing automation frameworks.
Led testing efforts for multiple projects, creating test plans and strategies
Executed test cases manually and automated using tools like Selenium
Implemented automation frameworks such as Page Object Model (POM) and Data-Driven Testing
Collaborated with developers to ensure test coverage and qua
XPaths are used to locate elements on a website by defining the path of the element in the HTML structure.
XPaths can be used to locate elements based on their attributes, such as id, class, name, etc.
Absolute XPaths start with a single forward slash (/) and specify the complete path from the root element.
Relative XPaths start with a double forward slash (//) and specify the path from the current node.
Example: //input[@...
I have encountered exceptions like NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and InvalidSelectorException.
NoSuchElementException occurs when an element could not be found in the DOM.
ElementNotVisibleException is thrown when an element is present in the DOM but not visible on the page.
TimeoutException is raised when a command does not complete in the specified ...
Core Java is the foundation of Java programming language, while collections in Java are data structures used to store and manipulate groups of objects.
Core Java includes concepts like OOP, inheritance, polymorphism, and exception handling.
Collections in Java provide interfaces like List, Set, and Map for storing and manipulating data.
Examples of collections in Java include ArrayList, HashSet, and HashMap.
Program to check if a string is a palindrome or not.
Create a function that takes a string as input
Remove all non-alphanumeric characters and convert to lowercase
Compare the string with its reverse to check if it's a palindrome
Agile methodologies are iterative approaches to software development that prioritize flexibility and collaboration.
Agile methodologies involve breaking down projects into smaller, manageable tasks called user stories.
Key agile ceremonies include daily stand-up meetings, sprint planning meetings, sprint reviews, and sprint retrospectives.
Daily stand-up meetings are brief check-ins where team members discuss what they wo...
I have used frameworks such as Selenium, JUnit, TestNG, and Cucumber in my projects.
Selenium
JUnit
TestNG
Cucumber
TestNG annotations are used to control the flow of test methods and provide additional information about the test methods.
TestNG annotations are used to mark methods as test methods, setup methods, teardown methods, etc.
Examples of TestNG annotations include @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite, etc.
TestNG framework is a testing framework inspired by JUnit and NUnit, ...
OOP is a programming paradigm based on the concept of objects, which can contain data and code to manipulate that data.
Encapsulation: bundling data and methods that operate on the data into a single unit (object)
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability for objects to be treated as instances of their parent class or their own class
Abstraction: hiding the comp...
Experienced Senior Test Engineer with a strong background in software testing and quality assurance.
Over 8 years of experience in testing web and mobile applications
Proficient in test planning, execution, and automation using tools like Selenium and JIRA
Skilled in identifying and documenting defects, and working closely with development teams to resolve issues
Strong analytical and problem-solving skills, with a keen ey...
Experienced Senior Test Engineer with a strong background in software testing and quality assurance.
Over 8 years of experience in testing web and mobile applications
Proficient in test planning, execution, and automation using tools like Selenium and JIRA
Skilled in identifying and documenting defects, and working closely with development teams to resolve issues
Strong analytical and problem-solving skills, with a keen at...
Cucumber framework can be run parallelly using tools like TestNG or JUnit.
Use TestNG or JUnit to run cucumber tests in parallel
Configure test runners to run tests in parallel
Use Maven or Gradle to manage dependencies and run tests
Lambda expressions in Java 8 provide a concise way to represent anonymous functions.
Lambda expressions are used to provide implementation of functional interfaces.
They enable functional programming in Java by treating functionality as a method argument.
Syntax of lambda expressions is (argument) -> (body).
Example: (int a, int b) -> a + b
I have used Jira, Bugzilla, and HP Quality Center for defect tracking in my projects.
Jira
Bugzilla
HP Quality Center
Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.
Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.
Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.
Fluent Wait: Waits for a condition to be true with a defined polling frequency.
Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
Experienced Senior Test Engineer with a strong background in software testing and quality assurance.
Over 8 years of experience in testing web and mobile applications
Proficient in test planning, execution, and automation using tools like Selenium and JUnit
Skilled in identifying and documenting defects, and working closely with development teams to resolve issues
Strong knowledge of Agile methodologies and continuous inte
I am motivated to seek employment with your company because of your reputation for innovation and commitment to excellence.
I am impressed by the company's track record of success and growth.
I am excited about the opportunity to work with a talented team of professionals.
I am drawn to the company's focus on cutting-edge technology and continuous improvement.
I believe that my skills and experience align well with the com
Top trending discussions
I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.
posted on 16 Sep 2024
Easy to moderate level
Given a topic and gave 2 hrs for preparation
posted on 14 Dec 2024
It was nice experience, basic aptitude questions- quants and reasoning based.
posted on 18 Aug 2023
I applied via Approached by Company and was interviewed before Aug 2022. There was 1 interview round.
Multi level inheritance is a type of inheritance in object-oriented programming where a class inherits properties and behavior from another class, which in turn inherits from another class.
In multi level inheritance, a class can inherit properties and behavior from a parent class, which in turn can inherit from another parent class.
This allows for a hierarchical structure of classes, with each class building upon the p...
Static variables are shared among all instances of a class, while private static variables are only accessible within the class.
Static variables are shared among all instances of a class
Private static variables are only accessible within the class
Example: public static int count; vs private static int totalCount;
posted on 27 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.
posted on 13 Apr 2022
I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.
My family background is diverse and multicultural, with members from different professions and backgrounds.
My father is a doctor and my mother is a teacher.
I have two siblings, one is an engineer and the other is a lawyer.
We have relatives living in different countries, including the USA, India, and Australia.
Our family values education and encourages continuous learning.
I worked as a Software Engineer at XYZ Company.
Developed and maintained software applications using Java and Python.
Collaborated with cross-functional teams to gather requirements and design solutions.
Implemented unit tests and performed code reviews to ensure code quality.
Participated in Agile development processes and attended daily stand-up meetings.
Troubleshooted and resolved software defects and issues reported by...
Seeking new challenges and growth opportunities in a different environment.
Looking to expand my skill set and work on more complex projects.
Interested in joining a company with a strong culture of innovation and collaboration.
Seeking a role that offers more career advancement opportunities.
Want to work in a different industry to gain new perspectives and experiences.
You should hire me because I have a strong technical background, excellent problem-solving skills, and a passion for software development.
I have a Bachelor's degree in Computer Science and extensive experience in software development.
I have a deep understanding of various programming languages and frameworks, including Java, Python, and JavaScript.
I have a proven track record of delivering high-quality software solutio...
My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.
Strength: Problem-solving - I enjoy analyzing complex problems and finding efficient solutions.
Strength: Attention to detail - I have a meticulous approach to my work, ensuring accuracy and quality.
Strength: Teamwork - I thrive in collaborative environments, valuing open communication and c...
I am a software engineer with experience in developing and maintaining software applications.
I have a strong background in programming languages such as Java, C++, and Python.
I have worked on various projects, including developing web applications and implementing software solutions.
I am skilled in problem-solving and debugging, ensuring efficient and reliable software performance.
I am familiar with agile development m...
posted on 14 Jul 2023
I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.
posted on 31 May 2024
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Some of the top questions asked at the ExcelSoft Technologies Senior Test Engineer interview -
based on 1 interview
Interview experience
Software Engineer
195
salaries
| ₹1.6 L/yr - ₹10 L/yr |
Associate Software Engineer
160
salaries
| ₹2 L/yr - ₹6 L/yr |
Senior Software Engineer
61
salaries
| ₹6.2 L/yr - ₹15.2 L/yr |
Associate Quality Assurance Engineer
60
salaries
| ₹2.2 L/yr - ₹4.5 L/yr |
Quality Assurance Engineer
42
salaries
| ₹3.5 L/yr - ₹10.1 L/yr |
Softenger
Capital Numbers Infotech
DesignTech Systems
Espire Infolabs