0% found this document useful (0 votes)
10 views

Interview question Company Wise

Uploaded by

hityachaudhari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Interview question Company Wise

Uploaded by

hityachaudhari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 113

freelance_Project available to buy contact on 8007592194

SR.NOProject NAME Technology


1 Online E-Learning Platform Hub React+Springboot+MySql

2 PG Mates / RoomSharing / Flat Mates React+Springboot+MySql

3 Tour and Travel management System React+Springboot+MySql

in
4 Election commition of India (online Voting System) React+Springboot+MySql

s.
5 HomeRental Booking System React+Springboot+MySql

y
6 Event Management System React+Springboot+MySql

ra
7 Hotel Management System React+Springboot+MySql

ar
8 Agriculture web Project React+Springboot+MySql

ith
9 AirLine Reservation System / Flight booking System React+Springboot+MySql
10 E-commerce web Project

w
React+Springboot+MySql
11 Hospital Management System

de
React+Springboot+MySql
12 E-RTO Driving licence portal React+Springboot+MySql
13 Transpotation Services portal o React+Springboot+MySql
.c
14 Courier Services Portal / Courier Management System React+Springboot+MySql
w

15 Online Food Delivery Portal


w

React+Springboot+MySql
16 Muncipal Corporation Management
w

React+Springboot+MySql
17 Gym Management System React+Springboot+MySql
18 Bike/Car ental System Portal React+Springboot+MySql
19 CharityDonation web project React+Springboot+MySql
20 Movie Booking System React+Springboot+MySql
freelance_Project available to buy contact on 8007592194
21 Job Portal web project React+Springboot+MySql
22 LIC Insurance Portal React+Springboot+MySql
23 Employee Management System React+Springboot+MySql
24 Payroll Management System React+Springboot+MySql
25 RealEstate Property Project React+Springboot+MySql
26 Marriage Hall Booking Project React+Springboot+MySql

in
27 Online Student Management portal React+Springboot+MySql
28 Resturant management System React+Springboot+MySql

s.
29 Solar Management Project React+Springboot+MySql

y
30 OneStepService LinkLabourContractor React+Springboot+MySql

ra
31 Vehical Service Center Portal React+Springboot+MySql
32 E-wallet Banking Project

ar
React+Springboot+MySql
33 Blogg Application Project React+Springboot+MySql

ith
34 Car Parking booking Project React+Springboot+MySql
35 OLA Cab Booking Portal React+Springboot+MySql

w
36 Society management Portal React+Springboot+MySql
E-College Portal

de
37 React+Springboot+MySql
38 FoodWaste Management Donate System React+Springboot+MySql
39 Sports Ground Booking
40 BloodBank mangement System
o React+Springboot+MySql
.c
React+Springboot+MySql
41 Bus Tickit Booking Project React+Springboot+MySql
w

42 Fruite Delivery Project React+Springboot+MySql


w

43 Woodworks Bed Shop React+Springboot+MySql


44 Online Dairy Product sell Project
w

React+Springboot+MySql
45 Online E-Pharma medicine sell Project React+Springboot+MySql
46 FarmerMarketplace Web Project React+Springboot+MySql
47 Online Cloth Store Project React+Springboot+MySql
48 React+Springboot+MySql
49 React+Springboot+MySql
50 React+Springboot+MySql
https://www.youtube.com/@codewitharrays

https://www.instagram.com/codewitharrays/

in
s.
y
https://t.me/codewitharrays Group Link: https://t.me/cceesept2023

ra
ar
ith
ew
+91 8007592194 +91 9284926333

od
.c
w
[email protected]
w
w

https://codewitharrays.in/project
● Subject Wise Questions
Object Oriented Programming
1. What are object oriented concepts? What is difference between object-based, object-oriented
and fully object-oriented language?
2. What are advantages of Object Oriented Programming?
3. What is class and object? Give real-life example.
4. What are characteristics of object? Explain them.
5. What is the need of getter and setter functions in class?
6. What is abstraction and encapsulation. Give real-life example.
7. What is polymorphism? What are its types? Explain them with examples.
8. What is function overloading? Which are the rules of function overloading? Why return type is

.in
not considered in function overloading?
9. What are different types of hierarchy? When to use which one?

ys
10. What is the difference between function overloading and function overriding? 11. Why
constructor is considered special member function of the class?

ra
12. What is object slicing? Explain object slicing in context of upcasting?
13. What is down-casting and when it is required? ar
14. What do you know about association, composition and aggregation. Explain with the help of
ith
example.
15. What are different types of inheritance? Explain with the help of example. What are
ew

problems with multiple inheritance?


16. Which are the different types of design pattern? Explain singleton design pattern.
od

Core Java
1. What is wrapper class? What is their use?
.c

2. Which are methods of java.lang.Object class? Which are native methods of object class?
3. What is the need of package? Which types are allowed to declare in package?
w

4. Why we can not declare multiple public classes in single .java file?
w

5. What is the difference between import and static import?


w

6. How can we pass argument to the method by reference? Explain with example?
7. What is the difference between checked and unchecked exception?
8. Which are the advantages and disadvantages of generics?
9. What is difference between Comparable and Comparator?
10. What is difference between ArrayList and Vector? How to use Listlterator? 11. What is
fail-fast and fail-safe iterator?
12. What is serialization and deserialization? What is significance of SerialVersionUlD?
13. What is relation between Thread start() and run() method?
14. When we should create thread by implementing Runnable and extending Thread class?
15. What is functional interface? Which functional interfaces are predefined and where they are
used?
16. What is significance of filter(), map(), flatMap() and reduce() operations? In which scenarios
they are used?
Java EE
1. Explain Servlet & JSP life cycle?
2. What is difference between Redirect and RequestDispatcher scenario?
3. What is session tracking? How to do it in java?
4. What is hibernate? Explain hibernate architecture.
5. Explain hibernate entity life cycle?
6. What is the difference between get() and load() of hibernate?
7. How can we call stored procedure in hibernate?
8. What is 10C and Dependancy injection?
9. What is auto-wiring? Which are the types of auto wiring? What if prototype bean is auto-wired
in a singleton bean?
10. Explain spring bean life cycle. Explain spring bean scopes.

.in
11. What is use of @Transactional? Why it should be used on service layer?
12. Explain Spring MVC life cycle?

ys
13. What is the difference between SOAP and REST? What is significance of RestController?
14. What is Spring Boot? What do you mean by opinionated defaults? How auto-configuration

ra
works?
ar
15. What is significance of @CrossOrigin? How it works?
ith
O.S.
ew

What is the main purpose of an operating system? Discuss different types?


What is a socket, kernel and monolithic kernel ?
Difference between process and program and thread? Different types of process.
od

Define virtual memory, thrashing, threads.


What is RAID ? Different types.
.c

What is a deadlock ? Different conditions to achieve a deadlock.


w

What is fragmentation? Types of fragmentation.


What is spooling ?
w

What is semaphore and mutex (Differences might be asked)? Define Binary semaphore.
w

Belady’s Anomaly
Starving and Aging in OS
Why does trashing occur?
What is paging and why do we need it?
Demand Paging, Segmentation
Real Time Operating System, types of RTOS.
Difference between main memory and secondary memory.
Dynamic Binding
FCFS Scheduling
SJF Scheduling
SRTF Scheduling
LRTF Scheduling
Priority Scheduling
Round Robin Scheduling
Producer Consumer Problem
Banker’s Algorithm
Explain Cache
Diff between direct mapping and associative mapping
Diff between multitasking and multiprocessing

DBMS
What is DBMS ? Mention advantages..
What is Database?
What is a database system?
What is RDBMS ? Properties..
Types of database languages

.in
ACID properties (VVVVV IMP)
Difference between vertical and horizontal scaling

ys
What is sharding
Keys in DBMS

ra
Types of relationship
Data abstraction in DBMS, three levels of it
ar
Indexing in DBMS
ith
What is DDL (Data Definition Language)
What is DML (Data Manipulation Language)
ew

What is normalization ? Types of them ..


What is denormalization ?
What is functional dependency ?
od

E-R Model ?
Conflict Serializability in DBMS ..
.c

Explain Normal forms in DBMS


w

What is CCP ? (Concurrency Control Protocols)


Entity, Entity Type, Entity Set, Weak Entity Set..
w

What are SQL commands ? Types of them..


w

Nested Queries in SQL ?


What is JOIN .. Explain types of JOINs
Inner and Outer Join
Practice sql queries from leetcode
Diff between 2 tier and 3 tier architecture
Diff between TRUNCATE and DELETE command ..
Difference between Intension and Extension in a DataBase
Difference between share lock and exclusive lock, definition of lock

*Compute Networks*
Define network
What do you mean by network topology, and explain types of them
Define bandwidth, node and link ?
Explain TCP model ..
Layers of OSI model
Significance of Data Link Layer
Define gateway, difference between gateway and router ..
What does ping command do ?
What is DNS, DNS forwarder, NIC, ?
What is MAC address ?
What is IP address, private IP address, public IP address, APIPA ?
Difference between IPv4 and IPv6
What is subnet ?
Firewalls
Different type of delays
3 way handshaking

.in
Server-side load balancer
RSA Algorithm

ys
What is HTTP and HTTPS protocol ?
What is SMTP protocol ?

ra
TCP and UDP protocol, prepare differences
ar
What happens when you enter “google.com” (very very famous question)
Hub vs Switch
ith
VPN, advantages and disadvantages of it
LAN
ew

Technical Round
od

Write a binary search program


Method Overloading vs Overriding
.c

Collection Hierarchy
w

Which collection is thread safe


What is Load balancer
w

WAP to add 2 numbers without + operator


w

