i
Emids Technologies Limited
Filter interviews by
Clear (1)
I applied via eLitmus
I applied via eLitmus and was interviewed before Mar 2023. There were 2 interview rounds.
I applied via Indeed and was interviewed before Oct 2022. There were 4 interview rounds.
Top trending discussions
posted on 12 Mar 2015
posted on 11 Oct 2016
I am a recent graduate with a degree in Computer Science and a passion for software development.
Recent graduate with a degree in Computer Science
Passionate about software development
Experience with programming languages like Java and Python
Developed a web-based inventory management system for a retail company
Used React for front-end development
Implemented RESTful APIs using Node.js and Express for back-end
Utilized MongoDB for database management
Primary key uniquely identifies a record in a table, while unique key ensures uniqueness of a column.
Primary key cannot have null values, while unique key can have one null value.
A table can have only one primary key, but multiple unique keys.
Primary key is automatically indexed, while unique key may or may not be indexed.
Example: Primary key - employee ID, Unique key - email address
This program calculates the frequency of a given alphabet in a string using a basic C program.
Declare an array of size 26 to store the frequency of each alphabet
Iterate through the string character by character
For each character, check if it is an alphabet
If yes, increment the corresponding frequency count in the array
Print the frequency of the desired alphabet
I start my day by waking up early, exercising, having a healthy breakfast, and planning my tasks for the day.
Wake up early
Exercise
Have a healthy breakfast
Plan tasks for the day
I enjoy hiking, reading, and playing the guitar in my free time.
Hiking: I love exploring new trails and being in nature.
Reading: I enjoy diving into different genres and expanding my knowledge.
Playing the guitar: I find it relaxing and love learning new songs.
No, I am open to relocation for the right opportunity.
I am open to relocating for the right job opportunity
I have relocated in the past for career advancement
I am flexible and adaptable to new environments
I am adaptable and resourceful, so I will manage well in Coimbatore.
Research about the city's culture, language, and local amenities.
Connect with local professionals or expats for guidance and support.
Explore transportation options and create a budget for living expenses.
Stay open-minded and embrace the new experience with enthusiasm.
I appeared for an interview in May 2017.
I appeared for an interview before Sep 2020.
Round duration - 60 minutes
Round difficulty - Easy
It was an aptitude test with maths and English questions
Round duration - 60 minutes
Round difficulty - Easy
It was a face to face interview with one of the TCS employees
Given a Singly Linked List of integers accessible via a head pointer, where each node contains a specific integer value. You are required to determine if a node ...
Given a singly linked list of integers, determine if a specified value exists within the list.
Iterate through the linked list to check if the specified value exists.
Return 1 if the value is found, else return 0.
Handle multiple test cases by looping through each one separately.
Round duration - 60 minutes
Round difficulty - Easy
It was more like an HR+Tech round
Given a sorted array 'A' of 'N' integers, determine whether a number 'X' exists within this array for a series of queries. For each query, print 1 if 'X' exists in the ...
Search for a number in a sorted array and determine its existence for multiple queries.
Iterate through each query integer 'X' and perform binary search on the sorted array 'A' to check for its existence.
Output 1 if 'X' is found in 'A', otherwise output 0.
Ensure to handle multiple test cases as per the given constraints.
Tip 1 : Don't stress too much, you can't finish all the problems
Tip 2 : Talk to the current members of that organization on Linkedin or any college alumni
Tip 1 : Keep it one page
Tip 2 : Focus on your projects
I appeared for an interview before Nov 2020.
Round duration - 360 minutes
Round difficulty - Medium
They give you 6 hr. For 6 question but the good part is that you need to complete atleast 1 question and you are good to go.
Round will be cleared only after attempting one question and rest of the questions are for improving your rank.
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Find pairs of elements in an array that sum up to a given value, sorted in a specific order.
Iterate through the array and for each element, check if the complement (S - current element) exists in a hash set.
If the complement exists, add the pair to the result list.
Sort the result list based on the criteria mentioned in the problem statement.
You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to determine the minimum number of pl...
The task is to determine the minimum number of platforms needed at a railway station based on arrival and departure times of trains.
Sort the arrival and departure times in ascending order.
Use two pointers to keep track of overlapping schedules.
Increment platform count when a new train arrives before the previous one departs.
You are given a matrix of 'N' rows and 'M' columns and a non-negative integer 'K'. Determine the minimum possible sum of all elements in each submatrix after performing at m...
Given a matrix and a non-negative integer K, find the minimum possible sum of all elements in each submatrix after performing at most K decrements.
Iterate through all submatrices and find the minimum possible sum after performing decrements
Keep track of the number of decrements performed on each element
Use dynamic programming to optimize the solution
Ensure not to decrease any number below 0
Return the minimum possible s
You are given an array/list CHOCOLATES
of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...
Distribute chocolates among students to minimize the difference between the largest and smallest number of chocolates.
Sort the array of chocolates packets.
Use sliding window technique to find the minimum difference between the largest and smallest packets distributed to students.
Consider edge cases like when number of students is equal to number of packets.
You are given two integers DAY_HOURS
and PARTS
. Consider a day with DAY_HOURS
hours, which can be divided into PARTS
equal parts. Your task is to determine the total ins...
Calculate total instances of equivalent prime groups in a day divided into equal parts.
Divide the day into equal parts and find prime numbers in each part.
Identify prime groups where prime numbers occur at the same position in different parts.
Count the total instances of equivalent prime groups.
Ensure each hour in a prime group is in a different part of the day.
Given a matrix named UNIVERSE
with 3 rows and 'N' columns, filled with characters {#, *, .}, where:
The task is to identify constellations shaped like vowels within a matrix filled with characters {#, *, .}.
Iterate through the matrix to find 3x3 constellations shaped like vowels.
Check for vowels 'A', 'E', 'I', 'O', 'U' in each 3x3 constellation.
Print the vowels found in each constellation for each test case.
Round duration - 20 Minutes
Round difficulty - Easy
Tip 1 : learn basics
Tip 2 : learn any oops language and practice.
Tip 3 : code as much as you can.
Tip 1 : short and precise. Upto the point.
Tip 2 : keep few things aside from resume
I applied via Company Website and was interviewed before Jan 2020. There were 4 interview rounds.
based on 4 interviews
Interview experience
based on 28 reviews
Rating in categories
Senior Software Engineer
778
salaries
| ₹7 L/yr - ₹28 L/yr |
Software Engineer
443
salaries
| ₹3.6 L/yr - ₹13.7 L/yr |
Senior Test Engineer
213
salaries
| ₹5.5 L/yr - ₹19 L/yr |
Test Engineer
184
salaries
| ₹2.7 L/yr - ₹11.5 L/yr |
Associate Technical Leader
176
salaries
| ₹9.6 L/yr - ₹30 L/yr |
Veradigm
Cognizant
Persistent Systems
TCS