Filter interviews by
I was interviewed before Apr 2022.
Mathematical, Analytical and Logical questions asked in aptitude test.
Case study on database modelling to test the concepts of normalisation.
Fundamentals of programming are the basic concepts and principles that form the foundation of coding.
Includes data types, variables, control structures, functions, and algorithms
Understanding of programming paradigms such as object-oriented, functional, and procedural
Knowledge of programming languages and their syntax
Ability to write clean, efficient, and maintainable code
Debugging and problem-solving skills
Examples: l...
Collections are data structures used to store and manipulate groups of related objects.
Collections provide a way to organize and manage data efficiently.
Common types of collections include lists, sets, and maps.
Collections can be used to perform operations such as sorting, filtering, and searching.
Examples of collections in Java include ArrayList, HashSet, and HashMap.
Time and space complexity are measures of performance of a code.
Time complexity measures how long a code takes to run as input size increases.
Space complexity measures how much memory a code uses as input size increases.
Both are usually expressed in Big O notation.
Optimizing for one may lead to worse performance in the other.
Top trending discussions
To check if two strings are anagrams, connect two databases in Spring, and reload configuration without downtime in Spring.
To check if two strings are anagrams, use Java Collection Framework to compare the characters in both strings.
To connect two databases in Spring, configure multiple data sources in the application context file.
To reload configuration in Spring without downtime, use Spring Cloud Config to externaliz
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
List comprehension is a concise way to create lists in programming languages like Python.
List comprehension is a compact way to generate lists by applying an expression to each item in a sequence.
It is commonly used in Python and allows for more readable and efficient code.
Example: squares = [x**2 for x in range(10)] will create a list of squares of numbers from 0 to 9.
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Coding related to list comprehension and searching an item.
posted on 29 Jun 2024
I applied via Referral and was interviewed in May 2024. There was 1 interview round.
Island Perimeter and Number of Provinces. Basic Leetcode question
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in May 2022. There were 4 interview rounds.
There was 2 coding question
One was easy One was very Difficult
20 MCQ question from Operating system and DBMS
Find the longest consecutive subarray.
Iterate through the array and keep track of the current subarray length.
Update the maximum length as you iterate.
Reset the current subarray length when a non-consecutive element is encountered.
Minimum Spanning Tree (MST) is a tree that connects all vertices in a graph with minimum total edge weight.
MST can be found using Prim's algorithm or Kruskal's algorithm.
Prim's algorithm starts with a single vertex and adds the closest vertex to the tree until all vertices are included.
Kruskal's algorithm starts with the edges with the lowest weight and adds them to the tree as long as they don't create a cycle.
MST has...
I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.
Fail fast prioritizes speed of detection and resolution, while fail safe prioritizes safety and minimizing harm.
Fail fast approach is commonly used in agile development where quick feedback is essential
Fail safe approach is commonly used in critical systems such as medical devices or aviation
Fail fast can lead to more errors and instability if not properly managed
Fail safe can lead to slower response times and increase...
Interview experience
TCS
Accenture
Infosys
Wipro