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

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.

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Zensar Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Round 1 - Aptitude Test 

Easy

Round 2 - Coding Test 

Java

Round 3 - Technical 

(1 Question)

  • Q1. Java basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics must be clear. Topics like OOPS.

Fullstack Java Developer Interview Questions Asked at Other Companies

Q1. If needed, will you work on an older technology stack?
asked in LTIMindtree
Q2. Given a SQL table with employee ID, employee name, and manager ID ... read more
asked in LTIMindtree
Q3. Is it necessary for classes implementing an interface to implemen ... read more
asked in RealPage
Q4. What are the different annotations in Spring Boot, and what are t ... read more
Q5. In JavaScript, what is the difference between dot notation (.) fo ... read more
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??
  • Ans. 

    I'm doing well today, feeling productive and motivated to tackle new challenges in my work and personal projects.

    • I started my day with a refreshing morning routine, which included exercise and a healthy breakfast.

    • I've been working on a challenging project that involves integrating a new API, and I'm excited about the progress I've made.

    • I had a productive meeting with my team where we brainstormed ideas for improving ou...

  • Answered by AI
  • Q2. Are you good now anymore??
  • Ans. 

    Yes, I am available and eager to contribute my skills as a Fullstack Java Developer to your team.

    • I can start immediately or within a specified notice period.

    • I am flexible with working hours, including remote or on-site options.

    • I have experience in Java, Spring Boot, and front-end technologies like React.

  • Answered by AI

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

(3 Questions)

  • Q1. JVM related Questions
  • Q2. Angular features
  • Q3. React Features and how to deploy
  • Ans. 

    React is a JavaScript library for building user interfaces. Deployment can be done using various methods.

    • React features include virtual DOM, component-based architecture, JSX syntax, and state management.

    • Deployment can be done using tools like Heroku, Netlify, AWS, or manually by building and serving static files.

    • Continuous integration and deployment (CI/CD) pipelines can be set up to automate the deployment process.

    • Se...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasted my time interviewers are not good in this company mostly they wont select you since your are not from south India. They will ask some question even if you ask all correct they will not select you bcos they already have selected other person and just finishes interview in 15min and so. Advice: Don't waste time.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Probability, Logical Reasoning, etc.

Round 2 - Coding Test 

4 Basic coding questions
You can choose any language you want to code from.
Questions like palindrome and string reverse were asked.

Round 3 - HR 

(2 Questions)

  • Q1. Asked about the project I had done.
  • Q2. Comfortable with relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering and need to know Java.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Just some basic questions.

Round 2 - Coding Test 

Total 6 questions. 4 basic and 2 advanced.

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program for Fibonacci?
  • Ans. 

    Program to generate Fibonacci series using Java

    • Use a loop to generate Fibonacci series

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat the process until the desired number of terms

  • Answered by AI
  • Q2. Write a code for inheritance ?
  • Ans. 

    Inheritance in Java allows a class to inherit properties and behaviors from another class.

    • Create a parent class with common properties and methods

    • Create a child class that extends the parent class

    • Child class can access parent class properties and methods

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

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

Round 3 - Group Discussion 

There were 10 members in the gd and it went smoothly

Round 4 - 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
Are these interview questions helpful?
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.
  • Ans. 

    Multithreading is a programming technique that allows concurrent execution of two or more threads for improved performance.

    • Multithreading enables parallel execution, improving application responsiveness.

    • Each thread runs independently, sharing the same memory space, which can lead to resource contention.

    • Java provides built-in support for multithreading through the Thread class and Runnable interface.

    • Example: A web serve...

  • Answered by AI

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

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

I applied via Naukri.com and was interviewed before Sep 2019. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. IQ Test
  • Q2. Machine Test
  • Q3. Face To Face

Interview Preparation Tips

Interview preparation tips for other job seekers - basically there are 3 rounds:-
1. IQ Test
2. Machine Test
3. Face to Face

IQ Test is not so tough but prepare well Machine Test
Machine Test Question are like :-
Q.1 - We declare a variable in C++ like "is_this_a_variable" and in Java like "IsThisAVariable". There is underscore in between every word and first alphabet of every word is in lowercase in C++ and in Java first alphabet is in capital without underscore. Create a program in which if user input a string in a C++ variable format it will convert the input in java variable format.

Q2. Count the frequency of a string.
user input string - pqhphi
output-
p - 2
q - 1
h - 2
i - 1

Be strong in algorithms and data structure.

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.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 834 Interviews
Nagarro Interview Questions
4.0
 • 790 Interviews
NTT Data Interview Questions
3.8
 • 655 Interviews
Publicis Sapient Interview Questions
3.5
 • 643 Interviews
GlobalLogic Interview Questions
3.6
 • 622 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 540 Interviews
View all
Senior Software Engineer
3.9k salaries
unlock blur

₹7 L/yr - ₹26.7 L/yr

Software Engineer
3.8k salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Softwaretest Engineer
823 salaries
unlock blur

₹2.4 L/yr - ₹9.4 L/yr

Senior Technical Specialist
818 salaries
unlock blur

₹11.3 L/yr - ₹43 L/yr

Explore more salaries
Compare Zensar Technologies with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview