i
Mindsprint
Work with us
Filter interviews by
I applied via Walk-in and was interviewed before Dec 2018. There was 1 interview round.
Food safety refers to the practices and measures taken to ensure that food is safe for consumption and free from contamination.
Food safety involves proper handling, storage, and preparation of food to prevent foodborne illnesses.
It includes maintaining cleanliness and hygiene in food production, processing, and distribution.
Food safety also involves monitoring and controlling potential hazards, such as biological, chem...
ISO and FSSC 22000 are both food safety management systems, but FSSC 22000 is more specific to the food industry.
ISO is a generic standard for quality management systems, applicable to various industries.
FSSC 22000 is a certification scheme specifically designed for the food industry.
ISO focuses on overall quality management, while FSSC 22000 emphasizes food safety.
ISO 9001 is a part of the ISO family, while FSSC 22000...
Top trending discussions
posted on 11 Mar 2022
I appeared for an interview before Mar 2021.
Round duration - 60 minutes
Round difficulty - Medium
21 students were shortlisted from the 1st MCQ round and in this round we were asked to write the codes (function only) of 3 questions in 1 hour time.
You are given a grid containing oranges where each cell of the grid can contain one of the three integer values:
Given an array/list 'ARR' consisting of 'N' integers, your task is to find the majority element in the array. If there is no majority element present, return -1.
You are provided with a non-empty binary tree in which each node contains a non-negative integer value. Your task is to find and return the maximum ...
Find the maximum path sum between two leaf nodes in a binary tree.
Traverse the tree to find the maximum path sum between two leaf nodes.
Keep track of the maximum sum found so far.
Consider all possible paths between leaf nodes.
Handle cases where the tree has only a single leaf node.
Implement a recursive function to calculate the maximum path sum.
Round duration - 60 minutes
Round difficulty - Medium
This was a technical round with DSA based questions.
You are given a Singly Linked List of integers. The task is to find the N-th node from the end of the list.
If the given list is (1 -> -2 -&g...
Find the N-th node from the end of a Singly Linked List of integers.
Traverse the list to find the length L of the list.
Calculate the position of the N-th node from the beginning as L - N + 1.
Traverse the list again to reach the calculated position and return the node's value.
You are given a binary tree consisting of distinct integers and two nodes, X
and Y
. Your task is to find and return the Lowest Common Ancestor (LCA) of these two nodes...
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Round duration - 60 minutes
Round difficulty - Easy
Technical Interview round with questions based on DSA
Given 'N' subjects, each containing a certain number of problems, and 'K' friends, assign subjects to friends such that each subject goes to exactly one friend, maintain...
Grammar in compiler design defines the syntax and structure of a programming language.
Grammar specifies the rules for forming valid statements in a programming language.
It consists of a set of production rules that define how valid programs can be constructed.
There are different types of grammars such as context-free grammar, regular grammar, etc.
Example: In C programming language, the grammar specifies that a for loop...
A token in compiler design is a basic unit of syntax that the compiler can understand and process.
Tokens are the smallest units of a program that are meaningful to the compiler.
Examples of tokens include keywords, identifiers, operators, and punctuation symbols.
Tokens are generated by the lexical analysis phase of the compiler.
Tokens are used by the parser to build the abstract syntax tree of the program.
Round duration - 60 minutes
Round difficulty - Easy
Technical round with questions on DSA and Compiler Design mainly. He told me that you’ll be having your final HR round in some time. I knew that I was going well because he seemed to be quite satisfied with my answers.
You are given an arbitrary binary tree consisting of N nodes, each associated with an integer value from 1 to 9. Each root-to-leaf path can be considered a number formed by concat...
A regular language is a language that can be recognized by a finite automaton.
Regular languages can be described by regular expressions.
Regular languages are closed under union, concatenation, and Kleene star operations.
Examples of regular languages include the set of all strings over an alphabet that contain an even number of 'a's.
NP problems are decision problems that can be verified in polynomial time, while NP-Hard problems are at least as hard as the hardest problems in NP.
NP problems can be verified in polynomial time but not necessarily solved in polynomial time.
NP-Hard problems are at least as hard as the hardest problems in NP, but may not be in NP themselves.
Examples of NP problems include the subset sum problem and the traveling salesm...
Round duration - 30 minutes
Round difficulty - Easy
That was the round for which I’ve been waiting for hours
She was very friendly and nice to talk to. It didn’t seem that I was talking to the HR. It was more like talking to a friend. Finally we discussed about the pay-scale and work culture in Accolite.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
posted on 24 Jan 2022
I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.
Code to split an array of integers into two subarrays with equal sum.
Iterate through the array and calculate the total sum.
Divide the sum by 2 to get the target sum for each subarray.
Use dynamic programming to find a subset of the array that adds up to the target sum.
Return the two subarrays.
Example: [1, 2, 3, 4, 5, 6] -> [1, 2, 3, 6], [4, 5]
Example: [1, 2, 3, 4, 5] -> [1, 4, 5], [2, 3]
I applied via Approached by Company and was interviewed before Mar 2021. There were 4 interview rounds.
DSA
About Social changes
posted on 27 Jul 2022
I applied via Campus Placement and was interviewed before Jul 2021. There were 5 interview rounds.
Round 1 was about 60 mins long. Basic Aptitude questions along with Programming MCQ
Round 2 had 2 coding questions with a time limit of 60mins. Intermediate level problem solving
knowledge is neccessary.
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
posted on 12 Jun 2021
I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.
Find unique characters in a window of k size in a string.
Use a sliding window approach.
Maintain a hash table to keep track of character frequency.
Remove characters from hash table as the window slides.
I appeared for an interview in Sep 2024, where I was asked the following questions.
I expect a salary in line with industry standards, reflecting my skills and experience in quality engineering.
My experience in implementing quality management systems has led to a 20% reduction in defects in previous projects.
I have a strong background in statistical analysis, which has helped improve process efficiency by identifying key areas for improvement.
My certifications in Six Sigma and Lean methodologies demon...
Career gaps should be evaluated based on skills and experiences gained, not just time away from work.
A career gap can indicate personal growth; for example, someone may have taken time off for education or caregiving.
Skills acquired during a gap, such as volunteering or freelance work, should be considered relevant experience.
Employers should focus on the candidate's ability to contribute to the team rather than just t...
I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.
Implementing a new API in a shared repository while adhering to clean code and SOLID principles.
Understand existing code structure and conventions before adding new API.
Follow Single Responsibility Principle: each class should have one reason to change.
Use meaningful names for functions and variables to enhance readability.
Implement error handling to manage exceptions gracefully.
Write unit tests for the new API to ensu...
The API allows users to retrieve weather data based on location.
Create a new endpoint that accepts a location parameter
Use a weather API service to fetch weather data based on the location
Return the weather data in a standardized format, such as JSON
The feature added to the project is a user authentication system.
Implement a login page with username and password fields.
Create a database table to store user credentials.
Hash and salt passwords for secure storage.
Implement password reset functionality.
Add user roles and permissions for access control.
Specialist
142
salaries
| ₹4.6 L/yr - ₹10.8 L/yr |
Analyst
138
salaries
| ₹3.5 L/yr - ₹7.6 L/yr |
Deputy Manager
137
salaries
| ₹12.2 L/yr - ₹22.5 L/yr |
Senior Associate
105
salaries
| ₹2.8 L/yr - ₹5.2 L/yr |
Senior Specialist
78
salaries
| ₹8 L/yr - ₹13.5 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software