Upload Button Icon Add office photos

Filter interviews by

Wibmo Interview Questions and Answers

Updated 6 May 2024

Wibmo Interview Experiences

Popular Designations

7 interviews found

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to make singleton class thread safe?
  • Ans. 

    To make a singleton class thread safe, we can use synchronized keyword or double-checked locking.

    • Use synchronized keyword to ensure only one thread can access the instance at a time.

    • Use double-checked locking to minimize the use of synchronization.

    • Use volatile keyword to ensure visibility of changes across threads.

    • Consider using an enum to implement singleton pattern as it is inherently thread safe.

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Why do you want to change the organisation?
  • Ans. 

    I am seeking new challenges and opportunities for growth in my career.

    • Looking for a more challenging role to utilize my skills and expertise

    • Seeking a company with a better work-life balance

    • Want to work in a more innovative and dynamic environment

    • Interested in joining an organization with better career advancement opportunities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially they will lure you with the promise that they can pay anything. As soon as you clear your first round, they say they don't have the budget and ask you to join with 5% hike.

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Mar 2024

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

(2 Questions)

  • Q1. How to design an app as a white labeled.
  • Ans. 

    Designing a white-labeled app involves creating a customizable platform that can be rebranded by different clients.

    • Create a flexible design structure that allows for easy customization of colors, logos, and branding elements.

    • Implement a robust admin panel where clients can easily upload their branding assets and make changes.

    • Ensure that the app's functionality remains consistent across different branding variations.

    • Con...

  • Answered by AI
  • Q2. Generic UI theme can be set via firebase. Set the theme of UI elements dynamically.
  • Ans. 

    Use Firebase to dynamically set the theme of UI elements.

    • Create a collection in Firebase to store UI themes.

    • Retrieve the selected theme from Firebase and apply it to UI elements.

    • Update the UI elements whenever the theme is changed in Firebase.

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How to handle team, how do you ensure to follow agile and enable team to follow the same?
Round 3 - HR 

(2 Questions)

  • Q1. Your biggest challenge in your career.
  • Q2. Bring out some technical challenge or a challenge you faced while handling team.

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Case Study 

Case study round with behavioral questions.

Round 2 - Case Study 

Case study round with detailed step by step problem structuring.

Round 3 - One-on-one 

(1 Question)

  • Q1. More on current and previous work experiences
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion.

Senior Product Manager Interview Questions asked at other Companies

Q1. What are the growth hacks you would use to grow traffic?
View answer (1)

Interview Questionnaire 

