Upload Button Icon Add office photos

Filter interviews by

Vibrent Health Software Engineer Tester Interview Questions and Answers

Updated 10 Jan 2024

Vibrent Health Software Engineer Tester Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about oops concept?
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.

    • OOPs focuses on the concept of objects, which are instances of classes.

    • It emphasizes encapsulation, inheritance, and polymorphism.

    • Encapsulation ensures that data and methods are bundled together within an object.

    • Inheritance allows classes to inherit properties and behaviors from other classes.

    • Polymorphism ena...

  • Answered by AI

Interview questions from similar companies

Software Engineer Tester Interview Questions & Answers

TCS user image Ghanshaym Ashokrao Chune

posted on 21 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Compared to other companies interviewer asked more technical questions on automation testing
Round 2 - HR 

(1 Question)

  • Q1. They asked about my previous company and experience, my salary details

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join in these company, Without assigning any project to employees. They ask to employees to resign. These will create bad impact on employees career.

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mainframes technical questions covering Cobol - basics Db2 - queries Compilation process
Round 2 - HR 

(1 Question)

  • Q1. About the company and brief introduction session

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning basics. Have thorough knowledge on the work you do and learn from asking questions to seniors.

I applied via campus placement at Meghnad Saha Institute of Technology, Kolkata and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Game based Test and some MCQS based on programming knowledge

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of OOPS and Java Knowledge or Python
  • Q2. About Final year's project and Interests in other technologies
Round 3 - HR 

(1 Question)

  • Q1. 1 Why Capgemini ?. 2 What encourages you to join Our Capgemini?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always believe in yourself and be confident whatever you say
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. What are the different types of waits in Selenium?
  • Q2. What is a Java program for identifying vowels?
  • Q3. What is the difference between smoke testing and sanity testing?
  • Q4. What is the purpose of a sprint retrospective meeting?
  • Q5. What are the uses of Selenium 4?
  • Q6. How do you manage dropdown menus?
  • Q7. What is the difference between a scenario and a scenario outline?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Briefing about yourself
  • Q2. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking tool with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers fix the reported defects based on the information provided.

    • Defect re...

  • Answered by AI
  • Q3. Difference between black box and white box testing
  • Ans. 

    Black box testing focuses on functionality without knowledge of internal code, while white box testing examines internal code structure.

    • Black box testing tests the functionality of a system without knowledge of its internal code

    • White box testing tests the internal code structure and logic of a system

    • Black box testing is more focused on end-user perspective

    • White box testing is more focused on developer perspective

    • Exampl...

  • Answered by AI
  • Q4. Difference between hard assert and soft assert
  • Ans. 

    Hard assert stops the execution of the test case if it fails, while soft assert continues the execution and logs the failure.

    • Hard assert is used when the failure of a particular step makes the further steps irrelevant.

    • Soft assert is used when you want to continue with the test case execution even if some steps fail.

    • Hard assert is implemented using 'assert' keyword in testing frameworks like TestNG or JUnit.

    • Soft assert ...

  • Answered by AI
  • Q5. What are the various annotations in selenium webdriver
  • Ans. 

    Annotations in Selenium WebDriver are used to provide additional information about the test methods.

    • Annotations help in organizing and managing test cases

    • Some common annotations in Selenium WebDriver are @Test, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations are used to define the sequence of execution of test methods

  • Answered by AI
  • Q6. There are n no. Of links having the text selenium. Write the syntax to count the text selenium from all the links
  • Ans. 

    Use XPath to count the number of links with the text 'selenium'

    • Use XPath to locate all the links containing the text 'selenium'

    • Count the number of links found using the XPath expression

  • Answered by AI
  • Q7. There is a table of students having column status with either pass or fail. Write the syntax to show the output as some 60 pass and 40 fail.
  • Ans. 

    Use SQL query to display 60 pass and 40 fail from a table of students.

    • Use SELECT statement with COUNT function to count the number of pass and fail statuses.

    • Use WHERE clause to filter out pass and fail statuses.

    • Use GROUP BY clause to group the statuses together.

    • Use CASE statement to display the count of pass and fail statuses.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Append a item in tuple
  • Q2. How to validate response body in api in restapi
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Stlc question asked manual qa
Round 2 - Technical 

(1 Question)

  • Q1. Coding asked sql query
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between hashmap and hashtable?
  • Ans. 

    HashMap is non-synchronized and allows null values, while Hashtable is synchronized and does not allow null values.

    • HashMap is non-synchronized and not thread-safe, while Hashtable is synchronized and thread-safe.

    • HashMap allows null values for both key and value, while Hashtable does not allow null keys or values.

    • HashMap is faster than Hashtable as it is non-synchronized.

    • HashMap is part of the Java Collections Framework

  • Answered by AI
  • Q2. Types of exceptions in selenium.
  • Ans. 

    Types of exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when an element is no longer attached to the DOM.

    • Tim...

  • Answered by AI
  • Q3. Difference between abstract and interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and non-abstract methods, while interface cannot.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract for classes ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

Vibrent Health Interview FAQs

How many rounds are there in Vibrent Health Software Engineer Tester interview?
Vibrent Health interview process usually has 1 rounds. The most common rounds in the Vibrent Health interview process are Technical.

Tell us how to improve this page.

Vibrent Health Software Engineer Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Vibrent Health Software Engineer Tester Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
QA Engineer
17 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Software Engineer
14 salaries
unlock blur

₹8 L/yr - ₹20 L/yr

Technical Lead
8 salaries
unlock blur

₹29.8 L/yr - ₹35.7 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹10 L/yr - ₹17 L/yr

Product Owner
6 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Explore more salaries
Compare Vibrent Health with

Practo

3.1
Compare

Portea Medical

4.3
Compare

PharmEasy

3.7
Compare

Lybrate

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