Please use comments section to share any placement papers. Sample questions for the executive trainees (technical ) testaeronautical engineering1. air fuel ratio in a jet engine will be of the order of:(a) 10:1 (b) 15:1(c) 20:1 (d) 60:12. fighter bombers use following type of engine:(a) turbo-jet...
Accenture .Net technical interview questions
1. Draw an overview of your project and explain it?2. Explain OOPS concept?3. State the difference between overloading and overriding?4. State the differences between C & c++?5. What are static members?6. What are virtual functions?7. What are pointers? 8. What are structures?9. Write a program using...
Hi frnds may this help you..
1. first fill 5 ltr jug and take that 5 ltr water into another tub.
2. again fill 5 ltr jug and drop that water into same tub.
3. now take out 3ltr+3ltr from the tub 2 times.
4. Now the remaining water has the volume 4 ltr
1. Make sure both jugs are empty. 2. Fill the 5 liter jug to the top. 3. Pour the contents of the 5 liter jug into the 3 liter jug. 4. Empty the 3 liter jug. 5. Pour the contents of the 5 liter jug in...
Please use the comments section to share any ADObe placement papers from your interviews and written tests.
Use this code
public int fib(int n){
int[] array = new int[2];
array[0]=0;
array[1]=1;
for(int i=2;i<=n;i++){
int sum = array[0]+array[1];
array[ i % 2] = sum;
}
return array[0]+array[1];
}
}
pathsum(*node,sum){static sum;if(node==NULL && sum==0){printf("n Path exists");}if(node==NULL &&Sum!=0){sum=sum+node->data; //To undo the effect of the ...
An n-ary tree has n sub-nodes for each node, it has m non-leaf nodesfind the no of leaf nodes?
Answer is M(h-1)+1, where h stands for height of the tree.
Null Pointer Theorem The Null Pointer Theorem states that given a regular n-ary tree, the number of nodes m is related to the number of null pointers p in the following way: p = (n - 1)×m + 1 Pr...
Amdocsaptitude questions:-1. How many times minute hand is faster than hour hand ans:- 12 times2. Age questions. Like a, b, C are sister... Age differences are given between them and you are told to find the age3. Relation questions.( like father-son)4. All a are b, all C are not b there are...
1.The syntax of command statement in UNIX 10. If the permission for a file is 000,then the file can be accessed by whom?Ans: root2. Where we can run two same programs on a UNIX console at the sa...
ADObe telephonic interview questions
Here are some questions I was asked.1) program to find height of a binary tree?Complexity of above program2) how do you know where the memory leaks when you have multiple files?3) what are virtual destructors?4) what should be done when an exception occurs in the constructor?5) what can be maximum memory...
I have tried answering theoretical ones only2) May be when destructor is not doing clean up4) we cannot handle this because constructor cannot return any thing. Destructor will not be called for this ...
Isro placement paper for scientist/engineer-sc-electronics.
I wrote "ISRO-Scientist/Engineer-SC-Electronics" exam twice till now. once in 2004 and then in 2005. The pattern was 60 objective type questions and duration was 90 minutes. Emphasis was more on Netwo...
Interview procedure for non-voice tech support
Hello,pls tell me the interview procedure for technical support non-voice at mphasis. Better if with sample questions.Thank you.
Answered by: tarazan2jungle
Member Since May-2008 | Answered On : Feb 12th, 2009
You didn't mention you about qualification :
By the way if you are graduate in B.E then it's 3 rounds and if you are non B.E graduate then it's 5 round.
1 Personal Interview
2 Typing speed (they used typing master software for checking speed)
3 Aptitude (No maths Question & no verbal question, they will ask you about internet related technology, I will tell you about this later)
4. Email Writing( They will give you some role and you have write mail. for example you are the Manager of BSNL and a customer repeatedly complaining about slow broadband, how will you write mail to him ?)
5. HR(He can ask you about any thing like your hobbies. and he do check about your grammar and pronounciation)
B.E graduates has not to give Round 2,4. I don't know why.
Now about aptitude question :
You have to give full form of abbrivated word like :
http, html, ppp, smtp, pop, hdd, fdd, dsn, dns, CD-ROM, TCP/IP.
2. what is the input device for computer ? (lol they will give option for that)
3. IP is used for (They will give you option)
4. 1 MB = how much KByte
5. 1 KB = how much Byte
One more thing, in final interview HR might tell you to write some thing on some topic.
At my time HR told me to write on BLOG(which is my hobby)
In that i did spelling mistake, instead of writing 'writing' i wrote 'writting'.
You didn't mention you about qualification :By the way if you are graduate in B.E then it's 3 rounds and if you are non B.E graduate then it's 5 round.1 Personal Interview2 Typing speed (they used typ...
Hi everybody, I attended ADObe test on 16-07-2006. It was cool test. The test was 3 hours. I am sending u questions asked on engineering and c. Merit-trac conducted the test. The test was for both development & testing domain. I attended for dev posn. ADObe written test1) wap to reverse a linked...
isbst(tree* node){ return (node->left == NULL && node->right == NULL); if(node->left == NULL && node->right...
2) Given two integers A & B. Determine how many bits required to convert A to B. Write a function int BitSwapReqd(int A, int B)#includevoid showbits( int n);int main(){Â Â Â int a,b,sa,sb;Â Â Â re...
1. Find the nth node from end in a linked list in single parse2. Wap to check if the tree is bst3. Prove a+bc =(a+b)(a+c)4. (a023ac5b)-(129b5321) to the base 135. Prove that no of leaf nodes in any binary tree is one more than the no of nodes with degree 26. Write a prog in assembly lang 2 calculate...
For a boolean operation
A.A=A
A.1=A
A.0=0
(A+B)(A+C)
=A.A+A.C+B.A+B.C
=A+A(B+C)+BC
=A(1+B+C)+BC
=A.1+BC
=A+BC
Sorry by mistakely the enter key was pressed.ans continues:-.... for Q.11a-ab=a(1-b)=0 (False) if b is TRUE &nb...
Amdocssection: 136 qs,30 min.Sample:fgh ``abc=> + => => =>baafg rrqpthen:tuv=> => => =>?Vut section:236qs,20 minsimilar type of qs only boxes of different colours are chosensection:460qsthis is the easiest sectionmatchmaking:60 question in 7 minutes.U can attemp all as question is very easy1:am%:$69match...
Hi All,I am 2+ exphave written test very shortlyTest consists of following modules 1. Intellectual Ability A] Analytical Ability version  ...
Hi rajendraa
This is srinivas from hyd.
I am cleared the online test and this Sunday final round.
I am in java domain (1+ Year of exp ) wht they are mainly asking ( i mean in which area they are mainly asking questions) .
please respond quickly.
Thanks & Regards
Srinivas
Most of the problems in ADObe are solved here, though it is not mentioned that they are from ADObe, so this means he has to go through them as many as possiblethe c/Java/quant are from bestsamplequestions.Comthe questions are mostly (99%) theoretical, or algo typeif he is fresher then there will aloso...
Hi,
I am preparing for Adobe, I am concentrating more on Data-structure and my C++ skills. I am ready to put my 100% effort but lacking direction. Can anybody please guide me some good books and links to follow for this preprations?
I appriciate your response.
A BST was given, find the fourth largest nodeAns- Do an InOrder Traversal, should give you the 4th largest node ?write an algorithm, to find if two binary trees are sameAns - /*Compares the receiver ...
Explain about the mission to moon project in which human will be sent
Chandrayan-1, The mission by ISRO, India,envisages placing a 525 kg payload in apolar orbit 100Km above the the moon surface.satellite will be launched using a modified version of India's Polar Sa...
Accenture hr interview questions held on may 25th 2005
The hr was cool and friendly so need to worry abt this round also he asked me these questions: tell abt u'rselfu'r strenghtsu'r weeknessabt u'r achievementstell me brief abt u'r projectdo u want to reallocate why accenture and what do u know abt accenture?
Hi, OOPS means Object Oriented Programming concepts such as Polymorphism, Encapsulation and Inheritance, which are the most basic concepts of OOPS. Polymorphism: The ability of a class to exist...
can anyone answer this question with taking exame the question is TELL ME ABOUT YOURSELF take your own example how you will reply for this.
Accenture hr interview questions collections
Tell me about your academics.Why you chose this college.What is your position in your class.What was your engineering entrance rank.Which is your favorite programming language.Can you compile C program in C++ compiler ? What about the reverse?What is a static variable.What is the size of a float variable.What...
RDBMS is stand for relational database management system not reverse. Earlier days databases were hierarchial in nature ex: IMS of IBM, in that actually it is a parent child relationship between the ...
difference bettween DBMS And RDBMS
DBMS is data base management system
RDBMS is reverse database base management systems
if you had made any wrong entry in rdbms u can reverse with the help of RDBMS...
Thans & Regsrds
Ravinder
9872802523
Isro interview procedure and tips for interview
I have given info about my isro interview in my previous mail I am pasting it again here for reference. Some more questions all of which which was not asked to me but very important for interview because they were repeated for many candidates even on different dates. So I am listing them herev. Important:...
Hi I finished B.E Electrical and Electronics in the year 2006. The question paper for electronics stream, 1. Basic Electronics ie, Resistance in parllel, and in different connections2. About wave's3...
i saw for your question it is possible let you assume for equtionx+y+0z =5;x+5y+0z=16;4x+4y+6z=20;then you can solve the three equtioh for point of intersection method you will find out for x,y,z values
ADObe interview procedure, pattern and model question paper
Please use comment section to submit ADObe interview procedure, pattern and model question paper
I just attended the test today for QE. It was OK. QE objectives questions were good, u should know about regreesion, functionality, black box etc to answer those. Then there were subjective questions ...
Hi,I attended Adobe interview recently, after completing 1 written test there were 4 technical rounds same day, I was called next day for 2 more rounds.I had 1 technical round and was told HR round wi...
What type of interview is conducted for freshers who applies for a process developer job?
HI , i'm RAJ working for GE as a Accountant .
You to be throw in the Basics Fundalmental of B.com ,Be Confident .
Hello respected sir/madamcan u please send GE papers,technical and hr interview questionsthanking you
Ge interview procedure and written test pattern
There were two sections, comprising of 50 questions off 60 minutes contains section 1 : 20 aptitude questions aptitude section had critical reasoning 6 q's, and general reasoning 5-6 q's and general aptitude. Two q's from time and work and 2 q's from chain rule and 2 q's from ratio and proportion...
Answered by: Divya
Answered On : Dec 9th, 2005Hello friends,
I had my group discussion at GE this week .The group discussion at GE is different than the normal group discussion.Its not general topics which are discussed.Its more of technical.They give few questions which we have to discuss and come to a conclusion.there were a total of 6 questions that were discussed .I am listing them.
1.To proove the given number is not a factorial of 50.50! a huge number was given with 10 zeros at the last .
2. 2 programs on C.like Print"hello world program" in C with out a semicolon.
3. write a program to print numbers 1 to 100 then 100 to 1 without use of if, for and looping constructs
4 one game was given to program
5.one C++ program class which allows only dynamic allocation of its objects.
6.one program in C++ was given with error,find the error.
Best Of Luck!!!!!!!!!!!
Hello friends,I had my group discussion at GE this week .The group discussion at GE is different than the normal group discussion.Its not general topics which are discussed.Its more of technical....
1.Why is advanced microdevice(amd) is so popular for graphics2.What is the diff between the intel and and processors
because ,it' s really works rapidlly.and the pixcells are allmost closer than others.so AMD graphics so populer.
The modern AMD Processor contain Multi-thearded Graphics drivers which support for higher multi-color processing capabilities along with Display ...
1-15:1,2-ram-jet,1-brass,2-100kg/(cm*cm)