Nokia Interview Experience (On-Campus)

Last Updated : 19 Mar, 2024

There were five sections in the first round assigned with the timeframe.

The questions asked were relatively easy to medium level.

There were only two options available for programming i.e. c++ and Java.

  • Quantitative Ability [16 min]
  • Reasoning [18 min]
  • Verbal Ability [18 min]
  • Coding Questions [22 m] (DSA based mostly)
  • Programming [ I was asked with two questions:] [60 min]
    1. Given an array to be arranged in the decreasing order of repetition of numbers.
    2. An index will be taken as input given an array of numbers. The program must return the list so that elements before the index should be ascending and next to the index in descending order.
Comment