Filter interviews by
I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.
Compare adjacent elements and swap if necessary
Repeat until no more swaps are needed
Time complexity is O(n^2)
Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [1, 2, 3, 5, 8]
Setup and hold time are timing constraints in digital design that ensure data is stable before and after the clock edge.
Setup time is the amount of time data must be stable before the clock edge for it to be reliably captured.
Hold time is the amount of time data must be stable after the clock edge for it to be reliably captured.
Violating setup time can lead to metastability issues, while violating hold time can result ...
A 2 select line MUX can be created using NAND gates by cascading multiple gates in a specific configuration.
Use two NAND gates to create an AND gate by connecting the inputs of the NAND gates together and taking the output from both gates.
Use another NAND gate to create an OR gate by connecting the outputs of the two AND gates to the inputs of the OR gate.
Connect the select lines to the inputs of the AND gates and the ...
Top trending discussions
I applied via Campus Placement
It was a MCQ test on CS Fundamentals. We have to answer 50 questions in 40 minutes. Accuracy is must. Company have its own cutoff and it's usually high. So try to gain maximum marks as possible. The results were announced in 1.5 hrs. The selected candidates will be appearing for the coding challenge.
There are 5 questions. 1 easy , 3 medium, 1 hard. You should solve atleast 4 questions to get shortlisted for the interview. Results are announced in 2-3 hours. Take a look at these questions. One of the questions from the coding challenge will be asked in the interview.
Binary search on rotated arrays involves finding a target value in a sorted array that has been rotated at an unknown pivot point.
Identify the pivot point by finding the minimum element in the array.
Determine which half of the array the target value falls into based on the pivot point.
Perform binary search on the appropriate half of the array to find the target value.
package.json file is used in Node.js projects to manage dependencies, scripts, and metadata.
Contains project metadata like name, version, description, etc.
Lists dependencies required for the project to run.
Defines scripts for tasks like building, testing, and running the project.
Can include configurations for tools like ESLint, Babel, etc.
Scripts in package.json file are commands that can be run using npm.
Scripts are defined under the 'scripts' key in package.json.
Common scripts include 'start', 'test', 'build', etc.
Scripts can be run using 'npm run
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
General basic assessment.
posted on 3 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
posted on 11 Jan 2025
I was interviewed in Jan 2025.
The face-to-face interview for the department manager position was challenging but rewarding.
The interview panel consisted of senior managers and HR representatives.
I was asked about my previous experience in managing teams and handling difficult situations.
I had to provide examples of successful projects I had led in the past.
There were situational questions to assess my problem-solving skills and leadership abilities...
I prefer to handle the preparation of custom-related documents, addressing Bill of Entry queries, and completing the checklist for the Bill of Entry.
I have experience in preparing custom-related documents and addressing Bill of Entry queries.
I am detail-oriented and organized, ensuring all necessary information is included in the documents.
I am familiar with completing checklists for the Bill of Entry to ensure accurac...
4 member team interview
I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.
I have 5 years of experience in HR recruitment.
5 years of experience in HR recruitment
Strong understanding of recruitment processes
Experience in sourcing, screening, and interviewing candidates
Knowledge of HR policies and procedures
Ability to build strong relationships with hiring managers and candidates
Yes, I have 3 years of experience in the Oil & Gas industry.
Worked as a recruiter for a major oil company for 3 years
Familiar with the specific hiring needs and challenges of the industry
Successfully recruited candidates for various positions in the oil & gas sector
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Design Engineer
4
salaries
| ₹7.4 L/yr - ₹12 L/yr |
Digital Design Engineer
4
salaries
| ₹5.4 L/yr - ₹7.2 L/yr |
Analog Design Engineer
4
salaries
| ₹4 L/yr - ₹12.5 L/yr |
Analog Layout Engineer
4
salaries
| ₹3 L/yr - ₹5.5 L/yr |
Design & Verification Engineer
4
salaries
| ₹4.8 L/yr - ₹9.4 L/yr |
Intel
Advanced Micro Devices
Nvidia
Broadcom