Skip to main content

Posts

Showing posts from September, 2018

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

Mr Cooper

Date of visit: 10.9.2018 Criteria: 7 and above Online test:   The test consisted of 4 sections Section 1 - 10 logical reasoning questions Section 2 - 10 technical aptitude questions Section 3 - 5 critical coding questions Section 4 - 5 subjective questions    These are some subjective questions: 1. Is cookies safe? can it be hacked? justify your answer 2. In a database we can insert and update simultaneously. If one fails rollback should be done. Can it be done using queries? justify your answer. 3.A design architect has designed a blueprint of a house.Using this layout two houses are built and two families are staying in these houses.Based on oops concept which of these are class, objects,methods,.. Second round: For the second round they assigned the following task:   You are an aspiring entrepreneur in automobile industry and you are envisioning to introduce auction to attract customers to buy your fleet of vehicles. Of course, you need an auctioning and b

TCS - online test

Date: 2.9.18 Duration: 90 minutes Test was conducted at their premise where students from different colleges participated in that test. Some of the sections had negative marks. Section 1: (Verbal) - 10 mins     Given a paragraph with 10 blanks and the question is to fill the blanks with the appropriate words listed in the dropdown. Section 2: (Quantitative aptitude) - 40 mins 15 questions with normal difficulty and 5 advanced level questions( carried more weightage) Section 3: ( Technical aptitude ) - 20 mins   Questions related to C and data structures were asked. 10 questions with normal difficulty and 3 advanced level questions (more weightage) Section 4: (Coding) - 20 mins 1. Given a series in GP find the nth term 2. Given a string, replace the vowels with '$' and consonants with '#'  

NSI Infinium - coding round

Date of visit: 29.08.19 Criteria: 8.4 and above Duration: 1 hr 45 minutes Section A It consisted of 30 questions :      DBMS(transactions, deadlock, 5 queries, 2 quantative aptitude), Complexity of the code snippet , Output questions -> majority questions based on c and there were also c++, java code snippets, Hash function based questions. Section B (programs should be in C) 1. Find the height of the tree considering only the positive nodes. 2. Given an 2D array, find the number of occurrence of the string in the given array. 

Ninjacart - coding round

Platform: Hackerrank     The challenge comprised of three questions which were based on arrays and strings .. It may seem easy but the problems were little tricky to solve.. If one is strong enuf in those concepts, then solving them becomes piece of cake😋. I listed two problems(I ve forgot the third one) asked below: Question 1: Buy stocks .. problem link Question 2: Find the number of smooth pairs problem link

Sahaj - Online Test and Coding Round

Date of visit : 29/08/2018 Criteria        :  7.5 above First Round Duration : 40 minutes. The first round was a online test that had 50 multiple choice questions. The questions were very standard and covered everything like java, C, C++, Python, CSS, DBMS, OOPs, Networks, OS etc. After the first round 20 people were shortlisted for the second round. Second round Duration : 45 minutes  The second round was a coding round where we were given only one question. The objective of the round was not only to check whether the logic and code was correct but whether the students have used paradigms of the programming language they chose. for example, if we choose java to write our code we must have used OOPs principles. The question was to encode the given string in a format specified. Input : this is a secret procedure : 1. remove the spaces, s = thisisasecret 2. find the length of s, l  = 13 3. find w which is the ceil of sqrt of l, w = 4 4. separate s using w, s=