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 Senior Backend Developer Interview Questions and Answers

Updated 18 Jul 2025

Wissen Technology Senior Backend Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Implement LRU Cache Design patterns Rate limit system with multiple service
  • Ans. 

    An LRU Cache efficiently stores a limited number of items, evicting the least recently used when full.

    • Use a hash map for O(1) access to cache items.

    • Use a doubly linked list to maintain the order of usage.

    • When accessing an item, move it to the front of the list.

    • When adding a new item, check if the cache is full; if so, remove the least recently used item from the back.

    • Example: For a cache size of 2, accessing keys 1, 2,...

  • Answered by AI
  • Q2. Memory management

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Wissen Technology?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Exam was conducted on programmes. 10 questions were asked

Senior Backend Developer Interview Questions Asked at Other Companies

Q1. Design an admin dashboard for Uber to show driver metrics like av ... read more
Q2. What are the optimization techniques used in Node.js?
Q3. What are the steps to create a role-based authentication system?
asked in ExamRoom.AI
Q4. How to increase the Performance of SQl Query, Acid Functionality
Q5. How would you identify an odd-weight ball among similar balls usi ... read more

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Simple technical interview
  • Q2. Difference between html and html5, flexbox,
  • Ans. 

    HTML is the standard markup language for creating web pages, while HTML5 is the latest version with new features. Flexbox is a layout model for designing responsive websites.

    • HTML is the standard markup language used to create web pages.

    • HTML5 is the latest version of HTML with new features like <video>, <audio>, and <canvas> elements.

    • Flexbox is a layout model in CSS that allows for easier alignment and...

  • Answered by AI
  • Q3. What is dependency injection
Round 2 - Technical 

(2 Questions)

  • Q1. What is bootstrap,
  • Ans. 

    Bootstrap is a popular front-end framework for building responsive websites and web applications.

    • Bootstrap provides pre-designed HTML, CSS, and JavaScript components that can be easily customized and integrated into a project.

    • It includes a responsive grid system for creating layouts that adapt to different screen sizes.

    • Bootstrap also offers built-in support for popular web development tools like Sass and jQuery.

    • Example...

  • Answered by AI
  • Q2. Service,dependency injection, flexbod, box model,component

Interview Preparation Tips

Interview preparation tips for other job seekers - All basics they ask

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic oops concept
  • Q2. SQL related questions
  • Q3. Difference between stored procedure and function
  • Ans. 

    Stored procedures are precompiled SQL queries stored in the database, while functions are reusable blocks of code that return a value.

    • Stored procedures are stored in the database and can perform multiple operations, while functions are standalone blocks of code.

    • Functions return a value, while stored procedures do not necessarily have to return a value.

    • Stored procedures can be called explicitly, while functions can be u...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Performance related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java-8 Coding questions
  • Q2. Spring boot Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude reasoning

Round 2 - Coding Test 

Core js angular react

Round 3 - HR 

(2 Questions)

  • Q1. Expectations regarding the job and salary
  • Q2. Performance and location based questioning

Wissen Technology HR Interview Questions

13 questions and answers

Q. What is your biggest achievement?
Q. Which job boards have you used?
Q. Tell me about your overall experience in Recruitment
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain dependency injection, indexes in sql, SOLID principles.
  • Ans. 

    Dependency injection is a design pattern where dependencies are injected into a class rather than created within the class itself.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing and maintenance of code.

    • Example: Constructor injection, setter injection, and interface injection are common types of dependency injection.

    • Indexes in SQL are used to improve the performance of...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 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 

(2 Questions)

  • Q1. UI policy& Data Policy
  • Q2. What is UI policy? Importance of Reverse False?
  • Ans. 

    UI policy is a set of rules that control the behavior of fields on a form in ServiceNow. Reverse False is important for ensuring that the policy is applied correctly.

    • UI policy in ServiceNow is used to dynamically change the behavior of fields on a form based on certain conditions.

    • It can be used to make fields mandatory, read-only, visible, or hidden based on user input or other criteria.

    • Reverse False is important in UI...

  • Answered by AI
Round 3 - Assignment 

Client Scripts, Service Catalog

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job i like this

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 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 - Aptitude Test 

Good, need good knowledge in aptitude

Round 3 - Technical 

(1 Question)

  • Q1. Need basic of sql and DBMS knowledge to crack this round
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal

Round 1 - One-on-one 

(2 Questions)

  • Q1. Integration between icerties
  • Ans. 

    Integration between icerties involves connecting different software systems to enable seamless data exchange.

    • Use APIs to establish communication between different icerties

    • Implement data mapping to ensure compatibility between systems

    • Consider security measures to protect sensitive information during integration

  • Answered by AI
  • Q2. Contact lifecycle management

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Wissen Technology Interview FAQs

What are the top questions asked in Wissen Technology Senior Backend Developer interview?

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

  1. Implement LRU Cache Design patterns Rate limit system with multiple serv...read more
  2. Memory managem...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Software Engineer
894 salaries
unlock blur

₹11.6 L/yr - ₹20 L/yr

Senior Software Engineer
792 salaries
unlock blur

₹16.7 L/yr - ₹32 L/yr

Principal Engineer
353 salaries
unlock blur

₹25.7 L/yr - ₹42 L/yr

Software Developer
188 salaries
unlock blur

₹11.4 L/yr - ₹21.4 L/yr

Associate Software Engineer
178 salaries
unlock blur

₹8.4 L/yr - ₹15 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.6
Compare

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare
write
Share an Interview