Filter interviews by
I applied via Approached by Company and was interviewed before Dec 2022. There were 3 interview rounds.
General SQL, Reasoning, Language based questions (JavaScript, React), OOPS Principles
Top trending discussions
posted on 9 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
I was interviewed in Jul 2024.
Leet code medium level question
Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hashmap uses a hashing function to map keys to indices in an array.
It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");
I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Nov 2024. There was 1 interview round.
Round 1: DSA round asked Two DSA question in which one is Leetcode medium and another is leetcode Hard. I answer both of them but not selected in the further HR round.
Round 2: HR round
posted on 16 Aug 2024
Pagination in JPA allows for retrieving a subset of results from a query by specifying a limit and offset.
Use the setFirstResult() method to specify the starting index of the results to retrieve
Use the setMaxResults() method to specify the maximum number of results to retrieve
Combine setFirstResult() and setMaxResults() to implement pagination in JPA queries
To create a RESTful API, define endpoints, use HTTP methods, handle requests and responses, and follow REST principles.
Define endpoints for different resources (e.g. /users, /products)
Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations
Handle requests and responses in JSON format
Follow REST principles like statelessness, uniform interface, and client-server architecture
posted on 15 May 2024
I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 4 interview rounds.
30 questions - aptitude+DSA +Java+Sql MCQ Questions
3 codes are given
1)if number is divisible by 15 then print "Foo" ,if number is divisible by 17 then print "bar" ,
if number is divisible by 15 and 17 then print "Foo Bar"
2) find third largest element of array
3)find factors of number
Access modifiers control the visibility and accessibility of classes, methods, and variables in Java.
public access modifier allows a class, method, or variable to be accessed from any other class.
default access modifier (no keyword) allows a class, method, or variable to be accessed only within the same package.
To connect Java to a database, you can use JDBC (Java Database Connectivity) API.
The superclass of all classe...
I applied via Approached by Company and was interviewed in Feb 2024. There were 4 interview rounds.
DSA coding 2-3 question
Java, DSA coding, java 8 coding, multithreading
Java8, spring-boot, DSA coding
posted on 24 Dec 2023
I applied via Referral and was interviewed in Nov 2023. There were 4 interview rounds.
based on 1 interview
Interview experience
based on 35 reviews
Rating in categories
Software Engineer
705
salaries
| ₹5.5 L/yr - ₹15.5 L/yr |
Software Engineer Level 1
595
salaries
| ₹5 L/yr - ₹13.4 L/yr |
Software Engineer2
296
salaries
| ₹8 L/yr - ₹18 L/yr |
Associate Software Engineer
133
salaries
| ₹3.6 L/yr - ₹11.7 L/yr |
Senior Software Engineer
83
salaries
| ₹11.5 L/yr - ₹28.5 L/yr |
TCS
Infosys
Wipro
HCLTech