Filter interviews by
I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.
A Spring Boot project
TreeMap is a class in Java that implements the Map interface using a tree structure.
TreeMap stores key-value pairs in a sorted order based on the natural ordering of keys or a custom Comparator.
It allows for efficient retrieval, insertion, and deletion operations.
Example: TreeMap
Top trending discussions
posted on 23 Dec 2024
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
posted on 1 Mar 2024
I applied via campus placement at ABES Engineering College, Ghaziabad and was interviewed in Feb 2024. There were 4 interview rounds.
They have 4 round total. In first round they take online Aptitide test in college labs.Aptitude topics are (Mcq on C,Java,C++ and quantitative aptitude,logical e.t.c), All rounds are Elimination round.
In 2nd Round they take coding test on your college systems.They don't have their plateform.You have to write code on any offline compiler.Coding question are based on linkedlist,array,string,hashmap only.They give 3 coding question if you solve 2 , you will be selected for next round.
Ques1: given an array of string and their frequency , find the string which have duplicate frequency.
Ques2: Find if an array contain any non empty subarray of zero sum in an array.
Ques 3: Find the string is isomorphic or Not.
Static keyword is used to create class-level variables and methods, while final keyword is used to make a variable constant.
Static keyword is used to create variables and methods that belong to the class itself, rather than to any specific instance of the class.
Final keyword is used to make a variable constant and cannot be changed once it has been assigned a value.
Static variables are shared among all instances of a c...
HashMap internally uses an array of linked lists to store key-value pairs, with keys hashed to determine the index.
HashMap uses hashing to determine the index of key-value pairs in the array.
Each index in the array can store multiple key-value pairs in a linked list.
When a key is inserted, its hash code is used to find the appropriate index in the array.
If multiple keys hash to the same index, they are stored in a link...
Detect cycle in a linked list
Use two pointers approach - slow and fast pointers
If there is a cycle, the fast pointer will eventually catch up to the slow pointer
Check if the fast and slow pointers meet at some point to detect the cycle
JVM is the Java Virtual Machine that executes Java bytecode. JRE is the Java Runtime Environment that includes JVM and libraries. JDK is the Java Development Kit that includes JRE and development tools.
JVM is the virtual machine that runs Java bytecode and provides a runtime environment for Java programs.
JRE includes JVM along with libraries and other components necessary to run Java applications.
JDK is a development k...
Spring Boot is a framework for building Java-based web applications with minimal configuration.
Spring Boot simplifies the process of creating standalone, production-grade Spring-based applications.
It provides a range of features like embedded servers, auto-configuration, and production-ready metrics.
Spring Boot allows developers to quickly set up and run RESTful web services using annotations and minimal XML configurat
Polymorphism allows objects of different classes to be treated as objects of a common superclass. Interface is a contract that defines a set of methods that a class must implement.
Polymorphism allows for flexibility in programming by enabling a single interface to be used to represent multiple types of objects
Interfaces in Java are similar to abstract classes, but they cannot contain any implementation code
Abstract cla...
posted on 13 Jul 2024
I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.
Coding test is the first round and if it is cleared you will be interviewed
Check if a given year is a leap year or not.
A leap year is divisible by 4, but not by 100 unless it is also divisible by 400
For example, 2000 is a leap year because it is divisible by 400, while 1900 is not because it is divisible by 100 but not by 400
posted on 31 Aug 2023
I applied via Approached by Company and was interviewed before Aug 2022. There were 4 interview rounds.
I applied via Walk-in and was interviewed before Aug 2022. There were 3 interview rounds.
Business development involves identifying opportunities for growth and creating strategies to capitalize on them.
Identifying new business opportunities
Building and maintaining relationships with clients and partners
Developing and implementing growth strategies
Market research and analysis
Negotiating deals and partnerships
I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.
General aptitude test
Coding round via screen share
based on 1 review
Rating in categories
Business Analyst
19
salaries
| ₹3 L/yr - ₹8 L/yr |
Development Engineer
16
salaries
| ₹5 L/yr - ₹8.4 L/yr |
Java Developer
15
salaries
| ₹3 L/yr - ₹9 L/yr |
Associate Consultant
14
salaries
| ₹2.4 L/yr - ₹6.8 L/yr |
Solution Consultant
12
salaries
| ₹4 L/yr - ₹10 L/yr |
SAP
Oracle
Salesforce
Microsoft Corporation