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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

WNS Interview Questions
Questions Answers Views Company eMail

What are your biggest weaknesses?

30 63226

Tell abtur self and family

7 30844

What is HRO?

1 28818

If you mistype a password, how do you clear it out to retype the password again?

11 28363

where do you see yourself from (Ten or fifteen)years from now?

16 91872

Why did you want to change(leave) your current(present) job?

40 174974

why do you left your previous job?

42 89347

what prompted you apply for his job

1 11394

do you demand attention

1 7546

what type of books have you read ?

5 13541

How many employees in US Company?

1 21133

What DLLs needed to ship with control?

1 5641

how do you do spend on a yesterday?

7 27176

As a Team Leader, what is your contribution for your team?

25 112710

somebody can help me to fin all the trasncripts for the versant tests the ones DELL make in the phone pleasi i need help!!!

22 61306

Post New WNS Interview Questions




Un-Answered Questions

Which structure used for M100 grade of concrete

2916


How to migrate your joomla site to drupal site?

102


The following program reads data (details of students) from a file named students.txt and converts it into e-mail addresses. The results are written to a file named studentemail.txt. students.txt consists of a number of lines, each containing the data of a student in colon delimited format: Last Name:First Name:Student Number Each input record is converted to an e-mail address and written to studentemail.txt in the following format: the first character of the last name + the first character of the first name + the last four digits of the student number + “@myunisa.ac.za” import java.io.*; public class EmailConverter { public static void main(String[] args) throws IOException { BufferedReader input = new BufferedReader(new FileReader ("students.txt")); PrintWriter output = new PrintWriter(new FileWriter ("studentemail.txt")); String line = input.readLine(); while (line != null) { // Extract the information for each student String[] items = line.split(":"); // Generate the email address String email = "" + items[0].charAt(0) + items[1].charAt(0) + items[2].substring(4,8) + "@myunisa.ac.za"; email = email.toLowerCase(); // Output output.println(email); line = input.readLine(); } input.close(); output.close(); } } Rewrite the class so that it handles possible errors that may occur. In particular, it should do the following: • It should catch at least three appropriate exceptions that might occur, and display suitable messages. • At this stage, the program will not run correctly if there is an empty line in the input file. Change the program so that if an empty line is encountered, an exception is thrown and the empty line is ignored. This exception should be handled with the display of a suitable error message. • Before the e-mail address is added to the output file, check if the student number has 8 digits. If not, throw an InvalidFormatException (which the program should not handle itself)

1880


What are the different components required in cloud computing?

561


If 24 KVA AVR having Input voltage 200-400v, Output voltage 415+-1%, what will be the voltage if Load is 13A.

2050


What does Amp contain and what are all the operations that it performs?

946


What does wpf stand for?

166


Please, anyone out there that had been a SQA Tester, would You all give me a hint on this Job? Is becoming a SQA Tester is easy? Is it a tough one? Please help me on finding a way on this very first Job of mine?

2045


Differentiate linear from non linear data structure?

920


What is permgen or permanent generation?

972


What are the cookies in angular 2?

771


Why Reshape R Package?

95


What is a financial statement version? : fi- general ledger master data

1080


How to assign a variable value for all view file?

618


What does mapstatetoprops do?

338