Add office photos
Employer?
Claim Account for FREE

Kanerika Software

4.5
based on 124 Reviews
Filter interviews by

Convergent Science Interview Questions and Answers

Updated 21 Nov 2024

Q1. What is selenium ,how to fix frame work,how to write Navigation tools..?

Ans.

Selenium is a tool used for automating web browsers. Framework can be fixed by identifying and resolving issues. Navigation tools can be written using Selenium commands.

  • Selenium is a popular open-source tool for automating web browsers

  • To fix a framework, identify and resolve issues with the code

  • Navigation tools can be written using Selenium commands like 'get', 'click', 'sendKeys', etc.

Add your answer

Q2. What is the major difference between driver.close() and driver.quit()?

Ans.

driver.close() closes the current window while driver.quit() closes all windows and ends the session.

  • driver.close() only closes the current window while driver.quit() closes all windows and ends the session

  • driver.close() can be used when multiple windows are open and you want to close only one of them

  • driver.quit() should be used at the end of the script to ensure all windows are closed and the session is ended

Add your answer

Q3. Mention the types of web locator What are the types of waits supported by web driver..?

Ans.

Web locators include ID, name, class name, tag name, link text, and partial link text. Web driver supports implicit, explicit, and fluent waits.

  • Web locators are used to identify elements on a web page

  • ID and name locators are unique to an element

  • Class name and tag name locators can identify multiple elements

  • Link text and partial link text locators are used for links

  • Implicit waits wait for a certain amount of time before throwing an exception

  • Explicit waits wait for a certain co...read more

Add your answer

Q4. What are the selenium suit components What are the limitations of selenium testing..?

Ans.

Selenium suite components include Selenium IDE, Selenium WebDriver, and Selenium Grid. Limitations include browser compatibility issues and difficulty in testing non-web applications.

  • Selenium IDE for record and playback

  • Selenium WebDriver for programmatic interaction

  • Selenium Grid for distributed testing

  • Browser compatibility issues

  • Difficulty in testing non-web applications

Add your answer
Discover Convergent Science interview dos and don'ts from real experiences

Q5. How to type text in an input box using Selenium

Ans.

To type text in an input box using Selenium, use the sendKeys() method.

  • Locate the input box using a locator strategy

  • Use the sendKeys() method to enter text into the input box

  • Example: driver.findElement(By.id("inputBoxId")).sendKeys("Text to be entered")

Add your answer

Q6. difference between truncate and delete

Ans.

Truncate is a DDL command that removes all records from a table, while delete is a DML command that removes specific records.

  • Truncate is faster than delete as it does not log individual row deletions.

  • Truncate resets the identity seed of the table, while delete does not.

  • Truncate cannot be rolled back, while delete can be rolled back using a transaction.

  • Truncate does not fire triggers, while delete does.

Add your answer

Q7. what is indexing

Ans.

Indexing is a technique used to optimize the performance of databases by creating a data structure that allows for quick retrieval of data.

  • Indexing involves creating a data structure that maps the values of specific columns in a database table to their physical location on disk.

  • It helps in speeding up data retrieval operations by allowing the database to quickly locate the rows that match a certain condition.

  • Examples of indexing include creating indexes on primary keys, forei...read more

Add your answer

Q8. Return starting and ending indices of a repetitive character in a string.

Ans.

Find starting and ending indices of repetitive character in a string.

  • Iterate through the string and keep track of the current character and its count.

  • When a different character is encountered, check if the count is greater than 1 and store the indices.

  • Repeat the process until the end of the string is reached.

View 1 answer

Q9. project description

Ans.

Developed a web application for tracking project progress and managing tasks

  • Used React.js for front-end development

  • Implemented RESTful APIs using Node.js and Express for back-end

  • Utilized MongoDB for database storage

  • Incorporated authentication and authorization features for user security

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

Interview Process at Convergent Science

based on 7 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.9
 • 486 Interview Questions
4.2
 • 190 Interview Questions
3.8
 • 181 Interview Questions
3.6
 • 174 Interview Questions
4.1
 • 148 Interview Questions
4.0
 • 136 Interview Questions
View all
Top Kanerika Software Interview Questions And Answers
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