Filter interviews by
I was interviewed before Feb 2024.
LeetCode round to address a few questions mentioned.
Questions based on the skill mentioned in resume
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There were 2 interview rounds.
Higher Order functions in Swift are functions that can take other functions as parameters or return functions as results.
Higher Order functions allow for more concise and readable code.
Examples include map, filter, and reduce functions in Swift.
They promote functional programming principles like immutability and declarative code.
MVVM is a design pattern that separates the user interface from the business logic and data access layers.
Model represents the data and business logic
View displays the user interface elements
ViewModel acts as an intermediary between the Model and View, handling user interactions and updating the Model
Design patterns should be chosen based on the specific problem being solved and the characteristics of the project.
Identify the problem or requirement that needs to be addressed
Consider the characteristics of the project such as scalability, maintainability, and flexibility
Choose a design pattern that best fits the problem and project requirements
Some common design patterns include Singleton, Factory, Observer, and Str
Choose functional components for simple UI and class components for complex UI with state and lifecycle methods.
Functional components are simpler and easier to read and test.
Class components are more powerful and can handle state and lifecycle methods.
Use functional components for simple UI elements like buttons, icons, and text.
Use class components for complex UI elements like forms, tables, and modals.
Consider using ...
The mostly used design patterns in JavaScript are Module, Observer, Singleton, Factory, and Prototype.
Module pattern helps to keep the code organized and maintainable.
Observer pattern is used for event handling and notification.
Singleton pattern restricts the instantiation of a class to a single instance.
Factory pattern provides an interface for creating objects in a superclass, but allows subclasses to alter the type ...
Island Perimeter and Number of Provinces. Basic Leetcode question
I applied via Job Fair and was interviewed in Jun 2023. There were 3 interview rounds.
Ms office,Core Java , Tally , C,
In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide
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 Company Website and was interviewed in Sep 2021. There was 1 interview round.
I applied via Job Portal and was interviewed in Dec 2021. 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...
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Thomson Reuters
LexisNexis
CS Disco
Icertis