Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
The best way to deploy a model depends on inference optimization techniques, model size, and machine configuration.
Consider the hardware specifications of the machine to ensure optimal performance
Utilize techniques such as quantization, pruning, and model distillation to reduce model size without compromising accuracy
Choose between on-device deployment for real-time inference or cloud-based deployment for scalability a...
Optimizing performance further involves identifying bottlenecks and implementing efficient algorithms and data structures.
Identify and optimize critical paths in the code
Use profiling tools to pinpoint performance bottlenecks
Implement caching mechanisms to reduce redundant computations
Utilize efficient data structures and algorithms
Parallelize tasks to take advantage of multi-core processors
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.
To get the second to last element from a SQL table, use the OFFSET-FETCH clause.
Use the ORDER BY clause to sort the table in descending order.
Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.
Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;
I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Mar 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.
Triggers are database objects that automatically execute in response to certain events or changes in data.
Triggers are used to enforce business rules or data integrity.
They can be used to audit changes to data.
Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.
They can be defined on tables, views, or schemas.
Examples of triggers include sending an email notification ...
I applied via Walk-in and was interviewed before May 2021. There were 2 interview rounds.
General Aptitude
I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.
I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.
based on 1 interview
Interview experience
TCS
Accenture
Wipro
Cognizant