Upload Button Icon Add office photos

Filter interviews by

KOTRA Interview Questions and Answers

Updated 20 Jul 2022

KOTRA Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2022

Round 1 - Assignment 

Report on promotion of food industry in india

Round 2 - One-on-one 

(2 Questions)

  • Q1. Trade promotion strategies
  • Q2. Korean brands present in india
  • Ans. 

    There are several Korean brands present in India, offering a wide range of products and services.

    • Samsung is a popular Korean brand known for its smartphones, televisions, and home appliances.

    • LG is another well-known Korean brand that offers a variety of consumer electronics and home appliances.

    • Hyundai is a Korean automobile brand that has a significant presence in the Indian market.

    • Kia Motors, a subsidiary of Hyundai, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about India Korea bilateral trade relations.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2021

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How do you write article
  • Q2. How do you search buyers ? tell me process
  • Q3. Tell me process of business transaction from India to abroad
  • Q4. How will you do your job effectively

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the article from Internet and obtain sufficient information what you have mention in your article. article is not the process of shortlisting in interview this is the base of your selection or rejection.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Process related and General knowledge
  • Q2. Always know what the profile is asking for which questions would be asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was intermediate but interesting.. Candidate should be prepared for the profile they are looking for on which questions would be shooted.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

3 coding questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Design a Time Series Database
  • Ans. 

    A time series database stores data points with timestamps for efficient retrieval and analysis.

    • Choose a suitable data model for the database

    • Use a time-based partitioning scheme for efficient data retrieval

    • Implement compression techniques to reduce storage requirements

    • Support for querying and analyzing time-based data

    • Ensure data consistency and durability

    • Consider scalability and high availability

    • Examples: InfluxDB, Time

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode prep will help. Do system design practice thoroughly.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions based on DSA.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy coding problem.
  • Q2. Medium coding problem.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. The interview emphasized team collaboration and work ethics, with a particular focus on my overall work experience at my previous company.
  • Q2. What were your preferences regarding work locations, specifically your views on working from the office (WFO) compared to working from home (WFH)?
  • Ans. 

    I prefer a mix of both working from the office and working from home.

    • I believe in the benefits of face-to-face collaboration and communication that come with working from the office.

    • At the same time, I appreciate the flexibility and productivity that working from home offers.

    • I think a hybrid approach, where employees have the option to choose between WFO and WFH based on their tasks and preferences, is ideal.

    • I have exp...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Focus was on DS algo and scenario based coding questions
  • Q2. Design skills and OS knowledge
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

First round was a coding test which has 2 problem solving questions and 3 subjective questions based on C++

Round 2 - Technical 

(1 Question)

  • Q1. This is also based on problem solving and DSA. A small part will be OS and network.
Round 3 - Coding Test 

More of a subjective round, highly focused on OS, networking and computer architecture.

Round 4 - Technical 

(1 Question)

  • Q1. This round is with the HM, totally subjective. Highly focused on past experience, current projects etc.
Round 5 - HR 

(1 Question)

  • Q1. HR discussion mostly questions are related to past and current experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - CS fundamentals should be very strong.

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was the qualification round which comprised of several MCQs and 3 coding questions.
It was held on Hackerearth from 3:00 PM to 4:00 PM.
Use of any other IDE was prohibited.

  • Q1. Given a problem statement and a piece of code, how would you find and correct the bug in the code?
  • Ans. 

    To find and correct a bug in code, analyze problem statement, review code, use debugging tools, and test different scenarios.

    • Understand the problem statement and expected output.

    • Review the code for syntax errors, logical errors, and potential bugs.

    • Use debugging tools like breakpoints, print statements, and IDE debuggers.

    • Test the code with different inputs to identify the bug.

    • Make necessary corrections based on the iden...

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    Given a binary tree, a target node, and an integer K, find all nodes at distance K from the target node.

    • Traverse the binary tree to find the target node.

    • Use BFS to traverse the tree from the target node to nodes at distance K.

    • Keep track of the distance while traversing the tree.

    • Return the values of nodes at distance K in any order.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

