300+ Ancillary Services FAQs and Answers [Experienced / Freshers]

Ancillary Services Interview Questions with Answers

Question: 1. What Do You Understand By Ancillary Business?

Answer:

It is a assisting business to main commercial enterprise of the banks.

Question: 2. Can You Give Some Examples?

Answer:

Transfer of budget from one region to any other, collection of cheques for clients, locker offerings are a few examples.

Financial Reporting and Analysis Interview Questions
Question three. What Are Rtgs And Neft?

Answer:

Real Time Gross Settlement and National Electronic Fund Transfer systems.

Question: 4. What Do You Know About Cheque Bouncing?

Answer:

When a cheque is again because stability inside the account is insufficient, then it’s miles called cheque leap.

Financial Reporting and Analysis Tutorial
Question five. How Banks Clear Cheques For Customers?

Answer:

Local cheques are cleared through clearing residence and different cheques by sending to their personal branches, in respective places. If no department is installed, cheques are despatched without delay to the alternative financial institution branch.

Modern Banking Interview Questions
Question 6. For How Many Days A Cheque Is Valid?

Answer:

Three months from date of the issue of cheque.

Question: 7. What Is A Stale Cheque?

Answer:

Three months after the date of trouble cheque is called a stale cheque.

Modern Banking Tutorial Banking Supervision Interview Questions
Question eight. What Is A Post Dated Cheque?

Answer:

In a simple way, if a cheque dated tomorrow is offered these days, then it’s far a submit dated one.

Question: nine. What Is The Difference Between An Open Cheque And Crossed Cheque?

Answer:

Payment of an open cheque is done to the payee / bearer or endorsee, in which as a crossed cheque is to be placed through an account.

Financial Services Marketing Interview Questions
Question 10. Can You Tell Something About Locker Service?

Answer:

Safe Deposit Lockers are employed to customers towards complete KYC compliance. Rent could be accrued annually earlier. Customer is given a key to function.

Financial Services Marketing Tutorial
Question eleven. Can Customer Himself Operate?

Answer:

No, there might be a grasp key with the bank.

International Trade Interview Questions
Question 12. Lockers Are Given To Which Type Of Customers?

Answer:

Lockers are normally given to Individual and joint account holders.

Financial Reporting and Analysis Interview Questions
Question thirteen. What About Firms For Trusts?

Answer:

Yes corporations, trusts and organizations also can lease lockers.

Question: 14. Is Nomination Available For Locker Accounts?

Answer:

Yes, it’s far to be had.

Question: 15. Can A Minor Be Nominated For Locker A/c?

Answer:

No, minor can’t be nominated.

Trade Marketing Interview Questions

300+ Apache Activemq FAQs and Answers [Experienced / Freshers]

Apache Activemq Interview Questions with Answers

Question: 1. What Is Activemq?

Answer:

Apache ActiveMQ is an open source message broker written in Java together with a complete Java Message Service (JMS) consumer. It presents “Enterprise Features” which in this situation method fostering the communique from more than one patron or server.

Question: 2. What Is Use Of Activemq Instead Of Other Options Like Database?

Answer:

Activemq is used to reliably speak among two allotted processes. It can save messages in a database to communicate among to strategies, however as quickly as the message is obtained you would ought to delete the message. That approach a row insert and delete for each message. When you try and scale that up speaking hundreds of messages consistent with 2d, databases generally tend to fall over.
Message orientated middleware like ActiveMQ then again are build to deal with the ones use cases. They asume that messages in a healthful system might be deleted right away and might do optimizations to keep away from the overhead. It can also push messages to consumers instead of a consumer having to ballot  for brand new message through doing a SQL question. This in addition reduces the latency worried in processing new messages being sent into the system.
Apache Cassandra Interview Questions
Question three. What Is Jms?

Answer:

Java Message Service (JMS) is an application program interface (API) from Sun Microsystems that supports the formal verbal exchange known as messaging between computers in a community. Sun’s JMS gives a common interface to conventional messaging protocols and also to important messaging offerings in aid of Java packages. ActiveMQ is based on JMS.

Question: 4. How Does Activemq Compare To Amqp ?

Answer:

AMQP stands for the Advanced Message Queue Protocol and is a specification for how messaging clients and agents can interoperate. AMQP is a specification of a wire-degree protocol for purchaser to message broking verbal exchange. It isn’t always a messaging system like ActiveMQ, however only a messaging protocol.

ActiveMQ now implements AMQP 1.Zero

ActiveMQ additionally supports other open twine protocols:

    OpenWire, a quick binary layout
    Stomp, a simple and without difficulty implemented textual content based-protocol
    MQTT, a compact binary layout for confined gadgets on an unreliable community

Through these protocols, ActiveMQ can aid clients in C, C++, C#, Ruby, Python, Perl, PHP, Pike and so on. AMQP is most similar to OpenWire, because both OpenWire and AMQP are designed for excessive performance messaging, through a binary (in place of text-primarily based) layout. As a textual content-based totally format, STOMP is much easier to enforce, but offers incredibly slower performance.

Apache Cassandra Tutorial
Question five. How Do I Build But Disable The Unit Tests ?

Answer:

The take a look at instances in ActiveMQ can take a completely long time to run.

To disable this you could try the following
mvn install -Dmaven.Test.Skip=true

Apache Hive Interview Questions
Question 6. What Platforms Does Activemq Support?

Answer:

ActiveMQ 5.0-5.7 helps any Java platform of Java five.Zero or later. To run on 1.Four see these instructions. ActiveMQ five.8-5.10 require Java 6 or better and the releases from 5.11 onwards require Java 7 or later.

ActiveMQ is based on J2EE 1.4 or later and so implements JMS 1.1 and a JCA 1.Five Resource Adaptor.

We frequently test ActiveMQ on Windows, OS X, Linux even though we are aware of individuals who use AIX and Solaris too.

Question: 7. How Does Activemq Compare To Artemis?

Answer:

