i
MOURI Tech
Filter interviews by
findset false returns all records that do not meet the specified criteria, while findset true returns only the first record that meets the criteria.
findset false returns multiple records, findset true returns only one record
findset false is used for finding all records that do not meet the criteria
findset true is used for finding the first record that meets the criteria
Modify true updates existing records, while modify and insert updates existing records and inserts new ones if needed.
Modify true only updates existing records in the database
Modify and insert updates existing records and inserts new ones if they do not already exist
Modify true is used when you only want to update existing data
Modify and insert is used when you want to update existing data and insert new data if necess
I applied via campus placement at Annamacharya Institute of Technology & Science, Kadapa and was interviewed before May 2023. There were 5 interview rounds.
Have attempted aptitude questions and passed.
We have GD round 15 to 30 mins
I applied via Referral and was interviewed before Jan 2022. There were 4 interview rounds.
Questions is some what easy
Purely on your aptidude skills
I applied via Naukri.com and was interviewed before Feb 2020. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Using a crypto price API to fetch and display real-time cryptocurrency prices in a machine coding project.
Utilize a crypto price API to fetch real-time cryptocurrency prices
Implement error handling for API requests
Display the fetched prices in a user-friendly format
I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.
Technology related question
Build a architecture diagram HLD & LLD for rate limiter
HLD for batch scheduling miroservice level
Algo check to correct the directory pattern
posted on 8 Jan 2025
Solid principles are a set of design principles that help make software more maintainable, flexible, and scalable.
Single Responsibility Principle (SRP) - A class should have only one reason to change.
Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.
Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses wi...
Code snippet for Entity Framework DB connection
Install Entity Framework NuGet package
Create a DbContext class
Define DbSet properties for each entity
Configure connection string in app.config/web.config
Use DbContext to interact with the database
To get the 3rd highest salary, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query with 'ORDER BY salary DESC' to sort salaries in descending order.
Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and get the 3rd highest salary.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;
Interfaces in C# provide a way to define a contract for classes to implement, promoting code reusability and flexibility.
Interfaces allow for multiple inheritance in C# by allowing a class to implement multiple interfaces.
Interfaces help in achieving loose coupling between classes, making the code more maintainable and testable.
Interfaces are used to define common behavior that multiple classes can share, promoting cod...
based on 11 reviews
Rating in categories
Software Engineer
280
salaries
| ₹2 L/yr - ₹10 L/yr |
Associate Software Engineer
262
salaries
| ₹1.6 L/yr - ₹7.1 L/yr |
Senior Specialist
207
salaries
| ₹4.7 L/yr - ₹18.3 L/yr |
Technical Consultant
179
salaries
| ₹1.5 L/yr - ₹7.6 L/yr |
Technical Architect
176
salaries
| ₹9 L/yr - ₹30 L/yr |
TCS
Infosys
Wipro
HCLTech