Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Topic :: Scala





Scala Interview Questions
Questions Answers Views Company eMail

How to define Factory methods using object keyword in Scala? What is the use of defining Factory methods in object?

7

What are the differences between Array and ArrayBuffer in Scala?

7

Is Scala Statically-Typed Language?

7

How many public class files are possible to define in Scala source file?

7

What is formula tail in scala?

7

Difference between Scala’s Inner class and Java’s Inner class?

7

What is PreDef in Scala?

7

What is Nothing in Scala? What is Nil in Scala? What is the relationship between Nothing and Nil in Scala?

7

What is default access modifier in Scala?Does Scala have 'public' keyword?

7

What is 'Application' in Scala or What is Scala Application? What is 'App' in Scala? What is the use of Scala’s App?

7

How many operators are there in Scala and Why?

7

What is Scala?

7

Mention Some keywords which are used by Java and not required in Scala? Why Scala does not require them?

7

What is Scala anonymous function?

7

What square measure implicit parameters in Scala?

7




Related Topics


Un-Answered Questions { Scala }

What is scalable, portability in the view of J2EE?

2474


Scalability, Availability, Integration with internet, etc.)?

2821


Net app interview questions ============================ . Storage Fundamentals: - what is Raid? What are different kind of Raids? - Difference between all of Raids , Advantage of one raid over other - What are FCP & ISCSI, Difference between them. - FC Topologies, Iscsi commands - How to mount a Lun on Windows/Linux - NFS and CIFS - Difference between SAN, NAS and DAS - Different Backup methodologies, Snapshot, mirror, Disaster Recovery, High Availability, Cluster concepts 2. Network Fundamentals: - TCP/IP and ISO/OSI layers - What is DHCP, DNS, SNMP, Router, Hub, Switch, HTTPS , HTTP, telnet , ssh, rsh - Different SNMP versions (V1, V2, V3) - SNMP traps - Ipv4 and Ipv6 addressing 3. Database: - SQL queries, Joins (may ask you to write queries with complex joins) - Aggregate functions - Schemas, Tables, views (create, delete, alter, drop etc) 4. Testing - Bug tracking process, Types of Bugs - Difference between priority and Severity of Bug - Your best bug , what will you do when your bug is not fixed/rejected etc. - What is Functionality/Sanity/Stress/Upgrade & revert/Performance/negative/Release test/regression tests. How you have done these in your past projects. - Black box testing, grey box testing - May ask to write test cases on a given scenario - What is test plan and test summary/strategy document. Different sections in these documents. - SDLC, Test Lifecycle and approach to test a product (Given a product what different kind of testing you will do) 5. Perl ( in addition, you may be asked to write scripts on below areas) - Regular expressions - File/Directory Handling - Scalars, Arrays and Hashes - Packages and Modules - Use and require statements - Go through Net::Telnet, Net::SNMP, Net::SSH modules in perl

2971


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2592


Consider an enterprise wide system that you will be designing. The system’s purpose is file sharing, database‐dependent application delivery, OLTP and web application delivery. There will be 4 servers for each of these applications. If you were provided with a strict requirement for two‐tier architecture but had to accommodate over 5000 users what technologies and innovative methods would you use to facilitate the operation of such a system. (Note that twotier architecture has scalability issues in terms of number of users)

2182


What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?

2305


Define Stability, Scalability and reliability with example ?

3151


what is escalation?how it is done?

2452


What is live lock, deadlock and what is Lock escalation?

2374


What is the meaning of lock escalation and why/how to stop this?

2599


Within the interview process you may be required to perform a role-play. A popular example of this is being asked to role-play an escalated call with an unhappy customer.

2141


Name the scalar data type and complex data types in Pig?

631


Explain about the scalar datatypes in Apache Pig?

827


How To Convert A Normal Vg To Big & Scalable Vg And Also Big To Scalable Vg?

982


What Is The Difference Between Scalability And Elasticity?

162