Upload Button Icon Add office photos

Filter interviews by

ExcelSoft Technologies Senior Test Engineer Interview Questions, Process, and Tips

Updated 14 Dec 2024

ExcelSoft Technologies Senior Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. Can you describe your project roles and responsibilities, as well as the framework designs you have implemented?
  • Ans. 

    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

  • Answered by AI
  • Q2. What are the XPaths used to locate elements on a website?
  • Ans. 

    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[@...

  • Answered by AI
  • Q3. What Selenium exceptions have you encountered in your experience?
  • Ans. 

    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 ...

  • Answered by AI
  • Q4. Core java and collections in java
  • Ans. 

    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.

  • Answered by AI
  • Q5. Write a program to check if a string is a palindrome or not.
  • Ans. 

    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

  • Answered by AI
  • Q6. What are agile methodologies and what are the key agile ceremonies?
  • Ans. 

    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...

  • Answered by AI
  • Q7. What frameworks have you used in your projects?
  • Ans. 

    I have used frameworks such as Selenium, JUnit, TestNG, and Cucumber in my projects.

    • Selenium

    • JUnit

    • TestNG

    • Cucumber

  • Answered by AI
  • Q8. What are TestNG annotations, and can you explain the TestNG framework?
  • Ans. 

    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, ...

  • Answered by AI
  • Q9. What is the explanation of Object-Oriented Programming (OOP) concepts, and which OOP concepts are utilized in your project?
  • Ans. 

    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...

  • Answered by AI
  • Q10. Tell me about yourself.
  • Ans. 

    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...

  • Answered by AI
Round 2 - Behavioral 

(7 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    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...

  • Answered by AI
  • Q2. Method overriding and method overloading
  • Q3. Cucumber options
  • Q4. How to run cucumber framework parallelly
  • Ans. 

    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

  • Answered by AI
  • Q5. Lambda features in java 8
  • Ans. 

    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

  • Answered by AI
  • Q6. What defect tracking tools have you used in your project?
  • Ans. 

    I have used Jira, Bugzilla, and HP Quality Center for defect tracking in my projects.

    • Jira

    • Bugzilla

    • HP Quality Center

  • Answered by AI
  • Q7. Waits in selenium
  • Ans. 

    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);

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Ans. 

    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

  • Answered by AI
  • Q2. What motivates you to seek employment with our company?
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.OOP questions
  • Q2. 2.Java basic programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Try to answer questions logically
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to moderate level

Round 2 - Group Discussion 

Given a topic and gave 2 hrs for preparation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well that what is on your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions on basic python.
  • Q2. Networking basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was nice experience, basic aptitude questions- quants and reasoning based.

Round 2 - Technical 

(2 Questions)

  • Q1. Question were asked on resume.
  • Q2. Basics about python
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is multi level inheritance?
  • Ans. 

    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...

  • Answered by AI
  • Q2. Difference between static and private static
  • Ans. 

    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;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. AI/ML, Blockchain, IoT, OOPs concept, SQL
Round 2 - HR 

(1 Question)

  • Q1. Hobbies, Languages, Family

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and always eager to learn.

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. The Following are the Laravel Questions:- 1. Laravel Life Cycle 2. OOPs 3. Migration 4. Elquoent 5. Observers 6. Repository 7. Services 8. Composer 9. Git 10. Commands 11. Route 12. Middleware 13. Service...
  • Q2. The Following are the Vue Js Questions:- 1. Life Cycle 2. Options API 3. Composition API 4. Difference between v-if and v-show 5. Difference between v-model and v-model.lazy 6. Computed Properties 7. Data...
Round 3 - HR 

(6 Questions)

  • Q1. What is your family background?
  • Ans. 

    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.

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    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...

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    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.

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    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...

  • Answered by AI
  • Q5. What are your strengths and weaknesses?
  • Ans. 

    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...

  • Answered by AI
  • Q6. Tell me about yourself.
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For Laravel interview study from laravel.com
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About the skill and job roll.
Round 3 - Technical 

(3 Questions)

  • Q1. Asked about the current project details
  • Q2. Asking about the coding
  • Q3. Asking about the current project details
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript, React JS, Node JS, MongoDB, Next JS, Typescript

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamental strong because basic questions are asked only to check the knowledge and concept of the programming language.

ExcelSoft Technologies Interview FAQs

How many rounds are there in ExcelSoft Technologies Senior Test Engineer interview?
ExcelSoft Technologies interview process usually has 3 rounds. The most common rounds in the ExcelSoft Technologies interview process are Technical, Behavioral and HR.
What are the top questions asked in ExcelSoft Technologies Senior Test Engineer interview?

Some of the top questions asked at the ExcelSoft Technologies Senior Test Engineer interview -

  1. What is the explanation of Object-Oriented Programming (OOP) concepts, and whic...read more
  2. What are the XPaths used to locate elements on a websi...read more
  3. What are TestNG annotations, and can you explain the TestNG framewo...read more

Tell us how to improve this page.

ExcelSoft Technologies Senior Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
ExcelSoft Technologies Senior Test Engineer Salary
based on 4 salaries
₹6.1 L/yr - ₹13.5 L/yr
At par with the average Senior Test Engineer Salary in India
View more details
Software Engineer
195 salaries
unlock blur

₹1.6 L/yr - ₹10 L/yr

Associate Software Engineer
160 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Software Engineer
61 salaries
unlock blur

₹6.2 L/yr - ₹15.2 L/yr

Associate Quality Assurance Engineer
60 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Quality Assurance Engineer
42 salaries
unlock blur

₹3.5 L/yr - ₹10.1 L/yr

Explore more salaries
Compare ExcelSoft Technologies with

Softenger

4.1
Compare

Capital Numbers Infotech

4.5
Compare

DesignTech Systems

3.3
Compare

Espire Infolabs

2.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview