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
3.5

based on 119 Reviews

Filter interviews by

Full Creative Full Stack Developer Interview Questions and Answers for Freshers

Updated 20 Nov 2022

Full Creative Full Stack Developer Interview Experiences for Freshers

1 interview found

I applied via campus placement at Hyderabad Institute of Technology & Management, Hyderabad 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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Java vs Javascript , Meaning of Synchronization in Java , Multihreading in Js
  • Ans. 

    Java is a backend language, Javascript is a frontend language. Synchronization in Java ensures only one thread can access a resource at a time. JavaScript is single-threaded but can handle asynchronous operations using callbacks, promises, and async/await.

    • Java is a backend language used for server-side development, while JavaScript is a frontend language used for client-side scripting.

    • Synchronization in Java is a techn...

  • Answered by AI
  • Q2. Write a pojo class to display the Employee Details,Pojo vs Bean
  • Ans. 

    A Pojo class is a simple Java class that contains only private fields, public getters and setters, and no-arg constructor.

    • Create private fields for employee details like name, id, salary, etc.

    • Generate public getters and setters for each field.

    • Include a no-arg constructor in the class.

    • Example: public class Employee { private String name; private int id; public String getName() { return name; } public void setName(String...

  • Answered by AI
  • Q3. How to to compare two objects with same class (equals & Hashcode methods)
  • Ans. 

    To compare two objects with the same class, override the equals and hashCode methods in the class.

    • Override the equals method to compare the fields of the objects for equality.

    • Override the hashCode method to generate a unique hash code based on the object's fields.

    • Ensure that the equals and hashCode methods are consistent with each other.

    • Example: public class Person { private String name; private int age; }

  • Answered by AI
  • Q4. Springboot questions basics like How to connect to 2 databases at a time How to change the table name in entity class(@Table)
  • Q5. JPA Repository inbuilt methods
  • Ans. 

    JPA Repository provides inbuilt methods for common database operations in Spring applications.

    • JPA Repository provides methods like save(), findById(), findAll(), deleteById(), etc.

    • These methods help in performing CRUD operations on entities without writing custom queries.

    • For example, userRepository.save(user) saves a user entity to the database.

  • Answered by AI

Skills evaluated in this interview

Full Creative Interview FAQs

How many rounds are there in Full Creative Full Stack Developer interview for freshers?
Full Creative interview process for freshers usually has 4 rounds. The most common rounds in the Full Creative interview process for freshers are HR, Resume Shortlist and Assignment.
How to prepare for Full Creative Full Stack Developer interview for freshers?
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 for freshers?

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

  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.

People are getting interviews through

based on 1 Full Creative interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Full Creative Full Stack Developer Salary
based on 14 salaries
₹4 L/yr - ₹13.3 L/yr
9% 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 & Benefits

5.0

Job Security

5.0

Company culture

4.2

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
57 salaries
unlock blur

₹5 L/yr - ₹20.5 L/yr

Product Expert
40 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Junior Software Engineer
38 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Client Account Manager
34 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Software Developer
22 salaries
unlock blur

₹4 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Full Creative with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview