Upload Button Icon Add office photos

Filter interviews by

Clerisy Solutions Web Developer Interview Questions and Answers

Updated 11 Feb 2022

Clerisy Solutions Web Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical Reasoning question and have around 10-15 question.

Round 2 - Coding Test 

Few coding statement is giving and we have to code it. No language barrier

Round 3 - One-on-one 

(2 Questions)

  • Q1. Opps concept, and some web development question
  • Q2. SQL Database Question
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 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. Difference between git and github
  • Ans. 

    Git is a version control system used for tracking changes in code, while GitHub is a platform for hosting Git repositories and collaborating on code.

    • Git is a distributed version control system that allows developers to track changes in their codebase.

    • GitHub is a web-based platform that provides hosting for Git repositories and tools for collaboration.

    • Git can be used locally on a developer's machine, while GitHub allows...

  • Answered by AI
  • Q2. What is indexing
  • Ans. 

    Indexing is the process of organizing and storing data in a database to improve the speed of data retrieval.

    • Indexing creates a data structure that allows for quick lookup of specific data within a database.

    • It helps in optimizing query performance by reducing the number of rows that need to be scanned.

    • Examples of indexing include creating indexes on columns like primary keys or frequently searched columns.

  • Answered by AI

Skills evaluated in this interview

Web Developer Interview Questions & Answers

Webdew user image Akshay Kumar Saxena

posted on 30 Mar 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and opportunities offered by the position.

    • I am flexible and open to negotiation.

    • I am more interested in the overall package and growth opportunities than just the salary.

    • I have researched the market rates for web developers in this area.

    • I am confident that my skills and experience justify a competitive salary.

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and multicultural.

    • My parents come from different cultural backgrounds.

    • I have relatives living in different countries.

    • We celebrate various cultural traditions and holidays.

    • My family values diversity and embraces different perspectives.

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    I am looking for a change to explore new opportunities and challenges in the web development field.

    • Seeking growth and advancement in my career

    • Wanting to work on more complex and innovative projects

    • Desire to learn new technologies and expand my skillset

    • Looking for a better work-life balance or location

    • Seeking a company culture that aligns with my values

  • Answered by AI
  • Q4. Tell me about yourself.
  • Ans. 

    I am a web developer with 5 years of experience in front-end and back-end development.

    • I have expertise in HTML, CSS, JavaScript, and various web development frameworks.

    • I have worked on projects involving responsive web design and cross-browser compatibility.

    • I am experienced in database management and have worked with SQL and NoSQL databases.

    • I have knowledge of version control systems like Git and have experience collab...

  • Answered by AI
Round 2 - Assignment 

This was my first round of the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while communicating
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between include() and require() in PHP?
  • Q2. 1- include() 2- requires()
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Html Css WordPress
  • Q2. Interview was easy css html wordpress and react js basic question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. 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 - Screening 

(1 Question)

  • Q1. About my background and skills
Round 3 - Coding Test 

Longest String, Longest Histogram.....

Round 4 - Assignment 

Online game expense tracker

Interview Preparation Tips

Interview preparation tips for other job seekers - Very supportive interviewer and there and very supportive
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Nov 2022. 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 - Aptitude Test 

Online apti test was given by the senior Hr member.

Round 3 - Coding Test 

Online code test, Hr decides every thing. Tech people do not have any rights of interviewing any candidate.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even after clearing the code round and investing so much time in their interview process, they reject candidates for any dumb reasons. Hr is not bothered about seeking right candidate who will cater company's need for better output, technical people do not have right to decide on recruitments it seems.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Git and github and difference, Cookies and Session
Round 1 - HR 

(6 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Q5. Share details of your previous job.
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice speaking with her .

Clerisy Solutions Interview FAQs

How many rounds are there in Clerisy Solutions Web Developer interview?
Clerisy Solutions interview process usually has 2 rounds. The most common rounds in the Clerisy Solutions interview process are Coding Test and One-on-one Round.
What are the top questions asked in Clerisy Solutions Web Developer interview?

Some of the top questions asked at the Clerisy Solutions Web Developer 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 Web Developer Salary
based on 5 salaries
₹2 L/yr - ₹9.7 L/yr
16% more than the average Web Developer Salary in India
View more details

Clerisy Solutions Web Developer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 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.7
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