Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

MindTree

Written Test :( 10 Question and 1 Program)


1 application implicit variables(SevletConfig or ServletContext)
2 StringBuilder vs StringBuffer
3 ObjectInput and ObjectOutputStream
4 Exception thrown by File Close
5 Exception thrown by Object.next
6 getting uncommon results from DB
7 comments in XML
8 double x=10/0 will it run?

Program: Program using Switch
Input:1248
Output:One Two Four Eight
Technical Interview:
1 JOINs
2 delete query for deleting data from PK and FK table
3 group by and having
4 SQL query to get list of employee working under managers using group by
5 JSP implicit objects and what is its use?
6 Have you worked on JavaScript?
7 JavaScript validation?
8 How to display elements values in JSP?
9 collection
10 LinkedHashMap vs HashMap
11 LinkedList
12 DOM vs SAX
13 Synchronizing ArrayList
14 when Collections.Synchronize came in java
15 Threading (Have you used)
16 Design Patterns
17 Critical Problem you faced in the project?
18 Struts Tags
19 Question related to Struts 1.3
20 How you maintain state in the application
21 using internationalization
22 reading property files
23 Thread Monitoring
24 How you save Form Data
25 Question related to XML and why you use DOM
26 reading property files in hibernate

Managerial Interview:
1 Difference between BITS and BYTES
2 Hobbies
3 32 bit and 64 bit architecture and application
4 where you see after 3 years
5 What do you know about mindtree
6 What are challenges you faced till date?


Fundtech

Written Test: Program based on
1 Abstract and Interface
2 Parent Child
3 Switch
4 Float c=decimal/int and decision decimal=decimal/int
5 Servlets-Services
6 Main Method(3-4 program)
7 JDBC(5-7)
8 url encoding
9 variable initialization
10 equal and ==
11 JSP include

Technical Interview

1 Why Spring?
2 What is WSDL and it use?
3 Parent Class in Java and methods in it?
4 Do you know XML?
5 Concepts of OOPS
6 When should we use abstraction? Real Time Example?
7 Difference between Abstraction and Interface?
8 Collection API?
9 Which Collection will allow null?
10 Can a Map have null key?
11 Use of private constructor?
12 Design Patterns and Explain Singleton Pattern and how it works?
13 How to invoke Singleton class from other class?
14 Have you used singleton in your project?
15 Use of Constructor?
16 Difference between Static and Dynamic JSP include?
17 How to populate Drop Down list in the JSP?
18 Difference between JDK 1.5 and 1.6?
19 How Do Get and DoPost method works?
20 Can i use do get method instead of post for form submission?
21 What are the thing which we can do with Request Dispatcher?
22 There are two JSPs.How to navigate from one JSP to another and also how to pass the
value between them?
23 Program

Class A{
int j;
public static void main(String[] args)
{
int k; || int k==null;
if(j==k)
SOP(Success);
else
SOP(Error);
}
}

How the program behave when int k and int k==null;

Infostretch

Technical Interview 1(Telephonic)
1 Pillars of OOPS
2 Overriding and Overloading related scenarios
3 Ajax call and servlet call difference
4 Difference between final, finally and finalize
5 Thread states
6 What is Servlet
7 What is hibernate dialect
8 Difference between statement, prepared statements and callable statements
9 Transient variable with serialization
10 Dependency Injection
11 Custom Annotation
@interface ---is used for custom annotation
12 Explain Scriptlet ,Declaration and Expression
13 Explain Spring Architecture
14 What's there in Spring MVC
Model - DAO or service
Controller?
View- JSP
15 Andriod_cfg file contains what?

Technical Interview 2(Telephonic)
1 Scenarios related to Parent Child class
Class B extends A

A a =new B(); will this work?
B b =new A(); will this work?

2 Problem

Interface T1{
void display();
}

Interface T2{
void display();
}

Class A implements T1,T2 will it work?

3 There are two thread T1 and T2 and you want T2 to resume once T1 is done with the
execution
Ans : Use Join in thread
4 Overriding
5 Abstract Class vs Interface
6 Problem
Abstract Class A
{
public static void main(String[] args)
{
A a= new A(); //Will this work . It will throw compile time error why?
}
}
7 Explain Singleton with code
8 Explain Facade Pattern
9 Shadow Cloning
10 Difference Between EJB 2.5 and 3.0
11 Explain how to Persist Object?
12 How to transfer Object in EJB (Serialization)
13 DOM vs SAX parser
14 XPath
15 Have you use any revision control tool (WinCVS)
16 How to do Step by Step Debugging in Eclipse (F6)
17 Basic Spring and Hibernate related question
18 DoGet and DoPost
19 Can i use Do get to submit the form detail
20 How to upload 5 MB file to the server? is there some setting to be done
21 Authentication Types



Sigma Software:

Technical Interview:

1 JVM Memory Division
2 How to increase JVM memory
3 how serialization works
4 can transient variable get transferred
5 EJB local and remote annotation
6 EJB beans difference
7 Putting Object as a Key and How it will work
8 equals and override hashcode
9 Synchronization Levels
10 How to Synchronize Hashmap
11 JVM feature for synchronized hashmap (Concurrent Hashmap)
12 Have you work on performance improvements
13 Typical Servlet Invocation-Performance issue (multiple accessing the same servlet and
...)
14 Bean Pulling
15 Design Patterns
16 How to invoke Facade Pattern in a typical application
17 Spring vs J2EE
18 Comparator vs Comparable
19 Does array maintain insertion order
20 Sorting arraylist
21 Returning Same Hashcode
22 How Hashmap Searching works
23 DI concept
24 If servlet is called 100 times how many instance of the servlet will get created?

Managerial Interview
1 What thing you know 100% in java
2 Do you know J2EE,Hibernate

HR
1 Tell me about yourself
2 Reason for change
3 Technology you worked on
4 Your Career Goal
5 Expected CTC(is it negotiable)


Clover Technologies and Other (Telephonic Interview)
1 Runtime Polymorphism with Example
2 Why use interface?
3 Collections
4 Steps for JDBC connection
5 session creation in JSP
6 Exception Handling in JSP
7 Error Handling in JSP
8 Number of implicit Objects in JSP
9 How to create session variable in Servlet
10 Difference Between Variable created in JSP and Code
11 Custom Tags in JSP


SmartStream (Question based on real time scenarios, Analytical)

1 Abstract Class vs Interface for Code implementation
2 How to make class singleton
3 Parent Child class scenarios question
4 Custom Exception
5 Collection for searching and traversing, Sorting data
6 equals and Hashcode
7 Code Review Tools
8 Overriding with broader and narrow scope
9 public vs protected access

L&T InfoTech

Technical Interview
1 Program to Reverse a String
Input: This is a Test
Output: Test a is This
2 Code for Iterating Hashmap
3 JSP Page Directives
4 Difference between static and dynamic JSP includes
5 Page attributes in JSP
6 Technologies you know
7 Design Patterns
8 Private vs Protected


Capgemini

Written Test:
1 Question related to Spring ,Java and others

Technical Interview:
1 Can Constructor throws Exception
2 Can abstract class has constructor
3 Difference between Set and List
4 Inserting Object in Set(Duplicate Object)
5 Rules for equal and Hashcode
6 Spring DI Example
7 Why Hibernate
8 Disadvantages of Hibernate(ORM)
9 Polymorphism(Late Binding and Early Binding)
10 Subclass extends superclass
Same Definition but Different parameters(Ans Overloading)
11 What will happen in Spring DI when class to be injected does not exist?
12 Dispatcher
13 Threading
Thread states
Synchronization
Thread Priority

ADP

Telephonic Interview (The Call got disconnected)
1 Overriding and Overloading
2 Polymorphism and Types
3 XML : DTD -- XML Validation
XML Schema Use --XML Validation
4 SAX vs DOM parser
5 Data abstraction? Explain
6 Abstract methods in java
7 If Hashcode are same then those object can be same
8 Can object which are equal can have different hashcode
9 SQL Query

Employee (EmpId,Name,Dept,Salary)
Person (Empid,Name,City)
Query for Dept A and City=X
List of Dept where Employee > 5000

You might also like