i
Clarion Technologies
Filter interviews by
I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.
Layout defines the structure of a web page while Area is a way to organize related functionality in an ASP.NET MVC application.
Layout specifies the position of elements on a web page.
Area is a logical grouping of controllers, views, and models in an MVC application.
Layout can be shared across multiple pages while Area is specific to a particular section of the application.
Layout can be defined using HTML, CSS, and Java...
Filters are used to manipulate incoming and outgoing requests. Custom filters can be added and middleware can be configured to handle them.
Filters are used to modify or validate incoming and outgoing requests in ASP.NET Core.
Custom filters can be added by creating a class that implements IFilterMetadata interface.
Middleware can be configured to handle filters using the UseFilter extension method.
Filters can be used for...
EF Core supports transactions using the DbContext class.
Create a new instance of DbContextTransaction using BeginTransaction method of DbContext.
Perform database operations within the transaction using SaveChanges method of DbContext.
Commit the transaction using Commit method of DbContextTransaction or rollback using Rollback method.
Example: using (var transaction = context.Database.BeginTransaction()) { ... }
Automated jobs can be created using scheduling tools or by writing custom code to run at specific intervals.
Use scheduling tools like Windows Task Scheduler or Cron to run jobs at specific intervals
Write custom code using libraries like Quartz.NET or Hangfire to schedule and run jobs
Jobs can perform tasks like data backups, sending emails, or running reports
Globalization is the process of designing and developing applications that can be used in multiple languages and cultures.
Use resource files to store text in different languages
Use Unicode encoding to support different character sets
Use culture-specific formatting for dates, times, and numbers
Test the application with different languages and cultures to ensure proper functionality
Use try-catch block to handle exceptions in JavaScript.
Wrap the code that may throw an exception inside a try block.
Catch the exception using catch block and handle it appropriately.
Use finally block to execute code that should run regardless of whether an exception was thrown or not.
Throw custom exceptions using throw keyword.
Use console.log() to log the error message for debugging purposes.
Top trending discussions
I appeared for an interview before Mar 2021.
Round duration - 30 minutes
Round difficulty - Medium
This was a MCQ round. 30 ques in 30 mins consisting of difficult quantitative aptitude questions were to be solved.
Round duration - 60 minutes
Round difficulty - Medium
In this test round, 2 coding questions were given. Either write the code or pseudo code
Given an integer N
, find all possible placements of N
queens on an N x N
chessboard such that no two queens threaten each other.
A queen can attack another queen if they ar...
The N Queens Problem involves finding all possible placements of N queens on an N x N chessboard without threatening each other.
Use backtracking algorithm to explore all possible configurations.
Keep track of rows, columns, and diagonals to ensure queens do not threaten each other.
Generate all valid configurations and print them out.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers to keep track of 0s, 1s, and 2s while traversing the array.
Swap elements based on the values encountered to sort the array in-place.
Time complexity should be O(N) and space complexity should be O(1).
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions on DSA.
You are given a string of length N
. Your task is to reverse the string word by word. The input may contain multiple spaces between words and may have leading o...
Reverse words in a string while handling leading, trailing, and multiple spaces.
Split the input string by spaces to get individual words
Reverse the order of the words
Join the reversed words with a single space in between
You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.
Detect if a given linked list is circular by checking if it forms a closed loop.
Traverse the linked list using two pointers, one moving at double the speed of the other.
If the two pointers meet at any point, the linked list is circular.
If the faster pointer reaches the end of the list (NULL), the linked list is not circular.
Round duration - 30 minutes
Round difficulty - Easy
HR round with typical behavioral problems.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.
Arrays, basics. easy, some important topics in python and sql
I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.
Online aptitude test on basic mcqs
Encapsulation, Inheritance, Polymorphism, Abstraction
Encapsulation: Bundling data and methods that operate on the data into a single unit
Inheritance: Ability of a class to inherit properties and behavior from another class
Polymorphism: Ability to present the same interface for different data types
Abstraction: Hiding the complex implementation details and showing only the necessary features
Arrays are fixed in size and store elements of the same data type, while collections are dynamic in size and can store elements of different data types.
Arrays have a fixed size, while collections can dynamically resize.
Arrays store elements of the same data type, while collections can store elements of different data types.
Arrays use indexes to access elements, while collections use iterators or other methods.
Examples:...
I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.
Moderate round . Easy to clear
Stream API is a feature in Java that allows processing collections of objects in a functional style.
Stream API provides a way to perform operations on a collection of objects in a declarative way.
It supports functional-style operations like map, filter, reduce, and forEach.
Streams can be created from various sources like collections, arrays, or I/O channels.
Stream operations are lazy, meaning they are only executed whe...
Database connection in Spring Boot is configured using application.properties or application.yml file.
Define database connection properties in application.properties or application.yml file
Use @EnableJpaRepositories annotation to enable JPA repositories
Use @Entity annotation to define entity classes
Use @Autowired annotation to inject the DataSource or EntityManager
I want to join MGS because of its reputation for cutting-edge technology and innovative projects.
Exciting opportunities for growth and learning
Strong focus on technology and innovation
Desire to work with talented and passionate individuals
Alignment with company values and culture
posted on 14 Sep 2023
I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.
There was aptitude test in the first round, They were mainly quantitative, English questions..
And we had coding questions (3 questions) and they were medium questions..
posted on 22 Dec 2024
The first round of the interview includes Data Structures and Algorithms (DSA).
The second round of interviews involves a project.
Some of the top questions asked at the Clarion Technologies DOT NET Developer interview -
based on 1 interview
Interview experience
6-8 Yrs
Not Disclosed
Senior Software Engineer
142
salaries
| ₹6 L/yr - ₹22 L/yr |
Software Engineer
100
salaries
| ₹3.5 L/yr - ₹14 L/yr |
Softwaretest Engineer
43
salaries
| ₹3.6 L/yr - ₹6.8 L/yr |
Software Developer
31
salaries
| ₹4.1 L/yr - ₹11.5 L/yr |
QA Engineer
29
salaries
| ₹2.5 L/yr - ₹8 L/yr |
Tekwissen
Softenger
XcelServ Solutions
Damco Solutions