Explain project
Spring vs Spring Boot
Spring Boot Annotations
What is REST
Write a REST API
Write a select query to print 3rd highest salary
Again above query without using limit
Difference between SQL and NoSQL database
What do you know about System Design
What is CI/CD pipeline
Explain React
HR Round

Tell me about yourself


Explain your College and CDAC project, what challenges did you face and how did you
overcome those challenges?
Why did you choose this company
Do you have any questions for us

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
Flextrade interview questions
Oops concepts
Write simple class student with 2 argument and stuname and stuphone
Give examples of inheritance in real life
Tell me oop concepts from your project
Do you know linux
Asked puzzle of 9 coins with 1 has different weight
Asked code for array search
Complexity of finding element in array
Write abstract class
Difference between abstract and concrete class
Do you know about cpp

.in
Questions on project-

ys
gives you different scenarios and ask why people use your system
Technologies used

ra
What is hibernate
Http request request response cycle ar
Crud Operations
Required connections
ith
ew

Intro
Project
od

Technology
What is rest and its uses
.c

Features of react
What is component? and its type?
w

What is json
w

Uses of AJAX?
MVC architecture?
w

What is responsive web page?


How to optimize web page response?
Types of join?
What is trigger,procedure?
What are the uses of mysql?
KPIT
Java:- why java
Concept
Jvm
Jit
Why platform dependant and what if it is not platform dependant
Code on inheritance
Abstraction Interfaces
Javascript why javascript
Is there any alternative
Node js
Why node js

.in
Any alternative
Mysql difference

ys
Database
Inner join outer join

ra
Mongo uses
Mongo query ar
Mongo document
ith
jQuery (yaad nii aa raha)
Sql vs mysql
ew

Applications
Some queries of inner join and outer join
od

Their difference
React phase
.c

Dom
Spring
w

Difference between spring and springboot


w

Rest api
Uses
w

Any alternative

Introduction
Questions on project Database concepts
What is your role in project
Which technology used
What is spring boot
What is meant by ternary operator

Full core java v4rl all basic concepts N project


1.B.E project in dip because i got MNC internships
2.Area of interest Frontend or Backend
3.CDAC Project info in deep
4.write a code for prime number in JS
5.Write a code for String reverse in JS
6.Write a div tag ang p tag in html.
7.Your responsibility of your project.
8.What module your are build in your project.
9.Which Database have you used?

Technical interview
1. Tell me about yourself
2.oops concepts with example
3. Working of interface

.in
4. difference between abstract and interface
5. Constructor

ys
6. Thread
7. Difference between thread and process

ra
8. Multithreading
9. What is String buffer , String builder
ar
10. project discription
ith
11. Oop concept use in your project
12. Difference between self join and natural join
ew

13. Joins
14. Normalization
15.JRE JDK JVM
od

16. Difference between hashcode and Hashtable


17. How polymorphism achieve in java
.c

18. Collection use in your project


w

19. spring and spring boot difference


20. Annotations use in your project
w
w

Manager or HR round

1. Tell me about yourself


2.BE project
3.Cdac project description
4. your responsibility in your project
5. Area of interest ex. Language, frontend , backend
6.which technologies use in your project
7.Why Cdac
8. Are you willing to relocate
9. How do you handled some task or mistakes at work
10. Tell me how you are personally
11. Any accomplishment till now .
12. How You handle any problems with your coworkers
13. What have you done in the past to expand your knowledge rather than Cdac
15. Tell me about your work experience with previous organization
14.Do you have any questions for me

Describe the project in well manner n core java basic question like oops,thread (how to kill a
thread n how to make a thread) n collection (diff bw list, set like wise) and one question is
senario base where you have to use data structure concept

Interview questions

.in
1) OOPs concepts with example and code,
2) diff between public private and protected keywords with example

ys
3) interface with examples code
4) Abstract classes with small example

ra
5) puzzle on
a) hat
ar
b) Animal crossing room and his size is getting increase as he move half of the room
ith
c) in a family 20 members are there and each women eat one sandwich man eat 3 sandwich
and children eat 1/2
ew

d) 3 man with 1torch cross a river but from bridge only 2person can walk
od

printing code
- Types of Constructor
.c

- Copy constructor code


w

- Diff between interface and abstract classes


- all basic concepts of oop and java
w
w

They give code and in min change try to run the code

Project related questions on the technology that I used in project. And example of oop concept
u used in your project

That much I am able to recall right now some of things I am not able to recall but I think this
much will help you in interview ....

JRE JDK and JVM difference


Diamond problem solution
Hr round having some basic Questions
1.introduction
2.CDAC journey
3.Project info
4.Strength weakness
5.Your goals, etc

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
Dassault Systems FAQ
Sgle oops conceps
String immutable ki mutable
Final finally
Exceptions vr
Palindrom code
Ovverloding
Overriding
Foreign key
String reverse program
Primary key
Multithreading

.in
Hash map hash set
Collection

ys
Arreaylist link list difference
String buffer string builder diff

ra
== and equals difference
N final finally tepn sgl kra ar
N oops concepts use in project hapn question ahe ek
N as pn sangitl ki ashi ashi situation ahe tr mg te start mde yenar runnbable mde ki running
ith
mde asa
ew
od
.c
w
w
w
Cumulus
la fkt DS and Multithreading vr codes and collections mdhlya methods implement kryla lavlelya..
Baki theory tr common ch hoti

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
w
Credit Suisse

w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
.in
ys
ra
ar
ith
ew
od

Credit Suisse - vaidehi 1st round


.c
w

Intro
w

Project
w

backend ( spring boot Architecture, IoC, dependency injection)


frontend (react)
db (basic query )

Binary search algorithm explaination + time n space complexity

Java
1.Method overloading (Access modifiers, return type related Q) Vs overriding
2.Inheritance
3.Abstract cls Vs i/f diff.
4.Collection
5.List Vs Set
* Credit Suisse *

1) OOPs concepts in deep


2) C vs C++
3) MySQL Joins (Query asked)
4) Co-related query
5) What are procedure and triggers
6) Functions vs Procedures
7) Tree , Inorder logic (tell programatic logic)
8) bulb Puzzle
9) Spring Boot vs Spring vs Hibernate
10) DB code (JDBC or Hibernate)

Credit Suisse Round 1-Shaikh Arshiya 2022

.in
Introduction
Project

ys
Oops
Exception Handling

ra
Checked unchecked
String buffer String Builder
ar
Overriding overloading
ith
Thread life cycle
Mysql commands
ew

Trigger
Joins
Collections
od

Arraylist
Ds basics
.c

React advantagesCredit Suisse


w

Round2-Arshiya Shaikh
w

Project details
w

Project flow (Backend Layered Architecture)


Inheritance code
Ds basic
Static vs instance
Scenario for writing method in your project when customer logins with the blank details
Hashtable
Feb 2021 Placement Questions Sheet

Questions asked during placements


Company* Location*
TECH Round HR Round
Project Details, Oops Concepts, Difference Between Overriding and overloading, Types of Introduction, Speak on random topic for some time, what you like most
Cybage Software Pvt Ltd Pune Polymorphism, Difference Between Authenticate and Authorization about Cybage, Why did you choose CDAC, Reason for career switch,
Willing to relocate
CDAC PUNE Pune Project Details, .Net basics, private constructor, multithreading, abstraction with real time example, No HR Round
compile & run time polymorphism, diff. between final,finally and finalize, asynchronus method, diff
between error and exception, basic DS questions, Object cloning, Exception handling & other basics of
java
Cybage Software Pvt Ltd pune

Cybage Software Pvt Ltd Pune Project Details,Truncate vs Drop,OOPs Concepts,Normalisation,Unit testing,White box vs Black box Introduction,About Family
Coupa Software Pune,Hyderaba Project Details,Java Concept,Merege Sort,Array based coding
d
IKS Health Mumbai Questions on Database and Java, Memory Diagram for object creation, overloading vs overriding, cross Why we switch into IT sector, about job experince, about cdac experince,
join, what if we mention null = null condition on joins about problems faced during project
FlexTrade India Pvt Ltd Pune Database basics,operating system basics, little bit about shell scripting Introduction, Address, About family, Hobbies
CDAC PUNE Pune No HR Round

.in
Cybage Software Pvt Ltd Introduction,Explain your project,can we pass container to another container in angular,questions on Introduction,Tell me about your family,Why did you choose CDAC,A
environments in angular,which collections did you use in your project,Static classes,static methods,static general topic was given for discussion,willingness for relocation
methods vs methods,Interfaces,Abstraction,Bubble sort,types of queries in MYSQL,Joins and its types,
difference in truncate and delete,delete and drop,de-normalization,questions on git

ys
Collection Framework, Static Components,Multi-threading,Exception Handling,Angular vs AngularJS,
CDAC PUNE Pune Database Queries,Spring Boot basics,Dependency Injection,Can we override main() method in Java, Hobbies, Weekend activities, Willingness to relocate, Side projects
Difference between NoClassFound and ClassNotFound Exception
CDAC & BE project,c vs java,class,structure vs enum,inline vs macro,oops concept,loops,overloading vs

ra
CDAC PUNE PUNE overiding,puzzles,collection framework,hibernate,pointer,real life examples of oops concepts,spring
intro,why cdac
Amdocs Pune Introduction, Project, Java: OOPS Concept with real time exaamples, difference bet final, finaaly, and
finalise with practical example, Overloading VS Overriding, Basics of collection framework and other
ar
basic question related to Core JAVA, Asked to solve two coding problems, SQL: Difference between
various keys, diff. aggregate functions, pattern matching, IN keyword, Constraints, JOINs, UNIX: Basic
commands
Introduction, About family, Why Amdocs?

Paycraft Mumbai
ith
Sorting and DS related algorithms,String manipulation,OOPs Concepts,Polymorphism with
implementation,Database schema design and queries related to that schema,Normalization,Difference
Pune,Hyderaba Between Spring and Spring Boot,Dependency Injection,Lambdas,Collection Framework,Angular,Spring
ew

Coupa Software Hobbies,Biggest Acheivement and Blunder,Introduction


d Boot Annotations,Project Related specific questions,Past work experience related questions about the
nature of work,C++ STL related questions,Puzzles,Program for Nth min and maximum in an unsorted
array without sorting it
Cybage Software Project Details,Java Concept Introduce yourself,hobbies,why Cybage?
od

Introduction,Project details,what is Docker?why we use Docker?how to deploy project on docker?what is


Devops?n-tier architecture of your project?MVC,Primary key ,Foreign key,Joins,Contrains,Trigger,
Cybage Software View,query realated to joins ,what is Springboot?what is ORM?Hibernate?Annotions?what is Introduce yourself,hobbies,why Cybage?
Thymeleaf?OOPs Concepts,Stored procedure,Static keyword,inline function,multiple Inhertance,
Diamond problem solution,Linked list,heap sort,merge sort,binary search
.c

Elaborate "public static void main" in brief How to create singletone class
Difference between interface and abstract class
write code for method overloading and method overriding Explain multithreading and thread methods1
w

Constructor can be overriden?


How we implement queue data structure from stack data structure which traversal is best for traversing
wide binary tree
w

Write code for bubble sort Questions based on BIOS


What is join and explain its type Explain innerHTML Tell me about yourself Why do you chose CDAC Why do you need this job
ZF Associate Hyderabad
What is inline, internal and external regards to CSS Explain is JPA Family background
w

Explain CLR
Questions on version controlling system What is distributed computing network what is cloud computing

Intro, Project Discussion, AOP, Java 8 Features, Lambdas, Encapsulation, Angular Directives, Version
CDAC Pune Control Systems, Task Management Systems, Spring Boot Annotations, Spring Security Basics,
Encryption Algorithms, Various Government Schemes for Digitization in India.
Introduce yourself with project done in CDAC,role in project,verfication and validation,Authentication
vs authorization,JWT,authentication hadler in jwt,Controlleradvice anno,different annotaion in spring,
JPA,different type of JPA query,named JPA query,explain onetomany,manytoone,onetoone relation,
which is eagar and which is lazy,how to make explictly eagar intialization,why spring boot for project,
CDAC Pune Pune Dependency injection,how to create and run jar file,runtime polymorphism,what is POM file,serializable,
synchronization,NPM, why it is used,maven, which project tools is used in angular,how hit api from
angular,how to hide some component in angular,how you have saved password in your project and which
encryption algo is used for password enycription,how you have secure your rest api,how to manage
session on server side.
Cybage Software Pune Introduce yourself, Take me through the easy which was answered by you
in aptitude exam, Why do you want to join the company?
Intro, Project , Normalization,Trigger with example,Joins,Abstraction, Encapsulation,Default Keyword,
CDAC PUNE static and non static with usecase, serializable, annotations, List, Iterator(fail fast behaviour), Thread,
Runnable, AOP Basic, mutable vs immutable,Exceptions , final and finalize
Intro, Technical strenghts, Project details, My role in project, Normalisation in DBMS, Java OOPS
Bank of America Chennai concepts, Inheritence, Difference between Multiple and multi-level inheritence, Components in angular, No HR Round
Joins in tables, Processes in OS.
Tell me about yourself, Why did you choose CDAC, What do you know
about Cybage, Which is your preferred location, Are you feasible with Role
Cybage Software Or any specific Gd topic:-
Should English be compulsory language because of advancement in
technology in India
Intro,Breif about project,UNIX Commands,Puzzles,Project related quetions & cpp coding like reverse the
Flextrade Pune string,print duplicates from the string,what is virtual keyword,diff betewen abstract class and interface etc

CDAC Pune Intro, Breif about project,annotations , virtual, mutable, volatile keywords , function overriding &
overloading, AOP, Basic DBMS terms , normalization
Cybage Software Pvt Ltd Pune Introduction,Explain your project,what is component and model in angular, are you familiar with spring Introduction, family bakground, how was your pandemic experience, are
annotations, what is generics,how we handle exceptions in java, static methods, what is constant in java, you willing to relocate
explain polymorphism, write code for polymorphism, keys in database, difference betwwen primary and
foreign key, Joins and its types, normalization
Introduction, project related questions, annotations in springboot, directives in angular, java collection Why did u switch from mechanical to IT?, location, puzzles, what do u
Evolent Health Pune framework, program to count number of occurrences of a particular character in a given string, binary know about our company? , Why our company?
search, time complexity, Acid properties

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
CDAC Pune
April 2022 Questions:
Questions tell me about yourself

Brief Project description


What technologies used in project.
Why use react
What is singlepage application
What is component?
What technology used in backend
How many tables in database in project..

.in
Stored procedures
What is inner join outer join types of joins

ys
How @query annotation is used how to write
Diffrent types of annotations

ra
What is jwt didi you used in your project
How you ensure you are connect with your frontend and not anyone else
ar
What is cursor
Synatax of cursor
ith

Tell me about your self


ew

Project n ur role in it.

👀
React hooks
od

Can we customize hooks? Yes but not in our syllabus


Virtual DOM
.c

Life cycle methods in react


Jsx n how r they diff
w

Components of spring boot


w

Components of spring security


Jwt
w

What is tokenization
How to validate jwt
N some more but don't remember

Tell me about yourself

1)which database you have used + database version(mysql)


2)which spring version and dependency used
3)can you write code in spring to print todays date
4)write a code to sum collections in notepad
5)what is view in database
6) what is indexing
7) what is limit can you give some example

CDAC PUNE 2022


Intro
Project
Put vs post
Itroduce your self
Servlet lifecycle
IOC
Method Overloading vs method overriding
Thread states
One scenario based question
What is payload

.in
Sleep vs wait
Different status codes with explanation

ys
Web application vs Web APIs
Explanation collection framework

ra
SET vs MAP
Have you written any web api
ar
What is concurrent application
ith
Explain what is a has a relationship
Explain JWT tocken
ew

Explain URI

NOT asked any sql , ds questions


od
.c
w
w
w
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
Cdac mumbai 12-may 2022 👇
cdac mumbai -
diff between abstract class and Interface.

.in
Can we declare final methods or keywords in abstract class.

ys
is there constructor in abstract class.

ra
diff between sql and no sql ar
ith
Normalization
explain 2NF
ew

Joins
Diff betn Inner and left join
Types of SQL
od
.c

tell me about urself


w

What will b the query if you want top 4-5 from the list
same for bottom
w

left join right join


w

what will happen if left table doesn't have any matching records for right table

Coupa
Coupa (Mumbai) : 25 April 2022
Tushar Jangle
Coupa

First round
-- tell me something not in resume

Oops principal
Diffence between encapsulation and data abstractions

Data structure
What is linked list
Difference between singly and doubly
Linear and non linear data structure
When to use different DS have scenereos

.in
Program of string anagram
Write algorithm first then program

ys
ra
Second Round
ar
Design a database schema of car company
ith
- ex type dealer shop
Different types of tyres
ew

Different company type


Different type tyre
Create a relation between them
od

Git commands
.c

- how you implemented git in your project


w

Linux commands
w
w

Difference between abstraction and interface

When yo use each of them abstraction interface

Difficulty you faced in project

What is test cases and can you create one


…………………………………………………

1st round

1.Tell me about yourself?


2.Graph implementations? Goes deeper as ans given 🥲
3.DFS ? Implementation
4.BFS? Implementation
5.Stack , queue examples?...
6.Array problem? Divisible by no
7.Difference between stack and queue with examples?

…………………………………………………

Coupa interview questions will be random;


First self intro
Then ur preferred language.
Tell about pillars of oops java
polymorphism

.in
Abstraction
Inheritance

ys
Encapsulation
Give examples

ra
Tell me output of particular code
Tell about sql languages
ar
Difference between the types of sql languages
ith
………………………………………………….
ew

Coupa (Banglore): 25 April 2022


od

Coupa:
1) Why you selected this topic
.c

2) Have done research after selecting this topic


w

3) (BE) what are you doing in the project (6-7) question on that
4) Why used Microservices over traditional approach aside from fast and easy
w

5)write a sql query using aggregate functions (situation given)


w

6)how will you authenticate user from html and redirect to new page where you show username
7)OOPS concepts
8)class heirarchy
9)get,post,put in html
10) what is bubble sort,why it is called bubble sort
11) what is quick sort
12) 5-6 more questions about project
13)what is MVC
aur don tin the yaad nahi
14)any questions.
…………………………………………………..
Coupa (Banglore ) 25 April 2022
1. Do you want to mention anything that you forget to write on resume or want to tell extra not
written on resume

2. Introduce yourself
3.what is web programming technology or web development
4. What is oops ?
5. What is abstraction
6. What is encapsulation
7. What is use of inheritance need of inheritance
8 . Overloading and overriding
9. What is polymorphism?
10. What is acces specifier need
11. Why freind function as there is inheritance

.in
12. What is need or purpose of constructor
13 . What is dynamic and static

ys
14 . What is need of database
15 . What is rdbms

ra
16 . Sql query on one to many relationship
ar
17 . Program for occurence of elements atleast three times in arrays
18.what is primary key and foreign key
ith
19. Any. Questions for me ?
ew

Coupa - Saurabh
tell me about the project
difficulty faced
od

4 5 questions on project?
.c
w

suppose the video is not playing on youtube what can be the issues
w

problems you can face while building face detection?


w

if you search on google and google shows you the sites result how you think google is
organizing the data ?
how comfortable are you with databases?
have you used indexes ?
how your computer is using stack and queue (application of stack and queue)

Coupa- Pranav Patil


Intro
Project
Mongo related
Oops concept with real time example
Ds definition
Linkedlist
Array vs linkedlist
Sorting Technics
Quick sort
Time complexity of quick sort,bubble
Max heap min heap
Graph
Binary search
Linear search
Tc of binary search tree
Recursion
Stack Operations

.in
Coupa Pune sagar date
first round

ys
Introduction

ra
Method overloading
Operator overloading
ar
Overriding (Compiled time, runtime)- a lot discussion here
ith
Exceptions(types of exceptions, compiled time and runtime)
Arrays
ew

WAP of number of occurrences of an element in array


WAP Sorting
WAP of second largest element in an array
od

Write SQL query joins, number of depts, ascending order


.c

Coupa - Rohan
w

Tell me about yourself


w

2 coding questions
w

1. sort a array randomly


2. Find pairs in arrays that sum to certain target
Both questions they asked for the most efficient method

For already sorted array which gives best and worst case time complexity
Why quicksort gives worst

Questions about OOPs and major pillars in depth

Singleton and private ctor


Why use singleton when we can have static fields.
Briefly explain your project.

Coupa-Sitaram

1.Tell me about yourself in brief


2.oop concepts
3. Polymorphism real life examples
4. Write a code for inheritance
5. Write a code polymorphism
6. SQL query
7. why we perform normalisation
8.qsns on joins
9.type casting

.in
10. Stack and queue difference
11. Real life examples of stack and queue

ys
12.operations performed in stack
13.sql alias

ra
14.foreign ,composite and primary key
15.why mechanical to IT
ar
16.any qsns?
ith
Coupa...
ew

1st round
Staircase problem
od

Implement queue using 2stack


Parking system implementation using queue
.c

SQL query for finding 2nd max sal


w
w

Round 2
w

Oops concept
SQL query for finding 3rd rank score return all the results
Exception handling
Prime number
Fib series program
SQL query on join
Abstraction vs inheritance
Diff bet inheritance nd polymorphism

Round 3
Deadlock
How to handle deadlock
Problem :
100 mails..5 min time..return only 3highest priority mail …

Coupa Interview
------- ROUND 1 --------

tell me about the project


difficulty faced
4,5 questions on the project.

suppose the video is not playing on youtube what can be the issues and how will you find out.

.in
problems you can face while building face detection. (like low light, different expressions)

ys
you search for something on google and google shows you the sites, how you think google is
organizing the data.

ra
ar
suppose you are building and payment app, skip the QR code scanning part and assume that
the sender has scanned the QR and
ith
he is now paying someone so what kind of validation you will apply.
ew

how comfortable are you with databases?

have you used indexes?


od

application of stack and queue (tell the application which your computer is using )
.c
w

any queries?
w

------- ROUND 2 ----------


w

Any queries?

(My engineering project was on python and image processing)

asked some questions about the engineering project.

what do you like to work on like in frontend or do you like to do the backend?
how comfortable are you with CSS

Can you tell me how to pass the State in React?


how to pass data from parent to child using props?

Suppose we got a site like Amazon and in that, you are selecting some products
and while you clicking on the product(add to cart) you can see that value at the cart at the top is
getting modified
how will you do it? (i said using redux)

in the above case can you pass the data by state or props?

Write SQL Query to print the data in ascending order

print the longest consecutive ascending subsequence in an array explain the logic

how did you guys do the project do you use Source control?

.in
any Queries?

ys
------ Round 3 ----------

ra
tell me about the OOPS concept?
ar
ith
2 3 Question on my engineering project
ew

What is Hashtable what is Hashmap?

problem with Linear probing?


od

which sorting algorithm you will use to sort an array?


.c
w

What's the time complexity of quicksort?


w

the worst-case complexity of quicksort is O(n square) can you mitigate that?
w

do u know how the avg complexity is O(n log(n)) how do we get that?

can you sort the array with 100 unsigned 16-bit numbers with less than O(n log(n)) complexity?

Deutsche 2022
First Round
Asked about project a lot

you know we are looking for cpp ? i said yes how much you will rate in cpp and java
asked what is jpa
why you used
have you used joins
Project queries asked

what will happen if you get sql exception


3ltr and 5 ltr jar question puzzle

reverse string

vovels in a string find

swap

.in
Deutsche First Round

ys
1. Introduce yourself.
2. Explain your project.

ra
3. Write a program to retreive records by id from database of employees.
ar
4. Write a program to print all prime number upto n.
5. Write a query to delete all duplicate records from database.
ith
6. Explain all oops concept.
7. What is interface and how did you use interfaces in your projects.
ew

8. What is JPA.
9. Suppose we have to show price of Infosys stock in an html page
which is changing every second. How will you do that.
od

10. Run your project.


11. Explain class and ER diagram of your project.
.c
w

Deutsche 27-04-2022
w

Round 1 (Techinal) 45 min


w

Intro
Project explanation
Project role
wap to anagram string
wap to palindrome string

Round 2 (Techincal) 1 Hr 4 min


core java basics from class to end all
project role then explain each work you done there
database - create same table form your project (any one table in notepad)
wap to matrix multiplication
*Tip :- all program have to done in notepad , database query also has to write in notepad.

HR round
normal question
like daily task discussion
clg journey
cdac journey
isssues faced in online batch

CRISIL

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
Round1

Oops principal explain with real life example

Abstract class vs interface

Collections

How will you sort a array list of employee objects Scenario based questions

Database queries to join table and sort them Annotations @id @repository @service

.in
ys
Round2

ra
Make object of string class ar
Explain string pool
ith
What is immutable class
ew

Create hash map and iterate it


od

Write a bubble sort program


.c

Hashmap working
w

Make arraylist and iterate it without using loop


w
w

Round3

Explain polymorphism and abstraction with real life example

Explain your project

How to capture values from textbox in react.js

Scenario based questions


AKASH ROY

CRISIL Ltd

30-04-2021

====================

L1---

explain project

.in
what is static keyword

ys
what is final

ra
difference between comparable and comparator explain put operation in hashmap how will you
ar
iterate in hashmap
ith
what is collection
ew

types of exception

difference between list and set


od

how will you find top 5 salary of employees in mysql what is @Qualifier
.c

what is string buffer and string builder


w
w

types of interface
w

name any marker interface

what is the parent class in java

name some methods of object class

L2---

explain project in detail

flow of your project from frontend to backend explain login scenario in you project
how u r checking that the value in login and password is matching and valid how you are
managing session in your project

what are the anotations used in you project in every layer what is
@Restcontroller,@RequestMapping

why service is used

what is dependency injection

what is IOC container

how to remove duplicates from an array

.in
how will u make immutable class in java

ys
write a code for to iterate on hashmap

ra
they also asked that u know angular...i said yes..so they asked angular questions also what is
ar
angular
ith
what are the types of directives
ew

how to create components in angular

lifecycle of angular
od

ngIf and ngFor


.c
w
w

L3-----
w

explain project

what is polymorphism and its types

give real time example for overloading and overiding scenario based question

if i want to add xyz component in my application,on clicking it will perform some action,so what
will be your approach to create it,and what are the files and methods you will add to complete it
where you see yourself after 5 years

Questions:
@service @restCobtroller @Component @ repository basically all configuration for hibernate
(scenario based on it ) Spring MVC and boot diff and working

JPA

Hibernate

Session factory

Program to find duplicate element

.in
rest calling URL, HOW IT WILL BE HANDLED

ys
HTTP methods

ra
@controller working-> mapping

oops concepts
ar
ith
arraylist and linkedlist
ew

about project- BE,ME, CDAC (WORKING, FLOW)


od

Crisil Ltd
.c

Tejas Patil
w
w

1st round -
w

Introduction

project

what is spring MVC & its flow

what is spring boot

diff between spring MVC and spring boot

what is bean

annotations
what is dependency injection

write a controller in spring MVC for Employee java 8 features

write a lambda expression

functional interface

what is interface

static & non-static block

access modifiers & its scope

.in
singleton design pattern

ys
types of joins

ra
imner join querrry ar
order by clause querry
ith
data structure
ew
od
.c

2nd round -
w

introduction
w

project
w

final keyword

final classes in java

ways to create a string

string pool

why string is immutable

method overloading and overriding rules


abstract class

Exception handling in java

find top 3 numbers in an array

collection hierarchy

implementation of hashmap

hashmap vs hashtable

About Yourself

.in
OOPS concepts? explain with examples

ys
How to access protected members.

ra
Java Method dispatching process. ar
ith
Abstract class vs interface.
ew

Collection .Hashmap/ treemap / set.


od

Scenario to find duplicate items in array.


.c

put get methods working of hashmap.


w

Iterators.
w

Annotations.
w

BE Project and DAC project details.

Spring boot explain.

Explain Deployment of web application OR Cloud

Explain Frontend technologies, scripting languages.

Primary/ Unique key.

MySQL Queries.
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
Honeywell -Akash 2022
Introduction
Project introduction
Which features are different in your project than other existing
What you learn in sdm
Waterfall model
How to add element in Stack(code)
How to achieve polymorphism
How to achieve encapsulation
Access modifiers
Protected

.in
1) introduce your project
2) challenges faced in project , can you name some of the exceptions you faced and how you

ys
handled it ?
3) what is ds ? What ds you have implemented in your project ? Why this particular ds ?

ra
4) entire collection framework - eg)Arraylist vs HashMap : API, thread safety , List vs Arraylist ,
HashSet ar
5) why this particular technologies in your project
6) how you applied ds in your project example from your project
ith
7) code - Roman to Integer - write in sts
8) approach of code - is it the best approach
ew

9) static keyword in java - why main method is static


10) do you have static methods in your project ? Why/why not
od

11) what is layers architecture used in project ?


12) how a pojo/entity class looks - write in sts any pojo class from your project. ..
.c

13) how Map internally stores key - value pair ?


w
w
w
w
w
w
JIBE SOFTWARE

.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
Jibe 2022
Questions- project, c# basic, told to write database queries , basic of Mongodb, basic questions
of java (oops, multithreading, etc), trigger , cursors, angular
features of react , mysql ,index, view, procedure ,query on today's date , cross questions on
join , difference array and arraylist. string and string buffer
most imp each ans relate to our project,
questions on event in react , write a event on notepad
early binding let binding

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
Junior Networks Bangalore
#Juniper Networks Banglore
TECHNICAL 1-
1)git commands,conflict in branch,jenkins,docker etc
2)2 sql query using join .
3)query to find 3rd highest salary.
4)what is typecasting.
5)scenerio based question on compiling the c program code like - if there is error in 2 line of c
program code then compiler will tell about both
the error or it will tell about the 1st error only.
6)swap two number without using 3rd variable.

.in
TECHINAL 2-

ys
1) time complexity to find middle of link list and write algorithm to implement it.
2) write an algorithm to check whether tree is binary search tree or not.

ra
3) one coding question based on git

10 basic question on c++ like


ar
ith
1) difference between refrence and pointer
2)difference between linker and loader.
ew

3) question on pointer.
4) storage classess in c++ etc..
od

TECHINAL 3-
.c

1)time complexity to find median of two sorted array and write algorithm for it (ans-O(n))
2)time complexity to find intersection of two link list and write algorithm for it.
w

3)there are 1-100 stairs in a building. Count the no of ways to go from stair 1 to stair 100
w

.(dynamic programming will be used )


4)an array is given ex-0 1 0 1 2 3 1 0 2....time complexity to sort the array and write algorithm
w

for it (ans-O(n))
5) implement stack data structure using two queues.
6)implement queue using two stacks.

TECHNICAL 4-

1)algorithm to reverse array in most effecient ways


ex-THIS IS A BOY ,after reverse-BOY A IS THIS (ans-use Stack)
2)time complexity to find loop in a link list and write algorithm for it.
3)write singleton class in java and c++.
4)socket programming in c++.
5)questions on computer networking like osi layer, types of ip adresses, routers,switches,
routing,fragmentaion etc.

HR-

0) tell me about yourself.


1) what do you know about our company.
2) from when are you ready to join.
3) we work in c++ but we are observing that you have given more exposure to java. how will you
manage.
4) any problem with the location
5) do you want to ask anything.

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
FinIQ -
Nachiket
1st round(40-45 min)
tell me about yourself
(my 90% technical round was on project only nothing else...no oops no sql only project)

explain project

what you did on project


(as I've deployed our project with appropriate domain name I asked if can I share my website

.in
link)

ys
why particular project

