Upload Button Icon Add office photos

Filter interviews by

Modus Information Systems Software Engineer Trainee Interview Questions and Answers

Updated 15 Mar 2024

Modus Information Systems Software Engineer Trainee Interview Experiences

2 interviews found

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

I was interviewed before Mar 2023.

Round 1 - Aptitude Test 

This is basic to moderate question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic SQL , Java and unix
  • Q2. Difference between dml and ddl
  • Ans. 

    DML stands for Data Manipulation Language and is used to manipulate data in a database. DDL stands for Data Definition Language and is used to define the structure of the database.

    • DML is used for operations like insert, update, delete data in a database.

    • DDL is used for operations like creating, altering, dropping tables, indexes, etc.

    • Examples: INSERT, UPDATE, DELETE are DML commands. CREATE, ALTER, DROP are DDL command

  • Answered by AI

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 Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions along with that in end they will ask you linux related questions in exam

Round 2 - Technical 

(3 Questions)

  • Q1. Basic core java question and basic sql queries and functions.
  • Q2. Core java related and basic coding like patterns,coint of vowels etc
  • Q3. In sql about joins, aggregate function,datatypes, constraints.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good you'll get more to know about banking functionality and about finacle application but as per my experience.

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. What is git, how GitHub work without git
  • Ans. 

    Git is a version control system used for tracking changes in code. GitHub is a platform for hosting code repositories and collaborating with others.

    • Git is a distributed version control system that allows multiple developers to work on the same codebase without conflicts.

    • GitHub is a web-based platform that provides hosting for Git repositories, along with additional features like issue tracking, pull requests, and proje...

  • Answered by AI
  • Q2. What is salting, hashing, rainbow table
  • Ans. 

    Salting, hashing, and rainbow tables are techniques used in cryptography to secure passwords.

    • Salting involves adding a random string of characters to a password before hashing to prevent attacks like rainbow tables.

    • Hashing is the process of converting a password into a fixed-length string of characters using a cryptographic hash function.

    • Rainbow tables are precomputed tables used to crack hashed passwords by matching a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - the interview is pretty easy they ask about basics of web and web security later advance topics which you mentioned in resume

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic questions are there in the test.

Round 2 - Technical 

(2 Questions)

  • Q1. Linked list merging
  • Q2. JavaScript difference between && and &&&
  • Ans. 

    && is a logical AND operator in JavaScript, while &&& is not a valid operator.

    • && is used to combine two logical expressions and returns true only if both expressions are true

    • &&& is not a valid operator in JavaScript and will result in a syntax error

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Contribute to company’s growth.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In this round there are two codingquestion firs was pythagora triplet,and second was sort array 0's 1's,2's.and to solve this program time limit was 1 hour.

Round 2 - Technical 

(3 Questions)

  • Q1. OOPs Related Basic question
  • Q2. Exception Handling
  • Q3. Multithreading related basic question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2022. There were 4 interview rounds.

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

(1 Question)

  • Q1. For 1st round after resume Shortlisting, HR asks some usual questions like: 1. Tell me about yourself. 2. What are the technologies that you worked on. 3. Have you done any project explain? 4. Which langua...
Round 3 - Technical 

(1 Question)

  • Q1. In Technical round Interviewer asked some basic questions to check your knowledge. then asked to explain oops 1. method overloading and overriding 2. inheritance types and then some basic definitions of da...
Round 4 - Coding Test 

So I was given 1 hour to solve 4 question which are of easy level, the topics are as follows:
1.Map
2.Array
3.String
4.Array

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up on the basics of every topic. And for technical rounds don't forget to learn OOPS.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Questions on strings and arrays.

Round 2 - Coding Test 

Questions on strings and arrays.

Round 3 - One-on-one 

(1 Question)

  • Q1. Friendly conversation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between git and github
  • Ans. 

    Git is a version control system used for tracking changes in source code, while GitHub is a platform for hosting Git repositories and collaborating on projects.

    • Git is a distributed version control system that allows multiple developers to work on the same project simultaneously.

    • GitHub is a web-based platform that provides hosting for Git repositories and additional collaboration features like issue tracking and pull re...

  • Answered by AI
  • Q2. Can git be used without github and vice versa
  • Ans. 

    Yes, git can be used without GitHub and vice versa.

    • Git is a version control system that can be used locally on a computer without the need for a remote repository like GitHub.

    • GitHub is a platform that hosts Git repositories and provides additional collaboration features, but Git can be used independently.

    • Git can be used with other remote repository hosting services like Bitbucket or GitLab.

    • GitHub can also be used with ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at SVPM's College Pune University, Pune and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General numerical problems

Round 2 - Technical 

(3 Questions)

  • Q1. What was the project in last year?
  • Ans. 

    Developed a web-based inventory management system for a retail company.

    • Used Java for backend development

    • Implemented responsive design using HTML, CSS, and JavaScript

    • Integrated payment gateway for online transactions

  • Answered by AI
  • Q2. What was your role in it?
  • Ans. 

    I was responsible for developing and testing new features for the company's mobile application.

    • Developed new features for the mobile application

    • Tested the functionality of the features

    • Collaborated with team members to ensure successful implementation

  • Answered by AI
  • Q3. What was your contribution in it?
  • Ans. 

    I contributed by developing new features, fixing bugs, and optimizing code for the software project.

    • Developed new features based on user requirements

    • Fixed bugs reported by QA team or users

    • Optimized code for better performance and efficiency

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What was your project for last year?
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. What are your hobbies?
  • Ans. 

    My hobbies include playing the guitar, hiking, and reading science fiction novels.

    • Playing the guitar

    • Hiking

    • Reading science fiction novels

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the technologies used in your college project
  • Q2. Java, Springboot
Round 2 - Coding Test 

Write the program to reverse the letters of the words in a sentence.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should clear your basics

Modus Information Systems Interview FAQs

How many rounds are there in Modus Information Systems Software Engineer Trainee interview?
Modus Information Systems interview process usually has 2 rounds. The most common rounds in the Modus Information Systems interview process are Technical and Aptitude Test.
What are the top questions asked in Modus Information Systems Software Engineer Trainee interview?

Some of the top questions asked at the Modus Information Systems Software Engineer Trainee interview -

  1. Difference between dml and ...read more
  2. Core java related and basic coding like patterns,coint of vowels ...read more
  3. In sql about joins, aggregate function,datatypes, constrain...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Modus Information Systems interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Modus Information Systems Software Engineer Trainee Salary
based on 7 salaries
₹1.5 L/yr - ₹2.5 L/yr
57% less than the average Software Engineer Trainee Salary in India
View more details

Modus Information Systems Software Engineer Trainee Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

2.0

Skill development

4.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

4.0

Company culture

2.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
128 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Senior Software Engineer
82 salaries
unlock blur

₹3.2 L/yr - ₹12.1 L/yr

Technical Lead
24 salaries
unlock blur

₹7.1 L/yr - ₹18.8 L/yr

Software Developer
19 salaries
unlock blur

₹1.9 L/yr - ₹7.3 L/yr

Project Manager
17 salaries
unlock blur

₹12.5 L/yr - ₹25 L/yr

Explore more salaries
Compare Modus Information Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview