i
Tata Elxsi
Filter interviews by
I applied via campus placement at Anna University and was interviewed before Jan 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.
I easy to cheat the assessment test
Drop, delete, and truncate are SQL commands used to remove data from a table, but they differ in their functionality and implications.
DROP command is used to remove a table or database from the database schema. It deletes the table definition and all its data.
DELETE command is used to remove specific rows from a table based on a condition. It does not delete the table structure.
TRUNCATE command is used to remove all ro...
Cloud computing is the delivery of computing services over the internet, including storage, databases, networking, software, and more.
Allows users to access and store data and applications on remote servers instead of on their local devices
Provides scalability, flexibility, and cost-effectiveness for businesses
Examples include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform
I applied via Naukri.com and was interviewed in May 2024. There were 5 interview rounds.
Basically some aptitude test to filter candidates
Basic questions around Random Forest, Descision Trees, ARIMA, NLP
Shares a dataset, and asks to build a ML model
Case study for managerial round
Write a Code for palindrome
HTML is a markup language used for creating web pages, while CSS is a styling language used to design the appearance of those web pages.
HTML stands for HyperText Markup Language and is used to structure content on a web page.
CSS stands for Cascading Style Sheets and is used to style the layout and appearance of HTML elements.
HTML uses tags like
for paragraphs and for images, while CSS uses properties like color and f...
CSS can be implemented by linking external stylesheets, using internal styles within HTML, or inline styles directly in HTML elements.
Link external stylesheet using tag in HTML
Use internal styles within HTML using