ra
which technology you used for project
(why particular technology? can be asked I was prepared for that also...but he didn't ask)
ar
ith
then gave me scenario as most farmers are from rural area how can they access your website if
they want to
ew

(my project was agricultural portal)

how you handled images in project


od

then he caught some bugs in my project and asked how could this be handled in future ?
.c

as we deployed our project so next 5 10 minutes mostly on cloud services...like how are you
w

handling multiple requests at a same time....why it's taking so much time to load images.....how
w

you linked your domain name to system


w

2 3 scenario based questions for real life applications(to get to know about logical thinking)

basic core Java questions


swap without 3rd number(only logic)
basic sql query
Jim architecture and memory allocation

2nd round was of hr which went for 15 20 minutes only nothing new..
tell me about yourself
why from mech to it
hobbies
quiz was asked
why should we hire you

3rd round managerial round


nothing special ..just asked about project
basic hr was not more than 10 minutes
—----------------------------------------------------------------------------------------------------------------------------

Fortinet
1st Interview

.in
Tell me about yourself

ys
Tell me about your project

ra
What was your role
What framework is used ar
Is there jdbc used in your project
ith
Then question about session storage
ew

Project related question on session storage

Data flow in project


od

Where is configurations in java


.c

What is use of heirarchy


w

What are getters and setters


w
w

Are you comfortable in sql query

Write a query to Find student name for particular branch from 2 tables students and branch

Algorithm question
For finding optimum solutions to find particular node and it's previous nodes from array of
connections of unidirectional graph

If the data type are made public what will happen


2nd interview

Do you know constructor chaining?


Write it.
Can we write constructor private?

What is singleton?
If a class i extended in another class and we want only one instance of that class what can be
done?

.in
In a doubly linked list if there is a loop how can we find it
Write psuedo code for above

ys
Write logic for bubble sort in list

ra
What is '?' in list
ar
ith
Why we write static in public static void main
ew
od
.c
w
w
w
Trace link 2022

---first round

1. asked introduction
2. explain your project. CDAC and also asaked questions on BE project
3. which problems u have faced and how u have handled those.
4. collections based questions.eg.hashmap,hashtable etc
5. Basics of data structure .like types of DS,stack ,queue.
6. which type of DS u have used in your project.
7. asked to write code on notepad to check string palindrome or not

.in
8. asked more questions on string and asked logic if they have given one string then how can
we check that string will become palindrome or not and which DS will use to check(ispe bahut

ys
ghumaya)..in this question also asked many data structures.
9. asked query to write.

ra
10.difference between SqL n NOSQL
11.advantages of Sql. ar
ith

--second round
ew

1.introduction
2.asked many questions on project . (Some are same as first round)..
od

3.and then asked hr questions like whats ur qualities


4.how will u work in the team
.c

5.and many such questions


w
w

--3 round (HR)


1.Just asked project related basic stuff
w

2.asked whether u want to work online or offline


3.do u have any questions..
(I've asked one ani them we discussed on that)

Bajaj Finserv
Intro
Polymorphism
Overriding and overloading difference
Reverse string code explain kar jar lihaycha nasel tar

Overriding cha code snippet Kay print karnar vicharla

Database kasa connect kela

Get put post Kay Kay asta


Request param mahitiye ka

Object class chi list sang


Collection chi list

Exception handling heirarchay

.in
Which framework did you use?

ys
Do you know sql

ra
Primary key foreign
How we use group by?
ar
Types of joins
ith
What is cross join
ew

Name : Pratik Patil


Bajaj Finserv cha interview : 20 min only
od

-Introduce yourself
-Then I was asked a specific question based on my intro that where exactly did I enjoy learning
.c

about the particular field.


w

In which technology will you be comfortable to work in future?


(There were network problems at their end so they asked me to turn my camera off. I wasn't
w

able to even share my screen)


w

-Asked a little bit about project and then he was specifically interested in the MYSQL part. How
did you write the queries for this database? I asked them whether I can share my screen to
explain about project, they said yes but unfortunately couldn't share my screen.

-I was given 2 tables : 10 entries in the left one having 2 columns and 8 entries in the right one
having 3 columns . I was asked to generate a 3rd table with 10 entries which should include all
the columns and all 10 entries. After explaining the solution they asked, "On which two columns
will you apply the join?".

-What do you know about Bajaj Finserv? Tell something about our products.

-Where are you currently staying?


-Question about family background.
Bajaj Questions

Database queries on joins and highest salary


Arraylist code
String pool
API conditions and codes on API
Inversio of control
Different type of scopes in java and how they behave differently
IPL algorithm

Another interview Bajaj Finserv

.in
introduction
Class object

ys
Polymorphism
types of polymorphism

ra
overloading overriding
string reverse without using an string builder
ar
ith
Joins its All types
Primary Key Foreign Key..
ew

Bajaj Finserv Interview ( Abhishek Kushare) 2nd May 2022.


od

Technical Questions (Second Round)


.c

1. Tell me about yourself.


w

2. Explain your project


3. Annotations in project
w

4. Diff of Array and List


w

5. Swap Numbers without third variable..


6. one puzzle
7. one sequence Aptitude related
8. Sorting program.
9. try catch finally related program
10. They want all basic programs related to Array and String manipulation.
w
w
w
Morningstar

.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
Inno minds
Interview questions

Name: Saurabh Kale.


1.Tell me about yourself.
2.Why you are switching from NON-IT field to IT field.
3.What was your passing year and what was the reason for gap (3 years of gap)
4.Which technology you have learned in Cdac PG-DAC course.
5.Tell me about the Normalisation process in Database.(only one question on Database)

.in
6.What is overloading and overriding.

ys
7.Give me the example where it is used (in java)
(She was asking which methods where overloaded and overrideen in java)

ra
6.Have you done any project and which technologies you have used in your project.
7.What is spring and spring boot and why you have used spring boot.
ar
8.Then she told me to open my project and asked the flow from controller to java bean classes
ith
and explain how data is getting stored in your table.
9. What is this ResponseEntity.
ew

10.(then she switched in core java)


What is collection and which collection you have used in your project and why these collections.
11. Then she gave me a
od

a code to print repeated character from a string and the count of those characters.
(I did it by using for loop within for loop)
.c

12. Then she asked me how can you reduce the time complexity of this code.(I said by using
Map)
w

Q.13 what is map and what are different types of map.


w

Q.14 While i was coding she asked me the question tell me the difference between int and
w

Integer
Q.15 why we require this and what are the default values of these.

Innominds
Highlights - Core Java
1. Introduction
2.ques about Collection
3.Types of Exceptions/ Exception Handling
4. Static Keyword
5. Final keyword
6. why java is called platform independent?
7. Find factorial
8. Method overloading/ method overiding
9. Remove dup in array
10. Find null values in 2d array

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
Mavenir
Interview questions

Tell me about yourself


Explain your project
Explain oops in your project
What is data structures explain
Hashmap working
Which data structures have you used in your project

.in
Given a code to print dimond witha stars ( it was interactive questions you have create formula
for spaces and stars and print start)

ys
Then he told me to some modifications in this code with different conditions

ra
ar
ith
ew
od
.c
w
w
w
App Direct .
Interview questions
Name : Aditya Peje

1. Tell me about project in brief


2. Starting with oops
A. Tell me pillars used in Java
B. Elaborate Abstraction with eg. No cat ,animal examples pls
C. Encapsulation in one word ...
Give me example of it
And other pillars with eg
Their implementation in my project

.in
3.Collections where abstraction was used

ys
4. Multi threading all concepts

ra
5. Executor framework ar
6. Deadlock , race condition, communication methods , wait and sleep differennce, rerrant lock ,
ith
extends and implementation difference , notify and notify all
ew

7. Puzzle : 9 coins in which 8 coins of 10 gm and 1 coin 8 gm .. identify which is that coin .you
have a weighing machine you can use it max 2 times
od
.c
w
w
w
Cumulus--
frst round
tell me about.urself
1 write a code for finding missing number in array
array[0 7 8 4 5 6]
2 write code to reverse a string
3 collection framework
4 hashtable hashmap
5 contract between equals and hashcode

.in
6 deadlock
7 mutex

ys
8 semaphore
9 threads

ra
10 how to find middle element in linkedlist
11 oops ar
12 oops in your project how you implemented it
ith
13 string given and you have to remove duplicate character write a code for the same
ew

round 2
write a linkedlist
modify it and do linkedlist for string and if thee string is repeated then don't add
od

perform addlast operation


if you want to reduce complexity then what to do in linkedlist
.c

write comparator and comparable


write a thread code
w

show deadlock in thread code


w

how to avoid deadlock


w

synchronisation
if you want to make a list in sorted order then what
if you want to reduce complexity of arraylist what else datastructure you will use
how does hashmap works
how does hashset works

round 3
about my previous job
servlet lifecycle
loadonstartup is what
how does live chatting works(this is bcoz I have experience of chat support)
and a good talk :)
w
w
w
.c
od
ew
ith
ar
ra
ys
.in
AMDOCS
-SMARTOPS
(Omkar kate)
Interviewer had resume so ,durectly started with project

1.Explain your project and your role

2.inheritance in java...explain with code

.in
3.why java why not c++

ys
4.advantages of java over c++
5.what is exception...types of exceptions

ra
6. Give any example of exception with help of code and handle it
ar
7. Are u comfortable with shell scripting, unix ,database sql
ith
8. Basic unix commands
ew

9.sql query...using left join show salary of employee

10. What are joins


od

11. Where to use Joins v/s where clause


.c

12.mangerial questions
w
w

_—------------------------------------------------
w

AMDOCS -SMARTOPS

1.rate yourself in java and sql out of 5

2.questions on mysql,crate ,insert,lowest salary

3.puzzle on apple oranges jar

4.java program to reverse array and in desc order

5.challenge face in life and how u overcomed it


6.what is data structures

7.some hr questions

8.any language u learnt except java

9.What new things u learned apart from cdac

10.project flow

Amdocs
1.Introduction
2.Rate yourself in java and springboot

.in
3.what is synchronization
4.what is stringpool

ys
5.what is polymorphism
6. 2 simple code array reversal , remove dublicates from string

ra
7.difference between instance variable and local variable class variable
8.what is drop ,truncate,delete in sql
ar
9.simple sql query
ith
8. Hr quetions
ew

Amdocs Interview (Abhishek Kushare) 7th May 2022


---------------------------------------
Technical Questions ( Second Round)
od

1. Tell me about yourself.


2. Why you chose CDAC ?
.c

3. Explain your project.


w

4. Tell me about flow of your project.


5. Tell me about your academic projects.
w

6. What was your role ?


w

7. which Database you have used ?


8. Difference between SQL and MySQL
9. Do you know indexes. Explain them.
10. Why we use index.
11. Difference between Drop , Delete , truncate.
12.Have to write one simple query.
13. What is foreign key?
14. What is candidate key ?
15.Are you familiar with OS commands ?
16. Which OS are you comfortable with?
17. Why we use rm -r command ?
18. Have you used commands ?
19. one puzzle regarding formula n(n-1) /2.
20. General discussion about role.
21. Are you okay with this role ?
---------------------------------------
HR questions (Third Round )
1. Tell me about yourself.
2. Why amdocs?
3. Where are you currently located?
4. Asked about marks which are already on resume. Like she is taking confirmation about is it
correct?
5. Do you have any other offer letter?
6. Some questions about me.

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
IKS Health
Introduction

2 aptitude questions one is based on percentage and other is on age

What is join...write any join query

What is api...how you check your software before handover to the client.

.in
What is SDLC what the different methodology techniques do u know

ys
ra
Find out second highest salary…

Queastion asked in first round


ar
ith
Intro
ew

project
Database
Technology used
od

Queries 4-5
Oops
.c

Mysql vs sql
And technical communication
w
w

2 nd round
w

Job
Project
Technology view
Intrests
Problem faced
Project handled
Engg project
Why mech to it
Verifone
Shivendrasinh Khomane

1st round - apti 40 que 20 min cutoff 32.


for refence
https://www.12minprep.com/knowledge-hub/free-criteria-cognitive-aptitude-test-practice/
2nd round - 1 code (on coderbyte, here in left side of the editor we were able to search google ,
stackoverflow was not allowed. code que - easy - input two numbers one is in decimal and
another is in binary then check how many conversion of binary 0 to 1 or 1 to 0 are needed to
achieve the value of decimal , return no. of conversion ) 10 marks and few mcq related to db ,
ds algo, java oops, os .
3rd round - tech + hr interview

.in
tech interview - que - introduce yourself
que - tell me about mechatronics branch(this is my engineering branch)

ys
ans- integration of cs it , extc, mech
que - what subs you have related to cs it

ra
ans - c , java , os
ar
que - what kind of syllabus you have of java sub in grad
ith
ans - core java, and basic oops concept
ew

then all the ques were from core java and oops concept for about 30 minutes
i was able to anser all the question as they were all easy .
od

*must know all the answer of rapid fire sheet-core java and oops concept*
.c

then adv java


que - what is inversion of controll and what is dependency injection
w
w

then are good at mysql


w

ans- yes

then one query que - get second highest salary without using limit clause
ans - i could not answer it

then another java program que on excetion handling


que- handle many excetion of single try block
ans - with common exception e
que - without common excetion
ans - many catch blocks one after another
que - he said with only one catch block
ans- with if else ladder
que - he said without it
ans - i said i dont know the way how to handle it
que - he said do you know pipe character
ans - i said yes
que - can you use it here
ans - i said i cant
(i was kind of confused , after thinking about it i realise it was too simple we can use "or"
condition)

he said wait for 3 min there is another interview round (hr round)

hr round-
que-introduce your self
que-tell me about your technical experience
ans-i told about my grad and cdac but he said you dont have any exp i said im fresher. then he

.in
was like ok

ys
que-how do you rate yourself on scale of 1-10 (1 being bad and 10 being best) on java
knowledge

ra
ans- 7
que- what is overloading
ar
que-then one java overloading program
ith
ans- gave wrong ans
ew

2 que on scenario base


1-if you are given one backend module and you are new to it but the client wants solution real
quick
od

what would you do?


2-if you stick to only java or you will learn new technology
.c
w

Verifone Technical And HR round questions.(date added:18-05-2022)


w

1. Introduce Yourself.
w

2. Explain your project.


3. Write a program to reverse a string using recursion.
4. Write a program to swap two numbers without using third number.
5. Write a program to obtain factorial using recursion.
6. What is multithreading?
7. What is yield() method?
8. What are the two types of polymorphism?
9. How can we achieve polymorphism in java?
10. What are the states of a thread?
11. What is difference between throw and throws?
12. What is try catch block?
13. What is the difference between error and exception?
14. What is final keyword and where do we use it?
15. What is abstract class?
16. Tell me about your work background.
17. Why did you switch to IT industry?
18. What are your strengths and Weaknesses?
19. Do you know RDBMS?
20. Write a query to delete duplicate records from a table?

.in
ys
ra
ar
ith
ew
od
.c
w
w
w
Bank of America
Round1:. BOA
1.Introduce your self
2.(They have resume) tell about gap after graduation
3.oops concepts
4.overloading vs overriding
5.interface abstract
6.modifiers and it's scope
7.collection
8.differnece between arraylist and link list
9.differnece between comparator and comparable

.in
Round1
Company:BOA

ys
-Introduce yourself
-Overview of -Project

ra
Why you used React Js?
-OOPs ar
-Which will load first Bootstrap or React Js application in Apache Tomcat?
ith
BOA-
ew

1)project
2)explain one complete flow of a api to get list of objects
3)Hasmap along with its internal working
od

4)Hashcode
5)bytecode
.c

6)garbage collector
7)types of garbage collector
w

8) working of garbage collector


w

9)static initializer block


w

10)constructor
11)how to run spring app without ide like sts or NetBeans

Bank of America Interview


just like a coupa

Introduction

We are having spring framework then why u used spring boot by impress on this question ..Pura
DSA puchha...
What is cloning
After giving this answer he asked me it's type
Then difference of shallow and deep

How u reverse a stack

How will u find out ur linkedlist has a loop

Then he asked me how to find out the length

How u will break the loop

Not asked any branch oriented questions

.in
Next round ayega dekhte hai kya hota hai

ys
Only 1 round

ra
Intro
Why Java is platform independent
ar
All String concepts
ith
Collection hirerachy with details of HashMap
Fail fast and fail safe iterator
ew

Wap to Fibonacci series


Equals method
Final and finally difference
od

Why Psvm(string []argv)?


.c

L1:
w

Oops basic concepts,


Exception try catch,
w

Interface and abstract class,sys.out.println means ??


w

, Thread and process,


Static block, final block, what is finally, wap palindrome, overloading and overriding in java

L2:
React based question like what is components and function in react,
Deadlock,
Oops with example,
Jvm related questions,
State and props, exception types, collection, inheritance explain in brief,

𝐁𝐚𝐧𝐤 𝐨𝐟 𝐀𝐦𝐞𝐫𝐢𝐜𝐚
Amol Mote date : 9 may 2022
L1 discussion Bank of America Interview

Introduction
(Mention project in your introduction)

Why you used spring boot in your project.??

What is cloning
After giving this answer he asked me it's type

Then difference of shallow and deep

.in
How u reverse a stack

ys
How will u find out ur linkedlist has a loop

ra
Then he asked me how to find out the length
ar
ith
How u will break the loop in linkedlist
ew

asked me hashmap working

Why hashmap required immutable key


od

If employee class is there then which method required to implement in employee class
.c
w

What happened when collision occurs in hashmap


w
w

L2 discussion Bank Of America

Introduction

Explain project architecture

SQL Query based on my project table structure


(Which staff having maximum orders in April month)
Then gap justification

Given a real time scenerio based on project development and asked me..what is ur approach in
this situation.

Suggestions:
1- At least do all the approaches of data structure concepts.
2- Mention ur project in your introduction
This shows that what u did in your cdac course

BlueSpaceLabs:

.in
ys
* Introduction
* Why MySQL & cross-questioning over the same

ra
* What part in your project you have done
* JDBC vc Hibernate ar
* How hibernate is added in the project (for JDBC we add external Jar files)
ith
* JPA, use of the same in project
* explanation of config file
ew

* Different APIs
* Can we send data to server via get request
* How to maintain log of different users
od

* Can we post more than one APIs at a time (something related to synchronised &
unsynchronised).
.c

# The last question I didn't even understand.


w
w
w

Accops
Interview ( Abhishek Kushare) 5th May 2022

Technical Questions ( Second Round)

1. Which language are you comfortable with other than Java ?


2. There was first module COP &OS .Are you aware about OS concepts?
2. Which OS do you used ?
3. What is Registery ?
have you used?
4. What is Service?
how to create service in windows?
5. What is Thread ?
6. Difference between Thread and Process.
(Drilled so much on OS questions )

7. Do you know OOPS concepts?


8. What is polymorphism?
9. Do you know binding?
why we call it early or late ?
10. Asked about Final keyword.
11. Difference between SOAP & REST.
12. Why SOAP is slower than Rest?
12. Some basics of Core java.

.in
13. Two simple Diagram waale puzzle which was on their screen.

ys
ra
Integrate ar
Interview (Abhishek Kushare) 5th May 2022
ith
------------------------------------
Technical Questions (Second Round)
ew

1. Tell me about yourself.


2. Are you comfortable with Dot net core ?
od

3. Oops Concepts.
4. Do you know multithreading ?
.c

4. What is CLR ?
5.Have you used C# ?
w

6. Why you joined CDAC?


w

7. What are your learning from CDAC ?


w

8. Which collection have you used in your project?


8. Difference between Array and List.
8. Gave one puzzle.
9. Asked basics about java.
10. How much experience do you have on Bootstrap?
11. What was your role in your previous job ?

(Questions are not asked in same sequence .)


--------------------------------------
Managerial Round (Third Round)

1. Tell me about yourself.


2. Explain your project.
3. What was your role in your project ?
4. Which annotations you used in your project?
5. Explain annotations used in your project.
6. Asked about flow of my project.
7. Asked about layers of project. and explain controller.
8. Write Controller class.
9. What is @RequestBody & @PathVariable (because It was in my code)
10. Which technology have you used for frontend?
11. Tell me about useState, useEffect .
12. Some basics about react .
13. Write code using useState, useEffect and change value of variables. (Drilled on react part)
14. Are you comfortable with location?
15. Do you have experience on Dot net Core?
16. What is CLR ?

.in
—-------------------------------------------------

Sapiens

ys
ra
(date added 13may 2022)
Technical IV : 1 ar
ith
1>Formal Introduction
ew

2>Explain OOPS Concepts:


-->Detailed Explaination n 4 major pillars (Used single example of car for this...Continuing the
same example kindda kept a grip and the attention of IVer)
od

Followed by rest 3 minor pillars in C++


.c

3>Asked specifically on my BE project as I had it implemented in Arduino and C++


-->Provided a concise and brief idea.
w
w

4> Do you know about keyword virtual


w

-->Answered same as overriding in JAVA...

From here the entire IV was mostly on DSA


5> Asked to implement Single Linked List on IDE
-->Provided the pseudo code on notepad first...IVer Asked what happened to the node
deleted...Answered gc() takes care in JAVA..In C++ this has to be handled else memmory leaks
will be there reducing the efficacy...

6>How will you manage the memmory leaks in that case


-->Need to read more on this

7>Will you be comfortable with C++


-->Nodded YES
Technical IV + HR : 2
1> Formal Introduction

----Had some more questions here but don't remember at the moment---

2> Asked to write a program on IDE to convert a deimal number to binary


--> Provided the pseudocode that Converted the number to reversed mbinary and then reversed
it to get the org result as it clearly seemed that he did't want me to use library function

3>Implement an example of abstract class


-->Implemented and showed the example of Runtime Polymorphism

4>R u Comfortable working with C++?

.in
-->Brief conversation on doubts I had

ys
HR Round:

ra
1>Introduced himself and then my formal Introduction
ar
2>Asked me about my previous employment
ith
--> Provided a detailed explaination
ew

3>Why are you switching when u were well established in last org?
-->I let him know my primary motive
od

4>Any questions
-->Had a small chat here
.c
w

—-----------------------—------------------------
Company: Sapiens Technologies
w
w

Date added-16-05-2022
Name: Vishal Kolte

1] Technical Interview

1> Introduction

2> Asked to explain Project flow, about technologies used, Project Architecture & 2-3 basic
questions related to project.

3> Program to left rotate the elements of an array.


4> Program to remove duplicates from an array.

5> Program to count the total number of words and characters in a given String.

6> Program to Count occurrences of a word in String.

7> Write an SQL query to report all the duplicate emails.

8> Asked few questions on core java and adv. java annotations.

2] Managerial Interview

*Introduced himself and then asked me to introduce. few questions on project and what I
learned in CDAC, Journey and all.

.in
1> Interviewer checked into my Resume and started asking about my activities and

ys
technologies mentioned in it.
(My past four years were into leading a Motorsports Teams at SAEINDIA National level events

ra
so looking after that Interviewer started asking about
ar
Team work, experiences and how did you used to manage this all? , team size and duration
etc..)
ith
2> What something that will motivate you at work?
ew

3> Theres going to have 5 days work a week, how will you enjoy it with colleagues? and some
other questions like that
od

4> Where do you see yourself after 2-3 years and growing in industry?
.c
w

5> Given me certain scenarios looking upto my experience and asked the different ways to
solve certain conflict and my role.
w
w

6> How will you manage to avoid mistakes, conflicts so that work flow should go fine?

7> How much do you rate yourself in Technologies learned in CDAC? mainly Java & ADV.
Java(Rapidly answered)
---- I answered these all questions and elaborated him with situations and sharing
experiences(that he asked to share if any)

Interviewer complemented and then asked->


What do you know about our organization? after my answer he also added into it about
company culture, technology and kind of work.
had lil talk ...!
3] HR Discussion

1> Greeted & then Introduced herself & then asked me to Introduce.

2> How did you got into CDAC?

3> How was your day and how this placement scenario going on for you?

4> asked about my passion and how adaptable am I?

4> Did you had any other interview today?

5> Is there any other company interview in Pipeline for you? (asked me just coz I told her
previously about calls .. had Tech Mahindra next day)

.in
--- she stated her views that they are product based and Tech M is service based and also told
me what should be good for me as a fresher as a developer.

ys
6> Asked about what I know about Sapiens, its location to check whether I know it or not?

ra
--- so she asked are you able to relocate to Banglore? said have doubt that you will go with
ar
TechM if selected coz its in Pune then I had to tell her about our CCPP rule.
ith
7> She discussed about salary structure, training period within company,work culture , wfh &
when it will be etc.
ew

8> Asked me if have any doubts, discussed on that.


(**It was HR Discussion not more like interview)
od

Numino Lab
.c
w

(date added 13may 2022)


w

1st round
w

aptitude+technical MCQ
===========================================
INTERVIEW

technical Round 1 (Coding Round) --1hr

1st program
WAP to count of no of occourance of one string into another

2nd program
WAP to find out Longest common prefix in a set of strings
===========================================
technical Round 2 -- 1hr 40 mins
explain the coding round codes and how we can improvised that code , what is the time
complexcity & how we can minimised time complexcity of that code.
explain your project and what technology you used
database queries which are used in projects
Inner join , outer join , LIKE operator , etc etc
Spring annotations
tell me any 5 java 8 features?
===========================================
technical Round 3 -- 40mins
Explain your project
java basics questions like
what is pass by value and pass by reference?
java supports pass by reference ? explain ?

.in
why string is immutable?
what is volatile kw?

ys
difference between process and thread?
difference between Collection and Collections?

