Nokia Technical Round interview questions 2009

Nokia Technical Round interview questions 2009:

Technical Round 1

1.What all debugging techniques have you learnt so far to debug mobile phone application?
2. Given a set of numbers find a consecutive subset of numbers whose sum is maximum. What is the complexity of your algorithm?
3. How will you implement a memory leak detector for your mobile application, so that when you come out of a scope, you can alert developer that there is a memory ? leak
4.What is the most challenging bug that you have fixed for a mobile application?
5. What are the differences between C++ and Java?


Technical Round 2

1. How does a unix machine boot, what is the process id of init?
2. Describe file system in unix.
3. How can a process communicate with another process in most efficient way?
4.How can you detect memory corruption?
5. Design a system which has UI which takes either an array of char's of integers , and a sorting algorithm(e.g. quick sort,merge sort) it sorts the array passed based on the algorithm passed. Answer Hint: Use Template Function and Algorithm Factory


Technical Round 3

1. Declare = operator for a class. 2. Why = operator has to return a reference why cannot it be void.
3. Explain how a mobile browser application works.
4. What is placement syntax?
5. Can a constructor be virtual?
6. How do you prevent developer allocating memory for a class in heap (that is using new)
7. How do you prevent developer from allocating memory for a class in Stack?

250 Java interview Frequently Asked Questions (FAQ)

250 Java interview Frequently Asked Questions (FAQ):

# Can a main() method of class be invoked in another class?
# What is the difference between java command line arguments and C command line arguments?
# What is the difference between == & .equals
# What is the difference between abstract class & Interface.
# What is singleton class & it's implementation.
# Use of static, final variable
# Examples of final class
# Difference between Event propagation & Event delegation
# Difference between Unicast & Multicast model
# What is a java bean
# What is synchronized keyword used for.
# What are the restrictions of an applet & how to make the
# applet access the local machines resources.
# What is reflect package used for & the methods of it.
# What is serialization used for
# Can methods be overloaded based on the return types ?
# Why do we need a finalze() method when Garbage Collection is there ?
# Difference between AWT and Swing compenents ?
# Is there any heavy weight component in Swings ?
# Can the Swing application if you upload in net, be compatible with your browser?
# What should you do get your browser compatible with swing components?
# What are the methods in Applet ?
# When is init(),start() called ?
# When you navigate from one applet to another what are the methods called?
# What is the difference between Trusted and Untrusted Applet ?
# What is Exception ?
# What are the ways you can handle exception ?
# When is try,catch block used ?
# What is finally method in Exceptions ?
# What are the types of access modifiers ?
# What is protected and friendly ?
# What are the other modifiers ?
# Is synchronised modifier ?
# What is meant by polymorphism ?
# What is inheritance ?
# What is method Overloading ? What is this in OOPS ?
# What is method Overriding ? What is it in OOPS ?
# Does java support multi dimensional arrays ?
# Is multiple inheritance used in Java ?
# How do you send a message to the browser in JavaScript ?
# Does javascript support multidimensional arrays ?
# Is there any tool in java that can create reports ?
# What is meant by Java ?
# What is meant by a class ?
# What is meant by a method ?
# What are the OOPS concepts in Java ?
# What is meant by encapsulation ? Explain with an example
# What is meant by inheritance ? Explain with an example
# What is meant by polymorphism ? Explain with an example
# Is multiple inheritance allowed in Java ? Why ?
# What is meant by Java interpreter ?
# What is meant by JVM ?
# What is a compilation unit ?
# What is meant by identifiers ?
# What are the different types of modifiers ?
# What are the access modifiers in Java ?
# What are the primitive data types in Java ?
# What is meant by a wrapper class ?
# What is meant by static variable and static method ?
# What is meant by Garbage collection ?
# What is meant by abstract class
# What is meant by final class, methods and variables ?
# What is meant by interface ?
# What is meant by a resource leak ?
# What is the difference between interface and abstract class ?
# What is the difference between public private, protected and static ?
# What is meant by method overloading ?
# What is meant by method overriding ?
# What is singleton class ?
# What is the difference between an array and a vector ?
# What is meant by constructor ?
# What is meant by casting ?
# What is the difference between final, finally and finalize ?
# What is meant by packages ?
# What are all the packages ?
# Name 2 calsses you have used ?
# Name 2 classes that can store arbitrary number of objects ?
# What is the difference between java.applet.* and java.applet.Applet ?
# What is a default package ?
# What is meant by a super class and how can you call a super class ?
# What is anonymous class ?
# Name interfaces without a method ?
# What is the use of an interface ?
# What is a serializable interface ?
# How to prevent field from serialization ?
# What is meant by exception ?
# How can you avoid the runtime exception ?
# What is the difference between throw and throws ?
# What is the use of finally ?
# Can multiple catch statements be used in exceptions ?
# Is it possible to write a try within a try statement ?
# What is the method to find if the object exited or not ?
# What is meant by a Thread ?
# What is meant by multi-threading ?
# What is the 2 way of creating a thread ? Which is the best way and why?
# What is the method to find if a thread is active or not ?
# What are the thread-to-thread communcation ?
# What is the difference between sleep and suspend ?
# Can thread become a member of another thread ?
# What is meant by deadlock ?
# How can you avoid a deadlock ?
# What are the three typs of priority ?
# What is the use of synchronizations ?
# Garbage collector thread belongs to which priority ?
# What is meant by time-slicing ?
# What is the use of 'this' ?
# How can you find the length and capacity of a string buffer ?
# How to compare two strings ?
# What are the interfaces defined by Java.lang ?
# What is the purpose of run-time class and system class
# What is meant by Stream and Types ?
# What is the method used to clear the buffer ?
# What is meant by Stream Tokenizer ?
# What is serialization and de-serialisation ?
# What is meant by Applet ?
# How to find the host from which the Applet has originated ?
# What is the life cycle of an Applet ?
# How do you load an HTML page from an Applet ?
# What is meant by Applet Stub Interface ?
# What is meant by getCodeBase and getDocumentBase method ?
# How can you call an applet from a HTML file
# What is meant by Applet Flickering ?
# What is the use of parameter tag ?
# What is audio clip Interface and what are all the methods in it ?
# What is the difference between getAppletInfo and getParameterInfo ?
# How to communicate between applet and an applet ?
# What is meant by event handling ?
# What are all the listeners in java and explain ?
# What is meant by an adapter class ?
# What are the types of mouse event listeners ?
# What are the types of methods in mouse listeners ?
# What is the difference between panel and frame ?
# What is the default layout of the panel and frame ?
# What is meant by controls and types ?
# What is the difference between a scroll bar and a scroll panel.
# What is the difference between list and choice ?
# How to place a component on Windows ?
# What are the different types of Layouts ?
# What is meant by CardLayout ?
# What is the difference between GridLayout and GridBagLayout
# What is the difference between menuitem and checkboxmenu item.
# What is meant by vector class, dictionary class , hash table class,and property class ?
# Which class has no duplicate elements ?
# What is resource bundle ?
# What is an enumeration class ?
# What is meant by Swing ?
# What is the difference between AWT and Swing ?
# What is the difference between an applet and a Japplet
# What are all the components used in Swing ?
# What is meant by tab pans ?
# What is the use of JTree ?
# How can you add and remove nodes in Jtree.
# What is the method to expand and collapse nodes in a Jtree
# What is the use of JTable ?
# What is meant by JFC ?
# What is the class in Swing to change the appearance of the Frame in Runtime.
# How to reduce flicking in animation ?
# What is meant by Javabeans ?
# What is JAR file ?
# What is meant by manifest files ?
# What is Introspection ?
# What are the steps involved to create a bean ?
# Say any two properties in Beans ?
# What is persistence ?
# What is the use of beaninfo ?
# What are the interfaces you used in Beans ?
# What are the classes you used in Beans ?
# What is the diffrence between an Abstract class and Interface
# What is user defined exception ?
# What do you know about the garbate collector ?
# What is the difference between C++ & Java ?
# How do you communicate in between Applets & Servlets ?
# What is the use of Servlets ?
# In an HTML form I have a Button which makes us to open another page in 15 seconds. How will do you that ?
# What is the difference between Process and Threads ?
# How will you initialize an Applet ?
# What is the order of method invocation in an Applet ?
# When is update method called ?
# How will you communicate between two Applets ?
# Have you ever used HashTable and Dictionary ?
# What are statements in JAVA ?
# What is JAR file ?
# What is JNI ?
# What is the base class for all swing components ?
# What is JFC ?
# What is Difference between AWT and Swing ?
# Considering notepad/IE or any other thing as process, What will Happen if you start notepad or IE 3 times? Where 3 processes are started or 3 threads are started ?
# How does thread synchronization occurs inside a monitor ?
# How will you call an Applet using a Java Script function ?
# Is there any tag in HTML to upload and download files ?
# Why do you Canvas ?
# How can you push data from an Applet to Servlet ?
# What are the benefits of Swing over AWT ?
# Where the CardLayout is used ?
# What is the Layout for ToolBar ?
# What is the difference between Grid and GridbagLayout ?
# How will you add panel to a Frame ?
# What is the corresponding Layout for Card in Swing ?
# What is light weight component ?
# What is bean ? Where it can be used ?
# What is difference in between Java Class and Bean ?
# What is the mapping mechanism used by Java to identify IDL language ?
# Diff between Application and Applet ?
# What is serializable Interface ?
# What is the difference between CGI and Servlet ?
# What is the use of Interface ?
# Why Java is not fully objective oriented ?
# Why does not support multiple Inheritance ?
# What it the root class for all Java classes ?
# What is polymorphism ?
# Suppose If we have variable ' I ' in run method, If I can create one or More thread each thread. will occupy a separate copy or same variable will be shared ?
# What is Constructor and Virtual function? Can we call Virtual Funciton in a constructor ?
# Why we use OOPS concepts? What is its advantage ?
# What is the difference in between C++ and Java ? can u explain in detail?
# What is the exact difference in between Unicast and
# Multicast object ? Where we will use ?
# How do you sing an Applet ?
# In a Container there are 5 components. I want to display the
# all the components names, how will you do that one ?
# Why there are some null interface in java ? What does it mean ?
# Give me some null interfaces in JAVA ?
# Tell me the latest versions in JAVA related areas ?
# What is meant by class loader ? How many types are there?
# When will we use them ?
# What is meant by flickering ?
# What is meant by cookies ? Explain ?
# Problem faced in your earlier project How OOPS concept is achieved in Java Features for using Java?
# How does Java 2.0 differ from Java 1.0 ?
# Public static void main - Explain
# What are command line arguments
# Explain about the three-tier model
# Difference between String & StringBuffer
# Wrapper class. Is String a Wrapper Class
# What are the restriction for static method Purpose of the file class
# What is the package concept and use of package
# How can a dead thread be started
# Difference between Applet & Application
# Life cycle of the Applet
# Can Applet have constructors
# Differeence between canvas class & graphics class
# Explain about Superclass & subclass
# What is AppletStub
# Explain Stream Tokenizer
# What is the difference between two types of threads
# Checked & Unchecked exception
# Use of throws exception
# What is finally in exception handling Vector class
# Can applet in different page communicate with each other
# Why Java is not 100 % pure OOPS ? ( EcomServer )
# When we will use an Interface and Abstract class ?

Latest Sample Written test Paper Of Accenture 2009 and 2010

Latest Sample Written test Paper Of Accenture 2009 and 2010:

1.Find the approximate value of the following equation. 6.23% of 258.43 - ? + 3.11% of 127 = 13.87
1) 2
2) 4
3) 8
4) 6
5) 10

2. A train overtakes 2 persons walking at 3 km/hr and 5 km/hr respectively in the same direction and completely passes them in 8 seconds and 10 seconds respectively. Find the speed of the train.
1) 15 km/hr
2) 13 km/hr
3) 10 km/hr
4) 10 km/hr
5) None of these

3.The ratio between the radius and height of a cone is 3:4. What is the curved surface area of the cone?
1) 15p m2
2) 12p m2
3) 9p m2
4) Data inadequate
5) None of these

4.A man stands on the top of a pole and makes an angle of 60° on the surface of a ground. He slides 20 m down and makes an angle of 30°at the same point. If he takes 10 seconds to reach the ground from here, find his speed.
1) 6 km/hr
2) 5 km/hr
3) 10 km/hr
4) 8 km/hr
5) 10.80 km/hr

5.Which of the following values of 'n' satisfies the in-equality n2 - 24n + 143 <> 13
3) 11 <> n > 13
5) None of these

6.If 2x+y = 11, 2y+z = 12 and z+2x = 8, find the value of 2x + 3y +4z.
1) 29
2) 33
3) 25
4) 39
5) None of these

7.A shopkeeper labels the price of article 15% above the cost price. If he allow Rs 51.20 discount on an article of Rs 1024, find his profit percent.
1) 10%
2) 8%
3) 12%
4) 9%
5) 9.25%

8.Which of the following numbers are completely divisible by 11?
A. 3245682
B. 283712
C. 438416
D. 36894
1) Only A
2) Only B
3) Only C
4) Only D
5) All are divisible

9.The sum of a number and its square is 1406. What is the number?
1) 38
2) 39
3) 37
4) 29
5) None of these

10.In a business P and Q invested amounts in the ratio 3:4, whereas the ratio between amounts invested by P and R was 6:7. If Rs 106501.50 was their profit, how much amount did Q receive?
1) Rs 40572
2) Rs 30429
3) Rs 35500.50
4) Rs 34629
5) None of these


