Upload Button Icon Add office photos
Engaged Employer

i

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

Zensar Technologies Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 2.5k Reviews

Filter interviews by

Zensar Technologies Fullstack Java Developer Interview Questions and Answers

Updated 26 Nov 2024

Zensar Technologies Fullstack Java Developer Interview Experiences

1 interview found

Fullstack Java Developer Interview Questions & Answers

user image Sagar kumar singh

posted on 26 Nov 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java and angular
  • Q2. Coding questions
Round 2 - Technical 

(2 Questions)

  • Q1. Again coding and your FE Skills
  • Q2. Some questins from Spring & other

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't go for this company as they will conduct the interview process and once you clear everything then they will ask you for HR Discussions then after the they will send you email that they have not considered your profile .this is hell and fully waste of time.

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It asked basics of Java related to OOPs pillar and DSA questions
  • Q2. DSA linkedlist coding summary etc
Round 2 - HR 

(2 Questions)

  • Q1. How are you now??
  • Q2. Are you good now anymore??

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard and smart
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy to answer all the questions,basics of aptitude

Round 2 - Group Discussion 

There were 10 members in the gd and it went smoothly

Round 3 - HR 

(2 Questions)

  • Q1. Asked about my project
  • Q2. About project , willing to relocate and some other project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare well it will be easy and learn some basic Java questions
Round 1 - Group Discussion 

1)Driffience between Abstract class &
Interface.
-abstract class
represents property
&
behaviour of an object
whereas
interface
represents
behaviour
of an object.
2)Driffience between equal() vs ==operator.
equal() is
an object class method
whereas
equal() of string class
override
the object class equal().
3)can we use pointer's in Java.
Not explicitly but implicitly we can use pointer's in java.
Dynamic m/m refers with help of pointer's but java does not support the pointer's.
when we r creating an object in java refrence varaible of an object holds the identity that is nothing but an implicit pointer that holds an unique identity of an object.
4)How we can print object ID.
-Object ID printed with help of object class which is a service provider class having 9().
5)what is object class.
-it is a super class of all predefined & userdefined class.
6)Write a prog to get name of main thread in java.
-class A
{
psvm(String args [])
{
s.o.pln(Thread.currentThread().getName());
}
}
7)length vs length()
-length
is
data menmber
of proxy class
whereas
length() is a string class().

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain JVM in ur own language.
  • Ans. 

    JVM is an abstract machine that executes Java bytecode.

    • JVM stands for Java Virtual Machine.

    • It is responsible for interpreting and executing Java bytecode.

    • JVM provides platform independence to Java programs.

    • It has its own memory management system and garbage collector.

    • JVM can be implemented on different operating systems.

    • Examples of JVM languages include Java, Kotlin, and Scala.

  • Answered by AI
  • Q2. Exlplaing Multhreading.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepairing accordingly
for to improve
i) strength,
ii)creativity
&
problem analysis & sloving attitude
with accessing fundamental stratergies of software development.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Where are Logic App logs stored?
  • Ans. 

    Logic App logs are stored in Azure Monitor Logs (formerly known as Log Analytics).

    • Logic App logs are stored in Azure Monitor Logs, which is a centralized log storage and analytics service in Azure.

    • Logs can be viewed and analyzed using Azure Monitor Logs queries.

    • Logs can also be integrated with other Azure services for monitoring and alerting purposes.

  • Answered by AI
  • Q2. How to get the 5th top position data in Sql?
  • Ans. 

    Use the OFFSET and FETCH clauses in SQL to get the 5th top position data.

    • Use the ORDER BY clause to sort the data in descending order.

    • Use the OFFSET clause to skip the first 4 rows.

    • Use the FETCH clause to retrieve only the next row after skipping the first 4 rows.

  • Answered by AI
  • Q3. How do you implement custom middleware in .net core?
  • Ans. 

    Custom middleware in .NET Core can be implemented by creating a class that implements the IMiddleware interface and adding it to the application pipeline.

    • Create a class that implements the IMiddleware interface

    • Implement the InvokeAsync method in the middleware class to handle the request processing logic

    • Add the custom middleware to the application pipeline in the Configure method of the Startup class

  • Answered by AI
  • Q4. Explain Authentication & Authorization in asp.net core?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what resources a user can access.

    • Authentication confirms the identity of a user through credentials like username and password.

    • Authorization determines the permissions and access levels of a user based on their authenticated identity.

    • In ASP.NET Core, authentication is handled through middleware like Identity, OAuth, or JWT tokens.

    • Authorizati...

  • Answered by AI
  • Q5. Explain session management in asp.net core?
  • Ans. 

    Session management in ASP.NET Core involves storing and retrieving user-specific data during a user's visit to a website.

    • Session data is stored on the server side by default in ASP.NET Core

    • Session data can be accessed and manipulated using the HttpContext.Session property

    • Session data can be configured to use different storage providers such as in-memory, distributed cache, or SQL Server

    • Session data is typically used to...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NTT Data Dot Net Fullstack Developer interview:
  • Dot Net
  • Azure
  • Angular
Interview preparation tips for other job seekers - Prepare from begginer to expert level on the JD

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It asked basics of Java related to OOPs pillar and DSA questions
  • Q2. DSA linkedlist coding summary etc
Round 2 - HR 

(2 Questions)

  • Q1. How are you now??
  • Q2. Are you good now anymore??

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard and smart
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Event driven architecture
  • Q2. What are Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that enhance its functionality and make coding more efficient.

    • Arrow functions: concise syntax for writing functions

    • Let and const: block-scoped variables

    • Template literals: easier string interpolation

    • Destructuring assignment: extracting values from arrays or objects

    • Spread syntax: expanding elements in arrays or objects

    • Default parameters: assigning default values to function pa...

  • Answered by AI
  • Q3. Angular 15 development experience
  • Ans. 

    Angular 15 is not released yet.

    • Angular 15 has not been released yet, the latest version is Angular 12.

    • It is important to stay updated with the latest Angular versions for better development experience.

    • Angular 15 may introduce new features and improvements, so it's worth keeping an eye on future releases.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask for full job description, they will provide only high level role does not mention any technology, but at the time of technical discussion, will insist on particular technology eg: i'm an node, react fullstack lead, they had opening for Fullstack lead, but at the time of interview, interviewer asked about java and Angular experience, which was no where mentioned in jd.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy to answer all the questions,basics of aptitude

Round 2 - Group Discussion 

There were 10 members in the gd and it went smoothly

Round 3 - HR 

(2 Questions)

  • Q1. Asked about my project
  • Q2. About project , willing to relocate and some other project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare well it will be easy and learn some basic Java questions
Round 1 - Group Discussion 

1)Driffience between Abstract class &
Interface.
-abstract class
represents property
&
behaviour of an object
whereas
interface
represents
behaviour
of an object.
2)Driffience between equal() vs ==operator.
equal() is
an object class method
whereas
equal() of string class
override
the object class equal().
3)can we use pointer's in Java.
Not explicitly but implicitly we can use pointer's in java.
Dynamic m/m refers with help of pointer's but java does not support the pointer's.
when we r creating an object in java refrence varaible of an object holds the identity that is nothing but an implicit pointer that holds an unique identity of an object.
4)How we can print object ID.
-Object ID printed with help of object class which is a service provider class having 9().
5)what is object class.
-it is a super class of all predefined & userdefined class.
6)Write a prog to get name of main thread in java.
-class A
{
psvm(String args [])
{
s.o.pln(Thread.currentThread().getName());
}
}
7)length vs length()
-length
is
data menmber
of proxy class
whereas
length() is a string class().

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain JVM in ur own language.
  • Ans. 

    JVM is an abstract machine that executes Java bytecode.

    • JVM stands for Java Virtual Machine.

    • It is responsible for interpreting and executing Java bytecode.

    • JVM provides platform independence to Java programs.

    • It has its own memory management system and garbage collector.

    • JVM can be implemented on different operating systems.

    • Examples of JVM languages include Java, Kotlin, and Scala.

  • Answered by AI
  • Q2. Exlplaing Multhreading.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepairing accordingly
for to improve
i) strength,
ii)creativity
&
problem analysis & sloving attitude
with accessing fundamental stratergies of software development.

Skills evaluated in this interview

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies Fullstack Java Developer interview?
Zensar Technologies interview process usually has 2 rounds. The most common rounds in the Zensar Technologies interview process are Technical.
What are the top questions asked in Zensar Technologies Fullstack Java Developer interview?

Some of the top questions asked at the Zensar Technologies Fullstack Java Developer interview -

  1. again coding and your FE Ski...read more
  2. some questins from Spring & ot...read more
  3. java and angu...read more

Tell us how to improve this page.

Zensar Technologies Fullstack Java Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Zensar Technologies Fullstack Java Developer Salary
based on 4 salaries
₹3.5 L/yr - ₹5.9 L/yr
42% less than the average Fullstack Java Developer Salary in India
View more details
Software Engineer
3.9k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Software Engineer
3.8k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Softwaretest Engineer
833 salaries
unlock blur

₹2.6 L/yr - ₹9.4 L/yr

Senior Technical Specialist
713 salaries
unlock blur

₹11.5 L/yr - ₹40.2 L/yr

Explore more salaries
Compare Zensar Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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