Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Clarion Technologies Team. If you also belong to the team, you can get access from here

Clarion Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clarion Technologies Interview Questions and Answers

Updated 26 Mar 2025

Clarion Technologies Interview Experiences

Popular Designations

21 interviews found

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. 1. Excel related questions
  • Q2. 2. Situation based scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Shore up your knowledge of Excel if you re going into management roles

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (30)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself, current project,
  • Q2. C#, .net

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Worst interview process
  • Q2. Bad experience to attend interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont attend this company

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic/Advanced questions on .NET

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Clarion Technologies interview questions for popular designations

 Software Developer

 (3)

 Senior Software Developer

 (2)

 Senior Software Engineer 2

 (2)

 Software Engineer ETL Developer

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Business Development

 (1)

Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. All the basic oops concepts ,dot net core
  • Q2. String reverse code
  • Q3. Sql function and stored procedure
  • Q4. Index and cte
  • Q5. Stored procedure optimization
  • Ans. 

    Optimizing stored procedures enhances performance, reduces resource consumption, and improves response times in database operations.

    • Use appropriate indexing: Ensure that columns used in WHERE clauses are indexed to speed up data retrieval.

    • Avoid SELECT *: Specify only the columns needed to reduce data transfer and processing time.

    • Use SET NOCOUNT ON: This prevents the sending of DONE_IN_PROC messages to the client, reduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Better to choose another company rather than going to this company
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What's your expectations
  • Ans. 

    I expect clear communication, strong leadership, collaboration, and a focus on quality.

    • Clear communication with team members and stakeholders

    • Strong leadership to guide the team and make decisions

    • Collaboration with developers, product owners, and other stakeholders

    • Focus on quality to ensure thorough testing and bug-free software

    • Setting clear goals and expectations for the team

  • Answered by AI
  • Q2. How much salary you need
  • Ans. 

    I am looking for a competitive salary based on my experience, skills, and the responsibilities of the Software Testing Lead role.

    • I am seeking a salary that is in line with industry standards for a Software Testing Lead position.

    • I have X years of experience in software testing and leadership roles, which should be reflected in the salary offer.

    • I am open to negotiation based on the specific requirements and expectations ...

  • Answered by AI
Round 2 - Group Discussion 

Experience explantion

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company fake promise that they never lay off but in reality they lay off as soon as they don't require you

Software Testing Lead Interview Questions asked at other Companies

Q1. What’s approach of writing test cases by giving a scenario or requirement
View answer (1)

Jobs at Clarion Technologies

View all
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain Solid Principal
  • Ans. 

    SOLID is a set of principles that guide software design to make it more maintainable, scalable, and flexible.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open-Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes must be substitutable for their base types.

    • I - Interface Segregation Principle: Clie...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What is your roles and responsibilities in current organisation
Round 3 - HR 

(1 Question)

  • Q1. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - I successfully cleared the first and second rounds of interviews and proceeded to the HR round, where we discussed salary and a joining bonus. The HR representative then informed me about an additional client round and requested that I need sign an offer acceptance agreement. At that point, I inquired about the possibility of rejection by the client and company, and the HR assured me that the company would make internal efforts in case of client rejection, with a 99% likelihood of me joining. I trusted this assurance, signed the agreement, and waited for the client round for over 20 days.

After reaching out for an update, the HR informed me that the client's project was on hold, and they intended to forward my resume to another client. A week later, I sought further clarification and was informed that I had been rejected by the client based on an interview recording, even though they didn't conduct an actual interview. This experience was disappointing, and it eroded my trust in the process.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Senior Software Development Engineer Interview Questions & Answers

user image Sudhir Kumar as an Immediate Joiner

posted on 8 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Web Apis ?
  • Ans. 

    Web APIs are interfaces that allow different software applications to communicate with each other over the internet.

    • Web APIs are used to define the methods for accessing specific functionality or data from a web server.

    • They typically use HTTP requests to send and receive data.

    • Examples of Web APIs include RESTful APIs, SOAP APIs, and GraphQL APIs.

    • Web APIs are commonly used in web development to enable integration betwee

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dears now a days learn AI that s all .

Senior Software Development Engineer Interview Questions asked at other Companies

Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
View answer (3)

Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. General information about family and work experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Information about work experience. Availability for immediate joining. Ease of commuting to the work place. If comfortable with working hours.

Tableau Developer Interview Questions & Answers

user image Ragi Shekhar

posted on 21 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dashboard performance optmization
  • Q2. Dual axis chart

Tableau Developer Interview Questions asked at other Companies

Q1. What are the filters? Name the different filters in tableau?
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Scenario base que asked related to your tech stack

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Clarion Technologies Interview FAQs

How many rounds are there in Clarion Technologies interview?
Clarion Technologies interview process usually has 1-2 rounds. The most common rounds in the Clarion Technologies interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Clarion Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Clarion Technologies. The most common topics and skills that interviewers at Clarion Technologies expect are Javascript, GIT, SQL, HTML and JQuery.
What are the top questions asked in Clarion Technologies interview?

Some of the top questions asked at the Clarion Technologies interview -

  1. what is filter? How to add custom filter? How to configure middlewa...read more
  2. What is globalization? How to support multiple languages in applicati...read more
  3. How to create automated jobs in applicati...read more
How long is the Clarion Technologies interview process?

The duration of Clarion Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Clarion Technologies Interview Process

based on 18 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 100 Interviews
Webkul Software Interview Questions
3.9
 • 59 Interviews
Softenger Interview Questions
4.1
 • 52 Interviews
View all

Clarion Technologies Reviews and Ratings

based on 156 reviews

3.5/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.3

Salary

3.3

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 156 Reviews and Ratings
Senior Software Developer (Dot Net)

Pune

5-8 Yrs

Not Disclosed

Talent Acquisition Specialist

Pune

6-8 Yrs

₹ 7-8 LPA

Angular Developer

Kolkata,

Mumbai

+5

3-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
142 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Software Engineer
100 salaries
unlock blur

₹3.5 L/yr - ₹14 L/yr

Softwaretest Engineer
43 salaries
unlock blur

₹3.6 L/yr - ₹6.8 L/yr

Software Developer
31 salaries
unlock blur

₹4.1 L/yr - ₹11.5 L/yr

QA Engineer
29 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Clarion Technologies with

Tekwissen

4.8
Compare

Softenger

4.1
Compare

XcelServ Solutions

4.5
Compare

Damco Solutions

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview