Filter interviews by
I applied via Indeed and was interviewed before Jul 2023. There was 1 interview round.
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
Compare each pair of adjacent elements in the array and swap them if they are in the wrong order
Repeat this process until no more swaps are needed, indicating that the array is sorted
Time complexity of O(n^2) in the worst case scenario
Example: ['banana', 'apple', 'c...
Function to search for a value in a binary search tree
Start at the root node
Compare the value to the current node's value
If the value is less, move to the left child node; if greater, move to the right child node
Repeat until the value is found or the node is null
Linear search compares each element in a list sequentially, while binary search divides the list in half at each step.
Linear search has a time complexity of O(n), while binary search has a time complexity of O(log n).
Linear search is suitable for small lists, while binary search is more efficient for larger sorted lists.
Example: Linear search - searching for a name in an unsorted phone book. Binary search - searching f...
Use a loop to check for prime numbers from 1 to n
Iterate from 1 to n and check if each number is prime
A prime number is only divisible by 1 and itself
Start checking divisibility from 2 up to the square root of the number
I applied via Indeed and was interviewed before Jan 2024. There were 2 interview rounds.
Generally, they ask questions related to data structures and algorithms, focusing on the basics rather than high-level concepts, as well as the fundamentals of object-oriented programming (OOP).
Top trending discussions
Java is a high-level programming language known for its platform independence and object-oriented approach.
Java is widely used for developing desktop, web, and mobile applications.
It is known for its robustness, security, and scalability.
Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).
It supports multithreading, exception handling, and automatic memory management.
Popular framewor...
I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.
Collections are data structures that store and manipulate groups of objects.
Collections provide a way to organize and manage large amounts of data
They can be used to perform operations on groups of objects, such as sorting or searching
Examples of collections include arrays, lists, sets, and maps
Java 8 introduces lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow functional programming in Java
Functional interfaces enable the use of lambda expressions
Streams provide a concise way to perform operations on collections
Default methods allow interfaces to have implementation
Date and Time API improvements
Nashorn JavaScript engine
Spring Boot is a framework for building standalone, production-grade Spring-based applications.
Spring Boot simplifies the process of creating and deploying Spring-based applications.
It provides a pre-configured environment with a set of opinionated defaults.
It includes embedded servers like Tomcat, Jetty, and Undertow.
It supports a wide range of data sources and data access technologies.
It enables easy integration with...
JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.
JPA is used to map Java objects to relational database tables.
It provides a set of annotations to define the mapping between Java classes and database tables.
JPA also supports querying data using the Java Persistence Query Language (JPQL).
I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed before Oct 2021. There were 5 interview rounds.
Basic Aptitude with some difficult questions
3 set of coding question were asked 1 easy ,1 medium ,1 hard
I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.
The Questions in the aptitude test were Average but you need to be pretty quick to solve them sp yes speed matters in aptitude test
After aptitude there was a coding test which was not necessary to clear for ASE profile but if you clear it then you will be considered for SE profile. its better to give your all out in the coding test to gain a better career level at accenture
based on 2 interview experiences
Difficulty level
Duration
based on 3 reviews
Rating in categories
Software Developer
6
salaries
| ₹2.3 L/yr - ₹5 L/yr |
TCS
Accenture
Wipro
Cognizant