Upload Button Icon Add office photos
Engaged Employer

i

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

WSE Group Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 9 Reviews

Filter interviews by

WSE Group Java Developer Interview Questions and Answers

Updated 20 Mar 2021

WSE Group Java Developer Interview Experiences

1 interview found

I applied via AngelList and was interviewed before Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Just clear your basics in one programming language and DS algo.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Spring IOC containers explain
  • Ans. 

    Spring IOC containers are responsible for managing the instantiation of objects and their dependencies in a Spring application.

    • IOC stands for Inversion of Control, which means that the control of object creation is inverted from the application code to the Spring framework.

    • There are two main types of Spring IOC containers: BeanFactory and ApplicationContext.

    • BeanFactory is the simplest container, providing basic support...

  • Answered by AI
  • Q2. Metaspace in java
  • Ans. 

    Metaspace is a part of the Java HotSpot VM memory where class metadata is stored.

    • Metaspace replaces the permanent generation (PermGen) in Java 8 and later versions.

    • It is used to store class metadata such as class names, method names, field names, annotations, etc.

    • Metaspace is dynamically resized by the JVM based on the application's demand.

    • You can monitor Metaspace usage using tools like JConsole or VisualVM.

  • Answered by AI
  • Q3. Difference between prdicate & consumer?
  • Ans. 

    Predicate is a functional interface that represents a boolean-valued function, while Consumer is a functional interface that represents an operation that accepts a single input argument and returns no result.

    • Predicate is used for filtering elements based on a condition, while Consumer is used for performing actions on elements.

    • Predicate has a test() method to evaluate a condition, while Consumer has an accept() method ...

  • Answered by AI
Round 2 - Coding Test 

Java 8 stream based question

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Min stack write code with full operation
  • Ans. 

    A min stack is a stack data structure that supports the usual push and pop operations, along with an additional operation to retrieve the minimum element in constant time.

    • Create a stack to store the elements and another stack to store the minimum values encountered so far.

    • When pushing an element, check if it is smaller than the current minimum. If so, push it onto the minimum stack.

    • When popping an element, check if it ...

  • Answered by AI
  • Q2. Graph and sql ,concept problem
Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort based tricky ques
  • Q2. Island problem leetcode

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Goals for the future
  • Ans. 

    To become a senior Java developer and contribute to innovative projects in a collaborative team environment.

    • Continue learning new technologies and best practices in Java development

    • Work on challenging projects to enhance problem-solving skills

    • Collaborate with team members to share knowledge and improve code quality

  • Answered by AI
  • Q2. How do you think you can impact our company
  • Ans. 

    I believe my strong Java skills and problem-solving abilities can positively impact the company by improving efficiency and developing innovative solutions.

    • I have experience in developing efficient and scalable Java applications, which can help streamline processes within the company.

    • I am skilled in identifying and solving complex technical issues, which can contribute to the overall success of projects.

    • I am proactive ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Try, catch, finally...
  • Q2. HTTP families (400,200,500)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions on permuation and combination

Round 2 - Technical 

(2 Questions)

  • Q1. Java core and advanced concepts
  • Q2. Springboot annotations, spring mvc, spring security
Round 3 - HR 

(1 Question)

  • Q1. Friendly questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I was interviewed in Jun 2024.

Round 1 - Coding Test 

Java Coding Questions based on ArrayList, HashMap, etc.

Round 2 - Coding Test 

Count distinct elements in given String.

Round 3 - Behavioral 

(2 Questions)

  • Q1. Current Project architecture.
  • Ans. 

    Our current project architecture follows a microservices design pattern with separate services for different functionalities.

    • Microservices architecture with separate services for different functionalities

    • Use of RESTful APIs for communication between services

    • Containerization using Docker for easy deployment and scalability

    • Implementation of service discovery and load balancing with tools like Kubernetes

    • Use of message bro

  • Answered by AI
  • Q2. My role in project
  • Ans. 

    My role in the project was to develop and maintain Java applications to meet the project requirements.

    • Developing Java applications based on project requirements

    • Maintaining and updating existing Java code

    • Collaborating with team members to ensure project success

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. When will you start a company
  • Q2. How Many location in company
  • Q3. Who is the CEO of Zoho
  • Ans. 

    Sir.Sridhar Vembu is the founder and CEO

  • Answered Anonymously
  • Q4. What is the high salary of Zoho
  • Q5. Is Zoho a foreign company?
  • Ans. 

    Yes, Zoho is a foreign company based in India.

    • Zoho is headquartered in Chennai, India.

    • It was founded by Sridhar Vembu in 1996.

    • Zoho has offices in multiple countries including the United States, China, Japan, and Singapore.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Ages, trains, profit losss, hcf lcm, clock, simple interest 30 min

Round 2 - Coding Test 

Array string sorting algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via Company Website

Round 1 - Aptitude Test 

Very difficult aptitude questions

Round 2 - Coding Test 

Resources coding round

Round 3 - Technical 

(2 Questions)

  • Q1. Very difficult questions
  • Q2. Coding program is very difficult
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, sql ,springboot

WSE Group Interview FAQs

How to prepare for WSE Group Java 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 WSE Group. The most common topics and skills that interviewers at WSE Group expect are AWS, Agile Methodology, Core Java, Devops and Hibernate.

Tell us how to improve this page.

People are getting interviews through

based on 1 WSE Group interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
5 salaries
unlock blur

₹3 L/yr - ₹3.4 L/yr

HR Manager
5 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

Accountant
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Marketing Executive
4 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Senior Software Developer
3 salaries
unlock blur

₹15 L/yr - ₹33 L/yr

Explore more salaries
Compare WSE Group with

Tata Group

4.2
Compare

Reliance Industries

4.1
Compare

Adani Group

3.9
Compare

Mahindra & Mahindra

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview