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

Filter interviews by

Wissen Technology Application Developer Interview Questions and Answers

Updated 19 May 2021

Wissen Technology Application Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1. Aptitude, coding and db schema design round
  • Q2. 2. Telephonic Interview - array based question
  • Q3. Collection Framework
  • Q4. DB query (where and having)
  • Q5. Linux command
  • Q6. 3. F2F tech - flood fill, db normalization, inheritance
  • Q7. 4. HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics. The interviewers are helpful

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 leetcode medium level type problems were given. This was a cut-off test were majority will be cut-off.

Round 2 - Coding Test 

Long coding round - Paired with another thoughtworker

Round 3 - Technical 

(2 Questions)

  • Q1. Questions on project
  • Q2. Frameworks related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple aptitude , 3 coding question on basic,2Sql question

Round 2 - Group Discussion 

Simple topics of current affairs

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple and easy process one apti round one gd and two technical interview with one hr interview
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Coding test contains 4 coding question easy to medium, Topic Array, String but DSA questions are in image formate first you have to decode the image then code.

Round 2 - Code Pairing 

(3 Questions)

  • Q1. Some question from resume project.
  • Q2. How we can improve this project
  • Q3. Add 20% discount code, Implement cashback
  • Ans. 

    To add a 20% discount code and implement cashback in an application.

    • Create a discount code field in the application where users can enter the code to avail 20% off.

    • Calculate the discounted price by applying the 20% discount on the original price.

    • Implement a cashback feature where users receive a certain percentage of the purchase amount back as cashback.

    • Ensure that the cashback amount is credited to the user's account

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ThoughtWorks Application Developer interview:
  • DSA
  • OOPS
Interview preparation tips for other job seekers - I had a very negative or wrost experiance with ThoughtWorks during the interview I was able to solve all code pairing programming question without any mistakes or not taking a single hints. It seemed like everything was going well. However after two days i received a rejection mail.

HR said that during the interview my thought process didn't align with the interviewer. Honestly, during the 2 hours of interview. They never mentioned any concerns about my approach or wanting more from me. They simply presented a problems and i solved then they moved on to the next one.

If they weren't happy with my approach, they should have told me to explain further or said that wanted a more optimal soltion something like.

As a fresher, handling such pressure is challenging, especially since we face more struggles than experienced candidates. If a company is not inclined to hire freshers, they should avoid accepting our applications and avoid playing with our emotions.

Interviewers Name: Deepti Sharma, Ajay Kumar
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Online hackerrank test

Round 2 - Technical 

(2 Questions)

  • Q1. Code pairing round
  • Q2. Solving a problem and improving it
Round 3 - Technical 

(1 Question)

  • Q1. Question on previous experience
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have good problem solving skills and a cool temper
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Domain modeling, oops, clean code

Round 2 - Technical 

(3 Questions)

  • Q1. General technical dicussions in resume
  • Q2. About project we worked on?
  • Q3. LLD system design question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic dsa questions would be asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. OOP questions , clean coding
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Python basic questions
  • Q2. Why python is used for data science
  • Ans. 

    Python is used for data science due to its simplicity, readability, extensive libraries, and community support.

    • Python is easy to learn and read, making it accessible for beginners and experts alike

    • Python has a wide range of libraries like NumPy, Pandas, and Scikit-learn for data manipulation and analysis

    • Python has a strong community support with active forums and resources for data science enthusiasts

    • Python's versatili...

  • Answered by AI
  • Q3. Questions related to projects
  • Q4. Hasmap working on the backend
  • Ans. 

    HashMap is a data structure commonly used in backend development for efficient key-value storage and retrieval.

    • HashMap is a collection that stores key-value pairs and allows for fast retrieval of values based on keys.

    • It is commonly used in backend development for caching, session management, and data storage.

    • Example: HashMap employeeSalaries = new HashMap<>(); employeeSalaries.put("Alice", 50000); int

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Some Object Oriented question

Round 2 - Coding Test 

Extension of the previous problem and code pairing

Round 3 - Technical 

(2 Questions)

  • Q1. Fav sorting algorithm and explanation
  • Ans. 

    Quick Sort - efficient, divide and conquer approach

    • Efficient sorting algorithm with average time complexity of O(n log n)

    • Uses divide and conquer approach by selecting a 'pivot' element and partitioning the array around the pivot

    • Example: Sorting an array of integers in ascending order

  • Answered by AI
  • Q2. How does multithreading work
  • Ans. 

    Multithreading allows multiple threads to execute concurrently within a single process.

    • Multithreading allows for parallel execution of tasks within a single process.

    • Each thread has its own stack and runs independently of other threads.

    • Threads share the same memory space, allowing for communication and data sharing.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithread...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. How are you as a person
  • Ans. 

    I am a dedicated and detail-oriented individual with a passion for problem-solving and continuous learning.

    • Dedicated to completing tasks efficiently and effectively

    • Detail-oriented in my work to ensure accuracy

    • Passionate about problem-solving and finding innovative solutions

    • Continuous learner, always seeking to expand my knowledge and skills

  • Answered by AI
  • Q2. Some questions about Deepika Padukone

Skills evaluated in this interview

Wissen Technology Interview FAQs

How to prepare for Wissen Technology Application Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Wissen Technology. The most common topics and skills that interviewers at Wissen Technology expect are Application Design, Data Structures, Design Patterns, Java and Multithreading.
What are the top questions asked in Wissen Technology Application Developer interview?

Some of the top questions asked at the Wissen Technology Application Developer interview -

  1. 1. Aptitude, coding and db schema design ro...read more
  2. 3. F2F tech - flood fill, db normalization, inheritan...read more
  3. 2. Telephonic Interview - array based quest...read more

Tell us how to improve this page.

Senior Software Engineer
540 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Software Engineer
532 salaries
unlock blur

₹5.5 L/yr - ₹23.5 L/yr

Principal Engineer
245 salaries
unlock blur

₹16 L/yr - ₹42 L/yr

Associate Software Engineer
158 salaries
unlock blur

₹5.5 L/yr - ₹18 L/yr

Senior Principal Engineer
129 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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