Upload Button Icon Add office photos

Filter interviews by

Trademo Interview Questions and Answers

Updated 23 Mar 2025

Trademo Interview Experiences

Popular Designations

6 interviews found

Devops Engineer Interview Questions & Answers

user image Rehan Raza

posted on 14 Oct 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Difference between ansible and and Terraform
  • Ans. 

    Ansible is a configuration management tool while Terraform is an infrastructure provisioning tool.

    • Ansible is used for automating configuration management tasks on servers.

    • Terraform is used for provisioning and managing infrastructure as code.

    • Ansible uses YAML for configuration management while Terraform uses HashiCorp Configuration Language (HCL).

    • Ansible is agentless, while Terraform requires an agent to be installed o...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. What are new DevOps tool
  • Ans. 

    Some new DevOps tools include Kubernetes, Terraform, and Jenkins X.

    • Kubernetes is a container orchestration tool used for automating deployment, scaling, and management of containerized applications.

    • Terraform is an infrastructure as code tool that allows for building, changing, and versioning infrastructure safely and efficiently.

    • Jenkins X is a CI/CD tool built on top of Jenkins that is specifically designed for cloud-n

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to DevOps because I am passionate about automation, collaboration, and continuous improvement in software development.

    • Passionate about automation and streamlining processes

    • Interested in collaborating with cross-functional teams

    • Excited about implementing continuous improvement practices

    • Seeking new challenges and opportunities for growth

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Aptitude Test 

It was logical, good and easy. HR was supportive

Interview Preparation Tips

Interview preparation tips for other job seekers - Some people are so underqualified and sit there as an interviewer. They don't have communication skills, they dont know the questions to ask. They will walk away from interview 2 to 3 times when you are explaining about your project/work experience. Using phones and taking pictures or videos during interviews, laughing not paying attention and then just saying we need one person who will do development, data analysis as well as the testing part, pathetic! People like Rupesh Dubey are the reason why company lacks in growth and misses good candidates. Tip to the company, remove people like him or just remove their power to select candidate. Tip to other candidates, if you see Rupesh Dubey's name as interviewer, Run!

Senior Quality Engineer Interview Questions asked at other Companies

Q1. what is least count of vernier caliper ,micrometer, height gauge?
View answer (13)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths , fastmaths ml

Interview Preparation Tips

Interview preparation tips for other job seekers - Sure, here are some tips for job seekers:

1. Tailor your resume and cover letter to each job application.
2. Network with professionals in your industry.
3. Use online job boards and company websites to find job openings.
4. Prepare for interviews by researching the company and practicing common interview questions.
5. Follow up with employers after interviews to express your continued interest in the position.
6. Consider working with a staffing agency or recruiter to help you find job opportunities.
7. Continuously update your skills and knowledge to make yourself more competitive in the job market.
8. Stay positive and persistent, as finding the right job can take time.

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Mar 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Tell me something about your self
  • Q2. Explain your project

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Trademo interview questions for popular designations

 Devops Engineer

 (1)

 Senior Quality Engineer

 (1)

 Data Engineer

 (1)

 Software Development Engineer Intern

 (1)

 QA Engineer

 (1)

Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two sum problem
  • Q2. Assignment given
Round 2 - One-on-one 

(2 Questions)

  • Q1. How's your josh
  • Q2. What are different kind of optimization you have worked on
  • Ans. 

    I have worked on performance optimization, code optimization, and SEO optimization.

    • Performance optimization: Minifying code, lazy loading resources, reducing server response time.

    • Code optimization: Refactoring code for better efficiency, reducing redundant code.

    • SEO optimization: Improving website speed, optimizing meta tags and content for search engines.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Micromanagement, bootlickers are welcome

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2022

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 

Python both MCQ and DSA question,SQL

Round 3 - Assignment 

Scraping assignment from a particular website

Round 4 - Technical 

(2 Questions)

  • Q1. Python DSA question.
  • Q2. Sql query and basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your python.
Be confident about your projects.

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

Pretty easy questions.

  • Q1. 

    Kth Smallest Element Problem Statement

    You are provided with an array of integers ARR of size N and an integer K. Your task is to find and return the K-th smallest value present in the array. All elements...

  • Ans. 

    Find the K-th smallest element in an array of distinct integers.

    • Sort the array and return the element at index K-1.

    • Use a min-heap to find the K-th smallest element efficiently.

    • Implement quickselect algorithm for optimal performance.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

1 coding question

  • Q1. 

    IP Address Formation from String

    Given a string S consisting only of digits from 0 to 9, your task is to find all potential IP addresses that can be formed from S and list them in lexicographical order. I...

  • Ans. 

    Given a string of digits, find all potential valid IP addresses that can be formed from it.

    • Split the string into four parts and check if each part is a valid IP segment (0-255).

    • Use backtracking to generate all possible combinations of valid IP addresses.

    • Ensure that the IP address does not contain leading zeroes.

    • Return the valid IP addresses in lexicographical order.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

Total Discussion on OS concepts

  • Q1. Can you explain the concepts related to memory management in operating systems?
  • Ans. 

    Memory management in operating systems involves allocation, deallocation, and optimization of memory usage.

    • Memory allocation: OS allocates memory to processes based on their requirements.

    • Memory deallocation: OS frees up memory when it is no longer needed by a process.

    • Memory optimization: OS optimizes memory usage through techniques like paging, segmentation, and virtual memory.

    • Examples: Paging in which memory is divide...

  • Answered by AI
Round 4 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

Easy in office environment

  • Q1. 

    Find the Lone Set Bit

    Your task is to identify the position of the only '1' bit in the binary representation of a given non-negative integer N. The representation contains exactly one '1' and the rest are...

  • Ans. 

    Find the position of the lone '1' bit in the binary representation of a given non-negative integer.

    • Iterate through the bits of the integer to find the position of the lone '1'.

    • Use bitwise operations to check if there is exactly one '1' bit in the binary representation.

    • Return the position of the lone '1' or -1 if there isn't exactly one '1'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteria7 CGPAMicrosoft interview preparation:Topics to prepare for the interview - Trees, graphs, dynamic programming, stacks, queuesTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Do a good project.
Tip 2 : Master the topics you are preparing.

Application resume tips for other job seekers

Tip 1 : Avoid writing things you do not know
Tip 2 : Follow a proper format for Resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to your technology on which you are good, it starts with basic that identifies you worked in your technology and good knowledge over workflow and your coding standard.

Interview Preparation Tips

Interview preparation tips for other job seekers - Working hard and prepare yourself to achieve your goal where you are satisfy with your job. There is no shortcut, you have to face the challenges. Be prepare yourself

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database

Interview Questionnaire 

2 Questions

  • Q1. How would you increase the sales of newspaper in your locality?
  • Ans. 

    To increase newspaper sales in the locality, I would focus on improving content, distribution, and marketing strategies.

    • Conduct market research to understand readers' preferences and interests

    • Create engaging and informative content that caters to the local audience

    • Offer attractive subscription packages and discounts to encourage regular readership

    • Partner with local businesses and events to increase visibility and distr...

  • Answered by AI
  • Q2. What new feature you would like to add in Google maps and how would it help to increase the company's revenue?
  • Ans. 

    I would like to add a feature that suggests nearby events and attractions based on user preferences.

    • Personalized event and attraction recommendations

    • Integration with ticketing platforms for revenue sharing

    • Increased user engagement and retention

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In the written test they asked questions from logical and quantitative aptitude, verbal reasoning and few questions from core topics.

Round: HR Interview
Experience: This was followed by different rounds of interviews. The HR questions were mainly about me, my strengths and weaknesses and why do I want to join the company and where do I see myself in the next five years or so. Loads of guesstimate questions like estimate number of autos in Delhi and other similar cases.

College Name: LADY SHRI RAM COLLEGE

Trademo Interview FAQs

How many rounds are there in Trademo interview?
Trademo interview process usually has 2 rounds. The most common rounds in the Trademo interview process are One-on-one Round, Technical and Aptitude Test.
How to prepare for Trademo 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 Trademo. The most common topics and skills that interviewers at Trademo expect are Python, IT Sales, Inside Sales, Javascript and MongoDB.
What are the top questions asked in Trademo interview?

Some of the top questions asked at the Trademo interview -

  1. what are different kind of optimization you have worked...read more
  2. Difference between ansible and and Terraf...read more
  3. What are new DevOps t...read more

Tell us how to improve this page.

Trademo Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 838 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Infinx Interview Questions
4.0
 • 186 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 174 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
AVASOFT Interview Questions
2.9
 • 162 Interviews
View all

Trademo Reviews and Ratings

based on 14 reviews

3.1/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

2.8

Salary

2.9

Job security

2.7

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 14 Reviews and Ratings
Software Developer
9 salaries
unlock blur

₹6.5 L/yr - ₹13.8 L/yr

Data Engineer
8 salaries
unlock blur

₹6.3 L/yr - ₹11.9 L/yr

Software Engineer
5 salaries
unlock blur

₹7 L/yr - ₹10 L/yr

Software Development Engineer
5 salaries
unlock blur

₹11.5 L/yr - ₹20 L/yr

Data Research Analyst
5 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Trademo with

24/7 Customer

3.5
Compare

Microsoft Corporation

4.0
Compare

SAP

4.2
Compare

Google

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