Filter interviews by
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Opps is a typo, the correct term is OOPs which stands for Object-Oriented Programming.
OOPs stands for Object-Oriented Programming
It is a programming paradigm based on the concept of 'objects', which can contain data in the form of fields (attributes or properties) and code in the form of procedures (methods)
Encapsulation, inheritance, and polymorphism are key principles of OOPs
Bootstrap is a CSS framework that provides pre-designed components and utilities, while TailwindCSS is a utility-first CSS framework that allows for more customization.
Bootstrap provides pre-designed components like buttons, forms, and navigation bars, while TailwindCSS focuses on utility classes for styling.
TailwindCSS allows for more customization and flexibility in styling compared to Bootstrap.
Bootstrap requires mo...
I applied via LinkedIn and was interviewed in Feb 2023. There was 1 interview round.
Code first and Database first are two approaches to create a database. Changes can be made from code side using migrations.
Code first approach involves creating the database schema using code and then generating the database from it.
Database first approach involves creating the database schema using a visual designer and then generating the code from it.
Migrations can be used to make changes to the database schema from...
Finding 2nd element from SQL without using WHERE clause.
Use OFFSET and LIMIT clauses to skip the first row and select the second row.
Order the result set by the desired column.
Example: SELECT column_name FROM table_name ORDER BY column_name OFFSET 1 LIMIT 1;
CTE is better for complex queries, temp tables for large data sets.
CTE is more efficient for recursive queries and can improve readability.
Temp tables are better for large data sets and can be indexed for faster performance.
Consider the complexity and size of the data when choosing between CTE and temp tables.
HAVING clause filters groups while GROUP BY groups data based on a column.
GROUP BY is used to group data based on a column while HAVING is used to filter groups based on a condition.
HAVING clause is used with GROUP BY clause to filter groups based on a condition.
GROUP BY clause is used to group data based on a column and aggregate functions are used to perform calculations on each group.
Example: SELECT department, COUN...
Generics in C# allow for type-safe programming and code reusability.
Generics allow for creating classes, interfaces, and methods that can work with any data type.
They provide compile-time type safety and eliminate the need for type casting.
Examples include List
Generics can improve code performance by reducing boxing and unboxing operations.
Coding questiona are related to the tech stack
TMotions Global interview questions for popular designations
Top trending discussions
UK and US English differ in spelling, vocabulary, and pronunciation.
Spelling: UK uses 'colour' while US uses 'color'.
Vocabulary: UK says 'lorry' for truck, US says 'truck'.
Pronunciation: UK pronounces 'schedule' as 'shed-yool', US as 'sked-yool'.
Creating catchy taglines to attract and engage audiences.
Think about the target audience and what message you want to convey
Keep it short and memorable
Use wordplay or puns to make it more interesting
Make sure it reflects the brand or product accurately
posted on 19 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
posted on 9 Jan 2025
posted on 23 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.
Easy Level DS Questions - 30 mins
A comprehensive coding test which included job role simulation.
Advanced Cloud Services questions
posted on 22 Nov 2024
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Reasoning , maths , coding, english
Java python css c programming sql, html.
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Find the second largest element in an array of strings.
Convert the strings to integers for comparison.
Sort the array in descending order.
Return the second element in the sorted array.
Object-oriented programming concepts in C++
Encapsulation: bundling data and methods that operate on the data together. Example: class Car { private: int speed; public: void accelerate() { speed++; } };
Inheritance: creating new classes based on existing classes. Example: class ElectricCar : public Car { public: void charge() { cout << 'Charging...'; } };
Polymorphism: ability to present the same interface for different d...
Interview experience
based on 16 reviews
Rating in categories
Software Engineer
26
salaries
| ₹3 L/yr - ₹9 L/yr |
Software Developer
9
salaries
| ₹4 L/yr - ₹7.9 L/yr |
Business Analyst
9
salaries
| ₹5 L/yr - ₹6.2 L/yr |
Senior Software Developer
6
salaries
| ₹7 L/yr - ₹15 L/yr |
Technical Lead
5
salaries
| ₹15 L/yr - ₹18 L/yr |
TCS
Infosys
Wipro
HCLTech