Filter interviews by
I was interviewed in Jan 2023.
Yes, I have performed lab tests in college as part of my coursework in biology and chemistry.
Performed various lab tests in biology and chemistry classes
Analyzed samples, recorded data, and interpreted results
Used equipment such as microscopes, test tubes, and pipettes
Followed safety protocols and proper lab procedures
Collaborated with classmates on experiments and projects
The workability of concrete can be tested by conducting slump test, flow table test, and compaction factor test.
Conduct a slump test by filling a mold with concrete, lifting the mold, and measuring the amount of slump.
Perform a flow table test by placing concrete in a mold on a vibrating table and measuring the diameter of the concrete spread.
Use a compaction factor test to determine the workability by measuring the co...
Yes, I am proficient in operating Total Station for surveying and mapping purposes.
I have experience using Total Station for accurate measurements and data collection.
I am familiar with setting up and calibrating Total Station equipment.
I have used Total Station for various projects such as land surveying, construction layout, and infrastructure development.
I applied via Job Fair and was interviewed before Jan 2022. There were 3 interview rounds.
Top trending discussions
I applied via Walk-in and was interviewed in Nov 2021. There were 5 interview rounds.
I was interviewed in Oct 2021.
Round duration - 60 Minutes
Round difficulty - Medium
Started with basic introduction about myself and then 2 DSA problems to be solved on CodeChef or any IDE of your preference. Interviewer was helpful throughout the interview and helped with syntaxes at one point as well.
Parameters tested -
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
Reaching the correct output was not mandatory but was preferred. Priority to coding practices was given.
The task is to find the next greater element for each element in the given array.
Iterate through the array from right to left.
Use a stack to keep track of the next greater element.
Pop elements from the stack until a greater element is found or the stack is empty.
If the stack is empty, there is no greater element, so assign -1.
If a greater element is found, assign it as the next greater element.
Push the current element ...
The zigzag level order traversal of a binary tree is the traversal of its nodes' values in an alternate left to right and right to left manner.
Perform a level order traversal of the binary tree
Use a queue to store the nodes at each level
For each level, alternate the direction of traversal
Store the values of the nodes in each level in separate arrays
Combine the arrays in alternate order to get the zigzag level order tra
Round duration - 60 minutes
Round difficulty - Medium
Started with basic introduction about myself and then 2 DSA problems to be solved on google doc. Interviewer was helpful throughout the interview.
Parameters tested -
1. Ability to think of edge test cases.
2. Coding Practices like naming variables and functions properly and using the most suitable access modifiers.
3. Ability to think of time and space complexity and optimise it.
4. Making it to the correct output.
Reaching the correct output was mandatory in best possible time comlexity.
This is a problem where a sorted array is rotated and we need to search for given numbers in the array.
The array is rotated clockwise by an unknown amount.
We need to search for Q numbers in the rotated array.
If a number is found, we need to return its index, otherwise -1.
The search needs to be done in O(logN) time complexity.
The input consists of the size of the array, the array itself, the number of queries, and the q
The task is to find the kth smallest element of a merged array created by merging two sorted arrays.
Merge the two sorted arrays into a single sorted array
Return the kth element of the merged array
Round duration - 40 minutes
Round difficulty - Easy
I was asked to introduce myself and general family background check and then discussion around salary negotiation.
What are your expectations?
What are your hobbies?
Why should we hire you?
My expectations are to work in a challenging and collaborative environment, where I can utilize my skills and contribute to the success of the team.
Expectation to work in a challenging and collaborative environment
Utilize skills and contribute to team success
Tip 1 : Practice popular questions from Arrays, Binary Trees, LinkedLists from CodeStudio's Interview Problems
Tip 2 : Make sure you are aware of calculating the time and space complexity for every problem you're coding.
Tip 3 : Prepare through Mock Interviews to practice explaining your approach while solving in an actual interview.
Tip 1 : Describe best of your projects in minimum words. Don't forget to add buzz words like REST APIs/ DB Indexing/ Benchmarking etc if you worked on backend.
Tip 2 : Don't add school achievements like Olympiads or Class Topper in your resume.
Tip 3 : If you've some work experience, put it in a way ,you're marketing yourself. Add terms like 'Created/Owned the Project through entire SDLC'
Tip 4 : Make sure you mention how your work experience actually impacted the company. Or how your self project can be actually useful to end user.
posted on 19 Jun 2021
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
posted on 15 Sep 2021
I was interviewed before Sep 2020.
Round duration - 60 Minutes
Round difficulty - Medium
First there was a preplacement talk of company and interview process. Soon online test was conducted around 10 AM in consisting of MCQs, and coding question. Platform was smooth enough.
The brute force solution is to pick all possible starting and ending positions for a substring and verify if it is a palindrome.
The steps are as follows:
Round duration - 45 Minutes
Round difficulty - Medium
The day after online test is done , Technical round was conducted at 9AM . Interview went well without distractions though it was online.
Merge Sort Algorithm -
Merge sor...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
Gave three tables and attributes and asked to find names of employees whose balance is less than 200.
Round duration - 45 Minutes
Round difficulty - Medium
paging
segmentation
deadlock
Round duration - 35 Minutes
Round difficulty - Medium
Where do you see yourself in 5 years?
What is your greatest achievement?
Tip 1 : come up with practical answers
Tip 2 : for ex: where would u see yourself in next 5 yrs?
My answer was : " Well, we all had pre planned tasks but were all scattered due to pandemic . So I hope I should be in a situation where I could possess the potential to overcome hard times and work in an organization where I could have handful of work and explore my knowledge as well.
Tip 1 : First of all make sure you are strong in programming languages (OOPS Java and C) .
Tip 2 : It is very important to have good command on core subjects of Operating systems ,DBMS and Computer Networks.
Tip 3 : After having grip on mentioned above, move on to Data Structures and Algorithms which plays a vital role to be placed in
any product based company.
Tip 4: No exam/interviewer goes untouched on topics of Database and SQL. Be confident enough to write queries on being
asked.
Tip 5 : Do not forget to assess yourself. Mock interviews would work, but self assessment is necessary. You can switch on your
camera and know the way you are performing and auto correct yourself .Am sure most of you will find it worthy.
Tip 6 : After being prepared , it is very common for any student/person to feel nervous on the day of interview , but don't worry
be good at yourself and interviewer would definitely make u feel comfortable.
Tip 1 : Spend time on preparing your resume. Do not give false statements.
Tip 2 : You must be prepared enough to answer every point mentioned in the resume.
Tip 3 : Highlight your areas of strengths where you wanted to be questioned.
Tip 4 : Make sure you have good projects in your hand.
Tip 5 : Good presentation of content is very much important.
based on 52 reviews
Rating in categories
Chemist
32
salaries
| ₹2 L/yr - ₹3.6 L/yr |
Operations Executive
14
salaries
| ₹2 L/yr - ₹4.1 L/yr |
Senior Chemist
7
salaries
| ₹3.5 L/yr - ₹5.5 L/yr |
Executive Accountant
6
salaries
| ₹3 L/yr - ₹3.7 L/yr |
Senior Executive Operations
6
salaries
| ₹3 L/yr - ₹4.5 L/yr |
Biocon Limited
DRJ & CO
Sun Pharmaceutical Industries
Cipla