2 Questions

  • Q1. Self introduction n privious company work role, n checked my skills
  • Ans. I explained all about myself in HR TL and manager rounds ... All three people were awesome...
  • Answered Anonymously
  • Q2. Are you willing to work under pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all awesome interview Wibmo selects the candidates who are genuine...

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Wibmo interview questions for popular designations

 Technical Lead

 (2)

 Quality Assurance & Quality Control

 (1)

 Technical Support Engineer

 (1)

 Analyst

 (1)

 Lead Engineer

 (1)

 Senior Product Manager

 (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Apr 2023

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 5 interview rounds.

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 - HR 

(1 Question)

  • Q1. Explain About yourself
Round 3 - One-on-one 

(1 Question)

  • Q1. Team leader round
Round 4 - One-on-one 

(1 Question)

  • Q1. Operations round
Round 5 - Group Discussion 

Discussion with all together HR TL and Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Wait time is very long to check your patience.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java concepts, Java8 and Lambda expression. In second round they asked for Problem solving questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep hands on on Java 8 lambda expression

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview Preparation Tips

Round: Resume Shortlist
Experience: Profile matches and kept hold for few more candidate shortlisted

Round: Face to face with ops manager
Experience: He asked in details, for role applied , I have given my best answer

General Tips: It was nice be confident

Quality Assurance & Quality Control Interview Questions asked at other Companies

Q1. Advantage's of gas welding over arcwelding and where and why it is used?
View answer (2)

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Questionnaire 

1 Question

  • Q1. What do you understand by .#net? What is polymorphism in any language? Write a solution in any prefferd language about banking solution.
  • Ans. 

    .NET is a software framework developed by Microsoft. Polymorphism is the ability of an object to take on many forms.

    • .NET is a framework for building Windows applications and web services.

    • .NET supports multiple programming languages like C#, VB.NET, and F#.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism enables code reusability and flexibility in object-orien...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was a written programming and aptitude mix test .I had an experience of 3 yrs in different company so did not have to give all the rounds
Duration: 2 hours
Total Questions: 6

Round: Technical Interview
Experience: Was an experiencd person so I managed to ans questions precisely .

Round: Interview with manager
Experience: It was an intersting round ,face to face interview with the manager was a new experience .He asked me questions regarding my previous work place and working experience,and if I am comfortable with changing my job place and we discussed about the terms and conditions in a very casual way out

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Recursion program
  • Q2. System Design questions based on current project
  • Q3. Micro service design patterns
  • Ans. 

    Micro service design patterns are architectural patterns used to design and implement microservices.

    • Service discovery

    • Circuit breaker

    • API gateway

    • Event sourcing

    • Saga pattern

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by mocking dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of a class creating an instance of another...

  • Answered by AI
  • Q2. What is app.use in .net core?
  • Ans. 

    app.use in .NET Core is used to add middleware to the request pipeline.

    • app.use is a method used in ASP.NET Core to add middleware components to the request pipeline.

    • Middleware components are software components that are executed in the request pipeline to handle requests and responses.

    • Middleware components can perform tasks such as authentication, logging, error handling, and more.

    • Example: app.use(new MiddlewareCompone

  • Answered by AI
  • Q3. What is difference between Interface and abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both abstract and concrete methods.

    • Interface cannot have any implementation, while abstract class can have both abstract and concrete methods.

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

    • Interfaces are used to achieve multiple inheritance in Java, while abstract classes are us...

  • Answered by AI
  • Q4. Boxing Unboxing
  • Q5. ArrayList and List
  • Q6. Can abstract class instantiated?
  • Ans. 

    No, abstract classes cannot be instantiated.

    • Abstract classes are meant to be inherited and extended by other classes.

    • Attempting to instantiate an abstract class will result in a compilation error.

    • Abstract classes can have abstract methods that must be implemented by the subclass.

  • Answered by AI
  • Q7. How to optimize react application?
  • Ans. 

    Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing render performance.

    • Implement code splitting to load only necessary code for each route or component.

    • Utilize lazy loading to defer loading of non-essential components until they are needed.

    • Minimize bundle size by removing unused code, optimizing images, and using tree shaking.

    • Use memoization te...

  • Answered by AI
  • Q8. Props destructuring?
  • Q9. Parent child component communication in react?
  • Ans. 

    Parent child component communication in React involves passing data from parent to child components and triggering events from child to parent components.

    • Use props to pass data from parent to child components

    • Use callback functions to trigger events from child to parent components

    • Context API can be used for passing data to deeply nested components

  • Answered by AI
  • Q10. What is useRef, useMemo, useCallback?
  • Ans. 

    useRef is used to persist a value across renders, useMemo is used to memoize expensive calculations, useCallback is used to memoize functions.

    • useRef is commonly used to access DOM elements or persist values between renders.

    • useMemo is used to memoize expensive calculations to avoid re-computation.

    • useCallback is used to memoize functions to prevent unnecessary re-renders.

    • Example: useRef can be used to store a reference t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of questions were scenario based, no straight forward questions.
Although you are experienced, you can expect OOPS concept complex questions.
Be prepared with all concepts.

Skills evaluated in this interview

Wibmo Interview FAQs

How many rounds are there in Wibmo interview?
Wibmo interview process usually has 3 rounds. The most common rounds in the Wibmo interview process are One-on-one Round, HR and Technical.
How to prepare for Wibmo 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 Wibmo. The most common topics and skills that interviewers at Wibmo expect are Risk Assessment, Agile, MySQL, J2Ee and SQL.
What are the top questions asked in Wibmo interview?

Some of the top questions asked at the Wibmo interview -

  1. Generic UI theme can be set via firebase. Set the theme of UI elements dynamica...read more
  2. How to make singleton class thread sa...read more
  3. How to design an app as a white label...read more

Tell us how to improve this page.

Wibmo Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 752 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
HighRadius Interview Questions
2.9
 • 184 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Mobikwik Interview Questions
3.6
 • 47 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
View all

Wibmo Reviews and Ratings

based on 164 reviews

3.2/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

3.2

Salary

2.8

Job security

2.9

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 164 Reviews and Ratings
Software Engineer
64 salaries
unlock blur

₹3 L/yr - ₹10.4 L/yr

Senior Software Engineer
62 salaries
unlock blur

₹8.6 L/yr - ₹34 L/yr

Senior Analyst
38 salaries
unlock blur

₹3 L/yr - ₹7.4 L/yr

Technical Lead
36 salaries
unlock blur

₹15 L/yr - ₹30.3 L/yr

Analyst
30 salaries
unlock blur

₹2.1 L/yr - ₹5.9 L/yr

Explore more salaries
Compare Wibmo with

Fiserv

3.0
Compare

PhonePe

4.0
Compare

HighRadius

2.9
Compare

Broadridge Financial Solutions

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