Interview Questions

AJAX Interview Questions Android Interview Questions Angular 2 Interview Questions AngularJs Interview Questions Apache Presto Interview Questions Apache Tapestry Interview Questions Arduino Interview Questions ASP.NET MVC Interview Questions Aurelia Interview Questions AWS Interview Questions Blockchain Interview Questions Bootstrap Interview Questions C Interview Questions C Programming Coding Interview Questions C# Interview Questions Cakephp Interview Questions Cassandra Interview Questions CherryPy Interview Questions Clojure Interview Questions Cobol Interview Questions CodeIgniter interview Questions CoffeeScript Interview Questions Cordova Interview Questions CouchDB interview questions CSS Buttons Interview Questions CSS Interview Questions D Programming Language Interview Questions Dart Programming Language Interview Questions Data structure & Algorithm Interview Questions DB2 Interview Questions DBMS Interview Questions Django Interview Questions Docker Interview Questions DOJO Interview Questions Drupal Interview Questions Electron Interview Questions Elixir Interview Questions Erlang Interview Questions ES6 Interview Questions and Answers Euphoria Interview Questions ExpressJS Interview Questions Ext Js Interview Questions Firebase Interview Questions Flask Interview Questions Flex Interview Questions Fortran Interview Questions Foundation Interview Questions Framework7 Interview Questions FuelPHP Framework Interview Questions Go Programming Language Interview Questions Google Maps Interview Questions Groovy interview Questions GWT Interview Questions Hadoop Interview Questions Haskell Interview Questions Highcharts Interview Questions HTML Interview Questions HTTP Interview Questions Ionic Interview Questions iOS Interview Questions IoT Interview Questions Java BeanUtils Interview Questions Java Collections Interview Questions Java Interview Questions Java JDBC Interview Questions Java Multithreading Interview Questions Java OOPS Interview Questions Java Programming Coding Interview Questions Java Swing Interview Questions JavaFX Interview Questions JavaScript Interview Questions JCL (Job Control Language) Interview Questions Joomla Interview Questions jQuery Interview Questions js Interview Questions JSF Interview Questions JSP Interview Questions KnockoutJS Interview Questions Koa Interview Questions Laravel Interview Questions Less Interview Questions LISP Interview Questions Magento Interview Questions MariaDB Interview Questions Material Design Lite Interview Questions Materialize CSS Framework Interview Questions MathML Interview Questions MATLAB Interview Questions Meteor Interview Questions MongoDB interview Questions Moo Tools Interview Questions MySQL Interview Questions NodeJS Interview Questions OpenStack Interview Questions Oracle DBA Interview Questions Pascal Interview Questions Perl interview questions Phalcon Framework Interview Questions PhantomJS Interview Questions PhoneGap Interview Questions Php Interview Questions PL/SQL Interview Questions PostgreSQL Interview Questions PouchDB Interview Questions Prototype Interview Questions Pure CSS Interview Questions Python Interview Questions R programming Language Interview Questions React Native Interview Questions ReactJS Interview Questions RequireJs Interview Questions RESTful Web Services Interview Questions RPA Interview Questions Ruby on Rails Interview Questions SAS Interview Questions SASS Interview Questions Scala Interview Questions Sencha Touch Interview Questions SEO Interview Questions Servlet Interview Questions SQL Interview Questions SQL Server Interview Questions SQLite Interview Questions Struts Interview Questions SVG Interview Questions Swift Interview Questions Symfony PHP Framework Interview Questions T-SQL(Transact-SQL) Interview Questions TurboGears Framework Interview Questions TypeScript Interview Questions UiPath Interview Questions VB Script Interview Questions VBA Interview Questions WCF Interview Questions Web icon Interview Questions Web Service Interview Questions Web2py Framework Interview Questions WebGL Interview Questions Website Development Interview Questions WordPress Interview Questions Xamarin Interview Questions XHTML Interview Questions XML Interview Questions XSL Interview Questions Yii PHP Framework Interview Questions Zend Framework Interview Questions Network Architect Interview Questions

Top 30 Flex Interview Questions for 2022

1) What is Flex?

Flex is an open source framework which is used to build applications for mobile, browser and desktop. It provides FLEX SDK consisting of the Flex class library, Flex compilers and ActionScript programming languages and other utilities to build applications.

2) What are the advantages of Flex?

