i
Mindlogicx Infratec
Filter interviews by
I applied via Approached by Company and was interviewed in Jun 2022. There were 2 interview rounds.
Top trending discussions
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
Basic aptitude test, 2 coding questions based on arrays. One was easy other was hard
Arrays are a data structure that stores a collection of elements of the same data type in contiguous memory locations.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Arrays can store primitive data types or objects.
Example: String[] names = {"Alice", "Bob", "Charlie"};
A linked list is a data structure where each element points to the next element in the sequence.
Each element in a linked list, called a node, contains data and a reference to the next node in the sequence.
Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and previous nodes).
To traverse a linked list, you start at the head node and follow the refere...
Basic Aptitude test
Coding Round is little tough.
I applied via Naukri.com and was interviewed in May 2022. There were 6 interview rounds.
SOLID design principles and Design Patterns are used to create maintainable and scalable software.
SOLID principles help in creating loosely coupled and modular code.
Design Patterns provide reusable solutions to common software problems.
Examples of SOLID principles include Single Responsibility, Open/Closed, and Liskov Substitution.
Examples of Design Patterns include Factory, Singleton, and Observer.
Using SOLID principl...
2 questions, problem-solving, easy to medium difficulty.
I applied via Approached by Company and was interviewed in Jul 2022. There were 5 interview rounds.
Basics of JavaScript and HTML and CSS
Login/signup and to do list using react.js
I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.
posted on 16 Sep 2021
I was interviewed in Mar 2021.
Round duration - 45 minutes
Round difficulty - Medium
Timing (10 am- 11 am)
For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 45 minutes.
Clearly, the rope which is picked up first will be having its length included more than once in the final cost. If we pick a rope of larger length earlier, then we will be adding some extra cost to our final result.
So, the idea is to pick ropes of smaller lengths initially to minimize the impact on our final cost.
So, each time we will be finding two smallest ropes, connecting them and
adding the resu...
The approach is based on the fact that the value of each node in a BST is greater than the value of all the nodes in the left subtree and smaller than the value of all the nodes in the right subtree.
Here is the complete algorithm-
Round duration - 30 minutes
Round difficulty - Medium
This round was on call where I was just supposed to answer the HRquestions that were asked. It started with a brief interview with one another and then moved to questions on DBMS, operating systems, computer networks and all. Almost 10-15 questions were asked and I probably answered 90% of them correctly.
Assume you are hired, then how long would you expect to work for us?
How would you rate yourself on a scale of 1 to 10?
Tip 1 : Try answering in an optimistic manner
Tip 2 : relating the real life examples to support your points will be very helpful
Tip 3 : putting all the energy and showing the enthusiasm is also very important
Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete in online coding contests
Tip 3 : learn DSA and practice regularly from GFG or leetcode
Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles
posted on 19 Oct 2017
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
Use a hash set to find duplicates in an array of strings.
Create a hash set to store unique elements.
Iterate through the array and check if the element is already in the hash set.
If it is, then it is a duplicate. If not, add it to the hash set.
Find the single duplicate element in an array of strings with length n-1.
Iterate through the array and use a HashSet to keep track of elements seen so far.
If an element is already in the HashSet, that is the duplicate element.
Return the duplicate element once found.
Create a student support system
Design an order and payments system for an EdTech company
Allow users to browse and select courses
Implement a shopping cart for users to add courses
Integrate payment gateways for secure transactions
Provide order confirmation and receipt to users
Allow users to track their order status
based on 3 reviews
Rating in categories
Senior Software Engineer
11
salaries
| ₹4.5 L/yr - ₹11 L/yr |
Software Engineer
6
salaries
| ₹5 L/yr - ₹7.5 L/yr |
HR Manager
4
salaries
| ₹9 L/yr - ₹9 L/yr |
Senior Test Engineer
4
salaries
| ₹8.3 L/yr - ₹8.3 L/yr |
Senior Software Developer
4
salaries
| ₹7.8 L/yr - ₹11.9 L/yr |
TCS
Wipro
Infosys
HCLTech