Upload Button Icon Add office photos

Filter interviews by

3frames Interview Questions and Answers

Updated 20 Dec 2023

3frames Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 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 - One-on-one 

(2 Questions)

  • Q1. Please don't waste your time on this interviews. If they selected also they will tell they can give last package only. Hr don't know the requirements itself. One thing I need to tell if you passed all roun...
  • Q2. Total 4 round assessment +face to face technical+ CEO + CTO

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't waste your time on this interviews. If they selected also they will tell they can give last package only. Hr don't know the requirements itself.
One thing I need to tell if you passed all round also they can't afford you and now they are telling they need strong technical guys if person with technically strong will not join your waste company because company is too small they don't have proper job environment then who will join your company
I would like to tell the person who are searching this job please i will not recommend this company. I wasted time and money for the worst company. Try with other company

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

Assignments in marketing and sales involve processes related to product development, technology, and service taxation, as well as the enhancement of listening skills and other developmental processes beyond the same assignments.

Round 2 - Technical 

(5 Questions)

  • Q1. What is the marketing What is the tax What are good and service tax
  • Q2. What are good and service tax
  • Q3. What is theDeveploment skills
  • Q4. How is skills and service
  • Q5. What istha markating skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok good and service tax Wii jobs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

English, Quant & Reasoning- 3 section, each section 15 que, Total 45 minutes & 45 questions, cut off for each section

Round 2 - Technical 

(2 Questions)

  • Q1. Java What is JVM,JRE,JDK? what is the difference between class and instance variable in java? what is string Pool? write a code in java(prefer a good standard question) Web development if you have inter...
  • Ans. 

    To build a web application, I would use a combination of front-end technologies like HTML, CSS, and JavaScript, along with back-end technologies like Node.js and MongoDB.

    • Use HTML for structuring the content of the web pages

    • Use CSS for styling the web pages and making them visually appealing

    • Use JavaScript for adding interactivity to the web pages and handling user input

    • Use Node.js for server-side scripting and handling ...

  • Answered by AI
  • Q2. If you have azure certification what is azure, what is Azure Blob Storage, What is ARM, what is horizontal Scaling?
  • Ans. 

    Azure is a cloud computing platform by Microsoft. Azure Blob Storage is a service for storing large amounts of unstructured data. ARM stands for Azure Resource Manager, used for managing resources in Azure. Horizontal scaling is increasing the number of instances of a service to distribute load.

    • Azure is a cloud computing platform by Microsoft

    • Azure Blob Storage is a service for storing large amounts of unstructured data

    • ...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Why cse? explain a project (they might ask about a project in your resume)
  • Q2. How you solved the problems that you have faced while working on projects?
  • Ans. 

    I approach problems by breaking them down into smaller parts, analyzing root causes, seeking input from team members, and implementing solutions systematically.

    • Identify the root cause of the problem

    • Break down the problem into smaller parts

    • Seek input from team members for different perspectives

    • Implement solutions systematically

    • Learn from the experience to prevent similar issues in the future

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Introduction Family Background Do you have any placement/internship offers in your hand? if so, why Ericsson At last, they will tell you about stipend, role
  • Ans. 

    Yes, I have internship offers from Ericsson due to their reputation for innovation and cutting-edge technology.

    • I have received internship offers from Ericsson because of their reputation for innovation and cutting-edge technology.

    • I am excited about the opportunity to work with a global leader in telecommunications.

    • I believe that interning at Ericsson will provide me with valuable experience and skills that will benefit

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about the areas you have mentioned in your resume, and cse fundamentals mainly java/python, oops, ai/ml

As it is a networking company, concentrate on computer networks(they might ask / might not)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Questions related to C programming, aptitude tests, and core computer science concepts.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Questions related to Computer Networking
  • Q2. Questions related to operating systems
  • Q3. Questions related to bit manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintaining a solid foundation of knowledge is essential. It is more advantageous to possess one strong area of expertise than to have superficial knowledge across many topics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was basic coding to test the Python skills like reading data from local and uploading in cloud then some basic dag related questions

Round 2 - Technical 

(4 Questions)

  • Q1. Clustering and partition difference in data warehousing solutions
  • Ans. 

    Clustering involves grouping similar data together, while partitioning involves dividing data into smaller, manageable sections.

    • Clustering is used to group similar data points together based on certain criteria, such as customer segments or product categories.

    • Partitioning involves dividing a large dataset into smaller, more manageable sections for easier data retrieval and processing.

    • Clustering is often used for data a...

  • Answered by AI
  • Q2. What are the different approaches to Optimising SQL
  • Ans. 

    Different approaches to optimizing SQL include indexing, query optimization, and database design.

    • Use indexing to improve query performance

    • Optimize queries by avoiding unnecessary joins and using appropriate functions

    • Design the database schema efficiently to reduce redundancy and improve data retrieval speed

  • Answered by AI
  • Q3. Spark and it’s architecture
  • Q4. Finding the count of Item bought by an customer from Flipkart during a year excluding February
  • Ans. 

    To find the count of items bought by a customer from Flipkart during a year excluding February, you need to aggregate the data and filter out February transactions.

    • Aggregate the data by customer and item purchased

    • Filter out transactions from February

    • Count the number of items bought by each customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If it’s an entry level the basic knowledge plus in-depth understanding of the domine is more tha. Enough
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Object-Oriented Programming (OOP), and can you explain its fundamental concepts?
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Q3. What is the clr
Round 2 - Coding Test 

