Filter interviews by
I am a software engineer with expertise in Java and MySQL.
Proficient in Java programming language and MySQL database management system
Experience in developing web applications using Java and MySQL
Familiarity with Java frameworks such as Spring and Hibernate
Knowledge of SQL and database design principles
Ability to write efficient and optimized code
Examples: Developed a web-based inventory management system using Java an...
Top trending discussions
I applied via Campus Placement
posted on 31 Jul 2024
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Java program to check if two strings are anagrams
Create a function that takes two strings as input
Convert both strings to character arrays and sort them
Check if the sorted arrays are equal to determine if they are anagrams
Insert and select data in MySQL using SQL queries
Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data
Use SELECT * FROM table_name; to select all data from a table
Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition
GET and POST are HTTP methods used in REST APIs for retrieving and sending data.
GET method is used to retrieve data from a server
POST method is used to send data to a server
GET requests are idempotent, while POST requests are not
GET requests should only be used for retrieving data, not for modifying data
Example: GET request to retrieve a list of users - GET /users
Example: POST request to create a new user - POST /users
posted on 8 Nov 2024
I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Oct 2024. There were 2 interview rounds.
They were very strict about the test and asked various questions from various topics from java, python, oops etc.
Covered all topics from DBMS, Data Structures and Algorithmes, Debugging, error detection, code output etc.
Stored procedures are precompiled and stored in the database, while functions are compiled and stored in memory.
Stored procedures are precompiled and stored in the database for reuse.
Functions are compiled and stored in memory for faster execution.
Stored procedures can return multiple values, while functions return a single value.
Functions can be called from within a stored procedure, but stored procedures cannot be ca
I applied via Indeed and was interviewed in Nov 2023. There were 2 interview rounds.
The interview session took 30 minutes
Implement Java code to filter data from a list using Java Stream API
Use Stream.filter() method to filter data based on a given condition
Use lambda expressions to define the filtering condition
Collect the filtered data using Collectors.toList() method
Inner join returns only the matching rows between two tables, while full join returns all rows from both tables.
Inner join only includes rows that have a match in both tables
Full join includes all rows from both tables, filling in NULL values for non-matching rows
Inner join is more commonly used than full join in practice
Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
Example: Full ...
Program to check if input is a palindrome or not
Create a function that takes a string input
Remove all non-alphanumeric characters and convert to lowercase
Compare the original string with its reverse to check if it's a palindrome
HashMap is a key-value pair data structure while HashSet is a collection of unique elements.
HashMap stores key-value pairs while HashSet stores unique elements
HashMap allows duplicate values but keys must be unique, HashSet does not allow duplicates
Example: HashMap
Path param is part of the URL path, while request param is part of the query string in the URL.
Path param is used to identify a specific resource in the URL path, while request param is used to provide additional data to the server.
Path param is defined in the URL path itself, like /users/{id}, while request param is appended to the URL as key-value pairs, like ?name=John&age=30.
Path param is typically used for mandato...
posted on 3 Oct 2024
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
I have 5 years of experience working as a software engineer in various tech companies.
Worked on developing web applications using Java, Spring, and Angular
Experience with database management systems like MySQL and MongoDB
Collaborated with cross-functional teams to deliver projects on time and within budget
based on 2 reviews
Rating in categories
Software Developer
4
salaries
| ₹2.2 L/yr - ₹4.7 L/yr |
Java Developer
3
salaries
| ₹3.3 L/yr - ₹3.7 L/yr |
Wipro
Sun Pharmaceutical Industries
Aurobindo Pharma
IQVIA