Filter interviews by
Be the first one to contribute and help others!
DSA questions medium level
Projects are specific tasks or assignments that require a set of skills and resources to complete.
Projects are temporary in nature with a defined start and end date.
They typically have specific goals, deliverables, and constraints.
Projects require a team of individuals with different roles and responsibilities.
Examples: Developing a mobile app, implementing a new software system, conducting a research study.
There was simple aptitude questions along with some C snippet
RISC (Reduced Instruction Set Computing) has a smaller set of simple instructions, while CISC (Complex Instruction Set Computing) has a larger set of complex instructions.
RISC processors have simpler instructions that can be executed in a single clock cycle, making them faster.
CISC processors have more complex instructions that may require multiple clock cycles to execute.
RISC architectures typically have a smaller chi...
ADC converts analog signals into digital data by sampling the input signal at regular intervals.
ADC samples the input signal at regular intervals
It quantizes the sampled values into discrete digital values
The resolution of ADC determines the number of possible digital values
Common types of ADC include successive approximation ADC and delta-sigma ADC
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
RISC stands for Reduced Instruction Set Computing and CISC stands for Complex Instruction Set Computing.
RISC processors have a smaller set of simple instructions, while CISC processors have a larger set of complex instructions.
RISC processors typically execute instructions in one clock cycle, while CISC processors may require multiple clock cycles.
RISC processors rely on optimizing compilers for performance, while CISC...
Interpreter translates code line by line while compiler translates entire code at once.
Interpreter: translates code line by line, slower execution, easier debugging (e.g. Python)
Compiler: translates entire code at once, faster execution, harder debugging (e.g. C++)
posted on 13 Jun 2024
I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.
DO 178 B/C is a software development standard for airborne systems.
DO 178 B/C is a set of guidelines for developing software for airborne systems.
It ensures that software is reliable, safe, and meets regulatory requirements.
The process includes requirements analysis, design, coding, testing, and verification.
Compliance with DO 178 B/C is often required for certification of avionics software.
I applied via Naukri.com and was interviewed in May 2021. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed in Oct 2021. There was 1 interview round.
Use SQL query with ORDER BY and LIMIT to find the second highest salary.
Use SELECT statement to retrieve salary column from the table.
Use ORDER BY clause to sort the salaries in descending order.
Use LIMIT 1,1 to get the second highest salary.
Use SQL query with GROUP BY and window function to check for duplicate rows.
Use GROUP BY to group rows with same values together
Use COUNT() function to count the number of occurrences of each group
Use window function like ROW_NUMBER() to assign a unique number to each row within a group
based on 2 reviews
Rating in categories
Indian Army
Bharat Electronics
InterGlobe Aviation
Tata Advanced Systems