Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Naresh i Technologies Junior Java Developer Interview Questions and Answers

Updated 13 Apr 2023

Naresh i Technologies Junior Java Developer Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Which is responsible for execute java program
  • Ans. 

    Java Virtual Machine (JVM) is responsible for executing Java programs.

    • JVM is a virtual machine that interprets compiled Java code.

    • It provides a runtime environment for Java programs to run.

    • JVM is platform-independent and provides memory management, security, and other features.

    • Java programs are compiled into bytecode, which is then executed by the JVM.

    • JVM is responsible for loading classes, verifying bytecode, and exec

  • Answered by AI
  • Q2. Why are not remove Servlet from Java technology
  • Ans. 

    Servlets are still relevant for web development in Java

    • Servlets provide a lightweight and efficient way to handle HTTP requests and responses

    • They can be used for dynamic web content generation and server-side processing

    • Servlets are extensible and can be integrated with other Java technologies like JSP and JDBC

    • Alternative technologies like Spring MVC and RESTful APIs build on top of Servlets

    • Removing Servlets would break...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Naresh i Technologies Junior Java Developer interview:
  • Spring Boot
  • Spring Mvc
  • Core Java
  • Advanced Java
Interview preparation tips for other job seekers - Fresher Java Developer
Who is know skill Core java Advanced Java Spring Framework
Good Communication Skills,
Must be English Required.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics well, be confident, show you are flexible enough to learn

I applied via Company Website

Interview Questionnaire 

1 Question

  • Q1. Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

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

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers should be clear on basic concepts.
For experienced should be detailed knowledge on their domain.

Interview Questionnaire 

1 Question

  • Q1. Write program fibonacci series, write program using boolean, write class cast exceptn, singleton design pattern(like you have to jvm one have jdk 1.7 and other have jdk 1.8 how many instance created if one...
  • Ans. 

    This interview question covers various topics including programming, design patterns, data structures, and exception handling in Java.

    • Write a program to generate the Fibonacci series

    • Write a program using boolean variables

    • Explain the ClassCastException and how to handle it

    • Discuss the Singleton design pattern and its implementation with different JDK versions

    • Explain abstract classes and interfaces in your current project

    • ...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: core java , spring, hibernate, jsp, jpa

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. What is encapsulation ?
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • In Java, encapsulation is achieved through the use of access modifiers such as private, public, and protected.

    • For example, a class may have private variables that c...

  • Answered by AI
  • Q2. What is the meaning of string.
  • Ans. 

    A string is a sequence of characters used to represent text in programming.

    • Strings are often used for storing and manipulating text data.

    • In Java, strings are represented by the String class.

    • Strings can be concatenated using the + operator.

    • Strings are immutable, meaning they cannot be changed once created.

    • Examples of string literals include "hello world" and "42".

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do not tell about salary expectations

Skills evaluated in this interview

I appeared for an interview in Jun 2017.

Interview Preparation Tips

Round: Technical Interview
Experience: They asked java basics,
what we wrote in resume will ask
about project
Tips: please prepare basics things

Interview Preparation Tips

Round: Test
Experience: I almost sove 130 question
Duration: 2 hours
Total Questions: 150

Round: Group Discussion
Experience: Problem Solving Algorithms
Duration: 3 hours

I applied via Naukri.com and was interviewed in Aug 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.Core java 2.Spring 3. Hibernate 4. Spring Boot 5. SQL 6. AngularJS
  • Ans. 

    The question is asking about the candidate's knowledge in Core Java, Spring, Hibernate, Spring Boot, SQL, and AngularJS.

    • Core Java is the foundation of Java programming language.

    • Spring is a popular framework for building Java applications.

    • Hibernate is an ORM tool used for mapping Java objects to database tables.

    • Spring Boot is a framework for building microservices.

    • SQL is a language used for managing relational databases...

  • Answered by AI
  • Q2. 1. How to connect 2 DBs from spring boot application
  • Ans. 

    To connect 2 DBs from a Spring Boot application, configure multiple data sources and use JdbcTemplate or EntityManager for each DB.

    • Configure multiple data sources in the application.properties file

    • Create separate configuration classes for each data source

    • Use JdbcTemplate or EntityManager to interact with each DB

    • Specify the appropriate data source in the repository or service classes

  • Answered by AI
  • Q3. 2. Difference between abstract method implementation and default method
  • Ans. 

    Abstract method implementation is mandatory while default method is optional.

    • Abstract method has no implementation in the abstract class and must be implemented by the subclass.

    • Default method has a default implementation in the interface and can be overridden by the implementing class.

    • Abstract method is used to enforce a contract while default method is used to provide a default behavior.

    • Example: abstract method - publ...

  • Answered by AI
  • Q4. 1. About salary and expectation

Interview Preparation Tips

Round: Test
Experience: Technical written test

General Tips: Terrible interview. HR told to give 11% hike with 6% variable and 5% fixed. I kicked off the company.
Skills: Web Technologies, Java Application Development
Duration: 1-4 weeks

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What java
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent and can run on any platform with a JVM.

    • It is used for developing web, mobile, desktop, and enterprise applications.

    • Java has a vast library of pre-built classes and APIs.

    • It supports multithreading, exception handling, and garbage collection.

    • Java is widely used in the industry for its...

  • Answered by AI
  • Q2. Why java
  • Ans. 

    Java is a popular, versatile, and reliable programming language used for developing a wide range of applications.

    • Java is platform-independent, making it easy to write code once and run it on multiple platforms.

    • It has a vast library of pre-built classes and APIs, making development faster and easier.

    • Java is highly secure and provides built-in features for encryption and authentication.

    • It is widely used in enterprise app...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Naresh i Technologies Interview FAQs

How many rounds are there in Naresh i Technologies Junior Java Developer interview?
Naresh i Technologies interview process usually has 2 rounds. The most common rounds in the Naresh i Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in Naresh i Technologies Junior Java Developer interview?

Some of the top questions asked at the Naresh i Technologies Junior Java Developer interview -

  1. Which is responsible for execute java prog...read more
  2. Why are not remove Servlet from Java technol...read more

Recently Viewed

JOBS

Fintech Blue Solutions

No Jobs

SALARIES

Atos

SALARIES

Sutherland Global Services

SALARIES

Sutherland Global Services

SALARIES

Bosch Global Software Technologies

LIST OF COMPANIES

SolarEdge Technologies

Locations

JOBS

Virtusa Consulting Services

No Jobs

SALARIES

Sutherland Global Services

SALARIES

Naresh i Technologies

COMPANY BENEFITS

Sutherland Global Services

No Benefits

Tell us how to improve this page.

Naresh i Technologies Junior Java Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
CGS Interview Questions
3.6
 • 25 Interviews
Aptech Interview Questions
3.5
 • 23 Interviews
View all
Java Developer
31 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Digital Marketing Executive
14 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Trainee
13 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Software Developer
12 salaries
unlock blur

₹1.4 L/yr - ₹3.5 L/yr

Softwaretest Engineer
10 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Explore more salaries
Compare Naresh i Technologies with

Besant Technologies

3.8
Compare

IIHT

3.9
Compare

Jetking Infotrain

3.7
Compare

NIIT

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