[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Amazon Interview Questions and Answers for 5 years Experience

Home > Experience Archives > Amazon > Interview Question Set 1
Written Round

    1 / 4

    20 Objective Question, covering Topics: sql, c, sed, grep, OS, DS, C++ etc.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    2 / 4

    Write a program to convert Binary tree to its Mirror Tree.
    OR
    convert Binary tree to Symmetric Tree (i.e Mirror Image of itself).

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    3 / 4

    Write a Program to print a binary tree in Zig Zag way.
    OR
    Print the Binary Tree in Zig Zag Level-Order.
    Input:
    .................(25)
    ......... (4)...........(10)
    .....(2)......(8)...(12)......(7)

    OutPut: 25,10, 4, 2, 8, 12, 7

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!

    4 / 4

    Write A program to find the sum of two numbers equel to 'n' or not in given vector.

    Answer:
    No Discussion on this question yet!
    Please Login First :
    Tags:

    No Tags on this question yet!