Filter interviews by
I was interviewed before Dec 2023.
Top trending discussions
Microservices offer scalability, flexibility, and fault isolation in software development.
Scalability: Microservices allow for independent scaling of different components, making it easier to handle increased load on specific services.
Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for faster innovation and adaptation to changing requirements.
Fault isolation: If one micros...
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.
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 ...
I applied via Company Website and was interviewed in Dec 2024. There were 5 interview rounds.
An aptitude test is an assessment to measure a candidate mental aptitude/mental ability
I am a passionate software developer with 5 years of experience in web development and a strong background in computer science.
5 years of experience in web development
Strong background in computer science
Passionate about software development
My strongest points include problem-solving skills, attention to detail, and ability to work well in a team.
Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.
Attention to detail - I am meticulous in my work and strive for perfection in every task.
Team player - I collaborate effectively with colleagues, communicate openly, and contribute positively to group projects.
I regularly use Java, Python, and SQL in my work as a Software Developer.
Java
Python
SQL
A group discussion is a structured conversation in which participants share their ideas, perspectives, and solutions on a specific topic.
I am motivated to seek employment at Wipro because of their reputation for innovation and opportunities for growth.
Impressed by Wipro's track record of delivering cutting-edge solutions
Excited about the chance to work with a diverse and talented team
Eager to take advantage of Wipro's professional development programs
My long-term career goal is to become a lead software developer and eventually move into a management role.
Advance to a lead software developer position
Gain experience in managing a team of developers
Develop strong leadership and communication skills
Continue learning new technologies and staying updated with industry trends
Assignment details refer to the specifics of an assignment, including any documents and/or emails or subsequent correspondence between the company and the client.
JAVA is a high-level programming language used for developing applications and software.
Object-oriented programming language
Platform-independent
Used for web development, mobile apps, enterprise software
Has a large standard library
Supports multithreading and networking
Oracle in software refers to Oracle Corporation, a multinational computer technology corporation known for its database management systems.
Oracle is a leading provider of relational database management systems (RDBMS).
It offers a wide range of products and services for data management, cloud applications, and more.
Oracle databases are widely used in enterprise applications for storing and managing data efficiently.
Exam...
Simple code to print 'Hello World'
Use a print statement to display 'Hello World'
In Python: print('Hello World')
In Java: System.out.println('Hello World')
Code for printing algorithm in software development.
Use loops to iterate through the data to be printed.
Consider formatting options such as spacing and alignment.
Handle edge cases like empty input or invalid data.
Example: for (int i = 0; i < array.length; i++) { System.out.println(array[i]); }
Arrays of string types are collections of strings stored in a single variable.
Arrays can be declared and initialized with string values like ['apple', 'banana', 'cherry'].
Access individual strings in the array using index like array[0] for 'apple'.
Perform operations like sorting or filtering on arrays of strings.
Comparing different strings in an array of texts.
Iterate through the array and compare each string with the others.
Use a nested loop to compare each pair of strings.
Consider using a hash map to store the frequency of each unique string for efficient comparison.
Different design patterns in software engineering
Creational patterns (e.g. Singleton, Factory)
Structural patterns (e.g. Adapter, Decorator)
Behavioral patterns (e.g. Observer, Strategy)
Different types of string test types include equality, containment, length, case sensitivity, and pattern matching.
Equality test: comparing two strings to see if they are exactly the same
Containment test: checking if a string contains a specific substring
Length test: determining the length of a string
Case sensitivity test: checking if two strings are equal while considering case
Pattern matching test: using regular expr
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
Interview experience
based on 1 review
Rating in categories
Wipro
Sun Pharmaceutical Industries
Aurobindo Pharma
IQVIA