Upload Button Icon Add office photos

Filter interviews by

Annee Tradecom Database Executive Interview Questions and Answers

Updated 3 May 2021

Annee Tradecom Database Executive Interview Experiences

1 interview found

Database Executive Interview Questions & Answers

user image vaidhy nathan

posted on 3 May 2021

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. We need to pay 3000 as processing charges and 2000 as security deposit(total to be paid is 5000 in which 2000 is refundable after completing first assignment)

Interview Preparation Tips

Interview preparation tips for other job seekers - Do take on your own risk.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Core Java(Collection,multithreading), Spring boot, Struts, coding question
  • Q2. How to count numbers for words in string using hash Map
  • Ans. 

    Count numbers for words in a string using hash map.

    • Create a hash map to store the count of each word.

    • Split the string into an array of words.

    • Loop through the array and check if each word is a number.

    • If it is a number, increment the count in the hash map.

    • Return the hash map with the count of each number word.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were given

Round 2 - Coding Test 

Moderate level coding questions from aaray,stack and linked lists

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts , java basic questions, projects
  • Q2. Write a code for removing duplicate elements
  • Ans. 

    Code to remove duplicate elements from an array of strings

    • Create a set to store unique elements

    • Iterate through the array and add elements to the set

    • Convert the set back to an array to get unique elements

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why mindtree? And how would you contribute to the company
  • Ans. 

    I chose Mindtree because of its reputation for innovation and commitment to employee growth. I believe my strong technical skills and collaborative mindset would contribute to the company's success.

    • I am impressed by Mindtree's track record of delivering cutting-edge solutions to clients.

    • I value the company's focus on continuous learning and development for its employees.

    • My experience in software development and problem...

  • Answered by AI
  • Q2. Final year project, who motivates you
  • Ans. 

    My final year project was motivated by my passion for solving real-world problems and making a positive impact.

    • Passion for solving real-world problems

    • Desire to make a positive impact

    • Inspiration from mentors or industry professionals

    • Personal drive to excel and innovate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus on aptitude and dsa
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic codings like prime no or not

Round 2 - Technical 

(4 Questions)

  • Q1. Oops concepts, data structures
  • Q2. What is oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPs focuses on creating objects that interact with each other to solve problems

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation involves bundling data and methods that operate on the data into a single unit

    • Inheritance allows one class to inherit proper...

  • Answered by AI
  • Q3. Explain encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation also enables data to be accessed only through the methods defined in the class.

    • Example: In a class representing a car, th...

  • Answered by AI
  • Q4. Explain data structures
  • Ans. 

    Data structures are ways to organize and store data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures define how data is stored, accessed, and manipulated in a computer program.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

    • Choosing the right data structure is crucial for optimizing performance and efficiency in software development.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was gud & they asked simple interview questions

Round 2 - HR 

(2 Questions)

  • Q1. Past experience
  • Q2. Why do u want to join the company
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work culture.

    • I am excited about the opportunity to work on cutting-edge technologies and contribute to impactful projects.

    • I value the company's focus on teamwork and collaboration, which aligns with my own work style.

    • I believe the company's reputation for fostering professional growth and development will help me advance in my career.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions on our previous work experince
  • Q2. What are the charters you have worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. Some technical questions on excel and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is pretty easy

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. What about yourself
  • Q2. Java developer
  • Q3. About java
  • Q4. Working experience
  • Q5. About hobby
  • Q6. Communication way

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Blood relations,ratios and English

Round 3 - Group Discussion 

Based on present world

Round 4 - One-on-one 

(1 Question)

  • Q1. Course basic questions
Round 5 - HR 

(1 Question)

  • Q1. Communication skills

I applied via LinkedIn and was interviewed in Nov 2021. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. C language vs c++ their benefits and loses
  • Ans. 

    C and C++ have different benefits and drawbacks.

    • C is a procedural language while C++ is an object-oriented language.

    • C++ has features like classes, inheritance, and polymorphism that C lacks.

    • C is faster and more efficient than C++.

    • C++ has a steeper learning curve than C.

    • C++ is better suited for large-scale projects while C is better for small-scale projects.

    • C++ is more complex and has more potential for errors than C.

  • Answered by AI
  • Q2. I don't know the answer so sorry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and friendly don't kill your self

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was quite easy. You will easily solve the questions in one go

Round 2 - Group Discussion 

The group discussion around was moderate like the people were divided into different groups one group was of 10 people and you need to speak very well on the given topic as compared to the other guys and your through the round

Round 3 - Technical 

(1 Question)

  • Q1. Ask about the oops concepts and some programming related questions and after that finally discuss about the projects which I did in the college

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was easy you will be easily able to crack if you are decent knowledge as well

Tell us how to improve this page.

Interview Questions from Similar Companies

10405090xyzabc Interview Questions
3.8
 • 1.3k Interviews
Any Brand Interview Questions
4.1
 • 63 Interviews
Pie Infocomm Interview Questions
4.5
 • 39 Interviews
MNC AUTOMATION Interview Questions
4.2
 • 34 Interviews
Beyondriffs Interview Questions
4.6
 • 25 Interviews
Birla White Interview Questions
4.2
 • 25 Interviews
FreshToHome Interview Questions
3.5
 • 23 Interviews
View all
Compare Annee Tradecom with

ACTE

4.6
Compare

Birla White

4.2
Compare

Zeetech Management And Marketing

4.1
Compare

Ricoh

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