Nokia Networks Interview Experience(On-campus)| Set 6
Nokia networks visited our campus for 3 profiles : Nokia Software(NSW), NSP and 7210 SAS.
4 Rounds were conducted. First Round was conducted on AMCAT and rest 3 were interviews conducted at our campus.
After Giving online test, i was shortlisted for NSW profile.
Round 1: AMCAT
There were multiple choice questions from 4 topics and 2 Coding Questions.
You have to choose C++/Java before taking the test.
- CS fundamentals: Basic questions from sorting algorithms, data structures, code snippets, debugging
- Logical Ability
- Mathematics
- English Comprehension
- 2 Coding questions
- Find No. of balanced parenthesis in a given string, if parenthesis is not balanced return -1.
- Find No. of balanced parenthesis in a given string, if parenthesis is not balanced return -1.
Example : Input :((()) Output : -1 Parenthesis is not balanced Input : (())() Output : 3
- Find prime numbers less than equal to N.
Solution : Use Sieve of Eratosthenes
Round 2 : Technical Interview
- Asked about my final year project
- As i had chosen java during amcat test, he asked me questions on java
- why is java platform independent
- What is JDK, JVM, JRE and what does an end user need to install to run a java application
- what is byte code
- what is polymorphism? Run time and compile time polymorphism with example
- what if write something else instead of Main in a java program
- What happens if we write Main() inside Main() method
- Print prime numbers between two given numbers
- what is abstraction? How do we achieve it
- Difference between abstract classes and interface
- what kind of inheritance is used in java?
- why is multiple inheritance not supported in java? I told him about the diamond problem in C++, so he asked what is diamond problem
- How can we implement multiple inheritance in java
- Where is java.util package used?
- Which Collection Classes are synchronized
- Difference between Arrays and ArrayList
- Difference between HashMap and HashTable
Round 3: Manegerial Round
- Tell me about yourself
- Why do you want to become a software engineer
- what motivates you everyday
- About my parents
- what is software development life cycle
- Asked questions on analysis phase of SDLC and how i have used this in my projects
- Strengths and Weaknesses
- Then i was asked if i had any questions
Round 4 : HR Round
- Asked if i had any offers from other company, i said no so he asked me why dont i have any offer
- Asked me what went wrong in other interviews in detail
- About my parents
- Why did you move to Bangalore
- Achievements
- what was my gpa, why i had a backlog and how will i cope up with the corporate world
He then told me that feedback will be provided within few days.
Finally, they shortlisted 10 students and i was among one of them!.
Tips : Be confident in what you answer and don’t ever lose hope. I was rejected 13 times before i got this offer.
Thank you GeeksForGeeks for all the problems and interview experiences.
Please Login to comment...