Upload Button Icon Add office photos
Engaged Employer

i

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

Caizin Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Caizin Interview Questions and Answers

Updated 11 Jan 2025

Caizin Interview Experiences

Popular Designations

4 interviews found

Round 1 - Coding Test 

Critical coding problems

Round 2 - Technical 

(1 Question)

  • Q1. Implement train using linked list, what is dependency injection, method hiding , method overriding
  • Ans. 

    Implementing train using linked list and explaining dependency injection, method hiding and method overriding.

    • Train can be implemented using a linked list where each node represents a carriage.

    • Dependency injection is a design pattern where dependencies are injected into a class rather than being created within the class.

    • Method hiding is when a subclass defines a method with the same name as a method in the superclass, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get yourself technically strong , core concepts of oops must be clear with the real life examples. Logical problem solving practice with optimized solutions is must.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (219)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Dependency Injection in Angular, and how do the @Self, @skipSelf, and @Optional decorators function within it?
  • Ans. 

    Dependency Injection in Angular allows for the injection of dependencies into components, services, and other Angular constructs.

    • Dependency Injection is a design pattern in which a class receives its dependencies from external sources rather than creating them itself.

    • @Self decorator specifies that the dependency should be resolved from the current component or directive, rather than looking up the hierarchy.

    • @SkipSelf d...

  • Answered by AI
  • Q2. CSS flexbox

Interview Preparation Tips

Topics to prepare for Caizin Senior Angular Developer interview:
  • Javascript
  • Angular
  • CSS
Interview preparation tips for other job seekers - You should familiarize yourself with the features of various Angular versions, particularly the most recent one.

Senior Angular Developer Interview Questions asked at other Companies

Q1. What is Dependency Injection in Angular, and how do the @Self, @skipSelf, and @Optional decorators function within it?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. SOLID principles
  • Q2. HLD design amazon

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview. prepare well.

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2022. 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. I had technical round with the Architect. Questions were difference between factory design and builder pattern.
  • Q2. Few questions on Azure

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for the design patterns as well the project on which you have worked.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Caizin interview questions for popular designations

 Senior Angular Developer

 (1)

 Technical Lead

 (1)

 Software Engineer

 (1)

 Senior Java Developer

 (1)

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - HR 

(3 Questions)

  • Q1. Normal introduction was asked
  • Q2. Description of the previous role
  • Q3. Roles and responsibilities
Round 3 - Aptitude Test 

Not applicable , this was final round

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard on your attitude, skills can be taught! Focus on your goal.

Interview Questionnaire 

1 Question

  • Q1. Round 1: This round is about technical related to Embedded C, Communication protocols and project related questions etc..,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basics of C language

I applied via LinkedIn and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1). Tell me about work life balance in my previous organization? 2). How do you handle your team members and can you able to describe more about my technical strengths involved in it? 3). What do you wan...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your project, questions will ask about your project work done by yourself?

I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about my project work done by yourself?
Round 2 - Technical 

(1 Question)

  • Q1. Brief about my ongoing project?
Round 3 - One-on-one 

(1 Question)

  • Q1. What is your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and prepare more about your’s resume?

I applied via LinkedIn and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What’s your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your written resume?

Caizin Interview FAQs

How many rounds are there in Caizin interview?
Caizin interview process usually has 1-2 rounds. The most common rounds in the Caizin interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Caizin 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 Caizin. The most common topics and skills that interviewers at Caizin expect are AWS, Java, Microservices, Angular and HTML.
What are the top questions asked in Caizin interview?

Some of the top questions asked at the Caizin interview -

  1. What is Dependency Injection in Angular, and how do the @Self, @skipSelf, and @...read more
  2. implement train using linked list, what is dependency injection, method hiding ...read more
  3. I had technical round with the Architect. Questions were difference between fac...read more

Tell us how to improve this page.

Caizin Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
Fusion Interview Questions
3.3
 • 17 Interviews
View all

Caizin Reviews and Ratings

based on 5 reviews

5.0/5

Rating in categories

4.7

Skill development

4.7

Work-life balance

4.5

Salary

4.2

Job security

5.0

Company culture

4.7

Promotions

5.0

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
5 salaries
unlock blur

₹25 L/yr - ₹31 L/yr

Software Engineer
4 salaries
unlock blur

₹12 L/yr - ₹18.4 L/yr

Software Developer
4 salaries
unlock blur

₹15 L/yr - ₹16.8 L/yr

Principal Architect
4 salaries
unlock blur

₹10 L/yr - ₹42 L/yr

Technical Lead
3 salaries
unlock blur

₹38 L/yr - ₹50 L/yr

Explore more salaries
Compare Caizin with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

CGS

3.5
Compare

Fusion

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