Upload Button Icon Add office photos
Engaged Employer

i

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

Full Creative Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Full Creative Full Stack Developer Interview Questions and Answers

Updated 20 Nov 2022

Full Creative Full Stack Developer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in May 2022. There were 4 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 - Assignment 

There was a assignment based on technical questions

Round 3 - Technical 

(3 Questions)

  • Q1. The 2nd round is technical ... The interviewer asked to ... 1) introduce ur self 2) basic java questions 3)Oops concepts in brief 4) some coding examples
  • Q2. Tell me about oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Encapsulation - binding data and functions together

    • Inheritance - acquiring properties and behavior of parent class

    • Polymorphism - ability to take multiple forms

    • Abstraction - hiding implementation details

    • Example: A car is an object that encapsulates data like speed and functions like accelerate and brake

    • Example: A child class inherits properties ...

  • Answered by AI
  • Q3. Remove duplicates without using inbuilt methods
  • Ans. 

    Removing duplicates without using inbuilt methods in JavaScript

    • Create an empty array to store unique values

    • Loop through the original array

    • Check if the current element exists in the unique array

    • If not, push it to the unique array

    • Return the unique array

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Explained about the company , role and the package

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect with basics and oops
Practice the various examples

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What do you know about web programming
  • Ans. 

    Web programming involves creating and maintaining websites using programming languages and technologies.

    • Web programming is the process of writing code to create and maintain websites.

    • It involves using programming languages like HTML, CSS, and JavaScript.

    • Web programming also includes server-side programming using languages like PHP, Python, or Ruby.

    • Frameworks and libraries like React, Angular, and jQuery are commonly us...

  • Answered by AI

Interview Preparation Tips

Round: Personal interview
Experience: In the interview I was asked about my my experience in the field . Sir explained me a little about his project and asked me how I can help him with him .

College Name: SRM University

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They were ask Questions from Reasoning and from database developer profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never Loose Hope Guys.Trust yourself guys Just go and attend the interviews Confidently,Don't Think about the result and try to give interviews daily Don't think about the small companies or big companies every interview will give you confidence and knowledge for your next interviews if not cleared it will give many experiences.My Last Wording is :- Each and Everything day is a new opportunity for us to became a better version of ourselves.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Java based , collection framework related

Interview Preparation Tips

Interview preparation tips for other job seekers - They didn't not even revert saying if were are selected or not
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. React js, ReactHooks, es67 features, bootstrap
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

60mintues DSA level coding exam

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Closures, hostings, react js, redux, hooks basic
  • Q2. Html5, css3, basic javascript stuff
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between string and string builder.
  • Ans. 

    String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.

    • String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.

    • String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.

    • StringBuilder is more efficient for concatenating mul...

  • Answered by AI
  • Q2. What is async and await
  • Ans. 

    Async and await are keywords in JavaScript used to work with asynchronous code.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async/await is a more readable and cleaner way to write asynchronous code compare...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 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 - One-on-one 

(1 Question)

  • Q1. Sql Query Sequence and basically asks the SqlServer Releted question and Webform Also.

Interview Preparation Tips

Topics to prepare for DISH TV Software Developer interview:
  • SQL
  • MVC
  • ASP.Net
  • Webform
  • API
Interview preparation tips for other job seekers - Most Of the people mistakes lack of confidence.this is the main factor to select or not.

Full Creative Interview FAQs

How many rounds are there in Full Creative Full Stack Developer interview?
Full Creative interview process usually has 4 rounds. The most common rounds in the Full Creative interview process are Resume Shortlist, Assignment and Technical.
How to prepare for Full Creative Full Stack Developer 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 Full Creative. The most common topics and skills that interviewers at Full Creative expect are GIT, Java, Javascript, Core Java and HTML.
What are the top questions asked in Full Creative Full Stack Developer interview?

Some of the top questions asked at the Full Creative Full Stack Developer interview -

  1. Remove duplicates without using inbuilt meth...read more
  2. Tell me about oops conce...read more
  3. The 2nd round is technical ... The interviewer asked to ... 1) introduce ur sel...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

DISH TV Interview Questions
3.5
 • 60 Interviews
Athena BPO Interview Questions
3.2
 • 51 Interviews
Global Autotech Interview Questions
4.0
 • 47 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
Ag Industries Interview Questions
4.0
 • 41 Interviews
View all
Full Creative Full Stack Developer Salary
based on 8 salaries
₹1 L/yr - ₹8.7 L/yr
48% less than the average Full Stack Developer Salary in India
View more details

Full Creative Full Stack Developer Reviews and Ratings

based on 2 reviews

3.3/5

Rating in categories

5.0

Skill development

4.2

Work-life balance

3.3

Salary

5.0

Job security

5.0

Company culture

4.2

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
60 salaries
unlock blur

₹5 L/yr - ₹20.5 L/yr

Product Expert
40 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Junior Software Engineer
36 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Client Account Manager
32 salaries
unlock blur

₹4 L/yr - ₹6.8 L/yr

Software Developer
22 salaries
unlock blur

₹4 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Full Creative with

Reliance Communications

4.0
Compare

DISH TV

3.5
Compare

ZF Steering Gear

3.7
Compare

Coca-Cola Company

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