Add office photos
Engaged Employer

Ness Digital Engineering

3.4
based on 582 Reviews
Filter interviews by

Prisma Space Frame Llc Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Write selenium automation code for login yatra.com and add to cart

Ans.

Selenium code to login and add to cart on yatra.com

  • Launch the yatra.com website

  • Enter login credentials and click on login button

  • Search for desired product and add to cart

  • Verify the product is added to cart

Add your answer

Q2. What is Interface. What are the interface in selenium

Ans.

An interface is a contract between two entities defining the communication between them. In Selenium, interfaces are used to define the behavior of web elements.

  • An interface defines a set of methods that a class implementing it must implement

  • In Selenium, the WebElement interface is used to interact with web elements on a page

  • Other interfaces in Selenium include WebDriver, TakesScreenshot, and JavascriptExecutor

  • Interfaces allow for abstraction and modularity in code

Add your answer

Q3. What is main function in Java

Ans.

Main function in Java is the entry point of any Java program.

  • Main function is declared as public static void main(String[] args)

  • It is the starting point of execution for any Java program

  • All the code inside main function is executed sequentially

  • Example: public static void main(String[] args) { System.out.println("Hello World!"); }

Add your answer

Q4. What is the Page Object Model

Ans.

Page Object Model is a design pattern used in test automation to create an object repository for web UI elements.

  • It helps in reducing code duplication and improves code maintainability.

  • Each web page is represented as a separate class and the web elements on the page are defined as variables in the class.

  • The methods in the class perform actions on the web elements.

  • It separates the test logic from the page-specific logic.

  • It makes the tests more readable and easier to maintain.

  • E...read more

Add your answer
Discover Prisma Space Frame Llc interview dos and don'ts from real experiences

Q5. Api testing you know or not

Ans.

Yes, I am familiar with API testing.

  • API testing involves testing the functionality, reliability, performance, and security of APIs.

  • It includes verifying the response data, status codes, headers, and error handling.

  • Tools like Postman, SoapUI, or cURL can be used for API testing.

  • Examples of API testing include testing RESTful APIs, web services, and microservices.

  • Test cases can be created to validate input/output, authentication, authorization, and data integrity.

View 1 answer

Q6. What is xpath . type of xpath

Ans.

XPath is a language used to navigate and select elements in an XML or HTML document.

  • XPath stands for XML Path Language

  • It uses path expressions to select nodes or sets of nodes in an XML or HTML document

  • There are two types of XPath: Absolute and Relative

  • Absolute XPath starts from the root node and selects the nodes based on the complete path

  • Relative XPath starts from the current node and selects the nodes based on the path relative to the current node

Add your answer

Q7. Write program for reverse string

Ans.

Program to reverse a string

  • Create an empty string to store the reversed string

  • Loop through the original string from end to start

  • Append each character to the empty string

  • Return the reversed string

Add your answer

Q8. Polymorphism. type of polymorphism.

Ans.

Polymorphism is the ability of an object to take on many forms. There are two types: compile-time and runtime.

  • Compile-time polymorphism is achieved through function overloading and operator overloading.

  • Runtime polymorphism is achieved through virtual functions and function overriding.

  • Polymorphism allows for code reusability and flexibility in object-oriented programming.

  • Example of compile-time polymorphism: function overloading - multiple functions with the same name but diff...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top QA Engineer Interview Questions from Similar Companies

3.8
 • 18 Interview Questions
3.9
 • 13 Interview Questions
3.2
 • 13 Interview Questions
3.8
 • 12 Interview Questions
4.8
 • 10 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