Upload Button Icon Add office photos

Filter interviews by

Fa Software Services UI Developer Interview Questions and Answers

Updated 22 Mar 2024

Fa Software Services UI Developer Interview Experiences

2 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2022

I applied via Naukri.com and was interviewed before Nov 2021. 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 we page using html and css

Round 3 - One-on-one 

(1 Question)

  • Q1. Basics questions from javascript
Round 4 - HR 

(1 Question)

  • Q1. Here discuss your CTC
  • Ans. 

    I am currently earning a salary of X per annum.

    • My current CTC is based on my experience, skills, and market standards.

    • I am open to discussing salary expectations for this role.

    • I am looking for a fair compensation package that aligns with my expertise.

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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Fa Software Services UI Developer interview:
  • Html5
  • CSS3
  • Angularjs
  • Bootstrap
Interview preparation tips for other job seekers - Try try try one day you will reach your destination

UI Developer Interview Questions & Answers

user image Anonymous

posted on 22 Mar 2024

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

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

Round 1 - Coding Test 

There given task to creating a responsive website.

Round 2 - HR 

(1 Question)

  • Q1. Friendly conversation

UI Developer Interview Questions Asked at Other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkbox ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. Explain Higher order function and Higher order component?
Q4. What is Call, Apply and Bind in javscript
Q5. What is meta tag? What is position What promise What is callback ... read more

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Apr 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 - Technical 

(2 Questions)

  • Q1. Very easy basic questions enough to crack? Polymorphism? Inheritance?
  • Q2. Polymorphism Inheritance
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Oct 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 - Assignment 

A design was shared, I had to develop before going to interview

Round 3 - Coding Test 

Code test on situation, what would you do if you face a situation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on DSA were asked by the interviewer at first.
  • Q2. Some theoretical questions from DBMS and oops and also asked to write some SQL queries.
Round 2 - Technical 

(2 Questions)

  • Q1. This round was also similar to the first technical round at first given a DSA question.
  • Q2. After that I was asked to write some SQL queries and also questions from resume were asked.
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was managerial round which was was offline in person interview. At first he asked sone basic DBMS and oops questions.
  • Q2. Then gave me a question and asked me to write a complex SQL query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up DSA and work on SQL queries.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(5 Questions)

  • Q1. Difference between function and stored procedure.
  • Ans. 

    Functions return a value while stored procedures do not. Functions can be used in SELECT statements, stored procedures cannot.

    • Functions return a value, stored procedures do not

    • Functions can be used in SELECT statements, stored procedures cannot

    • Functions must return a value, stored procedures may or may not

  • Answered by AI
  • Q2. Write a query to find the manager of the employee.
  • Ans. 

    Use a self join to find the manager of the employee.

    • Join the employee table with itself on the manager_id and employee_id columns

    • Select the manager's details based on the employee's manager_id

  • Answered by AI
  • Q3. To write a stored procedure.
  • Q4. What is trigger?
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.

    • Triggers can be used to enforce business rules, perform data validation, or maintain referential integrity.

    • Examples of trigger events include INSERT, UPDATE, and DELETE operations on a table.

    • Triggers can be defined to execute before or after the triggering event.

  • Answered by AI
  • Q5. What do you know about JSON?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Normal java coding question

Round 2 - Technical 

(2 Questions)

  • Q1. What are spring ioc
  • Ans. 

    Spring IoC (Inversion of Control) is a design pattern where the control of object creation and lifecycle is shifted to a container or framework.

    • In Spring IoC, objects are created and managed by the Spring container.

    • It helps in achieving loose coupling between classes.

    • Dependency Injection is a key feature of Spring IoC, where dependencies of a class are injected by the container.

    • Example: @Autowired annotation in Spring

  • Answered by AI
  • Q2. Different implementation of map interface
  • Ans. 

    The Map interface in Java provides a way to store key-value pairs and retrieve values based on keys.

    • Different implementations of the Map interface include HashMap, TreeMap, LinkedHashMap, and ConcurrentHashMap.

    • HashMap provides constant-time performance for basic operations but does not guarantee the order of elements.

    • TreeMap maintains elements in sorted order based on keys.

    • LinkedHashMap maintains the insertion order of...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Three long paragraph questions related to logical thinking take around 20-25 min to solve.

Round 2 - Coding Test 

Three coding questions on array, square matrix and monster game.

Round 3 - HR 

(2 Questions)

  • Q1. Asks to introduce yourself
  • Q2. Regarding your interests in IT field and skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was an aptitude test with different sections logical reasoning, aptitude, numerical analysis

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your long term career objective

Interview Preparation Tips

Interview preparation tips for other job seekers - This entire company is fraud. Do not join

I applied via Job Portal and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How html css and js be executed
  • Ans. 

    HTML, CSS, and JS are executed by the browser.

    • HTML is parsed and rendered into a Document Object Model (DOM)

    • CSS is applied to the DOM to style the content

    • JS is executed to add interactivity and manipulate the DOM

    • Browser engines like Blink, Gecko, and WebKit handle the execution

  • Answered by AI
  • Q2. When to use functional components and when to use class components (other than state management)
  • Ans. 

    Functional components are simpler and easier to test, while class components offer more features and lifecycle methods.

    • Use functional components for simple UI components

    • Use class components for more complex UI components

    • Functional components are easier to read and maintain

    • Class components offer more lifecycle methods and state management options

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the basics of your favourite technology whether it is react or angular or js

Skills evaluated in this interview

Fa Software Services Interview FAQs

How many rounds are there in Fa Software Services UI Developer interview?
Fa Software Services interview process usually has 3 rounds. The most common rounds in the Fa Software Services interview process are HR, Coding Test and Resume Shortlist.
What are the top questions asked in Fa Software Services UI Developer interview?

Some of the top questions asked at the Fa Software Services UI Developer interview -

  1. Here discuss your ...read more
  2. Basics questions from javascr...read more
  3. Friendly conversat...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Fa Software Services interviews
WalkIn
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Fa Software Services UI Developer Salary
based on 10 salaries
₹2.7 L/yr - ₹3.3 L/yr
53% less than the average UI Developer Salary in India
View more details

Fa Software Services UI Developer Reviews and Ratings

based on 2 reviews

2.7/5

Rating in categories

2.7

Skill development

1.0

Work-Life balance

1.7

Salary & Benefits

1.0

Job Security

2.7

Company culture

2.4

Promotions/Appraisal

2.7

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
157 salaries
unlock blur

₹1 L/yr - ₹8.7 L/yr

Software Developer
43 salaries
unlock blur

₹1.6 L/yr - ₹4.8 L/yr

RPA Developer
39 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Softwaretest Engineer
30 salaries
unlock blur

₹1.7 L/yr - ₹6.5 L/yr

Business Analyst
29 salaries
unlock blur

₹2.5 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Fa Software Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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