TCS
JCB Interview Questions and Answers
Q1. What is the difference between a primary key and a foreign key?
Q2. How to form query in sql
To form a query in SQL, use the SELECT statement followed by the columns to retrieve and the table to retrieve from.
Use the SELECT statement to specify the columns to retrieve
Use the FROM keyword to specify the table to retrieve from
Use the WHERE keyword to specify any conditions for the query
Use the ORDER BY keyword to specify the order of the results
Use the GROUP BY keyword to group the results by a specific column
Use the JOIN keyword to combine data from multiple tables
Exa...read more
Q3. Are you aware about agile?
Yes, Agile is a project management methodology that emphasizes on iterative and incremental development.
Agile is based on the Agile Manifesto which values individuals and interactions, working software, customer collaboration, and responding to change.
It involves breaking down the project into smaller chunks called sprints and delivering a working product incrementally.
Scrum, Kanban, and Extreme Programming (XP) are some of the popular Agile frameworks.
Agile is widely used in...read more
Q4. What are the 4 P's of marketing?
The 4 P's of marketing are Product, Price, Place, and Promotion, essential for effective marketing strategies.
Product: The item or service offered, e.g., a smartphone with unique features.
Price: The cost consumers pay, e.g., premium pricing for luxury brands.
Place: Distribution channels, e.g., selling online vs. in retail stores.
Promotion: Marketing communications, e.g., social media advertising or TV commercials.
Q5. What do you know about generative AI?
Q6. What is SDLC cycle.
SDLC cycle is a process followed by software development teams to design, develop and test high-quality software.
SDLC stands for Software Development Life Cycle
It consists of several phases including planning, analysis, design, implementation, testing, and maintenance
Each phase has its own set of deliverables and goals
The cycle is iterative, meaning that each phase may be revisited multiple times
The goal is to produce high-quality software that meets the needs of the end-user...read more
Q7. What are Joins in SQL?
Joins in SQL combine rows from two or more tables based on related columns.
INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;
LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;
RIGHT JOIN: Returns all records from the right table and matched records from the left table. Example: SELECT * FROM A RIGHT JOIN B ON A.id = ...read more
Q8. curd rules in database
Curd rules are constraints that ensure data integrity in a database.
Curd rules are used to enforce data consistency and accuracy.
They prevent invalid data from being entered into the database.
Examples of curd rules include unique constraints, foreign key constraints, and check constraints.
More about working at TCS
Top HR Questions asked in JCB
Interview Process at JCB
Reviews
Interviews
Salaries
Users/Month