Directions (Q. 11-15): Read each sentence to find out whether there is any error in it. The error, if any, will be in one part of the sentence. The number of that part is the answer. If there is no error, the answer is 5). (Ignore the errors of punctuation, if any.)

11. 1) To the best of 2) my knowledge and belief 3) his moral character was 4) is beyond approach. 5) No error

12. 1) This suggestion was 2) placed down a few years ago 3) because of a suspicion that 4) the best officers will quite.
5) No error

13. 1) Successful privatising calls for 2) a broad-based programme rather than 3) a preoccupation with getting the
4) best for individual companies. 5) No error

14. 1) There can be 2) little doubt that 3) he was the author 4) of his own downfall. 5) No error

15. 1) He became a 2) prickly person able to 3) get on with old friends 4) and new colleagues. 5) No error


Directions (Q. 16-25): In the following passage there are blanks, each of which has been numbered. These numbers are printed below the passage and against each five words are suggested, one of which fits the blank appropriately. Find out the appropriate words.

It is a 16 that Communists are opposed to economic reforms. The fact of the life is that Communists are the most 17 fighters for economic reforms, the reforms that lead to self-reliant and democratic economic development with social justice. To term the market-oriented changes as reform is a 18. The development strategy 19 under Structural Adjustment and dictated by the World Bank, IMF and WTO is a strategy for the 20 development of capitalism under which the working people, who are the main productive force, are made 21, kept unemployed, thrown out of jobs, and so on. It has no social relevance. In the phase of globalization, no country can develop in 22 and entry of the foreign capital can not be 23 altogether. Integration with world economy has to ensure the free and speedy 24 of the national economy. Foreign capital has to be allowed in the areas where we really need huge investment, which our resources cannot meet, and where we need technology, not available in the country. Economic 25 should not mean license for plunder by MNCs.

16. 1) problem 2) mysticism 3) curiosity 4) misconception 5) mistake

17. 1) liberal 2) demanding 3) strident 4) detrimental 5) horrible.

18. 1) misnomer 2) terrible 3) danger 4) tragedy 5) shame

19. 1) reached 2) verified 3) assembled 4) hurled 5) envisaged

20. 1) westernised 2) unfettered 3) gross 4) accumulated 5) astounding

21. 1) labourers 2) culprit 3) redundant 4) escapists 5) icons

22. 1) unison 2) liberalisation 3) coalition 4) association 5) isolation

23. 1) forced 2) loaded 3) denied 4) stated 5) scrutinised

24. 1) development 2) empowerment 3) unity 4) mobilisation 5) cohesion

25. 1) growth 2) potential 3) strategy 4) reforms 5) vitality



ANSWERS: 1. (4) 2. (2) 3. (4) 4. (5) 5. (3) 6. (1) 7. (5) 8. (5) 9. (3) 10. (1) 11. (4) 12. (2) 13. (1) 14. (5) 15. (2) 16. (4) 17. (3) 18.(1) 19. (5) 20. (2) 21. (3) 22. (5) 23. (3) 24. (1) 25. (4)

BSNL JTO model question paper and answers

BSNL JTO model question paper and answers:

1. Of the following bridges the one which can be used for the measurement of dielectric loss of a capacitor is ?
a.) Schering bridge
b..) Heaviside campbell equal ratio voltage
c) Owen bridge
d.) Anderson bridge

Ans. a.) Schering bridge

2. LBDT is uses as a ?
a) . Displacement transducer
b.) Pressure transducer
c.) Temperature
d.) Any of the above

Ans. a). Displacement transducer

3. Polarization is a measure of -
a.) Dielectric constant per unit volume.
b. ) Voltage gradient to produce electrical breakdown
c.) Product of charge and distance
d.) Excess charge density

Ans. a.) Dielectric constant per unit volume

4. Compared to the inductive type of transducer, capacitive transducer is superior for the measurement of displacement because of -
a.) Absence of non-linearity
b.) High frequency response
c.) Small size
d.) High accuracy

Ans. b.) High frequency response

5. An incremental model of a solid state device is one which represents the ?
a.) ac property of the device at the desired operating point
b. ) dc property of the device at all operating points
c.) Complete ac and dc behaviour of the device at all operating points
d.) ac property of the device at all operating points.

Ans. a.) ac property of the device at the desired operating point

6. The ac resistance of a forward biased p-n junction diode operating at a bias voltage 'V' and carrying current 'I' is ?
a. ) Zero
b. ) a constant value independent of Vand I
c.) V/I
d.) Delta V/Delta I

Ans. d). Delta V/Delta I

7. A meter is shielded with a soft iron to ?
a. ) Prevent damage from rough use
b.) Keep moisture out of movement
c. ) Protect meter movement from stray magnetic fields
d.) Achieve all of the above

Ans. c. )Protect meter movement from stray magnetic fields

8. A capacitor that has been connected across a battery for comparatively long time becomes?
a. ) Charged
b.) Discharged
c.) Short - circuited
d.) Defective

Ans. a. )Charged

9. The charge on the plates of a capacitor is given by the expression ?
a.) Q = VI
b.) Q = IR
c.) Q = CV
d.) Q = IC

Ans. c.) Q = CV

10. Silicon steel used for electrical purposes has silicon percentage of ?
a. ) 0.5
b.) 2.5
c.) 3.4
d) . None

Ans. c.) 3.4

11. The feature of VTM is its ?
a. ) Low input impedance
b. ) Low power consumbtion
c. ) The ability to measure wider ranges of voltage and resistances
d) . None

Ans. c. )The ability to measure wider ranges of voltage and resistances

12. In an N-type semiconductor, the position of the fermi level ?
a. ) Is lower than the centre of the energy gap
b.) Is at the centre of the energy gap
c.) Is higher than the centre of the energy gap
d. ) Can be anywhere depending upon the doping concentration

Ans. c.)Is higher than the centre of the energy gap

13. A JFET can operate in ?
a.) depletion and enhancement model
b. ) depletion mode only
c. ) enhancement mode only
d.) neither enhancement nor depletion mode

Ans. b. )depletion mode only

14. Consider the following semiconductor diodes ?
a. ) Germanium diode
b.) Silicon diode
c.) Tunnel diode
d.) Schottky diode

Ans. c.) Tunnel diode

15. A diode with a PIV of 50V is likely to break down when rectifying 50v ac supply because ?
a.) it is made of defective material
b.) it is incorrectly connected to the supply
c.) peak value of ac supply exceeds the PIV value
d. ) ac supply is of extremely high frequency.

Ans. c.) peak value of ac supply exceeds the PIV value

16. The set of transistor characteristics that enables a to be determined directly from the slope is ?
a.) CE transfer characteristics
b. ) CE output characteristics
c.) CB transfer characteristics
d.) CB input characteristics

Ans. c.) CB transfer characteristics

17. For an N-channel JFET, the drain voltage has to be ?
a.) positive with respect to the source
b.) negative with respect to the source
c.) uncharged with respect to the source
d.) none

Ans. a.) positive with respect to the source

18. The SCR is often employed as a ?
a. ) Source-controlled switch
b. ) Drain-controlled switch
c.) Gate-controlled switch
d) None

Ans. c.) Gate-controlled switch

19. An oscilloscope has an input impedance consisting of 1MW and 20pF in parallel. A high impedance probe connected to the input of this oscilloscope has a 10MW series resistance, this 10MW resistance ?
a.) Need not be shunted
b.) Should be shunted by a 2pF capacitor
c.) Should be shunted by a 20pF capacitor
d. ) Should be shunted by a 200pF capacitor

Ans.b.) Should be shunted by a 2pF capacitor

20. Compared to silicon, gallium arsenide (GaAs) has ?
a. ) Easier to grow crystals since the vapour pressure of arsenic is high
b. ) Higher optolectronic conversion efficiency
c.) Both a and b
d) . None

Ans. c.) Both a and b

Aalayance campus test and interview 2006 at Bangalore

Aalayance campus test and interview 2006 at Bangalore:

1. Write the program/algorithm or pseudo code to do following operation given matrix

Input Matrix
1 2 3
4 5 6
7 8 9

Output Matrix
9 8 7
6 5 4
3 2 1

the algo or program should be able to do this.

2. Hotel owner to teacher: you know that mohan came here with 3 girl friends. if multiply their ages the result will be 2450. and the sum of their ages is equal to u'r age. the eldest girl is elder than mohan can u tell me mohan's age.

3. one more question answer approach is 2+3+.....127

ans: 137 (Pls. verify)

4. one more question about 4 ships do it well there are 7 conditions and 7th condition will not be satisfied.dont go for that consider the first 6 conditions

Instructions:
First do the program part and write down the assumptions u made.
Be careful with your interest : suppose if you say reading news paper you should be knowing the current news.
and good communication skills is a must.
dont write any thing that you don't know in resume.
no problem if you say you don't know c. because they will give you training.
pay package is 2.04 lakhs.

Interview Questions:
1.differecne b/w c and c++.
2.polymorphism, decalring functions in structures,virtual base class.
3. if it is HTML then question will be draw a bar graph without using IMG tag.
that’s all
 

Followers

Copyright © 2009 Written Test Papers Template by Bie