Khatabook Pvt Ltd interview experience Real time questions & tips from candidates to crack your interview

SDET-2

Khatabook Pvt Ltd
upvote
share-icon
3 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 weeks
Topics: Algorithms, Data structures, Basic DevOps tools and concepts, leetcode, networking
Tip
Tip

Tip 1 : be very thorough with all the understandings of the work in your current company
Tip 2 : be clear with the basic data structures and algorithmic concepts and practice programming on leetcode(easy)
Tip 3 : know the folder structure of your frameworks and their advantage over others

Application process
Where: Other
Eligibility: 1 Years of experience
Resume Tip
Resume tip

Tip 1 : your resume at any cost should not be more than one page
Tip 2 : it should be clear and honest

Interview rounds

01
Round
Easy
Video Call
Duration60 Minutes
Interview date28 Aug 2020
Coding problem1

I was asked to do basic programming and was asked questions based on terraform and Jenkins concepts

1. Ninja And The List

Moderate
24m average time
78% success
0/80
Asked in companies
AmazonSalesforceVMware Software India Pvt Ltd

Ninja has given a nested list of integers nestedList of size 'N'. Each element is either an integer or a list whose elements may also be integers or other lists.

Ninjas have asked to implement the following methods of the NestedIterator class.

NestedIterator(vector<NestedInteger> nestedList) Initializes the 
iterator with the nested list nestedList.
int next() Returns the next integer in the nested list.
bool hasNext() Returns true if there are still some integers in the nested list and false otherwise.

Your task is to help the ninja to implement the above methods.

Your code will be tested with the following pseudocode:

initialize iterator with nestedList
  answer = []
  while iterator.hasNext()
    append iterator.next() to the end of answer
    return answer

You will get the correct answer verdict if the answer matches the expected flattened list.

EXAMPLE:
Input List: [[1, 1], 2, [1, 1]]
Output List: [1, 1, 2, 1, 1]
Try solving now
02
Round
Medium
Video Call
Duration60 Minutes
Interview date30 Sep 2020
Coding problem1

Discussion of test Framework
Discussion on terraform
Debugging in Jenkins and network issues

1. Debugging Questions

Was clear with the concept of terraform and its usage
Had idea about Jenkins ci and it's functioning
Test fw and folder structure was explained properly with good practices and told honestly what was not solved in my current company.
Told the area of improvements that I did in the company and how I did that

Problem approach

Tip 1 : explain your major contributions like resolving time and making code efficient and easy to use that you've done in your current company
Tip 2 : your debugging skills and knowledge should be good
Tip 3 : leetcode easy and medium is a must

03
Round
Easy
HR Round
Duration60 minutes
Interview date20 Nov 2020
Coding problem0

Was asked basic contributions in company and was asked why I wanted to join a new one. This was basically a check on cultural fitment

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
SDE - 2
3 rounds | 3 problems
Interviewed by Khatabook Pvt Ltd
2022 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDET-2
4 rounds | 3 problems
Interviewed by HashedIn
2297 views
0 comments
0 upvotes