Artemis is the codename used for the HornetQ code that became donated to the Apache Foundation.

It is feasible that Artemis will finally turn out to be the successor to ActiveMQ five.X (and that it might subsequently be branded as ActiveMQ 6.X), but no choice approximately that were made as of April 2015 as documented in that month’s ActiveMQ Board Report.

Apache Hive Tutorial Apache Pig Interview Questions
Question eight. How Does Activemq Compare To Fuse Message Broker ?

Answer:

Fuse Message Broker is an authorized distribution of Apache ActiveMQ provided by using FuseSource. FuseSource does all of its development and bug fixes as a part of the Apache ActiveMQ community, so there are not any practical differences among the two. FuseSource can also do extra common releases than Apache, so it’s far feasible to get bug fixes from a Fuse Message Broker release earlier than from an reputable Apache ActiveMQ launch.

Question: nine. Mention Few Features Of Activemq ?

Answer:

JMS compliance : ActiveMQ is an implementation of JMS ,so have all blessings that JMS have.

Persistent : ActiveMQ has inbuilt KahaDB and it is able to be plugged to outside DB as properly.

Security : ActiveMQ provides authentication and authorization.

Cluster : Many ActiveMQ dealer can make cluster to work together.

Client API : ActiveMQ presents patron API for lots languages.

Apache Kafka Interview Questions
Question 10. How Does Openwire Compare To Stomp ?

Answer:

OpenWire is the local protocol that Apache ActiveMQ makes use of. It is designed for overall performance and size at the wire – sacrificing some ease of implementation with higher performance and decreased community bandwidth as a concern. OpenWire turned into first launched in Apache ActiveMQ four.Zero.

Stomp is a less complicated textual content based totally protocol that’s designed to be quite simple to put in force in some hours in any language or platform (e.G. You may use a telnet consumer to communicate via Stomp). A Stomp customer isn’t always going to be as green as an consumer that uses
OpenWire, however it tons simpler so you can commonly be up and going for walks with it a good deal quicker.

Apache Pig Tutorial
Question 11. How Can I Monitor The Connection With The Broker ?

Answer:

You can reveal the status of the connection with the dealer thru the addTransportListener() technique at the ActiveMQConnection.

This method takes a TransportListener that is notified as the relationship is hooked up & dropped. It also allows you to work with the Failover Transport yet nevertheless realize the status of the relationship.

Apache Ant Interview Questions
Question 12. How Does Activemq Compare To Spread Toolkit ?

Answer:

Spread Toolkit is a C++ library for messaging and only has partial support for JMS. It does not help durable messaging, transactions, XA or full JMS 1.1. It is likewise dependent on a local code Spread daemon running on the system.

Apache ActiveMQ however is the JMS company utilized in Apache Geronimo and is J2EE 1.Four licensed in Geronimo and is one hundred% pure Java. ActiveMQ supports brief and durable messaging, transactions, XA, J2EE 1.4, JMS 1.1, JCA 1.5 as well as hundreds of different capabilities like Message Groups and Clustering.

Apache Cassandra Interview Questions

300+ Apache Spark FAQs and Answers [Experienced / Freshers]

Apache Spark Interview Questions with Answers

Question: 1. What Is Shark?

Answer:

Most of the information customers realize most effective SQL and aren’t precise at programming. Shark is a device, developed for folks who are from a database heritage – to access Scala MLib talents via Hive like SQL interface. Shark tool allows statistics users run Hive on Spark – supplying compatibility with Hive metastore, queries and data.

Question: 2. List Some Use Cases Where Spark Outperforms Hadoop In Processing.?

Answer:

Sensor Data Processing –Apache Spark’s ‘In-reminiscence computing’ works great here, as facts is retrieved and mixed from exceptional sources.
Spark is preferred over Hadoop for real time querying of information
Stream Processing – For processing logs and detecting frauds in stay streams for signals, Apache Spark is the pleasant answer.
Apache Tapestry Interview Questions
Question three. What Is A Sparse Vector?

Answer:

A sparse vector has two parallel arrays –one for indices and the alternative for values. These vectors are used for storing non-zero entries to keep space.

Question: four. What Is Rdd?

Answer:

RDDs (Resilient Distributed Datasets) are simple abstraction in Apache Spark that constitute the data getting into the gadget in object format. RDDs are used for in-memory computations on huge clusters, in a fault tolerant way. RDDs are study-only portioned, collection of records, that are –

Immutable – RDDs cannot be altered.

Resilient – If a node maintaining the partition fails the alternative node takes the facts.

Apache Tapestry Tutorial
Question 5. Explain About Transformations And Actions In The Context Of Rdds.?

Answer:

Transformations are features achieved on call for, to supply a new RDD. All ameliorations are followed by using actions. Some examples of alterations include map, filter out and reduceByKey.

Actions are the outcomes of RDD computations or changes. After an motion is executed, the facts from RDD moves lower back to the neighborhood gadget. Some examples of actions include reduce, acquire, first, and take.

Apache Cassandra Interview Questions
Question 6. What Are The Languages Supported By Apache Spark For Developing Big Data Applications?

Answer:

Scala, Java, Python, R and Clojure

Question: 7. Can You Use Spark To Access And Analyse Data Stored In Cassandra Databases?

Answer:

Yes, it’s miles viable in case you use Spark Cassandra Connector.

Apache Cassandra Tutorial Apache Solr Interview Questions
Question 8. Is It Possible To Run Apache Spark On Apache Mesos?

Answer:

Yes, Apache Spark can be run on the hardware clusters managed by way of Mesos.

Question: 9. Explain About The Different Cluster Managers In Apache Spark?

Answer:

The 3 one of a kind clusters managers supported in Apache Spark are:

YARN
Apache Mesos -Has rich aid scheduling abilities and is well acceptable to run Spark along with other packages. It is fantastic when numerous customers run interactive shells as it scales down the CPU allocation among commands.
Standalone deployments – Well applicable for new deployments which only run and are easy to set up.
Apache Storm Interview Questions
Question 10. How Can Spark Be Connected To Apache Mesos?

Answer:

To join Spark with Mesos:

Configure the spark motive force application to hook up with Mesos. Spark binary package must be in a vicinity on hand by way of Mesos. (or)
Install Apache Spark in the identical place as that of Apache Mesos and configure the assets ‘spark.Mesos.Executor.Home’ to point to the vicinity wherein it’s miles mounted.
Apache Solr Tutorial
Question 11. How Can You Minimize Data Transfers When Working With Spark?

Answer:

Minimizing facts transfers and averting shuffling facilitates write spark programs that run in a quick and reliable way.

The various ways wherein information transfers can be minimized while working with Apache Spark are:

Using Broadcast Variable- Broadcast variable complements the efficiency of joins among small and large RDDs.
Using Accumulators – Accumulators help update the values of variables in parallel whilst executing.
The maximum common way is to avoid operations ByKey, repartition or another operations which trigger shuffles.
Apache Hive Interview Questions
Question 12. Why Is There A Need For Broadcast Variables When Working With Apache Spark?

Answer:

These are study most effective variables, present in-memory cache on each system. When working with Spark, utilization of broadcast variables removes the need to deliver copies of a variable for each assignment, so data may be processed faster. Broadcast variables help in storing a lookup desk within the reminiscence which complements the retrieval efficiency when compared to an RDD research ().

Apache Tapestry Interview Questions
Question thirteen. Is It Possible To Run Spark And Mesos Along With Hadoop?

Answer:

Yes, it’s far viable to run Spark and Mesos with Hadoop by way of launching every of those as a separate provider on the machines. Mesos acts as a unified scheduler that assigns tasks to both Spark or Hadoop.

Apache Storm Tutorial
Question 14. What Is Lineage Graph?

Answer:

The RDDs in Spark, depend on one or extra other RDDs. The representation of dependencies in among RDDs is called the lineage graph. Lineage graph records is used to compute each RDD on call for, in order that on every occasion a part of continual RDD is lost, the statistics that is lost may be recovered the usage of the lineage graph records.

Question: 15. How Can You Trigger Automatic Clean-americaIn Spark To Handle Accumulated Metadata?

Answer:

You can trigger the clean-usaby setting the parameter ‘spark.Cleanser.Ttl’ or through dividing the long going for walks jobs into different batches and writing the intermediary results to the disk.

Apache Pig Interview Questions
Question 16. Explain About The Major Libraries That Constitute The Spark Ecosystem?

Answer:

Spark MLib- Machine gaining knowledge of library in Spark for commonly used mastering algorithms like clustering, regression, class, and so on.

Spark Streaming – This library is used to procedure actual time streaming statistics.

Spark GraphX – Spark API for graph parallel computations with simple operators like joinVertices, subgraph, aggregateMessages, and many others.

Spark SQL – Helps execute SQL like queries on Spark information using general visualization or BI equipment.

Apache Hive Tutorial
Question 17. What Are The Benefits Of Using Spark With Apache Mesos?

Answer:

It renders scalable partitioning among various Spark times and dynamic partitioning among Spark and other large records frameworks.

Apache Flume Interview Questions
Question 18. What Is The Significance Of Sliding Window Operation?

Answer:

Sliding Window controls transmission of data packets between numerous pc networks. Spark Streaming library offers windowed computations wherein the variations on RDDs are applied over a sliding window of facts. Whenever the window slides, the RDDs that fall inside the particular window are combined and operated upon to provide new RDDs of the windowed DStream.

Apache Cassandra Interview Questions
Question 19. What Is A Dstream?

Answer:

Discretized Stream is a series of Resilient Distributed Databases that constitute a stream of facts. DStreams may be constructed from diverse assets like Apache Kafka, HDFS, and Apache Flume.

DStreams have  operations: –

Transformations that produce a new DStream.
Output operations that write facts to an outside system.
Apache Pig Tutorial
Question 20. When Running Spark Applications, Is It Necessary To Install Spark On All The Nodes Of Yarn Cluster?

Answer:

Spark want now not be installed when walking a task under YARN or Mesos due to the fact Spark can execute on top of YARN or Mesos clusters with out affecting any alternate to the cluster.

Apache Kafka Interview Questions
Question 21. What Is Catalyst Framework?

Answer:

Catalyst framework is a brand new optimization framework present in Spark SQL. It allows Spark to robotically remodel SQL queries by means of adding new optimizations to build a quicker processing machine.

Question: 22. Name A Few Companies That Use Apache Spark In Production.?

Answer:

Pinterest, Conviva, Shopify, Open Table

Apache Flume Tutorial
Question 23. Which Spark Library Allows Reliable File Sharing At Memory Speed Across Different Cluster Frameworks?

Answer:

Tachyon

Apache Ant Interview Questions
Question 24. Why Is Blinkdb Used?

Answer:

BlinkDB is a query engine for executing interactive SQL queries on big volumes of data and renders query consequences marked with significant error bars. BlinkDB facilitates customers balance ‘question accuracy’ with reaction time.

Apache Solr Interview Questions
Question 25. How Can You Compare Hadoop And Spark In Terms Of Ease Of Use?

Answer:

Hadoop MapReduce calls for programming in Java that is difficult, although Pig and Hive make it substantially easier. Learning Pig and Hive syntax takes time. Spark has interactive APIs for one-of-a-kind languages like Java, Python or Scala and also consists of Shark i.E. Spark SQL for SQL fans – making it comparatively simpler to use than Hadoop.

Apache Kafka Tutorial
Question 26. What Are The Common Mistakes Developers Make When Running Spark Applications?

Answer:

Developers often make the error of:-

Hitting the net carrier several times by the usage of multiple clusters.
Run the whole thing at the neighborhood node as opposed to distributing it.
Developers want to be careful with this, as Spark makes use of reminiscence for processing.
Apache Camel Interview Questions
Question 27. What Is The Advantage Of A Parquet File?

Answer:

Parquet document is a columnar format record that enables:

Limit I/O operations
Consumes much less space
Fetches most effective required columns.
Apache Storm Interview Questions
Question 28. What Are The Various Data Sources Available In Sparksql?

Answer:

Parquet record
JSON Datasets
Hive tables
Apache Ant Tutorial
Question 29. What Are The Key Features Of Apache Spark That You Like?

Answer:

Spark gives superior analytic alternatives like graph algorithms, system getting to know, streaming statistics, and many others
It has integrated APIs in multiple languages like Java, Scala, Python and R
It has true overall performance profits, as it facilitates run an software in the Hadoop cluster ten instances faster on disk and a hundred times faster in reminiscence.
Apache Tajo Interview Questions
Question 30. What Do You Understand By Pair Rdd?

Answer:

Special operations may be performed on RDDs in Spark the use of key/price pairs and such RDDs are called Pair RDDs. Pair RDDs permit customers to get entry to every key in parallel. They have a reduceByKey () method that collects statistics primarily based on every key and a be a part of () approach that combines unique RDDs collectively, based at the factors having the identical key.

Question: 31. Explain About The Different Types Of Transformations On Dstreams?

Answer:

Stateless Transformations:- Processing of the batch does no longer rely upon the output of the preceding batch.

Examples: map (), reduceByKey (), filter ().

Stateful Transformations:- Processing of the batch depends on the intermediary consequences of the previous batch.

Examples: Transformations that rely on sliding windows.

Apache Tajo Tutorial
Question 32. Explain About The Popular Use Cases Of Apache Spark?

Answer:

Apache Spark is in particular used for:

Iterative gadget learning.
Interactive information analytics and processing.
Stream processing
Sensor data processing
Apache Impala Interview Questions
Question 33. Is Apache Spark A Good Fit For Reinforcement Learning?

Answer:

No. Apache Spark works properly simplest for simple machine mastering algorithms like clustering, regression, classification.

Apache Hive Interview Questions
Question 34. What Is Spark Core?

Answer:

It has all of the simple functionalities of Spark, like – memory management, fault recuperation, interacting with garage systems, scheduling duties, etc.

Question: 35. How Can You Remove The Elements With A Key Present In Any Other Rdd?

Answer:

Use the subtractByKey () function.

Question: 36. What Is The Difference Between Persist() And Cache()?

Answer:

persist () permits the consumer to specify the storage degree in which as cache () uses the default storage level.

Apache Pig Interview Questions
Question 37. What Are The Various Levels Of Persistence In Apache Spark?

Answer:

Apache Spark mechanically persists the intermediary data from diverse shuffle operations, but it’s miles often advised that customers name persist () technique at the RDD in case they plan to reuse it. Spark has numerous endurance degrees to store the RDDs on disk or in reminiscence or as a combination of both with distinct replication levels.

The numerous storage/patience degrees in Spark are:

MEMORY_ONLY
MEMORY_ONLY_SER
MEMORY_AND_DISK
MEMORY_AND_DISK_SER, DISK_ONLY
OFF_HEAP

Question: 38. How Spark Handles Monitoring And Logging In Standalone Mode?

Answer:

Spark has an internet based totally person interface for tracking the cluster in standalone mode that indicates the cluster and process data. The log output for every activity is written to the work listing of the slave nodes.

Question: 39. Does Apache Spark Provide Check Pointing?

Answer:

Lineage graphs are constantly useful to recover RDDs from a failure but this is usually time ingesting if the RDDs have long lineage chains. Spark has an API for check pointing i.E. A REPLICATE flag to persist. However, the decision on which information to checkpoint – is decided by means of the consumer. Checkpoints are beneficial while the lineage graphs are lengthy and feature wide dependencies.

Question: forty. How Can You Launch Spark Jobs Inside Hadoop Mapreduce?

Answer:

Using SIMR (Spark in MapReduce) users can run any spark task inner MapReduce with out requiring any admin rights.

Apache Flume Interview Questions
Question 41. How Spark Uses Akka?

Answer:

Spark makes use of Akka basically for scheduling. All the workers request for a task to grasp after registering. The grasp simply assigns the mission. Here Spark makes use of Akka for messaging among the employees and masters.

Question: forty two. How Can You Achieve High Availability In Apache Spark?

Answer:

Implementing single node healing with nearby document gadget
Using StandBy Masters with Apache ZooKeeper.
Apache Kafka Interview Questions
Question forty three. Hadoop Uses Replication To Achieve Fault Tolerance. How Is This Achieved In Apache Spark?

Answer:

Data storage version in Apache Spark is based on RDDs. RDDs help obtain fault tolerance via lineage. RDD continually has the information on the way to construct from other datasets. If any partition of a RDD is misplaced because of failure, lineage enables construct handiest that particular lost partition.

Question: 44. Explain About The Core Components Of A Distributed Spark Application.?

Answer:

Driver: The technique that runs the primary () technique of this system to create RDDs and perform modifications and actions on them.

Executor: The employee tactics that run the man or woman tasks of a Spark job.

Cluster Manager: A pluggable aspect in Spark, to launch Executors and Drivers. The cluster manager lets in Spark to run on pinnacle of other outside managers like Apache Mesos or YARN.

Question: forty five. What Do You Understand By Lazy Evaluation?

Answer:

Spark is highbrow within the way in which it operates on facts. When you tell Spark to operate on a given dataset, it heeds the instructions and makes a observe of it, in order that it does no longer neglect – but it does not anything, except asked for the final end result.

When a metamorphosis like map () is referred to as on a RDD-the operation is not carried out straight away. Transformations in Spark aren’t evaluated until you carry out an motion. This facilitates optimize the general data processing workflow.

Question: 46. Define A Worker Node.?

Answer:

A node that could run the Spark utility code in a cluster can be known as as a employee node. A worker node will have multiple employee which is configured via placing the SPARK_ WORKER_INSTANCES belongings in the spark-env.Sh file. Only one worker is started if the SPARK_ WORKER_INSTANCES belongings is not defined.

Question: forty seven. What Do You Understand By Schemardd?

Answer:

An RDD that includes row items (wrappers round primary string or integer arrays) with schema information about the form of statistics in each column.

Question: 48. What Are The Disadvantages Of Using Apache Spark Over Hadoop Mapreduce?

Answer:

Apache spark does no longer scale nicely for compute in depth jobs and consumes big variety of system sources. Apache Spark’s in-memory capability at times comes a chief roadblock for cost efficient processing of big statistics. Also, Spark does have its own file management device and subsequently wishes to be integrated with different cloud based totally records systems or apache hadoop.

Question: forty nine. Is It Necessary To Install Spark On All The Nodes Of A Yarn Cluster While Running Apache Spark On Yarn ?

Answer:

No , it isn’t always important because Apache Spark runs on top of YARN.

Question: 50. What Do You Understand By Executor Memory In A Spark Application?

Answer:

Every spark application has same constant heap size and fixed quantity of cores for a spark executor. The heap length is what called the Spark executor reminiscence that is controlled with the spark.Executor.Memory property of the –executor-memory flag.

Every spark utility can have one executor on every employee node. The executor memory is basically a measure on how a whole lot reminiscence of the employee node will the utility utilize.

Question: fifty one. What Does The Spark Engine Do?

Answer:

Spark engine schedules, distributes and video display units the facts application throughout the spark cluster.

Question: 52. What Makes Apache Spark Good At Low-latency Workloads Like Graph Processing And Machine Learning?

Answer:

Apache Spark stores information in-memory for faster version building and education. Machine getting to know algorithms require more than one iterations to generate a ensuing most useful model and similarly graph algorithms traverse all the nodes and edges.

These low latency workloads that need more than one iterations can cause elevated overall performance. Less disk access and  managed network traffic make a huge distinction whilst there is lots of records to be processed.

300+ Applescript FAQs and Answers [Experienced / Freshers]

Applescript Interview Questions with Answers

Question: 1. Which Is The Default Data Types In Apple Script?

Answer:

The records type Variant not exists. It has been replaced with the sort Object. Object types should be  explicitly forged to other primitive facts sorts.

Question: 2. How To Copy From One Script To Another Script In Qtp?

Answer:

Set obj=CreateObject(“Scripting.FileSystemObject”)

obj.CopyFile “C:est.Txt”, “D:est.Txt”.

Java Script Interview Questions
Question three. Is It Possible To Pass Optional Argument To Function In Apple Script?

Answer:

Visual Basic is a standalone device for growing separate  software additives which includes executable applications, COM  components and ActiveX Controls. It is beneficial while  constructing a specialised answer from scratch. VBA offers  the same powerful equipment as Visual Basic inside the context of  an current utility and is the exceptional option for  customising software that already meets maximum wishes.  VBScript is a lightweight model of the Visual Basic  language designed.

Question: 4. What Are Some Organizations Block Flash Movies From Being Received Through The Internet?

Answer:

While this is in part inspired by using fears of Flash viruses and Flash hackers, the more motivation is disciplining staff. Many managers of private businesses do not need their employees playing Flash video games at their office computer systems, so they will ban Flash films at work through technical blockers on the community. Do no longer be amazed in case your corporation chooses to implement a ban of Flash at your workplace.

Java Script Tutorial
Question 5. What Are The Differences Between Visual Basic, Vba And Apple Script? When Would It Be Appropriate To Use One As Opposed To Another?

Answer:

Visual Basic is a standalone tool for growing separate software additives which includes executable applications, COM components and ActiveX Controls. It is useful when  building a specialised solution from scratch. VBA gives  the same effective equipment as Visual Basic in the context of  an present application and is the best option for  customising software program that already meets most desires.  VBScript is a lightweight version of the Visual Basic  language designed.

FTP Script Interview Questions
Question 6. What Is Flash, Is It The Same As Adobe Flash?

Answer:

Flash become previously called “Macromedia Flash”, however is now relabeled as “Adobe Flash” because Adobe purchased Macromedia software in 2005.

Flash is streaming animation for internet pages. Sometimes Flash is a portion of an html internet web page, and every now and then a web web page is made totally of Flash. Either manner, Flash documents are called “Flash films”. These are unique .Swf layout documents that beam to your web browser screen as you watch them.

Question: 7. What Is The Equivalent Of Apple Scripts On Error In Jscript ?

Answer:

Apple Script uses the attempt/seize assemble to entice, handle, and throw exceptions. This is one area in which JScript is advanced to apple Script.

Javascript Advanced Tutorial Javascript Advanced Interview Questions
Question 8. Some Organizations Block Flash Movies From Being Received Through The Internet?

Answer:

While that is partially motivated through fears of Flash viruses and Flash hackers, the greater motivation is disciplining personnel. Many managers of private agencies do not want their employees playing Flash games at their office computers, so they’ll ban Flash films at work thru technical blockers on the community. Do not be surprised in case your employer chooses to put in force a ban of Flash at your office.

Question: nine. What Is Applescript?

Answer:

AppleScript is a scripting language for the Macintosh. It is an English-like language that has been in comparison to batch documents on PCs, but it’s miles more like UNIX shell scripts in its strength and versatility.

CoffeeScript Interview Questions
Question 10. How Do I Learn Applescript?

Answer:

Probably the excellent approach to gaining knowledge of AppleScript is to shop for one of the available AppleScript books or the Scripting Kit and work thru the scripts within the book. Constantly playing around with AppleScript also enables. Because Apple event and object version assist in third birthday party applications isn’t regular, you’ll quick discover that what works in a single program may not paintings in every other. Experience is the high-quality teacher in those instances.
Another street for studying how to script is to observe the scripts that others have written. Look at the instance scripts which can be furnished with the Scripting Kit. You also can watch the development of Apple events within the Log window (AppleScript 1.1) to learn greater about how scripts paintings. If you are using one of the 0.33 party script editors (Scripter or Script Debugger), you could watch the variables as they trade.
If you’re operating with an application that is recordable, you can report moves in the software after which study the scripts that it produces. Since the application is “writing” the script, you may get a better concept of the commands that it is aware and how they ought to be scripted.
Of course, you could usually be part of the MACSCRPT mailing list, study all the messages, and run all of the scripts that are posted and mentioned. This is a bit more interactive than analyzing a e-book.
CoffeeScript Tutorial
Question eleven. Is Applescript Available On Windows?

Answer:

Although there has been some early indication from Apple that AppleScript would be ported to Windows, that intention seems to were put on preserve.

Question: 12. How Can I Stop A Script From Running?

Answer:

If you are walking a script from the Script Editor, you can type command-period to prevent the script or click the Stop button. If the script going for walks is a droplet, you can additionally kind command-length. If you have a live open script that won’t stop, you could type shift-command-Q to forestall it.

Java Script Interview Questions
Question thirteen. I Compiled My Script And Some Of The Script Changed.

Answer:

Typically, scripts best alternate it they’ve residences that change. The script may additionally trade if it became at the beginning compiled under AppleScript 1.Zero and then run under 1.1. [From Jon Pugh]

Batch Script Tutorial
Question 14. What’s The Maximum Size Of A Script?

Answer:

Script Editor uses the Mac’s Text Edit toolbox routine which has a challenge of 32k. (Script Editor’s actual limit is 30,000 characters.) SimpleText, HyperCard and some other applications have the equal challenge. Script Debugger supports scripts more than 32k.

Question: 15. Can I Change The System Date Using Applescript?

Answer:

Currently, you can not change the system date and time using AppleScript on my own. You may want to create a script to manipulate the date and time thru the Date and Time Control Panel the use of Prefab Player. You could also do that using QuicKeys or KeyQuencer.

Question: 16. What Are Scripting Additions?

Answer:

Scripting Additions are code sources that add commands and functions to the AppleScript language. They are just like HyperCards CMDs and XFCNs. The live inside the Scripting Additions folder interior of the Extensions folder. Once established inside the Scripting Additions folder, they behave like a command within the AppleScript language.

300+ Aricent Java FAQs and Answers [Experienced / Freshers]

Aricent Java Interview Questions with Answers

Question: 1. What Is The Main Difference Between Java Platform And Other Platforms?

Answer:

The Java platform differs from maximum other systems inside the sense that it’s a software program-based totally platform that runs on top of other hardware-primarily based platforms.

It has two additives:

Runtime Environment
API(Application Programming Interface)
Question 2. When Abstract Methods Are Used?

Answer:

If you want a class to contain a particular method however you want the actual implementation of that technique to be decided by way of toddler instructions, you could declare the method within the figure elegance as summary.

Adv Java Interview Questions
Question 3. What Are Wrapper Classes?

Answer:

These are instructions that permit primitive sorts to be accessed as items.

Example: Integer, Character, Double, Boolean and so forth.

Question: 4. What Do You Mean By Platform Independence?

Answer:

Platform independence means that we are able to write and compile the java code in one platform (eg Windows) and might execute the elegance in every other supported platform eg (Linux,Solaris,and so forth).

Adv Java Tutorial
Question 5. What Is A Pointer And Does Java Support Pointers?

Answer:

Pointer is a reference take care of to a memory vicinity. Improper dealing with of pointers ends in reminiscence leaks and reliability problems as a result Java doesn’t help the usage of recommendations.

Core Java Interview Questions
Question 6. What Is The Difference Between Creating String As New() And Literal?

Answer:

When we create string with new() Operator, it’s created in heap and not brought into string pool even as String created the use of literal are created in String pool itself which exists in PermGen area of heap.

String s = new String(“Test”);

does no longer  positioned the object in String pool , we need to call String.Intern() approach that is used to put  them into String pool explicitly. Its only when you create String object as String literal e.G. String s = “Test” Java robotically placed that into String pool.

Question: 7. What Is The Use Of The Finally Block? Is Finally Block In Java Guaranteed To Be Called? When Finally Block Is Not Called?

Answer:

Finally is the block of code that executes usually. The code in eventually block will execute even supposing an exception is occurred. Finally block is NOT referred to as in following conditions

If the JVM exits at the same time as the strive or catch code is being carried out, then the ultimately block may not execute. This may also appear because of System.Exit() name.
If the thread executing the attempt or capture code is interrupted or killed, the ultimately block may not execute even though the application as an entire maintains.
If a exception is thrown in finally block and now not handled then last code in eventually block might not be executed.
Core Java Tutorial Java-Springs Interview Questions
Question eight. What’s The Difference Between The Methods Sleep() And Wait()?

Answer:

The code sleep(2000); puts thread aside for precisely  seconds. The code wait(2000), reasons a wait of up to two 2d. A thread may want to prevent ready earlier if it receives the notify() or notifyAll() call. The approach wait() is described within the elegance Object and the method sleep() is described within the magnificence Thread.

Question: nine. What Is The Difference Between An Interface And An Abstract Class ?

Answer:

An abstract elegance could have instance methods that implement a default behavior. An Interface can simplest claim constants and instance techniques, but can not put in force default conduct and all methods are implicitly abstract. An interface has all public members and no implementation.

Java & EJB & Spring Interview Questions
Question 10. Difference Between Final, Finally And Finalize ?

Answer:

Final is used to apply restrictions on class, technique and variable. Final elegance can’t be inherited, very last approach can’t be overridden and final variable price can’t be modified.

Finally is used to place vital code, it’ll be carried out whether or not exception is handled or no longer.

Finalize is used to perform clean up processing simply before item is garbage amassed.

Java-Springs Tutorial

300+ E Waste Management FAQs and Answers [Experienced / Freshers]

E Waste Management Interview Questions with Answers

Question: 1. Why Is It Important To Recycle E-waste?

Answer:

E-Waste Pollution: Electronic waste containing poisonous chemical compounds and metals including lead, cadmium mercury, which while disposed in landfills benefit entry into surrounding soil, groundwater and in the long run lead to us. In addition, flawed processing of e-waste that reasons toxicity. Informal processing of digital waste in widespread poses serious fitness and pollutants problems.

Benefits of Recycling Electronic Waste (Above the ground Mining!): Electrical waste consists of unsafe however also treasured and scarce materials. Up to 60 elements may be located in complicated electronics. Recycling uncooked substances from cease-of-life electronics is the best strategy to the growing e-waste hassle.

The environmental and social advantages of recycling e-waste: Environmental and social advantages of reuse include dwindled demand for brand new products and virgin raw materials (with their own environmental issues); larger quantities of pure water and strength for related manufacturing; much less packaging in line with unit; availability of technology to wider swaths of society because of more affordability of products; and dwindled use of landfills.

Prevent e-Waste from going into Landfills: When vintage electronics are thrown right into a landfill, all of the energy that at once or indirectly goes into making a product is misplaced. This means than greater strength and water is needed to make new merchandise, emitting greater greenhouse gases and the usage of greater water. Thus landfilling vintage electronics additionally wastes the natural assets used to make a product. Some of the substances utilized in electronic products are extraordinarily uncommon and are running out fast.

E-Cycling rather than developing from scratch outcomes in big energy savings: Creating secondary raw substances, i.E. E-cycling, outcomes in massive strength savings .For instance, recycling metal into secondary uncooked material uses 74% much less electricity than the manufacturing of the primary product. Recycled Aluminum makes use of ninety five% much less, Copper 85% much less, Lead 65% much less and Plastics eighty% less – it’s a win, win, win state of affairs – we protect valuable resources, divert usable materials from landfill and conserve strength all at the same time!

Question: 2. Do You Really Know Your Electronics Recycler?

Answer:

It may be hard understanding the right questions to ask while investigating potential recycling carrier companies.  Even expert environmental auditors regularly do no longer have the right schooling or revel in to correctly audit an electronics recycling operation in a manner that protects their customers’ from information safety and environmental problems. Moreover, ensuring recyclers keep to perform as promised is very steeply-priced, with even the most cautious due diligence now and again failing to guard your agency. The complexity of correctly screening and hiring electronics recyclers leads many businesses to award e-waste contracts to provider vendors with the bottom price and, the lowest integrity.

Don’t think it could occur to your organization?  Here is an instance featured in 60 Minutes of a firm pretending to be a responsible recycler however shown to be exporting e-waste to China. Your logo, the safety of you information, and your stature as an awesome company citizen are all threatened with the aid of recyclers who do not observe clear and transparent requirements for dealing with your antique electronics.

Health and Safety Interview Questions
Question: 3. What Are The Important Points To Remember While Donating Computer Equipment?

Answer:

If you will as an alternative now not cast off the computer or electronics and want to provide them to human beings who’ve a want for the materials, there’s the choice of donating the equipment to a charity. There are a selection of charities so one can take older laptop materials and both use it in nearby centers or manner the objects to be shipped remote places for use.

Be conscious that many charities may additionally have restrictions on the types of computers and electronics which are donated. Often times there could be a limit on how vintage the gadget may be as it can be considered antiquated and fallacious for the charities functions. While it was several years, many now will no longer take device extra than a yr vintage. Check with the charity to make certain that your gadget meets their requirements. If it does no longer, then you’ll need to apply a disposal or recycling provider stated previously.

Question: 4. Where Can I Find Drop Off Recycling Centers?

Answer:

There are some of drop off locations available to recycling your computers and other IT belongings. 

Question: 5. Where Can You Recycle Tv?

Answer:

There are a number of drop off locations available to recycling your Televisions. Since a number of the antique technology TVs encompass CRT glass, it is even greater essential to recycle those using licensed e-waste recyclers.

Environmental Science Interview Questions
Question: 6. What Is Crt Glass? Why Is Recycling Crt Glass Different From Regular Glass?

Answer:

CRTs are the video display additives of televisions and computer video display units. The glass lodge CRTs normally carries enough lead to require coping with it as unsafe waste beneath sure circumstances. Under the previous rules, corporations and different businesses that recycle or eliminate CRTs have been once in a while unclear about the right manner to recycle or cast off this device. That uncertainty sometimes avoided CRTs from being recycled and reused. EPA is converting CRT waste control necessities to sell additional secure recycling and reuse of CRTs. About fifty seven million computers and televisions are sold inside the United States yearly.

Question: 7. What Are E-waste Laws? Is It Legal To Dump Computers In Trash Or Landfills?

Answer:

Many states have handed legal guidelines that limit throwing out electronics into the garbage. In addition to legal guidelines in those states, many cities and counties also have laws dictating the strategies of digital and laptop disposal. It is crucial before throwing out any antique pc parts or electronics to test with the proper authorities agencies to determine the right strategies.

The easiest method for figuring out the right laws governing the place which you stay in is to contact your neighborhood waste control organisation and nearby governments. Often authorities web sites will list the e-waste disposal regulations below the phrases “waste control”, “recycling” or “environmental organization”. Programs for disposal may be unfastened or deliver prices relying upon the item being became in for disposal.

Safety Officer Interview Questions
Question: 8. What Happens To The E-waste If Not Recycled Through Proper Channels?

Answer:

Unfortunately, an exceedingly small percentage of e-waste is recycled. Even whilst we take it to a recycling middle it’s typically not clearly recycled – not within the way maximum folks consider that time period. A small percent of e-waste is predicted to be sent to recyclers. In the U.S., as low as eleven%-14%. The the rest is most usually dumped or burned – either in formal landfills and incinerators, or informally dumped or burned. These irrelevant disposal methods for digital waste fail to reclaim valuable substances or control the toxic substances properly. In impact, our soil, water and air are easily contaminated. 

An anticipated 70-eighty% of the e-waste that’s given to recyclers is exported to much less advanced countries. Once there, primitive technology including open air burning and riverside acid baths are used to extract some substances. The rest of the poisonous materials are normally dumped. Unlike other countries inside the global, the U.S. Sends a great portion of its unsafe e-waste to U.S. Prisons to system in less-regulated environments without the worker protections and rights afforded within the non-public area. Moreover, such operations quantity to authorities subsidies, undermining the development of responsible personal-quarter recycling infra-structure and distorting the economics of recyclin.

Question: nine. What Are Electronics Manufacturer Recycling Programs?

Answer:

Many of the larger pc and electronics companies have begun supplying recycling applications. Often those packages will take older pc parts in change for credit in the direction of the purchase of recent device from the manufacturer. Other packages can be a simple pickup and recovery service that they price a small rate for. Be certain to check all of the info concerning the program with the organization earlier than using them. Some of the corporations will really refer the purchaser to the state disposal due to authorities law.

Here is a listing of some of the recycling programs and records from diverse producers:

Acer Recycling Program
Apple Recycling Program
Dell Recycling
Fujitsu Recycling of Electronic Waste
Gateway Trade In or Recycle
HP Product Return and Recycling
Lenovo Product Recycling
Sony Trade-In Recycling Program
Environmental Health and Safety (EHS) Interview Questions
Question: 10. What Gets Recycled From Scrap Electronics?

Answer:

If managed correctly, the substances that make up old electronics may be recycled properly and securely and converted into new base commodities that can be positioned lower back into effective use in a brand new tool or product. Common substances encompass base ferrous metals (metal), non ferrous metals together with aluminum, lead and copper, treasured metals together with gold, silver and palladium, many households of plastics, glass, and rubber. Hazardous materials can also be properly recovered and recycled including such objects as mercury or lead, heavy metals inclusive of lithium and cadmium discovered in batteries, ink/toner and even ethylene glycol as a coolant.

Question: 11. What Is The Environmental Impact If Electronics Are Not Disposed Of Correctly?

Answer:

E-waste includes treasured non-renewable sources. By reclaiming those materials for reuse, we reduce the environmental impact and strength intake of mining and processing, and extend their availability to future generations. What’s extra, with out first-class practices in E-waste disposal, relatively poisonous factors inclusive of mercury, lead, lithium and cadmium locate their way into landfills or are shipped to growing nations in which they’re burned, dumped, or smashed apart by way of impoverished people and youngsters without proper protection, inflicting large environmental harm and endangering human lives.

Biomedical waste Interview Questions
Question: 12. Why Should E-waste Be Handled Properly? Is It Toxic?

Answer:

Some of the additives of e-waste include materials along with lead, cadmium, mercury, polychlorinated biphenyls (PCBs), etched chemicals, brominated flame retardants which can be hazardous in nature. Therefore e-waste ought to be treated in an surroundings-pleasant manner to prevent this dangerous cloth polluting the environment.

E-waste as such is not toxic. However, processing of e-waste to recover treasured substances such as lead, copper and gold is dangerous. Therefore a cautious environmentally sound recuperation process is needed for recycling the e-waste.

Health and Safety Interview Questions
Question: 13. How To Dispose The E-waste?

Answer:

E-wastes have to no longer accept to unauthorized companies / consumers. The respective pollutants manage boards in unique states authorize companies to acquire e-waste from mills. The sellers need to have valid consent and authorization. This authorization is given based totally on the competency of the recycler, infrastructure and other elements as determined with the aid of the regulatory authorities.

Question: 14. How Can I Ensure That My Company’s Old Electronics Are Disposed Of Securely And Ethically?

Answer:

Recyclers range of their practices and also you must decide which electronics recyclers can quality meet your desires in phrases of minimizing your environmental liability and statistics danger. As a minimal, you should are looking for out companies which can be 0.33-party certified to deal with used electronics and that observe rigorous environmental requirements.

However, to fully defend in opposition to information loss, environmental liability and damage to your corporate recognition, you should most effective use a recycler who will assure in writing the entire destruction of all statistics-wearing tool additives and all serial numbers, device identifiers and company emblems, and who adheres to the best requirements of environmental stewardship.

Question: 15. Aren’t All E-waste Recyclers More Or Less The Same?

Answer:

There is without a doubt overlap within the services supplied by many E-waste recycling corporations, however there are vast variations inside the diploma of rigour implemented both inside the security provided to customers involved approximately leakage of exclusive facts and environmental stewardship.

The building of ARTEX Environmental Corporation represents a massive stride forward within the secure and ethical recycling of digital waste in North America. In an enterprise in which records and tool protection regularly lacks rigour and the dumping of toxic E-waste in developing international locations threatens human beings, the environment and the reputations of its authentic proprietors, ARTEX has installed itself as a especially relaxed, incredibly ethical E-waste recycler, founded on the concepts of entire information and device destruction and 0 E-waste to landfill.

Solid Waste Management Interview Questions
Question: sixteen. What Happens To The Hazardous Materials Removed From Electronics During The Recycling Process?

Answer:

It is widely known that old electronics include unsafe substances which include lead and mercury that can motive health problems and environmental damage if no longer properly recycled or disposed.  At ARTEX, the fitness and protection of our personnel and the surroundings is a priority and therefore we do now not shred unsafe substances.  These factors are carefully eliminated from all gadgets previous to shredding the remaining tool. From this factor, ethically recycling all components of vintage electronics is paramount and consequently we take specific care in determining the right recycling downstream companion for every aspect we take away from gadgets. ARTEX has a rigorous auditing gadget to evaluate all of our downstream companions to make certain their approach of operation meets our standards for environmental sustainability. 

Once the risky detail is eliminated, it’s far properly saved for upkeep in addition to protection for our employees, after which transported to an audited downstream companion.  Once the fabric arrives at our downstream companion’s facility, it will be in addition broken down in an environmentally sustainable way.  Once damaged down right into a usable shape, the cloth will be manufactured into new substances.  Lead, as an example, can be used to create paint for road lines; mercury can be used within the development of latest fluorescent lighting fixtures.