Frammer AI interview experience Real time questions & tips from candidates to crack your interview

Backend Developer

Frammer AI
upvote
share-icon
2 rounds | 11 Coding problems

Interview preparation journey

expand-icon
Application story
I applied for the Backend Developer role through Naukri.com. Within a week, I received an email from their HR/recruitment team confirming my application and providing a link to an online assessment. The process was well-communicated and structured. After successfully clearing the online assessment, I was contacted to schedule the technical interview rounds. The coordination was smooth, with timely updates and clear instructions provided at each stage leading up to the interview.
Preparation
Duration: 1 Month
Topics: Python, Django, Node, JavaScript, MySQL, SQL.
Tip
Tip

Tip 1: Focus on Django- and Python-related questions.

Tip 2: There were some medium-level DSA questions, not too tough, so prepare accordingly.

Tip 3: Also prepare some DBMS-related questions.

Application process
Where: Naukri
Eligibility: Minimum 3 years of experience. (Salary Package: 12 LPA)
Resume Tip
Resume tip

Tip 1: Mention the skills section first.

Tip 2: Past experience and projects are a must in the resume; also mention PHP in the skills section.

Interview rounds

01
Round
Medium
Face to Face
Duration40 minutes
Interview date9 Aug 2025
Coding problem6

1. K-Radius Subarray Averages

Moderate
0/80
Asked in company
Frammer AI

You are given a 0-indexed array of integers nums of length n and an integer k.


The k-radius average for a subarray of nums centered at index i is the average of all elements between indices i - k and i + k (inclusive). The average should be calculated using integer division, which truncates any fractional part.


However, if there are fewer than k elements before or after index i, the k-radius average is defined to be -1.


Your task is to build and return an array avgs of length n, where avgs[i] is the k-radius average for the subarray centered at index i.


Try solving now

2. REST API

What are the types of methods used in REST APIs?

3. Asynchronous Signals

What are signals, and how would you make a signal asynchronous?

4. Copy Types

What is a deep copy, and what is a shallow copy? (Learn)

5. Database Optimization

If you have a write-heavy task, how would you optimize your database, and if you have a read-heavy task, how would you optimize the database for that?

6. Celery Basics

  • What is Celery? (Learn)
  • What is the difference between Celery and RabbitMQ?
02
Round
Medium
Face to Face
Duration30 minutes
Interview date9 Aug 2025
Coding problem5

1. Project Discussion

Asked about the projects I have worked on in my past experience.

2. Middle Of Linked List

Easy
20m average time
80% success
0/40
Asked in companies
NoBrokerIBMHCL Technologies

Given a singly linked list of 'N' nodes. The objective is to determine the middle node of a singly linked list. However, if the list has an even number of nodes, we return the second middle node.

Note:
1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
Try solving now

3. Python Decorators

What are decorators? (Learn)

4. Delete Details

If you are creating an API with the DELETE method, can you include the details of the deleted record?

5. DBMS

  • What are the types of normalization in DBMS? (Learn)
  • How would you optimize a database?

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
4 rounds | 8 problems
Interviewed by Amazon
8519 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
908 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes