Filter interviews by
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Rate your
company
🤫 100% anonymous
How was your last interview experience?
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
I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.
OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.
OOPs stands for Object-Oriented Programming System
Java is a class-based OOPs language
Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs
Objects have state and behavior
Java supports interfaces, which allow for multiple inheritance
Example: A car can be represented as an object wit...
Java solves machine dependency by using bytecode and virtual machine.
Java code is compiled into bytecode which is platform-independent
The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific
JVM translates bytecode into machine code for the specific platform
This allows Java code to run on any platform with a JVM installed
Example: A Java program compiled on Windows can run on Linux or Mac as
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Numerical ability and logical reasoning followed by some coding mcqs
Printing 1 to 100 without for loop
Use recursion to print numbers from 1 to 99
Print 100 outside the recursion
Use a base case to stop recursion at 100
I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.
Simple aptitude test
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Attended the codevita competition in final year of college.
based on 4 interviews
Interview experience
Anonymously discuss salaries, work culture, and many more
Get Ambitionbox App
based on 18 reviews
Rating in categories
Software Engineer
29
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
7
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
6
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech