Upload Button Icon Add office photos
Engaged Employer

i

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

Wissen Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wissen Infotech Workman Interview Questions and Answers

Updated 17 Aug 2024

Wissen Infotech Workman Interview Experiences

1 interview found

Workman Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions are easy logic and verbal type

Round 2 - Group Discussion 

General gd like same as ai

Interview Preparation Tips

Topics to prepare for Wissen Infotech Workman interview:
  • Recruitment
  • Marketing
  • Accounting
Interview preparation tips for other job seekers - It's great

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was first technical round Asked about Functional, Non Functional testing, Integration, Regression, Smoke, Retesting, Performance, load, stress testing.
  • Q2. Then he comes to selenium the question was how to navigate to other window in browser. Lastly asked me python program to print the number is prime or not.
Round 2 - Coding Test 

It haven't done. Tomorrow is my coding round. Hope it will go well

Round 3 - Technical 

(1 Question)

  • Q1. Not done yet. Will be conduct after the coding round.

Interview Preparation Tips

Topics to prepare for Altimetrik QA Engineer interview:
  • Automation Testing
  • Python
Interview preparation tips for other job seekers - Must needed skills here is to self learner and initiator. They will send if you can do the work. Show that you can and you are a learner.

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy test and was able to crack it

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Selenium
  • Q2. What is test ng

QA Engineer Interview Questions & Answers

Xoriant user image Arpit Choubey

posted on 23 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is bug life cycle RTM Cake 🎂 cutting questions
  • Q2. Test cases on QR code
  • Ans. 

    Test cases for QR code should cover scanning, decoding, error handling, and compatibility with different devices.

    • Verify that the QR code can be scanned successfully using different devices and apps.

    • Test the decoding accuracy of the QR code to ensure the correct information is extracted.

    • Check for error handling scenarios such as invalid QR codes or damaged codes.

    • Test the compatibility of the QR code with various devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about SQL, manual testing concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

String reverse program without using built in function

Round 2 - Assignment 

Image upload test cases.

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Oops concept , string manipulation programs , api testing
Round 3 - Technical 

(1 Question)

  • Q1. Post api call , java string program
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Tricky question. Regarding java only

Round 2 - Coding Test 

Advance queation asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be upto mark with communication

QA Engineer Interview Questions & Answers

Cybage user image unmesh kulkarni

posted on 7 Jan 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Grammer , Paragraph reading, coding

Round 3 - Technical 

(3 Questions)

  • Q1. 2 codes based on Java and Data structur
  • Q2. Min max SQL query and update salary for single employee
  • Q3. What is SDLC, What is STLC etc
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages

    • STLC involves test planning, test design, test execution, and test closure stages

    • SDL...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, location

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay positive and confident. Be strong.
Basic concepts

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Prepare basic java coding questions
  • Q2. Prepare selenium appium automations questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic java coding questions

Wissen Infotech Interview FAQs

How many rounds are there in Wissen Infotech Workman interview?
Wissen Infotech interview process usually has 2 rounds. The most common rounds in the Wissen Infotech interview process are Aptitude Test and Group Discussion.

Tell us how to improve this page.

Wissen Infotech Workman Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all
Software Engineer
370 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Junior Software Engineer
240 salaries
unlock blur

₹2.8 L/yr - ₹6.3 L/yr

Senior Software Engineer
193 salaries
unlock blur

₹7.2 L/yr - ₹24.2 L/yr

Associate Software Engineer
189 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Junior Engineer
88 salaries
unlock blur

₹2.4 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Wissen Infotech with

Wissen Technology

3.9
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

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