Advantages of Flex are:
  • Platform independent
  • Flex applications can run on Android, iOS devices, desktop and Browsers
  • It interacts with all server side technologies
  • It reduces the loading time on the server side

3) What are the Basic Controls in Flex?

Basic Controls in Flex are:
  • Label
  • Text
  • Image
  • LinkButton

4) What is Data Binding in Flex?

It is a process in which data of one object is tied to another object. It requires a source property, a destination property and a triggering event.

5) What are the ways to do Data Binding in Flex?

There are three ways to do Data Binding in Flex are:
<fx:binding> tag in MXML
BindingUtils in ActionScript
Curly brace syntax in MXML Script

6) What are the Form Controls used in Flex?

Form Controls used in Flex are:
  • Button
  • ToggleButton
  • CheckBox
  • ColorPicker
  • ComboBox
  • DateChooser
  • RadioButton
  • TextArea
  • TextInput
  • DropDownList
  • NumericStepper

7) What is Layout panel in Flex?

Layout Panel is used to organize UI controls on the page.

8) What is Skining in Flex?

It is a process of customizing look and feel of a UI Component completely. It is used to define image, text, transitions , filters and states of a compoent. We can control all visual aspects of a UI component by using skin.

9) What are the types of RPC Services used in Flex?

There are three types of RPC Services used in Flex are:
  • HttpService
  • WebService
  • RemoteObject

10) What is FlexPrintJob in Flex?

FlexPrintJob is a class which is used to print one or more Flex objects. It automatically uses multiple pages to print an object that does not fit on a single page.

11) What are the life cycle phases of Flex application?

Life cycle phases of Flex application are:
  • Preinitialize
  • Initialize
  • Creation Complete
  • Application Complete

12) How can you use two Styles at the same time?

By using external style sheets and Inline style commands.

13) How will you call Java method from Flex?

By using RemoteObject.

14) What are the Config files used for connecting Java and Flex?

The Config files used for connecting Java and Flex are:
  • proxy-config.xml
  • remoting-config.xml
  • services-config.xml
  • messaging-config.xml
  • data-management-config.xml

15) What are the Basic Visual Effects used in Flex?

Basic Visual Effects used in Flex are:
  • Fade
  • Move3D
  • Animate
  • Scale3D
  • Rotate3D
  • WipeLeft
  • WipeRight

16) What are system requirement to install the Flex?

There are various system requirements to install the Flex that are given below in the table:
JDK 1.4 Or above.
Memory No minimum requirement.
Disk Space No minimum requirement.
Operating System No minimum requirement.

17) Does flex interact with all server side technologies?

Yes, flex interacts with all server side technologies.

18) What are the important parts to create Flex application?

There are four important parts to create Flex application:
    Flex Framework Libraries
  • Client-side code
  • Public Resources (HTML/JS/CSS)
  • Server-side code

19) In which language Flex Client Side Code can be written?

Flex Client Side Code can be written in MXML and ActionScript language.

20) What is the default port supported by Flex?

The default port supported by flex is 8080.

21) What is Skinning in Flex?

In Flex, Skinning is a process of customizing look and feel of a UI.

22) What is data binding in Flex?

Data binding is a process in which data of one object is tied to another object.

23) What are the form controls in Flex?

There are various form controls in Flex that are given below:
  • Button
  • 4ToggleButton
  • CheckBox
  • ColorPicker
  • DataChooser
  • NumericStepper etc.

24) What are the ways to create custom component?

There are two ways to create custom component:
  • Using ActionScrip
  • Using MXML

25) What is RPC Services in Flex?

In Flex, RPC services controls server side data to the client side. HttpServiceWebService and RemoteObject are the RPC services.

26) How can we create Test case class in Flex?

In Flex, we can create Test case class by using Flash Builder.
Step: File > New > Test Case Class

27) What are the different tasks when the Flex code is debugging?

There are following different tasks when the flex code is debugging:
  • We can set break points in the code and see them in Breakpoint Explorer.
  • All the code is debugging line by line.
  • We can view the values of variable.
  • Inspect the values of all the variables.
  • Inspect the value of an expression.
  • Display the stack frame for suspended threads.

28) What are the two ways to internationalize a Flex application?

There are two ways to internationalize a Flex application.
  • Compile Time Internationalization
  • Run Time Internationalization

29) Which class is used to print Flex objects?

FlexPrintJob class is used to print Flex objects.

30) How can we add visual effect in Flex?

We can add visual effect by using Flex Effect Class class.