Upload Button Icon Add office photos
Engaged Employer

i

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

Funlabtech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Funlabtech Developer Associate Interview Questions and Answers

Updated 29 Jan 2021

Funlabtech Developer Associate Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is frontend skills ? Can you tell me the basic full form and defenition of HTML, CSS, JS and Bootstrap ??
  • Ans. 

    Frontend skills refer to the skills required to develop the user-facing part of a website or application.

    • HTML stands for HyperText Markup Language and is used to create the structure of web pages.

    • CSS stands for Cascading Style Sheets and is used to style the HTML elements.

    • JS stands for JavaScript and is used to add interactivity to web pages.

    • Bootstrap is a front-end framework used to design and customize responsive web

  • Answered by AI
  • Q2. What is Backend ? JAVA, PYTHON, C ?? What is SQL or MYSQL or PHP ?
  • Ans. 

    Backend refers to the server-side of an application where the logic, database, and APIs are hosted.

    • Backend is responsible for processing data and communicating with the frontend.

    • JAVA, PYTHON, C are programming languages commonly used for backend development.

    • SQL and MYSQL are database management systems used to store and retrieve data.

    • PHP is a server-side scripting language used for web development.

  • Answered by AI
  • Q3. Prior work experience as an intern / FTE / Freelance / Academic projects ??

Interview Preparation Tips

Interview preparation tips for other job seekers - Technically candidates should always give the answer in detail. Though if you have experience as an Intern as well then during interview one must say and explain. Including they should also explain there academic projects, there certification course and additional knowledge if they have.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • In Dependency Injection, the dependencies of a component are provided from the outside rather than being created internally.

    • This helps in making components more modular, testable, and easier to maintain.

    • There are different types of Dependency Injection like Constructor Injection, Setter Injection,...

  • Answered by AI
  • Q2. What is joins
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Easy Level DS Questions - 30 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Cloud Services related questions
  • Q2. ETL Based question
Round 3 - Coding Test 

A comprehensive coding test which included job role simulation.

Round 4 - Coding Test 

Advanced Cloud Services questions

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Senior Software Developer with 8 years of experience in full-stack development, specializing in Java and Angular.

    • 8 years of experience in full-stack development

    • Specialize in Java and Angular

    • Strong problem-solving skills

    • Experience working in agile environments

  • Answered by AI
  • Q2. Why did you leave your last organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Remote work although partially supported, is highly discouraged.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Situation based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops interview,you have add new technology to advantage.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

JavaScript, React Js

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many years of relevant experience
  • Q2. What is your current CTC
  • Q3. What is your Expectation
Round 3 - HR 

(3 Questions)

  • Q1. What is your Strength
  • Q2. What is weakness
  • Ans. 

    One weakness I have is that I can be overly critical of my own work, which can sometimes lead to self-doubt.

    • I tend to overthink things and can be indecisive at times

    • I have a tendency to take on too many tasks at once, leading to feeling overwhelmed

    • I struggle with public speaking and often get nervous in front of large groups

  • Answered by AI
  • Q3. What is your Goal
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 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 

Develop a UI screen with 10 fields on it.

Round 3 - Technical 

(1 Question)

  • Q1. Mongoose Framework, SQL - Store Procedures, Triggers, Views, Crystal Reports,
Round 4 - One-on-one 

(1 Question)

  • Q1. Offer letter discussion. Joining date discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared technically. More on customizations, migrations from one version to another of from on prem to cloud.

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are oops concepts, What are java8 features, functional interface, spring boot annotations, microservice.
  • Ans. 

    Answering questions related to OOPs concepts, Java8 features, functional interface, Spring Boot annotations, and microservices.

    • OOPs concepts include encapsulation, inheritance, abstraction, and polymorphism.

    • Java8 features include lambda expressions, streams, default methods, and functional interfaces.

    • Functional interface is an interface with only one abstract method and can be used with lambda expressions.

    • Spring Boot a...

  • Answered by AI
  • Q2. Threads concepts, synchronization,

Interview Preparation Tips

Topics to prepare for PruTech Solutions Java Developer interview:
  • Abstract class, interface,
  • Hinernate dialect, springboot ad
  • Restcontroller, annotations
  • Sql queries, groupby, orderby ec
Interview preparation tips for other job seekers - Prepare all core java concepts, oops concepts, jaba 8 features throughly.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Nov 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.

Funlabtech Interview FAQs

How to prepare for Funlabtech Developer Associate 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 Funlabtech. The most common topics and skills that interviewers at Funlabtech expect are Coding, Analytical skills, C++, Communication and Communication Skills.
What are the top questions asked in Funlabtech Developer Associate interview?

Some of the top questions asked at the Funlabtech Developer Associate interview -

  1. What is frontend skills ? Can you tell me the basic full form and defenition of...read more
  2. What is Backend ? JAVA, PYTHON, C ?? What is SQL or MYSQL or PH...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 26 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
Anlage Infotech Interview Questions
3.6
 • 12 Interviews
Fidel Softech Interview Questions
2.9
 • 8 Interviews
View all
Funlabtech Developer Associate Salary
based on 7 salaries
₹3 L/yr - ₹3.2 L/yr
62% less than the average Developer Associate Salary in India
View more details

Funlabtech Developer Associate Reviews and Ratings

based on 7 reviews

1.5/5

Rating in categories

1.5

Skill development

1.5

Work-life balance

1.5

Salary

1.5

Job security

1.5

Company culture

1.5

Promotions

1.5

Work satisfaction

Explore 7 Reviews and Ratings
Developer Associate
7 salaries
unlock blur

₹3 L/yr - ₹3.2 L/yr

Web Developer
4 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

HR Executive
4 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

HR Intern
3 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Associate Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Funlabtech with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

Plada Infotech Services

3.6
Compare

Anlage Infotech

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