Cadera infotech interview experience Real time questions & tips from candidates to crack your interview

Fullstack Developer

Cadera infotech
upvote
share-icon
3 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Journey
I began my coding journey with Coding Ninjas, where I learned the fundamentals of programming, data structures, algorithms, and web development through structured courses and hands-on practice. Initially, balancing concepts, coding problems, and projects felt overwhelming, and I often struggled with debugging and maintaining consistency. Over time, I developed discipline by solving problems daily, revisiting weak topics, and seeking guidance from mentors and peers. To further strengthen my skills, I focused on web development and solved a large number of DSA problems, which helped me gain confidence in real-world coding and problem-solving. Mock interviews, resume building, and consistent practice played a crucial role in overcoming self-doubt and enhancing my abilities. After months of effort, persistence, and continuous learning, I successfully cracked interviews and secured a job, turning all my struggles into stepping stones for success.
Application story
I applied through LinkedIn, sent my resume to the HR of Cadera InfoTech, and finally received a reply after numerous follow-ups. After that, the process was smooth—the interview was scheduled and proceeded straightforwardly from there.
Preparation
Duration: 24 months
Topics: HTML, CSS, JavaScript, React, Next.js, Node.js, Express.js, MongoDB, SQL, Data Structures and Algorithms (DSA), Problem Solving, Git and Version Control, REST APIs, Responsive Web Design, Tailwind CSS
Tip
Tip

Tip 1: Focus on strong fundamentals – master data structures, algorithms, and core programming concepts before moving on to advanced frameworks.
Tip 2: Build projects alongside learning – applying concepts in real-world projects, such as web apps or mini tools, reinforces understanding and demonstrates practical skills to recruiters.
Tip 3: Consistency beats intensity – solve coding problems regularly, review weak areas, and gradually increase problem difficulty rather than cramming.

Application process
Where: Campus
Eligibility: None, (Salary Package: 7 LPA)
Resume Tip
Resume tip

Tip 1: Avoid grammatical mistakes.
Tip 2: Always check your ATS score and improve it according to the job role.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration120 minutes
Interview date1 Sep 2025
Coding problem0
Web problem/projects1

1. Replicate the Figma Design to Code

Project / Feature Description

I was given a Figma design file by the company and asked to replicate it into a fully functional, responsive web application. The Figma file contained the complete UI design, including layouts, typography, colors, spacing, and interaction states.

Key Requirements:

Pixel-perfect implementation: The web pages needed to match the Figma design with high accuracy.

Responsiveness: The design included breakpoints for desktop, tablet, and mobile. I ensured the application adjusted seamlessly across all devices.

Reusable components: All UI elements (buttons, cards, forms, navigation bars, etc.) were built as modular and reusable components.

Interactivity: Hover effects, animations, and transitions shown in Figma were implemented for a smooth user experience.

Technology stack: The project was developed using React (or Next.js) along with Tailwind CSS (or the specified styling framework).

Code quality: The codebase was clean, maintainable, and scalable, following best practices in component structuring, accessibility, and semantic HTML.

Assets integration: All images, icons, and fonts from the Figma file were exported, optimized, and integrated correctly.

The end deliverable was a production-ready, responsive web application that closely replicated the Figma design while maintaining clean architecture and reusability for future scaling.

02
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date9 Sep 2025
Coding problem1

1. Target Sum

Moderate
0/80
Asked in companies
ZSOLX GroupAmazon

You are given an array ‘ARR’ of ‘N’ integers and a target number, ‘TARGET’. Your task is to build an expression out of an array by adding one of the symbols '+' and '-' before each integer in an array, and then by concatenating all the integers, you want to achieve a target. You have to return the number of ways the target can be achieved.

For Example :
You are given the array ‘ARR’ = [1, 1, 1, 1, 1], ‘TARGET’ = 3. The number of ways this target can be achieved is:
1. -1 + 1 + 1 + 1 + 1 = 3
2. +1 - 1 + 1 + 1 + 1 = 3
3. +1 + 1 - 1 + 1 + 1 = 3
4. +1 + 1 + 1 - 1 + 1 = 3
5. +1 + 1 + 1 + 1 - 1 = 3
These are the 5 ways to make. Hence the answer is 5.
Try solving now
03
Round
Easy
HR Round
Duration40 mintues
Interview date22 Sep 2025
Coding problem1

1. HR Question

Why do you want to work with us?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
961 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
6 rounds | 5 problems
Interviewed by Microsoft
2223 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Samsung
2164 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Amdocs
1814 views
0 comments
0 upvotes