I was shared a link of Google Meet and the Google Docs was shared where there was 1 coding problem to be coded there and then the code was run on an IDE to check the sample tests.
Then the interview was followed by a lot of Operating System and Computer System Architecture Questions.
There were 2 Interviewers and both were helpful.
The timing was from 2:30 PM to 4:00 PM

  • Q1. 

    Subarray Challenge: Largest Equal 0s and 1s

    Determine the length of the largest subarray within a given array of 0s and 1s, such that the subarray contains an equal number of 0s and 1s.

    Input:

    Input beg...

  • Ans. 

    Find the length of the largest subarray with equal number of 0s and 1s in a given array.

    • Iterate through the array and maintain a count of 0s and 1s encountered so far.

    • Store the count difference in a hashmap with the index as the key.

    • If the same count difference is encountered again, the subarray between the two indices has equal 0s and 1s.

    • Return the length of the longest subarray found.

  • Answered by AI
Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

The round was held on Google Meet with HR from 2:30 PM to 3:15 PM.
The HR was friendly and asked the basic questions.

Interview Preparation Tips

Eligibility criteriaNeeded Work Experience in a leading Tech CompanyTower Research Capital interview preparation:Topics to prepare for the interview - Dynamic Programming, Data Structures - Sets, HashMap, Priority Queue, SQL, OOPS, Operating System, AlgorithmsTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice daily 4-5 medium level problems on sites like Leetcode, CodeZen, Hackerearth
Tip 2 : Even though Data Structures and Algorithms is the base but study Course Subjects like DBMS,OS,OOPS too.
Tip 3 : Try to Participate in Contests on LeetCode,Codeforces.

Application resume tips for other job seekers

Tip 1 : Mention the projects you worked on in your past work experience and how it helped your company.
Tip 2 : Keep your resume up to date in accordance with the role you are applying for
Tip 3 : Don't put false things on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Feb 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

Consisted of 3 DSA questions and MCQ on python proficiency

  • Q1. 

    Palindromic Substrings Problem Statement

    Given a string S, your task is to return all distinct palindromic substrings of the given string in alphabetical order.

    Explanation:

    A string is considered a pal...

  • Ans. 

    Return all distinct palindromic substrings of a given string in alphabetical order.

    • Iterate through all possible substrings of the given string.

    • Check if each substring is a palindrome by comparing it with its reverse.

    • Store all palindromic substrings in a set to ensure uniqueness.

    • Return the sorted list of palindromic substrings.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It was a pure DSA round and interviewer was very helpful with providing significant hints to solve the given problems

  • Q1. 

    Island Perimeter Calculation Problem

    Given a binary grid representation of a map of an island, calculate the perimeter of the island. The grid uses '0' for water and '1' for land.

    The grid has only one i...

  • Ans. 

    Calculate the perimeter of an island represented by a binary grid.

    • Iterate through the grid and count the perimeter based on land cells and their adjacent cells.

    • Each land cell contributes 4 units to the perimeter, subtract 2 units for each adjacent land cell.

    • Handle edge cases where land cells are at the boundaries of the grid.

    • Return the total perimeter for each test case.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Hard

DSA+OS

  • Q1. 

    Clearing the Forest Problem Statement

    Ninja lives in a city called Byteland where a festive event is being organized. To make space for this event, Ninja is tasked with clearing a nearby forest. The fores...

  • Ans. 

    Calculate the minimum number of steps Ninja needs to cut down all trees in a forest grid.

    • Iterate through the grid to find the shortest path to cut down all trees in order.

    • Use a priority queue to keep track of the shortest trees to cut next.

    • If it's impossible to cut all trees, return -1.

    • Consider all four cardinal directions for movement in the grid.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaPython ProficiencyTower Research Capital interview preparation:Topics to prepare for the interview - Data Structures, Algorithms , OOPS , DBMS , OSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 250 questions
Tip 2 : Do at least two projects
 

Application resume tips for other job seekers

Tip 1 : Should be covered in One page
Tip 2 : Project description should be professional

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Jun 2022.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

The test link was active for a week, and you can give anytime you like. The IDE was very good and self explanatory. There were 2 coding questions and 15 aptitude questions.

  • Q1. 

    Unweighted Graph Shortest Path Problem

    You are tasked with finding the shortest path between two houses in the city of Ninjaland, represented as an unweighted graph. The city has N houses numbered from 1 ...

  • Ans. 

    Find the shortest path between two houses in a city represented as an unweighted graph.

    • Use breadth-first search (BFS) algorithm to find the shortest path in an unweighted graph.

    • Start BFS from the source house and keep track of the path taken to reach each house.

    • Once the destination house is reached, backtrack from destination to source to find the shortest path.

    • Consider using a queue data structure to implement BFS eff...

  • Answered by AI
  • Q2. 

    Check If Two Nodes Are Cousins

    You are given an arbitrary binary tree consisting of N nodes, where each node is associated with a certain value, and two node values, a and b. Your task is to determine if ...

  • Ans. 

    Check if two nodes in a binary tree are cousins by comparing their levels and parents.

    • Traverse the tree to find the levels and parents of the given nodes.

    • Compare the levels and parents of the two nodes to determine if they are cousins.

    • If the levels are the same and the parents are different, the nodes are cousins.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

It contained two programming questions.

  • Q1. 

    Counting Nodes in a Complete Binary Tree - Problem Statement

    Given the root of a complete binary tree, calculate the total number of nodes in this tree.

    A complete binary tree is defined as a binary tree...

  • Ans. 

    Count the total number of nodes in a complete binary tree given its root.

    • Traverse the tree in level order and count the nodes

    • Use a queue to keep track of nodes at each level

    • Check for null nodes represented by -1 in the input

    • The total number of nodes in the example tree is 7

  • Answered by AI
  • Q2. 

    Rearrange Array Numbers for Largest Possible Number

    Given an array ARR consisting of non-negative integers, rearrange the numbers to form the largest possible numerical value. You are not permitted to alt...

  • Ans. 

    Rearrange array numbers to form the largest possible numerical value by combining digits of each number in the array.

    • Convert integers in the array to strings for easier manipulation.

    • Sort the array of strings in non-increasing order based on custom comparison function.

    • Join the sorted strings to form the largest possible number.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

This was more of a interaction round with some technical skills.

  • Q1. Can you explain the ACID properties and the rollback mechanism in DBMS?
  • Ans. 

    ACID properties ensure database transactions are processed reliably. Rollback mechanism undoes changes if transaction fails.

    • ACID properties: Atomicity, Consistency, Isolation, Durability

    • Atomicity ensures all operations in a transaction are completed successfully or none at all

    • Consistency ensures database remains in a valid state before and after transaction

    • Isolation ensures transactions are independent and do not inter...

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8 CGPATower Research Capital interview preparation:Topics to prepare for the interview - DSA and Algorithms, OOPS, Database, OS, NetworksTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on different varieties of problems, quality of problems matter greater than the quantity.
Tip 2 : Focus on design thinking, that will help in rounds other than problem solving.

Application resume tips for other job seekers

Tip 1 : Focus on demonstrating your academic excellence and course projects
Tip 2 : Mention internship details with clarity

Final outcome of the interviewSelected

Skills evaluated in this interview

KOTRA Interview FAQs

How many rounds are there in KOTRA interview?
KOTRA interview process usually has 2 rounds. The most common rounds in the KOTRA interview process are Assignment and One-on-one Round.
How to prepare for KOTRA interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at KOTRA. The most common topics and skills that interviewers at KOTRA expect are English, Market Research, Marketing, Hindi and Sales.
What are the top questions asked in KOTRA interview?

Some of the top questions asked at the KOTRA interview -

  1. Tell me process of business transaction from India to abr...read more
  2. How do you search buyers ? tell me proc...read more
  3. Korean brands present in in...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

MNC Group Interview Questions
4.3
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 99 Interviews
Nomura Holdings Interview Questions
3.8
 • 68 Interviews
View all

KOTRA Reviews and Ratings

based on 31 reviews

2.9/5

Rating in categories

2.6

Skill development

3.2

Work-life balance

2.6

Salary

3.0

Job security

2.7

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 31 Reviews and Ratings
Kotra (New Delhi) - Admin and HR Support

New Delhi

1-4 Yrs

₹ 4.5-4.5 LPA

Puritech - Accounting Assistant (Korean Expert)

Greater Noida

1-3 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
5 salaries
unlock blur

₹5.2 L/yr - ₹8.5 L/yr

Marketing Manager
5 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Asst.Marketing Manager
5 salaries
unlock blur

₹6.1 L/yr - ₹8.4 L/yr

Market Research Analyst
4 salaries
unlock blur

₹4.6 L/yr - ₹5.5 L/yr

Marketing Executive
4 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Explore more salaries
Compare KOTRA with

Nomura Holdings

3.8
Compare

Blackrock

3.8
Compare

Muthoot Homefin India

3.9
Compare

Adarsh Credit Co-Operative Society

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview