Newton School interview experience Real time questions & tips from candidates to crack your interview

Trainee Technology

Newton School
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: C language, Logical reasoning, Html, CSS, Javascript, Basic java,
Tip
Tip

Tip 1 : Focus on logical reasoning
Tip 2 : Solve coding everyday atleast 2 questions

Application process
Where: Other
Eligibility: Written exam and interview
Resume Tip
Resume tip

Tip 1 : Make updated resume and check spelling
Tip 2 : Add skills more and more

Interview rounds

01
Round
Easy
Online Coding Interview
Duration32 minutes
Interview date16 Aug 2020
Coding problem1

Interviewer was really good and he behave like a friend

1. Nth Fibonacci Number

Easy
0/40
Asked in companies
SAP LabsHCL TechnologiesWalmart

The n-th term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula -

    F(n) = F(n - 1) + F(n - 2), 
    Where, F(1) = 1, F(2) = 1


Provided 'n' you have to find out the n-th Fibonacci Number. Handle edges cases like when 'n' = 1 or 'n' = 2 by using conditionals like if else and return what's expected.

"Indexing is start from 1"


Example :
Input: 6

Output: 8

Explanation: The number is ‘6’ so we have to find the “6th” Fibonacci number.
So by using the given formula of the Fibonacci series, we get the series:    
[ 1, 1, 2, 3, 5, 8, 13, 21]
So the “6th” element is “8” hence we get the output.
Problem approach

First I have explaine about what is Fibonnaci and also give example 0 1 1 2 3 5 8 13 and I have write code in Java language

Try solving now
02
Round
Medium
Video Call
Duration35 minutes
Interview date16 Aug 2020
Coding problem1

1. Check Permutation

Easy
0/40
Asked in companies
GeeksforGeeksAdobeOracle

For a given two strings, 'str1' and 'str2', check whether they are a permutation of each other or not.

Permutations of each other
Two strings are said to be a permutation of each other when either of the string's characters can be rearranged so that it becomes identical to the other one.

Example: 
str1= "sinrtg" 
str2 = "string"

The character of the first string(str1) can be rearranged to form str2 and hence we can say that the given strings are a permutation of each other.
Problem approach

What I have explaine what is anagram and then I have write code

Try solving now
03
Round
Easy
HR Round
Duration15 minutes
Interview date22 Aug 2020
Coding problem1

HR round

1. Basic HR Questions

1: Tell me a little about yourself

 2: why you are interested in It sector? 

3: who was the coding round interview?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4656 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Trainee Technology
2 rounds | 4 problems
Interviewed by HCL Technologies
4853 views
0 comments
0 upvotes