Upload Button Icon Add office photos
Engaged Employer

i

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

Argusoft Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Argusoft Intern Interview Questions and Answers

Updated 19 Jun 2024

Argusoft Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Simple Aptitude test 1 hr

Round 2 - Group Discussion 

An aptitude test to filter out some more people

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

Fizz buzz question and array related

Round 2 - Technical 

(1 Question)

  • Q1. Basic react, javascript and one question to find duplicate.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

I applied via LinkedIn and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a c++ program to implement the basic functions of queue using linked list and class?
  • Ans. 

    C++ program to implement queue using linked list and class

    • Create a class for queue and node

    • Implement enqueue, dequeue, and display functions

    • Use pointers to link nodes in the linked list

  • Answered by AI
  • Q2. Questions related to the projects .

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good command over the language you chose and the tech stack you are working upon. You should be able to explain your role.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.

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 - Aptitude Test 

Computer Networks, SQL, DBMS, aptitude questions on trains, boats , profit and loss. 2 coding questions. Total duration was 1.5 hrs.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions based on projects and certifications mentioned in the resume. OOPs Time complexity based questions, basic algorithm logics like dijkstra's , sorting algorithms . Question in OS like threads and ...
Round 4 - Behavioral 

(1 Question)

  • Q1. Reversing a string, writing sql queries, how does fetching of information from web takes place. Why you want to join Truminds?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 4 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Job responsibilities, AWS services, devops tools, gift,docker,jenkinsetc..
Round 3 - Technical 

(1 Question)

  • Q1. Linux commands, project flow, brief explanations of tools which are used in the project , scripting
Round 4 - HR 

(1 Question)

  • Q1. Negotiation on salary and required certificates, joining date,,,

Interview Preparation Tips

Topics to prepare for Data Template Infotech Software Engineer interview:
  • AWS
  • Devops
  • Terraform
  • Jenkins
  • Kubernetes
  • Lambda
  • Docker
  • Monitoring Tools
  • Shell Scripting
  • Linux commands
  • Azure devops
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Tell about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q3. Hobbies what you have
  • Ans. 

    I enjoy hiking, playing guitar, and reading science fiction novels in my free time.

    • Hiking: I love exploring new trails and being in nature.

    • Playing guitar: I find it relaxing and enjoy learning new songs.

    • Reading science fiction novels: I love getting lost in imaginative worlds and exploring futuristic concepts.

  • Answered by AI
  • Q4. How is your studies going
  • Ans. 

    My studies are going well, I am currently learning new programming languages and working on various projects.

    • Studying programming languages like Java, Python, and C++

    • Working on projects involving web development and data analysis

    • Attending coding bootcamps and online courses to enhance my skills

  • Answered by AI
  • Q5. Solve the program
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Application type question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the oops concepts?
  • Ans. 

    Object-oriented programming concepts that help in designing and implementing software systems.

    • Encapsulation: bundling data and methods together

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding complex implementation details

    • Encapsulation: grouping related data and methods together

    • Association: relationship between classes

    • Composition:...

  • Answered by AI
  • Q2. What are the annotations we used in springboot application?
  • Ans. 

    Annotations used in Spring Boot applications

    • 1. @RestController - Marks a class as a controller that handles HTTP requests

    • 2. @RequestMapping - Maps HTTP requests to handler methods

    • 3. @Autowired - Injects dependencies into a bean

    • 4. @Service - Marks a class as a service component

    • 5. @Repository - Marks a class as a repository component

    • 6. @Component - Marks a class as a generic Spring component

    • 7. @Configuration - Indicates ...

  • Answered by AI
  • Q3. What is abstract n abstarct methods in java
  • Ans. 

    Abstract classes and methods in Java provide a way to define common behavior that can be inherited by subclasses.

    • An abstract class is a class that cannot be instantiated and is meant to be extended by other classes.

    • An abstract method is a method that is declared without an implementation in an abstract class.

    • Subclasses of an abstract class must provide an implementation for all abstract methods.

    • Abstract classes can hav...

  • Answered by AI
  • Q4. Java 8 futures?

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL related basics & other bi basics
  • Q2. Joins and functions
Round 2 - Technical 

(2 Questions)

  • Q1. Sql basics and other bi basics
  • Q2. Joins practical

Interview Preparation Tips

Topics to prepare for Data Template Infotech Software Engineer interview:
  • SQL Server
  • JOINs
  • MSBI
  • SQL functions
Interview preparation tips for other job seekers - Good
Interview experience
1
Bad
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 - Technical 

(4 Questions)

  • Q1. Basic and advanced jav
  • Q2. Opps concepts and explanation, interface, abstraction difference
  • Q3. MVC flow and architecture
  • Q4. Hibernate interview questions
Round 3 - HR 

(1 Question)

  • Q1. Normal only HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - As per my knowledge and experience in DT, please don't join here 😞🙏, this is worst company which I have worked. No words to say about this company.....
Please consider this review and don't join . Use and throw.... they won't consider employees comserns.... In my team 20 people joined they removed all the people with in 4 months........ don't join.........

Argusoft Interview FAQs

How many rounds are there in Argusoft Intern interview?
Argusoft interview process usually has 2 rounds. The most common rounds in the Argusoft interview process are Aptitude Test and Group Discussion.

Tell us how to improve this page.

Argusoft Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Programmer Analyst
101 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Senior Programmer Analyst
27 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Software Developer
16 salaries
unlock blur

₹5.6 L/yr - ₹8 L/yr

Software Engineer
12 salaries
unlock blur

₹6 L/yr - ₹7.2 L/yr

Group Technical Lead
11 salaries
unlock blur

₹12.5 L/yr - ₹25.5 L/yr

Explore more salaries
Compare Argusoft with

PC Solutions

3.7
Compare

RNF Technologies

3.5
Compare

JMR Infotech

4.3
Compare

Hidden Brains InfoTech

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