Add office photos
Employer?
Claim Account for FREE

Centric Consulting

3.7
based on 81 Reviews
Filter interviews by

Mefron Interview Questions and Answers

Updated 23 Jun 2024

Q1. Hiraracy of Nested classes and their calling sequence!

Ans.

Nested classes in Java have a hierarchical structure with the outer class containing the inner class, which can further contain more inner classes.

  • Nested classes are defined within another class, known as the outer class.

  • Inner classes have access to the members of the outer class.

  • Nested classes can be static or non-static.

  • The calling sequence for nested classes is OuterClass.InnerClass.method();

  • Example: OuterClass outer = new OuterClass(); OuterClass.InnerClass inner = outer....read more

Add your answer

Q2. Oops concepts in detail

Ans.

Oops concepts refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Polymorphism: Ability of objects to take on multiple forms.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features.

Add your answer

Q3. Concepts of Dotnet

Ans.

Dotnet is a software framework developed by Microsoft for building and running applications on Windows.

  • Dotnet is a platform that provides tools and libraries for developing various types of applications.

  • It supports multiple programming languages such as C#, VB.NET, and F#.

  • Dotnet includes a runtime environment called Common Language Runtime (CLR) which manages the execution of code.

  • It also includes a class library called Framework Class Library (FCL) which provides reusable co...read more

Add your answer

Q4. Delete duplicate rows

Ans.

To delete duplicate rows, we can use the DISTINCT keyword or GROUP BY clause in SQL.

  • Use the DISTINCT keyword to select unique rows from a table.

  • Use the GROUP BY clause to group rows with the same values and select only one row from each group.

  • Use the HAVING clause with GROUP BY to filter out groups with more than one row.

  • In Informatica, use the Sorter transformation to sort the data and then use the Aggregator transformation with the Group By option to remove duplicates.

Add your answer
Discover Mefron interview dos and don'ts from real experiences

Q5. Truncate vs delete

Ans.

Truncate removes all data from a table while delete removes specific rows.

  • Truncate is faster than delete as it doesn't log individual row deletions

  • Truncate cannot be rolled back while delete can be

  • Truncate resets the identity of the table while delete doesn't

  • Truncate doesn't fire triggers while delete does

Add your answer

Q6. star vs snowflake

Ans.

Star and snowflake are two types of database schema used in data warehousing.

  • Star schema is simpler and easier to understand.

  • Snowflake schema is more normalized and reduces data redundancy.

  • Star schema is better for simple queries and reporting.

  • Snowflake schema is better for complex queries and analysis.

  • Star schema has fewer tables and is faster for querying.

  • Snowflake schema has more tables and is slower for querying.

  • Star schema is denormalized while snowflake schema is normal...read more

Add your answer

Q7. How to authentication in APIs? Flow of .net core app execution? How to do Exception handling? Entity framework best practices Design patterns and SOLID principals

Ans.

Answering questions related to .NET Core app execution, authentication, exception handling, Entity Framework best practices, design patterns, and SOLID principles.

  • Use authentication middleware like JWT or OAuth2

  • Implement authorization policies to control access to APIs

  • Use try-catch blocks for exception handling

  • Use logging to track errors and exceptions

  • Use dependency injection for Entity Framework

  • Use repository pattern for data access

  • Follow SOLID principles for better code des...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Mefron

based on 5 interviews in the last 1 year
Interview experience
4.2
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 6.1k Interview Questions
4.0
 • 596 Interview Questions
3.9
 • 466 Interview Questions
3.5
 • 370 Interview Questions
4.2
 • 237 Interview Questions
4.4
 • 134 Interview Questions
View all
Top Centric Consulting Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter