Message on Whatsapp 8879355057 for DSA(OA + Interview) + Fullstack Dev Training + 1-1 Personalized Mentoring to get 10+LPA Job
0 like 0 dislike
795 views
in Interview-Experiences by Expert (108,110 points) | 795 views

1 Answer

0 like 0 dislike
Best answer
Interview Duration : 1hr
Type : Online Zoom
Format: Candidate Background (10Mins) | Technical Assesment | Questions (10 Mins)

Asked questions from resume, and favorite project.

Technical Assessment
1. Given the root of a tree, check if its a BST or not
	a. if root is None: Return True
	b. if there are duplicates: Return False
	
2. Implement Stack using two queues (Push, Pop, Top, Empty)
	a. Push must be efficient O(1)
	b. Top must be efficient O(1)
	You have to use the methods provided by queue and no other method on top of it
	class MyQueue:
		def enqueue():
		def dequeue(): return int
		def empty(): return True/False
by Expert (108,110 points)

Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .