Upload Button Icon Add office photos

Filter interviews by

Clerisy Solutions Interview Questions, Process, and Tips

Updated 1 Dec 2024

Top Clerisy Solutions Interview Questions and Answers

Clerisy Solutions Interview Experiences

Popular Designations

6 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is constructor
  • Ans. 

    Constructor is a special method in a class that is automatically called when an object of the class is created.

    • Constructors have the same name as the class they belong to.

    • They can be used to initialize object properties.

    • In JavaScript, constructors are defined using the 'constructor' keyword.

  • Answered by AI
  • Q2. Some coding question like pattern problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

Full Stack Development Interview Questions & Answers

user image Mohd Ali

posted on 30 Oct 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.

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 - Coding Test 

The first round was an OOPS Round in which 60 OOPS Problem was asked.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions related to OOPS were a major focus. And also pattern problem and string problem was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with OOPS concepts in depth.

Web Designer Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

30 mins assignment had been given.

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1 hour interview conducted on the basis of requirement and skills
  • Q2. Tell me about yourself.

Web Designer Interview Questions asked at other Companies

Q1. What is the data structure
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apititude Test 30 min

Round 2 - Coding Test 

Coding test with oop concept and some logical program

Interview Preparation Tips

Topics to prepare for Clerisy Solutions Fullstack Developer Intern interview:
  • OOPS
  • DSA

Fullstack Developer Intern Interview Questions asked at other Companies

Q1. Shortest path in an unweighted graphThe city of Ninjaland is analogous to the unweighted graph. The city has ‘N’ houses numbered from 1 to ‘N’ respectively and are connected by M bidirectional roads. If a road is connecting two houses ‘X’ a... read more
View answer (1)

Clerisy Solutions interview questions for popular designations

 Full Stack Developer

 (2)

 Fullstack Developer Intern

 (1)

 Web Designer

 (1)

 Web Developer

 (1)

I applied via Naukri.com

Round 1 - Aptitude Test 

Basic Aptitude questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic concepts of OOPs and good command on Basic coding questions.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

Web Developer Interview Questions & Answers

user image Anonymous

posted on 11 Feb 2022

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Coding Test 

A coding test with some basic programs like print a pattern, palindrome and operation overloading and overriding were given..

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are OOPS concept?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS is based on four main concepts: Encapsulation, Inheritance, Polymorphism, and Abstraction.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects of d...

  • Answered by AI
  • Q2. How to find if a given string is palindrome?
  • Ans. 

    To check if a string is palindrome, compare it with its reverse.

    • Remove all non-alphanumeric characters and convert to lowercase for accurate comparison.

    • Use two pointers, one at the start and one at the end, and compare the characters at each position.

    • If all characters match, the string is a palindrome.

    • Example: 'A man, a plan, a canal: Panama' is a palindrome.

  • Answered by AI
  • Q3. What is the use of constructor?
  • Ans. 

    Constructor is used to create and initialize an object of a class.

    • Constructor has the same name as the class.

    • It is called automatically when an object is created.

    • It can be used to set default values for object properties.

    • It can also take parameters to initialize object properties.

    • Example: class Person { constructor(name, age) { this.name = name; this.age = age; } }

    • Example: let person1 = new Person('John', 30);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest about what you know and don't know. If you are fresher check the interview questions about work technology.

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)

Interview questions from similar companies

Web Engineer (Trainee) Interview Questions & Answers

rtCamp Solutions user image Anonymous

posted on 3 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Basic of git, GitHub like can we use git without GitHub, encryption, decryption, hashing.
  • Q2. Basic questions on js, java, jQuery. Basic on website handling, like how can we implement delay in the code of a website.

Interview Preparation Tips

Interview preparation tips for other job seekers - While giving the answers to the questions, be confident.
Although I tried my best but I still didn't got selected, even though you give the answers, they do have a little bit of high expectations from the candidates.
But still I would say the company is quite good for freshers, because their pay is very good.
That's all about my experience.
Best luck to you guys.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. What you know about the sales
  • Ans. 

    Sales is the process of selling products or services to customers in exchange for money.

    • Sales involves identifying potential customers and convincing them to purchase a product or service.

    • It includes building relationships with customers, understanding their needs, and providing solutions.

    • Sales also involves negotiating prices, closing deals, and following up with customers for repeat business.

    • Sales can be done through...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Do you know which language is use for frontend technology
  • Ans. 

    The language used for frontend technology is typically HTML, CSS, and JavaScript.

    • HTML is used for structuring web pages

    • CSS is used for styling the web pages

    • JavaScript is used for adding interactivity to the web pages

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Regarding salary discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Javascript basic questions, React Native interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding of javascript
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Telephonic Call 

(3 Questions)

  • Q1. Introduction and technical questions.
  • Q2. What is the use of JAVA API?
  • Ans. 

    The JAVA API is a collection of pre-written classes and interfaces that provide ready-to-use functionality for Java developers.

    • The JAVA API allows developers to save time and effort by using pre-built code for common tasks.

    • It provides a wide range of classes and interfaces for various purposes such as file handling, networking, database connectivity, GUI development, etc.

    • Developers can leverage the API to access system...

  • Answered by AI
  • Q3. Questions are picked from Leetcode.
Round 3 - Coding Test 

The duration of the test is one hour and four coding questions are asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am not able to qualify for the coding round so I have no idea of further process.

Skills evaluated in this interview

Clerisy Solutions Interview FAQs

How many rounds are there in Clerisy Solutions interview?
Clerisy Solutions interview process usually has 2-3 rounds. The most common rounds in the Clerisy Solutions interview process are One-on-one Round, Coding Test and Aptitude Test.
How to prepare for Clerisy Solutions 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 Clerisy Solutions. The most common topics and skills that interviewers at Clerisy Solutions expect are C, C++, OOPS, PHP and Core PHP.
What are the top questions asked in Clerisy Solutions interview?

Some of the top questions asked at the Clerisy Solutions interview -

  1. How to find if a given string is palindro...read more
  2. What is the use of construct...read more
  3. What are OOPS conce...read more

Tell us how to improve this page.

Clerisy Solutions Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Clerisy Solutions Reviews and Ratings

based on 21 reviews

3.8/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

3.9

Salary

3.7

Job security

3.9

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 21 Reviews and Ratings
Full Stack Developer
32 salaries
unlock blur

₹3.6 L/yr - ₹14.4 L/yr

Software Developer
5 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Web Developer
5 salaries
unlock blur

₹2 L/yr - ₹9.6 L/yr

Full Stack Software Developer
5 salaries
unlock blur

₹3.6 L/yr - ₹4.8 L/yr

HR Executive
4 salaries
unlock blur

₹2.2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Clerisy Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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