Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Decision Minds Team. If you also belong to the team, you can get access from here

Decision Minds Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Decision Minds Trainee Interview Questions and Answers

Updated 5 Jan 2023

Decision Minds Trainee Interview Experiences

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 5 Jan 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

Try to speak atleast 1min and be confident while your attending any intrview and be consistent

Round 3 - Aptitude Test 

Refer indiabix for test question and try solve tha problem

Round 4 - Coding Test 

Practice daily coding it will help you to stay focus and good in the coding round

Round 5 - HR 

(2 Questions)

  • Q1. Normal will question will ask in hr round like why should i hire like that
  • Q2. Why should I hire you Why did you apply for this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Unique, consistent, routine wrk and be focused and confident

Interview questions from similar companies

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: First round is about aptitude nd basics Java questions. It consists of 2 sections. First section consist of 25 aptitude nd logical reasoning questions to be completed within 28 mins, approx. for each question yu have to spend 1 min. Second round consists of 27java questions to be completed within 28mins. Totally you have 2 sections for 1st round.
Tips: Prepare basics Java questions.for Apti nd logical refer Indiabix.com nd m4maths.com. it helps to clear this round
Duration: 55 minutes
Total Questions: 52

Round: Programming round
Experience: In this for me they hav given one program to solve in 30 mins. yu hav to write a code for that program in any one of the programming language. More importantly for us there is no elimination for this round
Tips: Book: Let us C

Round: Group Discussion
Experience: For this round the panel consists of 15 students and one HR. Yu have to speak about pros and cons of the given topic.
Duration: 15 minutes

Round: Technical Interview
Experience: In this round, they asked to write web programs using selectors, use of Css etc... And they hav given an pattern program for me to solve. Yu have to know abt general things in IT industry .

Round: Technical + HR Interview
Experience: They asked about the companies profile nd basics C questions
Tips: Before attending any interview,please refer the companies website nd knw abt that company

College Name: Velammal college of engineering and technology
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some core Java questions
Round 2 - HR 

(1 Question)

  • Q1. Simple intro about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How to ensure continuous integration and delivery in DevOps.?
  • Ans. 

    Continuous integration and delivery in DevOps can be ensured through automation, collaboration, and monitoring.

    • Automate the build, test, and deployment processes to ensure code changes are integrated and delivered quickly and consistently.

    • Use version control systems to track changes and enable collaboration among team members.

    • Implement continuous integration tools like Jenkins, Travis CI, or GitLab CI to automatically ...

  • Answered by AI
  • Q2. By automating build, test, and deployment processing using CI/CD pipelines.

Interview Preparation Tips

Interview preparation tips for other job seekers - stay curious and keep learning new tools and practices in DevOps.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between == and .equals() in Java?
  • Ans. 

    In Java, == compares memory addresses while .equals() compares the actual content of objects.

    • == is used to compare memory addresses of objects, while .equals() is used to compare the actual content of objects.

    • == is used for primitive data types comparison, while .equals() is used for object comparison.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1

  • Answered by AI
  • Q2. ==compares object refrences (memory location). -equals() compares object values.
  • Ans. 

    The difference between == and equals() in Java for comparing object references and values.

    • Use == to compare object references (memory location)

    • Use equals() to compare object values

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will be false, but str1.equals(str2) will be true

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the stands for JAVA?
  • Ans. 

    Java stands for Just Another Virtual Machine

    • Java stands for Just Another Virtual Machine

    • It is a high-level programming language developed by Sun Microsystems

    • Java code is compiled into bytecode that runs on any Java Virtual Machine (JVM)

  • Answered by AI
  • Q2. Just Another virtual accelerator.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Java Language?
  • Ans. 

    Java is a high-level, object-oriented programming language known for its portability and versatility.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its robust standard library, which includes tools for networking, data structures, and more

  • Answered by AI
  • Q2. Java is a object oriented programming language.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is stands for JAVA?
  • Ans. 

    JAVA stands for Java Virtual Machine

    • JAVA stands for Java Virtual Machine

    • It is a virtual machine that enables a computer to run Java programs

    • It provides a platform-independent execution environment for Java applications

  • Answered by AI
  • Q2. Just another virtual accelerator.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the Java?
  • Ans. 

    Java is a high-level, object-oriented programming language known for its portability, security, and versatility.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its strong security features, such as sandboxing and encryption

    • Popular Java frameworks include Spring, Hibernate, and Apache Struts

  • Answered by AI
  • Q2. It is a High Level, Multi-paradigm programming, strictly Typed, Platform Independent, General Purpose Programming Language Developed by Mr James Gosling and his team at Sun Microsystems ( now Taken over by...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Process?
  • Q2. Process is a executable is called a process.

Decision Minds Interview FAQs

How many rounds are there in Decision Minds Trainee interview?
Decision Minds interview process usually has 5 rounds. The most common rounds in the Decision Minds interview process are Coding Test, HR and Resume Shortlist.

Tell us how to improve this page.

Decision Minds Trainee Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
NexTurn Interview Questions
4.1
 • 28 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
View all

Decision Minds Trainee Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.6

Skill development

4.6

Work-life balance

4.0

Salary

4.6

Job security

4.6

Company culture

4.0

Promotions

4.6

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
93 salaries
unlock blur

₹2.5 L/yr - ₹8.8 L/yr

Senior Software Engineer
62 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Tableau Developer
16 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Technical Lead
15 salaries
unlock blur

₹12 L/yr - ₹28.3 L/yr

Senior Tableau Developer
9 salaries
unlock blur

₹15 L/yr - ₹18 L/yr

Explore more salaries
Compare Decision Minds with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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