Add office photos
Engaged Employer

TestingXperts

4.1
based on 247 Reviews
Filter interviews by

Expleo Solutions Interview Questions and Answers

Updated 4 Sep 2024

Q1. What is protected internal access modifier, explain

Ans.

Protected internal access modifier allows access to members within the same assembly or derived classes.

  • Can be applied to methods, properties, fields, and events

  • Access is limited to the current assembly or derived classes

  • Used when you want to restrict access to certain members within the same assembly or derived classes

  • Example: protected internal int age = 25; // can be accessed within the same assembly or derived classes

Add your answer

Q2. Write a sample code to explain overloading concept of oops

Ans.

Overloading in OOP allows multiple methods with same name but different parameters.

  • Overloading is achieved by changing the number, type or order of parameters

  • Return type of the methods does not matter in overloading

  • Example: void print(int a), void print(int a, int b), void print(String s)

Add your answer

Q3. Explain polymorphism and where does it apply in selenium.

Ans.

Polymorphism is the ability of a single function or method to operate on different types of data.

  • Polymorphism in Selenium allows for the same test script to be used for different web elements.

  • It can be achieved through method overloading or method overriding in Selenium.

  • For example, using the same click() method to click on a button, link, or dropdown in Selenium tests.

Add your answer

Q4. Write a program to add two numbers in c#

Ans.

Program to add two numbers in c#

  • Declare two variables to store the numbers

  • Take input from user for both variables

  • Add the variables and store the result in a third variable

  • Display the result

Add your answer
Discover Expleo Solutions interview dos and don'ts from real experiences

Q5. Write xpath using AND and OR condition

Ans.

Xpath can use AND and OR conditions to locate elements based on multiple criteria.

  • To use AND, simply chain multiple conditions together with no operator in between.

  • To use OR, use the 'or' keyword between conditions.

  • Example: //div[@class='class1' and @id='id1'] or //div[@class='class2']

Add your answer

Q6. Explain different type of selenium waits

Ans.

Selenium waits are used to make the test scripts wait for a certain condition to be met before proceeding.

  • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

  • Explicit Wait: Waits for a certain condition to be met before proceeding further in the code.

  • Fluent Wait: Waits for a certain condition with a defined maximum amount of time to wait for.

  • Thread.sleep(): Pauses the execution for a specified amount of time.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Expleo Solutions

based on 4 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Test Engineer Interview Questions from Similar Companies

3.7
 • 40 Interview Questions
3.5
 • 31 Interview Questions
3.7
 • 22 Interview Questions
3.3
 • 16 Interview Questions
3.5
 • 13 Interview Questions
3.7
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter