Skip to main content

Posts

Wipro (Turbo Hiring)

Date of Visit: 27.9.18 Round 1: It was an online round conducted on AMCAT. There were 5 sections ( 128 minutes). Section 1 (English): This section had 20 questions (MCQ) to be done in 15 minutes. It consists of Synonyms, Antonyms, Sentence Rearrangement, and Comprehension based questions. Section 2 (Logical Reasoning): It has 14 questions to be answered in 14 minutes. It includes Blood Relations, Directions, Decoding and Data Sufficiency. Section 3 (Quantitative Ability): It has 16 questions to be answered in 16 minutes. It consists of probability, Speed and time, percentage etc., Section 4 (Coding/Automata) : It includes 2 questions to be answered in 20 minutes. Question 1 : Print the pattern like this if N=5 1 3*2 4*5*6 10*9*8*7 11*12*13*14*15 if N=3 1 3*2 4*5*6 Question 2 : Given an array of strings, print the longest common prefix. eg.,[rosewood,rossland,rosemary] output: ros Section 5 (WriteX Context): In this , we were given 20 minutes to wri
Recent posts

NOKIA INTERNSHIP online test and interview experience

Date of visit: 15.09.2018 Criteria: 6.5 & above  The process consisted of online test followed by a technical interview 1.Online Test They asked to choose either C++ or Java prior itself.Based on the language preference login credentials were shared.I opted for C++. This test consisted of 4 sections. SECTION 1: Quantitative Aptitude SECTION 2: Logical Reasoning SECTION 3: Technical Aptitude SECTION 4: 2 Programming Questions One program was a pattern generating problem. How do I print the format in C programming college  1*2*3*4 \n9*10*11*12\n 13*14*15*16\n 5*6*7*8 if you have to print the N number of rows where 1<=N<=100? Sample Input: 4 Sample Output: 1 * 2 * 3 * 4 9 * 10 * 11 * 12 13 * 14 * 15 * 16 5 * 6 * 7 * 8 Another program was based on linked list 2.Technical Round(Face to Face) They started with all my projects mentioned in the resume.They asked me to draw the block diagram and asked about the uniqueness of my projects.Re

AMAZON - internship (online test)

Date of visit: 25.09.2018 Platform: Amcat Criteria: 7.0 and above, no current arrear Duration: 1.30 hrs Debugging  - 7 questions -25 mins    Code was given in the editor, we have to modify it in such a way so that the code passes all test cases Logical reasoning   - 24 questions - 35 mins (mcq)   Programming questions - 2 questions - 70 mins    1. This question was based on writing a program for round robin scheduling in operating systems.       2. What are the values that can be added to get the highest capacity which is equal or slightly less than given capacity   Input:     capacity: 40.75      length of the array: 4     weight array: [ 34.5,1.60,6.25,7.08]   output:       34.50 6.25           

Trimble

Date of visit: 8.9.2018 Online test Section 1: It consisted of problem statement and sudo code was asked. TOC questions were also there. Section 2: It consisted of aptitude questions with medium difficulty level. Section 3: It consisted of 3 coding questions. 1-Sort the given string such that Characters with prime ASCII(ASCII values that are prime numbers) should be sorted in ascending order and forms the beginning of the string ,followed by Characters with non-prime ASCII which should be sorted in descending order Technical Interview-1 1) Given a string print characters and no. Of occurrences Ex: Input :  DAABCFD Output : D2A2B1C1F1    I) Sort based on character    II)Sort based on count 2) Write a program to print the mirror image of a binary tree 3) Write a program to find the middle element of a linked list(Collections.LinkedList should not be used) 1->2->3->4->5->Null output-3     Interviewer modified the list such that the next pointer of

Infosys

Date of visit: 5.9.2018 Criteria: 6 and above and no current arrear Round 1 online test consisted of aptitude, logical, data interpretation and verbal questions.(Difficulty - Medium) Round 2 Discussed about the projects mentioned in the resume. Some were asked simple technical questions like write a program to implement bubble sort, binary search tree, Program to convert hexadecimal to decimal Checked the confidence level in areas of interest Regarding oops they asked basic oops concepts, explain the concepts with examples(must) DBMS: Normalisation, triggers, keys, joins What is the index in database and its uses? Round 3 Ques: Tell me about yourself Brief your projects mentioned in your resume What are your future project ideas

Duta software India Pvt. Ltd

Date of visit: 10.9.2018 Online test   It consisted of 15 technical aptitude questions ( easy level ) 4 programming questions using arrays and strings 1) Given a string print characters whose number of occurrences is prime Ex: Input AABBBGHHGHHHGGGHB Output AG 2) Given a keypad structure 1 2 3 4 5 6 7 8 9    0 You can start with any number but can only move left or down. Numbers to be choosen(1-200) Now for a given input if it is not a valid traversal print the smallest valid sequence Ex 183 is not a valid traversal(from 8 you can't move up to reach 3)      Output should be 180 If it is valid print the smallest possible number Ex : 89 starting with 8 you can press 9 or 0 Since 80 is smaller than 89 the expected Output is 80 3) Given a sequence of words correspond to the noises made by different elements, find the noises made by the given animal provided the noises of others animals in the format <animal> goes <noise> Sample input: wah how