Skip to main content

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.Reasons for doing those projects.
They asked about my role in 7th sem internship.
Then they asked in depth of all concepts of C++
They started with arrays,they asked me to write a function for calculating a string in an array by passing arguments.
Using bitwise operators they asked me to convert a number to binary and asked to toggle a bit using its position.
They asked me to draw the memory layout of C++ and using some examples asked to give output for local variable concept.
They asked me in detail about the pointers concepts in C++.Some changes were made for a set of statements and asked me for the output of those statements.
In OS,they asked me to explain the term "Process"
In Data structures,they asked me to give the doubly linked list structure in a prog and asked to explain the steps to be done to insert a number in a list.

Comments

Popular posts from this blog

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=

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

Thorogood Associates - online test and Interview experience

Date of Visit : 18.08.2018 Criteria: CGPA 7.5 above, No current arrear First Round Duration: 1 hr This is an online round which had two parts,one is about essay writing,other one is about aptitude. Essay Writing Part had two questions,out of these 2 questions we have to write an essay on any one of the topic within 15 minutes. Question: What do you know about Thorogood and what will you do in your first year of Thorogood? Aptitude Part covered Data Interpretation,Logical Reasoning,Profit-Loss problem and other basics aptitude topics which are in R.S Agarwal Book ( link ) or else in IndiaBix ( link ) and this part lasted for next 45 minutes. Second Round Duration: 30 Minutes In this round,our communication,presentation skills and confidence level were tested. They asked us to explain any one of the projects that we mentioned in our resume. They checked whether we can present the project that we did in a professional way.