Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wissen Technology Team. If you also belong to the team, you can get access from here

Wissen Technology Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 466 Reviews

Filter interviews by

Wissen Technology Junior Engineer - Quality Assurance Interview Questions, Process, and Tips for Experienced

Updated 17 May 2024

Wissen Technology Junior Engineer - Quality Assurance Interview Experiences for Experienced

1 interview found

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Write a java program to count the number of vowels in a string
  • Ans. 

    Java program to count vowels in a string

    • Create a method that takes a string as input

    • Use a loop to iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u) and increment a counter

    • Return the counter as the result

  • Answered by AI
  • Q2. Write Xpath for Google search button
  • Ans. 

    Xpath for Google search button

    • Use the following Xpath: //input[@name='btnK']

    • The 'btnK' is the name attribute of the Google search button

    • Make sure to test the Xpath in a browser console to ensure accuracy

  • Answered by AI
  • Q3. Explain OOPS concept
  • Ans. 

    OOPS concept refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q4. Implicit and Explicit wait in Selenium
  • Ans. 

    Implicit and Explicit waits are used in Selenium to handle synchronization issues in web automation testing.

    • Implicit wait is used to tell the WebDriver to wait for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait is used to tell the WebDriver to wait for a certain condition to occur before proceeding further.

    • Implicit wait is set globally for the entire WebDriver instance, while explicit w...

  • Answered by AI
  • Q5. Difference between throw n throws
  • Ans. 

    In software testing, 'throw' is used to raise an exception, while 'throws' is used to declare exceptions that a method may throw.

    • throw is used to raise an exception in a program

    • throws is used in method signature to declare exceptions that the method may throw

    • throw is a keyword in Java, while throws is a keyword used in method declaration

  • Answered by AI
  • Q6. Solve a pseudo code
  • Ans. 

    Solving a pseudo code problem in an interview for Junior Engineer - Quality Assurance

    • Understand the logic of the pseudo code provided

    • Identify the variables and operations being performed

    • Write the code in a programming language of your choice to solve the problem

    • Test the code with different inputs to ensure it works correctly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS concept, Selenium, SQL

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Coding with any language 1. Count the no of occurrence of each character in string( ignore case)(ignore wild card characters)
  • Ans. 

    The question asks to count the number of occurrences of each character in a given string, ignoring case and wild card characters.

    • Convert the string to lowercase to ignore case.

    • Remove any wild card characters from the string.

    • Create an array of size 26 to store the count of each character.

    • Iterate through each character in the string and increment the count in the array accordingly.

    • Return the array of counts as the result

  • Answered by AI
  • Q2. Why you write code like this. What is advantage . Why used hashmap why not any other collection
  • Ans. 

    HashMap is used for efficient key-value pair storage and retrieval.

    • HashMap provides constant time complexity for basic operations like get and put.

    • It allows storing unique keys and their corresponding values.

    • HashMap is suitable for scenarios where fast lookup is required.

    • Other collections like ArrayList or LinkedList have different use cases and performance characteristics.

  • Answered by AI

Skills evaluated in this interview

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology Junior Engineer - Quality Assurance interview for experienced candidates?
Wissen Technology interview process for experienced candidates usually has 1 rounds. The most common rounds in the Wissen Technology interview process for experienced candidates are Technical.
What are the top questions asked in Wissen Technology Junior Engineer - Quality Assurance interview for experienced candidates?

Some of the top questions asked at the Wissen Technology Junior Engineer - Quality Assurance interview for experienced candidates -

  1. Write a java program to count the number of vowels in a str...read more
  2. Write Xpath for Google search but...read more
  3. Implicit and Explicit wait in Selen...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
CitiusTech Interview Questions
3.4
 • 265 Interviews
View all
Senior Software Engineer
522 salaries
unlock blur

₹9 L/yr - ₹36 L/yr

Software Engineer
520 salaries
unlock blur

₹5.5 L/yr - ₹23.5 L/yr

Principal Engineer
242 salaries
unlock blur

₹16 L/yr - ₹41 L/yr

Associate Software Engineer
147 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Senior Principal Engineer
123 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.8
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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