ra
which Collection you used in your project?
generics in java?
ar
desgin pattern in java?
ith
when we override equals method?
stack vs heap in java ?
ew

can two thread share stack memory ?


========================================
od

TIAA
.c

Added(13may2022)
w
w
w
.in
Tech - Mahindra

ys
ra
Questions(updated-14may2022)
1. Introduce about yourself - College Name, Degree, Year of Passout.
2.He asked me to show my id card.
ar
3.memory areas in jvm
ith
4.JIT compiler
5.some code snippet and asked the output.
ew

6. Git besics
7. about version control system.
od

8. Mysql - exception
9. Then some hr related questions.
.c

Manhattan
w
w

Interview(updated-14may2022)
w

Round One:-
1) Code To find duplicate strings from string list and print them(collection framework)
2) set vs list
3) arraylist vs linked list
4) checked vs unchecked exception
5) Synchronised Block
6) Code to find same int elements from 2 list and return count (collection framework)
7) Have you used multithreding in your project
8) Are you comfortable with angular in near future.

First and last round of Last call 😅


—--------------------------------------------------
Reliance Jio Infocomm Ltd
Date added:- 16-05-2022

Round 1 : duration 20min


-introduce yourself
-Project Explainantion- role,flow, why spring boot, why Mysql
-find max salary ...scenario third highet
-find deptname & max salary ...scenario
-how you achieve authentication and validation in your project

Round 2 : duration 25-30min

.in
-introduce yourself
-what do mean by analytics

ys
-what is Devops
-what is your projrct ...role, flow, database used ?

ra
-react to spring boot connectivity
-API and its use ar
-SQL querry for find max salary
ith
-SQL querry of inner join ....
-what is inner join, right join, left join
ew

-SQL querry to find dept name of max salary

Tecxlabs
od

Technologies Interview questions:::


.c
w

Round 1--
w

Tell me about yourself and project introduction


w

Oops concepts with examples


Why inheritance important
Asked POLYMORPHISM twice with examples and explain their types
Difference between array,arraylist,linked list and which one is fastest among them.
Searching types in data structure and time complexities
What is delegate in dotnet
Joins,views,cursors explanation
Difference between DBMS RDBMS
Why excel is DBMS
Why spring boot for project
Explain structure of spring MVC in 10mins
List and explain some annotations of spring
Why string immutable
What are the security and validations in your project
Explain one best feature of your project

And LASTLY,Why you switched from mechanical to IT..I answered for learning new technologies
and also lot of opportunities with attractive packages and massive growth.

Round 2--
Can we access private field of class after inheriting a class?
If class inherits two interfaces with a same method then what will happen
Basics of OOPS
Java 8 features

.in
ASKED TO REVERSE STRING IN LESS THAN 2 MINS.....I COMPLETED IT IN 1 MIN...so he
said to leave meet.....Second round was only for 5 mins.....I asked others so they told they had

ys
around 45 mins....
That's all...Thank you…

ra
ar
BNP Paribas
ith
ew

Round 1
1) Introduce yourself.
od

2) Tell me about ur project.


3) what's your role in your project.
.c

4)Whats is oops concepts in java.


5) explain polymorphism and inheritance..
w

6) differentiate static polymorphism and dynamic polymorphism.


w

7) How will you implement infinite loop in java.


w

8) what is data structure.


9) diff between array and string.
10)why strings are immutable
11) what is left and right join.
12) Write a query to show the 5 person's name having maximum salary in the table
13) write a program to reverse elements in the array.
14) why we use multiple inheritance.

Round 2 -
1) Explain the project.
2) why you used spring boot
3) they put me in a diff scenario and asked how will you react.
4) Even my laptop get issue at same time so i managed to give interview from my mobile.
One suggestion from my side just be confident on what you are answering..

Orion Innovation
------------------------------------------------------
------------------------------------------------------
_*#Technical:*_ for some questions he expected too detailed Answers, not satisfied with 2/3
liners

* Introduction

* Are you comfortable in C# (Interview was about to end at this point as I explained why I am

.in
much more comfortable in Java at this position, at this point of time.
Then a hot discussion happened between Tech and HR, finally he continued.)

ys
* Abstraction, real life example, how to achieve

ra
* Encapsulation, real life example, how to achieve ar
ith
* Relation between Abstraction and Encapsulation
ew

* Abstract class vs Interface and suitable conditions to use them

* Overriding
od

* Constructor Overloading
.c

* Static Class in detail


w
w

* Pass by value, pass by reference


w

* String class

* Stringbuilder, Stringbuffer

* Threading

* Managed vs unmanaged code in .net

* Garbage Collection

* Finalize in detail
* Try, catch, finally in detail

* Transaction in detail with real life examples for each words like save point, rollback, commit etc

* Project

* Again in project why transactional annotation, JPA repository... And how transaction works
here

* Stored Procedure

* React token

* Security

.in
* JWT token

ys
* How security is implemented in project

ra
* Any questions from your side
ar
ith
------------------------------------------------------
------------------------------------------------------
ew

_*#HR:*_ for every question detailed answers were expected, if given one liner/word...HR asked
to elaborate
od

* Team/Individual player why


.c

* Hobby in detail
w

* Being NSS representative, what did you get


w
w

* Did you lead any team ever, if yes then share the experience

* Are you comfortable to work in other technologies and how will you manage learning and
grasping the same

* At the time of project delivery we need to work outside office hours and sometimes on
weekends too, are you comfortable with that

* Any questions from your side


—---—--------------------------------------------

1.introduction
2.your role in project
3.what is http
4.api in project with implementation
5.annotations used in project
6.having by implementation
7.cluster index
9.are you comfortable in dotnet
10.reason for gap after degree
11.then why u switched to it

MasterCard.

.in
Round 1 :
1.Tell me about your self?

ys
2.Tell me about your project?
3.Explain different technologies used in your project?

ra
4.How you use Oops concepts in your project?
5.In which part you work in project? ar
6.What is spring boot and why you use?
ith
7.What is maven?
8.Exaplain different annotation you used in your project?
ew

9.Sql query to find total count of city from Employee table(id,name,city) eg. Mumbai 5
10.What are different types of HTTP servies?
11.How are you going to show if any error occres in front end?
od

12.If we have A is parent class and B is child class of A then which will be true
A a=new A();
.c

B b=new B();
A c=new B();
w

B d=new A();
w

13.How you connected front end and back end?


w

14.Suppose we want to change database MySQL to Oracal then what changes requred in
back-end?

Round 2 :HR + tech


1.Brifly indroduce your self?
2.Which projects are you done?
3.Expalin your project entities?
4.Progarm for find second max element from arry?
5.Program for covert number into single digit? eg. 159 =>1+5+9=15 =>1+5=6
6.Apptitued problem if a weel have 30m height and inside it one froge which trying to get out
if frog jump 3m in day and fails down 2m in night then in how many days take to frog get out?
7.Sql query we have Student table(id,name,mark) find out unique names?
In similar question "Select name,Max(mark) from Student;" what will be the output.
8.Tell me all education details from 10th to tell now?
9.Tell me about your achivements?
10.What are different activities you have done?
11.Why Mastercard?
12.Why you change your field(domain)?
13.Why we select you?

HSBC
tech. Round*

.in
1)Introduction
2)OOPS

ys
3)polymorphism detials with implantation.
4)collection hiracracy.

ra
5)list and set difference.
6)implementation of array list.
7)sql basic query.
ar
8)java 8 features used in your project.
ith
9)flow of your projects
10) tables in your project.
ew

11) CSS how to apply.


Etc.
od

1) oops concepts
2) exception and give me brief info about it
.c

3) write code of thread exception using both techniques


w

4) write code for triangle numbers


w

5) explain polymorphism then he gave me scenario of family and ask me to do code which have
polymorphism conepts overriding and overloading
w

6) then he asked me about collections and ask me interface's unique property ex.set list etc ....
7) then annotation and layerd architecture of project
8) we used jwt token so he ask about encryption and decryption process
9) hibernate connection with spring boot without springboot
10) database basic query of employee class ask abou joins

Ziff davis
1) start with project ask me to write basic rest api flow from controller to pojo.
2) code reverse string and delete odd number from array.
3) database query asked query about distinct salary and order by descending
4) difference between arraylist and linklist
5) hashmap is synchronized or not and what makes a differ from hash table
6) java version and functionality
7) why java independent and how it works
8) react flow how we can connect cliet to server

Ctech
Introduction
Oops concepts
Give rating to yourself in java out of 5
Give rating to yourself in mathematics out of 5

.in
Difference between c++ and java
Inheritance types, multiple inheritance in detail

ys
array sorting code
Explain cdac project and your role in project

ra
What was your engineering project and asked me about internship project that I have done in
engg ar
Puzzle
ith
Why mech to it
Reason for gap after engineering
ew

Where do you see yourself after 10 years


Are you ready to relocate
od

2nd round
.c

Puzzle:
3ltr and 5ltr Bucket and Infinity water supply puzzle
w

Make equal partition of cake using 3 cuts


w

One triangle =Divide into n number all partition should be of same area
w

(a+b)^2 in its expansion how many geometrical shapes you can imagine and Justify them all

after puzzle they asked, What do you think why i asked this puzzle?

What do you know about company.

Some behavioural question regarding how do you handle stress.

How do you manage if the client demand to get the project before the actual deadline and
related other scenario created by the IVer

Hobbies
Société générale
Intro
Explain HashMap
HashMap program
What is REST API ?
Explain project flow in deatils
@RestController vs @Controller

.in
Explain all annotation from your project
OOPS concept

ys
Abstraction Vs Encapsulation
Do you have any question for me

ra
ar
ith
ew
od
.c
w
w
w

You might also like