Upload Button Icon Add office photos

Filter interviews by

Codeflies Technologies Front end Developer Interview Questions, Process, and Tips

Updated 24 Jan 2023

Codeflies Technologies Front end Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2022. There were 6 interview rounds.

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 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you are leaving your current company
  • Q3. What was your in hand salary.
  • Q4. What you expected CTC from us.
  • Ans. 

    I am open to negotiation based on the job requirements and responsibilities.

    • I would like to know more about the job responsibilities and requirements before discussing salary.

    • I am looking for a fair compensation based on my skills and experience.

    • I am open to discussing benefits and other perks in addition to salary.

    • I am flexible and willing to negotiate based on the overall package offered.

  • Answered by AI
  • Q5. What is your total work experience.
Round 3 - Technical 

(9 Questions)

  • Q1. Tell me about your work experience.
  • Q2. What is html and diffrence between html and HTML5?
  • Ans. 

    HTML is a markup language used to create the structure of web pages. HTML5 is the latest version with new features and improvements.

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

    • HTML5 is the latest version of HTML with new features like <video>, <audio>, <canvas>, and more.

    • HTML5 introduced new semantic elements like <header>, <footer>, <nav&g...

  • Answered by AI
  • Q3. What is css and types of css.
  • Ans. 

    CSS stands for Cascading Style Sheets. It is used to style and layout web pages.

    • CSS is used to add styles to HTML elements.

    • There are three types of CSS: inline, internal, and external.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined in the head section of an HTML document using the style tag.

    • External CSS is defined in a separate file and linked to the HTML document usi

  • Answered by AI
  • Q4. Difference between visibility hidden and display none
  • Ans. 

    visibility:hidden hides the element but still takes up space, display:none hides the element and does not take up space.

    • visibility:hidden keeps the element in the document flow and preserves its dimensions

    • display:none removes the element from the document flow and does not preserve its dimensions

    • visibility:hidden still allows the element to be interacted with, display:none does not

    • visibility:hidden can still affect the...

  • Answered by AI
  • Q5. What is flexbox in css.
  • Ans. 

    Flexbox is a layout mode in CSS that allows you to create flexible and responsive layouts.

    • Flexbox is used to align and distribute space among items in a container.

    • It allows you to easily create complex layouts without using floats or positioning.

    • Flexbox properties include display, flex-direction, justify-content, align-items, and flex-wrap.

    • Example: display: flex; flex-direction: row; justify-content: space-between; ali...

  • Answered by AI
  • Q6. Difference between let and var.
  • Ans. 

    let and var are both used for variable declaration in JavaScript, but they have some differences.

    • let has block scope, while var has function scope

    • let cannot be redeclared in the same scope, while var can

    • let is not hoisted, while var is

    • let is a relatively new addition to JavaScript (ES6), while var has been around since the beginning

  • Answered by AI
  • Q7. Data types in javascript?
  • Ans. 

    JavaScript has 7 primitive data types: string, number, boolean, null, undefined, symbol, and bigint.

    • String: a sequence of characters enclosed in quotes

    • Number: integer or floating-point number

    • Boolean: true or false

    • Null: intentional absence of any object value

    • Undefined: a declared variable without a value

    • Symbol: a unique identifier

    • Bigint: an integer with arbitrary precision

  • Answered by AI
  • Q8. Difference between null and undefined
  • Ans. 

    null means absence of value while undefined means a variable has been declared but not assigned a value.

    • null is a value that represents no value or an empty value

    • undefined means a variable has been declared but not assigned a value

    • null is a primitive value while undefined is a type

    • null is explicitly set while undefined is implicit

    • null is falsy while undefined is also falsy

    • null is an object while undefined is not an obj

  • Answered by AI
  • Q9. What is anonymous function?
  • Ans. 

    An anonymous function is a function without a name, defined using function keyword and can be assigned to a variable.

    • Anonymous functions are often used as callbacks or event handlers.

    • They can be passed as arguments to other functions.

    • They can be used to create closures.

    • Example: const add = function(a, b) { return a + b; }

    • Example: setTimeout(function() { console.log('Hello World!'); }, 1000);

  • Answered by AI
Round 4 - Assignment 

One home page with 10 section and one mailer template

Round 5 - One-on-one 

(1 Question)

  • Q1. Advance questions on javascript and jQuery
Round 6 - HR 

(1 Question)

  • Q1. Salary discussion with the hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Always, whenever you are going to give any interview just give atleast 4,5 hours to learn and watch video of interview questions and answers and be confident that's it.

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 360 minutes
Round difficulty - Medium

Basically TCS conduct its flagship event named as CODEVITA . And it offers Internship to prefinal (3rd )year students .

  • Q1. 

    Allocate Books Problem Statement

    Given an array of integers arr, where arr[i] represents the number of pages in the i-th book, and an integer m representing the number of students, allocate all the books ...

  • Ans. 

    Allocate books to students in a way that minimizes the maximum number of pages assigned to a student.

    • Iterate through possible allocations and calculate the maximum pages assigned to a student.

    • Find the minimum of these maximums to get the optimal allocation.

    • Return the minimum pages allocated in each test case, or -1 if not possible.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaMust be doing B.TECHTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structure , Algorithms ,DBMS , OOPs ,OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Good understanding of Data Structure and Algorithms 
Tip 2 : Be clear in your Core Subjects.
Tip 3 : Do at least 1 good Project .
Tip 4 : Be humble and speak truth .

Application resume tips for other job seekers

Tip 1 : Simple and Crisp .
Tip 2 : Do host your project and mention the link in the resume .
Tip 3 : Single Page

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2023.

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 - Coding Test 

Html, CSS, Javascript, Bootstrap, React Js, Node Js, GitHub, Git

Round 3 - HR 

(5 Questions)

  • Q1. Self Introduction
  • Q2. My self Velithurla Indra
  • Q3. I have completed my graduation Bsc computer science
  • Q4. My strength is self-motivated & skills aslo
  • Q5. My short term goal is to get a job in reputed company
Round 1 - Coding Test 
Round 2 - Technical 

(2 Questions)

  • Q1. They asked about current project.
  • Q2. They have given some problem to write javascript code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and javascript concepts.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. React js basic questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. It was a array question. I was told to return a object from a function which would contain getting all the array elements, adding a element, deleting a element. The test was on hacker rank.
Round 2 - Technical 

(1 Question)

  • Q1. This was basically a one on one round. I was asked basics of HTML, CSS and React. Questions like Hoisting, Prop Drilling, Context API. Not only do you need to know what the topics are. But I was asked to i...
Round 3 - HR 

(1 Question)

  • Q1. Basic Company Details and Salary Negotiations

Interview Preparation Tips

Topics to prepare for IBM Front end Developer interview:
  • React.Js
  • HTML
  • Javascript
  • OOPS
Interview preparation tips for other job seekers - Prepare your best. Do some leetcode and go through previous interview experiences. Get to know the IDE in which they interview you . Trust me that makes a lot of difference. Last part helped me a lot. You do not have to be a code parrot and learn everything by heart. The challenge is to receive a completely new problem and on the spot try to solve it. You will fail multiple times and you have to communicate with the interviewer about your approach. If you are close then he might give you a hint and voila the impossible problem would seem somewhat possible. All the best to everyone reading this!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

90 minutes 3 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. Wall the topics rite a code using of OOPS
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • Create classes to represent real-world entities

    • Encapsulate data and behavior within classes

    • Use inheritance to create relationships between classes

    • Implement polymorphism to allow objects to be treated as instances of their parent class

  • Answered by AI
  • Q2. Polymorphism code using all the properties
  • Ans. 

    Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through method overriding in subclasses.

    • It allows for more flexibility and reusability in code.

    • Example: Animal superclass with subclasses Dog and Cat, both overriding the makeSound() method.

  • Answered by AI
  • Q3. Inheritance and its types
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class

    • Multiple inheritance, where a class inherits from multiple parent classes (not supported in some languages)

    • Multilevel inheritance, where a class inherits from a class that itself inherits from anothe...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Basic hr questions only

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do DSA and cs subjects
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Jan 2022. There were 3 interview rounds.

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 - Technical 

(3 Questions)

  • Q1. What is Event Loop ? How it works?
  • Ans. 

    Event Loop is a mechanism in JavaScript that manages the execution of code and handles asynchronous operations.

    • Event Loop continuously checks the call stack and the message queue.

    • If the call stack is empty, it takes the first message from the queue and pushes it onto the call stack.

    • If the message is a callback function, it is executed and removed from the call stack.

    • If the message is not a callback function, it is pass...

  • Answered by AI
  • Q2. Make a set of 6 boxes Responsive in CSS
  • Ans. 

    Use CSS to make a set of 6 boxes responsive

    • Use percentage or viewport units for width and height

    • Use media queries to adjust styles for different screen sizes

    • Consider using flexbox or grid for layout

    • Avoid using fixed pixel values

    • Test on different devices and browsers

    • Use CSS frameworks like Bootstrap or Foundation for easier implementation

  • Answered by AI
  • Q3. Hoisting & Closures Questions
Round 3 - HR 

(1 Question)

  • Q1. What's your Salary expectations ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Dev. Aditya's YouTube videos are enough to crack these interviews

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Nov 2022. There were 3 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 - Aptitude Test 

An aptitude test is a way for employers to assess a candidate's abilities through a variety of different testing formats. Aptitude tests will test your ability to perform tasks and react to situations at work. This includes problem-solving, prioritisation and numerical skills, amongst other things.

Round 3 - Assignment 

An assignment is the transfer of rights or property. In financial markets, it is a notice to an options writer that the option has been exercised.

Interview Preparation Tips

Interview preparation tips for other job seekers - Finding a job is easier said than done. While you may know to submit a professional résumé, write a thoughtful cover letter and practice before an interview, sometimes you still don't get the job.

While every job-search experience is different, it's helpful to hear from others who are in or have been in the same boat as you. Here, experts and past job seekers share some of their best advice for landing your dream role:
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Use built-in methods like split(), reverse(), and join() to reverse the string

    • Alternatively, loop through the string from end to start and build a new reversed string

  • Answered by AI

Skills evaluated in this interview

Codeflies Technologies Interview FAQs

How many rounds are there in Codeflies Technologies Front end Developer interview?
Codeflies Technologies interview process usually has 6 rounds. The most common rounds in the Codeflies Technologies interview process are HR, Resume Shortlist and Technical.
What are the top questions asked in Codeflies Technologies Front end Developer interview?

Some of the top questions asked at the Codeflies Technologies Front end Developer interview -

  1. What is html and diffrence between html and HTM...read more
  2. Difference between visibility hidden and display n...read more
  3. What is css and types of c...read more

Tell us how to improve this page.

Codeflies Technologies Front end Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Codeflies Technologies Front end Developer Salary
based on 4 salaries
₹1.8 L/yr - ₹3.5 L/yr
52% less than the average Front end Developer Salary in India
View more details
PHP Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Designer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SEO Executive
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Codeflies Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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