The content is based on HTML, Windows, and ADO.NET.

Round 3 - HR 

(2 Questions)

  • Q1. What motivates you to pursue this job?
  • Q2. What is your expected salary?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. How can we do Integrations in Salesforce
  • Ans. 

    Integrations in Salesforce involve connecting Salesforce with external systems to exchange data and automate processes.

    • Use Salesforce APIs like REST and SOAP for integrating with external systems

    • Utilize middleware tools like MuleSoft or Informatica for seamless integrations

    • Leverage Salesforce Connect to access data from external sources in real-time

    • Implement custom integrations using Apex code and web services

  • Answered by AI
  • Q2. What are frameworks or Trigger frameworks in Salesforce?
  • Ans. 

    Frameworks or Trigger frameworks in Salesforce are design patterns that help developers organize and structure their code for triggers.

    • Frameworks provide a set of best practices and guidelines for writing trigger logic.

    • They help in separating concerns, making code more modular and maintainable.

    • Examples include Trigger Handler Framework, Trigger Factory Framework, and Trigger Pattern Framework.

  • Answered by AI
  • Q3. Explain your GitHub project.
  • Ans. 

    My GitHub project is a web application for tracking personal fitness goals and progress.

    • Developed using HTML, CSS, JavaScript, and Salesforce Lightning Web Components

    • Utilizes Salesforce platform for data storage and user authentication

    • Includes features such as goal setting, progress tracking, and personalized workout plans

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

(3 Questions)

  • Q1. What motivates you?
  • Q2. What are you most proud of?
  • Q3. What is one thing you think where there is room for improvement?
  • Ans. 

    One area for improvement is the integration of AI and machine learning capabilities in Salesforce.

    • Enhancing predictive analytics for better decision-making

    • Automating repetitive tasks to increase efficiency

    • Improving personalized customer experiences through AI-driven insights

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Do you currently have any offers : )
  • Ans. 

    No, I do not currently have any offers.

    • I am actively searching for opportunities in the Salesforce development field.

    • I have been applying to various companies and attending interviews.

    • I am eager to start my career as a Junior Salesforce Developer.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Discuss with all KPI with manpower
  • Q2. Required to manage all fields work with vendor
Round 2 - HR 

(2 Questions)

  • Q1. Good communication skills with costomer
  • Q2. Need to do Hard work

Interview Preparation Tips

Topics to prepare for Pratap Technocrats CMP Managaer interview:
  • Optical Fiber
  • Technical Support
  • Fttx
  • Congratulations
  • Team Management
Interview preparation tips for other job seekers - Always remember your goals during working time
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What are the different optimization techniques used in your project
  • Q2. SQl logic question regarding joins
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is your professional reference?
  • Q2. What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid working at a toxic company and in a toxic environment.

3frames Interview FAQs

How many rounds are there in 3frames interview?
3frames interview process usually has 2 rounds. The most common rounds in the 3frames interview process are Resume Shortlist and One-on-one Round.
How to prepare for 3frames 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 3frames. The most common topics and skills that interviewers at 3frames expect are Angular, HTML, Javascript, Android and IOS.
What are the top questions asked in 3frames interview?

Some of the top questions asked at the 3frames interview -

  1. Please don't waste your time on this interviews. If they selected also they wil...read more
  2. Total 4 round assessment +face to face technical+ CEO + ...read more

Tell us how to improve this page.

3frames Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 432 Interviews
BigBasket Interview Questions
3.9
 • 355 Interviews
Zomato Interview Questions
3.8
 • 320 Interviews
Lenskart Interview Questions
3.2
 • 300 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Urban Ladder Interview Questions
3.7
 • 43 Interviews
Pepperfry Interview Questions
3.2
 • 31 Interviews
View all

3frames Reviews and Ratings

based on 9 reviews

2.4/5

Rating in categories

3.9

Skill development

2.9

Work-life balance

2.3

Salary

2.1

Job security

2.2

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 9 Reviews and Ratings
Software Engineer
15 salaries
unlock blur

₹2.8 L/yr - ₹13.5 L/yr

Software Developer
14 salaries
unlock blur

₹3.6 L/yr - ₹7.8 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹11.8 L/yr - ₹19.7 L/yr

QA Engineer
6 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Technical Lead
4 salaries
unlock blur

₹23 L/yr - ₹50 L/yr

Explore more salaries
Compare 3frames with

Lenskart

3.2
Compare

Pepperfry

3.2
Compare

Urban Ladder

3.7
Compare

Myntra

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