JavaScript Interview Questions
Questions Answers Views Company eMail

20 Functions of Selenium with description and Examples.

2322

How Can I get facebook fans/likes?

1464

Is an interface is a class?

1 2708

why is java platform indipedence

HCL,

2 4131

what is the extension of java script.

2 3272

what is the extension of java script.

1 3288

Define an interface MilitaryPower that has the following properties: • The interface has two public static final variables which are the finite x and y coordinate (i.e. the distance of the objects should not exceed these values. These values set to 100. • The interface has a method move that moves the military power objects to the target value. The method will be implemented by the other classes. The return type should be void. B) Define an enum class Direction which contains the directions (EAST, WEST, SOUTH, NORTH). C) Define a concrete class Tank that implements MilitaryPower, has the following properties: • XCoordinate (Integer), YCoordinate (Integer) are the instance variables for this class. • All instance variables should be private. • Write a parametered constructor that takes two parameters assigning with the instance variables. • Write a set and get method each of the instance variables. • Write a method move that takes two parameters. One of them is distance which type is integer. Another is direction which type Direction. The method should to the following: o If the direction is EAST, set the x-coordinate with adding distance. o If the direction is WEST, set the x-coordinate and subtract distance from x-coordinate. o If the direction is SOUTH, set the y-coordinate with adding distance. o If the direction is NORTH, set the y-coordinate and subtract distance from x-coordinate. • Write a method toString to display the tank coordinates. D) Define an array holding 10 MilitaryPower objects, all of them being a Tank. Then display each of the object information on the screen. (display its movements and coordinates).

1698

What is constructor?

1 3001

what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)

1928

Iam getting xml when we click on one button.Iam placing that xml in dom.Im getting that xml data in one xsl.In that xsl I want to increase the variable value which is declared in xsl. Ex: ffftt eeeeiii uuuuwww fff eeee uuuu

1684

Hello Friends !!! I am RAJAT AGRAWAL, All Saints' College of Technology, Bhopal ( M.P. ) I just want to share my experience of getting placed at Consagous Technologies. On 9th June 2012 there was an close campus drive of Consagous Technologies in our college. I was very excited to take part in it. Firstly, they started with a seminar, a small introduction about the company. Then the placement process started. The recruitment process of Consagous had three rounds. 1. Written test 2. Group discussion 3. Technical interview & HR Interview Written Test : It was objective type with 50 questions in 60 mins. The written test paper had three sets set A , set B and set C. I got set B. Basically the question were from network connection with database ,output of programs on C, C++, java, asp.net, php , data structure and Aptitude questions included topics like Time & Distance, simple interest ,average, Percentage, Ratio & Proportion etc.There was no negative marking in the written test. Some of them which I remember are- 1. What command in UNIX run on backgroung. 2. The groups of students are divided into 2class room. If 10students are shifted from class A to Class B then no of students in both class are equal. If 10 Students are shifted from class B to Class A then no of students in class A is Double to the no of students in Class B. Find the total no of students? 3. The time taken by boat to travel 4 meters dowmstream is 4 hours 48 min and that the upstream 4 hours .Find the speed of the boat in still water and the speed of the stream. 4. And many more…. Then after few hours the result of written test was announced , and fortunately I was selected among the 80- 100 other students. After written test 21 students were shortlisted and went through 2nd round . GD Round: In this round , all 21 students divided into two teams and went through group discussion process. Topic of our GD was “Spirituality and Technology” and it held for 15 to 20 min. It was the very nice discussion and most of them took part in it. After GD round 11 students were shortlisted. Then the next round was Technical and HR interview. HR and Technical Interview: Finally after 2nd Round I had been selected for HR and Technical Interview Round .At that time also I was full of excitement for my PI , though nervous also. I just prayed to God , took my parents name and entered in the room, As I entered I saw three people there inside the room I wished all of them, and they offered me the chair, I replied with thank you sir thank you mam. HR questions: • Introduce yourself • Why u want to be a software engineer? • why u want to join consagous? • Why do we take you in consagous? • Tell me 5 negative points of your's? • Tell me the name of CEO of Google, Facebook? Technical question: • what is object –oriented programming? • Tell me about your major project? • Features of OOPS n Advantage of Oops? • Difference between Router $ Switch? And many more…… All you have to be confident and have positive attitude during the interview. Really it was a very good experience with HR sir and with his team. And just after half an hour the results had been declared , 5 students were selected and fortunately with God Grace I was one of them, that was one of the most cherishable moment of my life. After that we have a photograph with HR Sir & CEO Sir. I always remember one thing We Will..... Do It...........!!!!! I would like to thank Consagous Technologies to give me such a big opportunity to work with them,thank you so much.!

Consagous,

2369

hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector

1864

Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases

Ignou,

1831

what is the function of public class main ?

1512

What output will the program produce: System.out.println(x+"+"+y+"="+(x+y));

1 2272


Post New JavaScript Questions

Un-Answered Questions { JavaScript }

How many days it will take to learn javascript?

463


Explain a story about javascript performance problems?

490


How to validate email in javascript?

489


Which is best for front end?

464


Explain the working of timers in javascript?

476






Why is currying called currying?

454


Can javascript code be broken in different lines?

521


Difference between private, public and static variable?

539


What is noscript tag?

514


Explain the different types of pop-up boxes you can create in JavaScript.

523


How long does it take to learn coding?

575


What is console.log()?

505


How do I open javascript in browser?

451


What are decodeuri() and encodeuri() functions in javascript?

465


How to hide javascript code from old browsers that dont run it?

503