Upload Button Icon Add office photos

Filter interviews by

Modus Information Systems Software Engineer Trainee Interview Questions and Answers for Experienced

Updated 15 Mar 2024

Modus Information Systems Software Engineer Trainee Interview Experiences for Experienced

1 interview found

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
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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. - Current company details - Self Introduction
Round 2 - Technical 

(1 Question)

  • Q1. - Js Questions - React js development questions - database Management Questions
Round 3 - HR 

(1 Question)

  • Q1. Salary related discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA, Javascript and ReactJS

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

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some maths related questions

Round 2 - Technical 

(1 Question)

  • Q1. Related to testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to learn something
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How to design a video streaming platform
  • Ans. 

    Designing a video streaming platform involves considering scalability, user experience, content delivery, and security.

    • Consider scalability by using a distributed architecture to handle large numbers of concurrent users.

    • Focus on user experience with intuitive interfaces, personalized recommendations, and seamless playback.

    • Implement content delivery networks (CDNs) to ensure fast and reliable streaming across different ...

  • Answered by AI
  • Q2. What is Single Page application
  • Ans. 

    Single Page Application is a web application that loads a single HTML page and dynamically updates the page as the user interacts with it.

    • Loads a single HTML page initially

    • Updates content dynamically without reloading the entire page

    • Uses AJAX, JavaScript, and frameworks like Angular, React, or Vue.js

    • Provides a seamless user experience similar to a desktop application

  • Answered by AI
  • Q3. What is Ajax calls?
  • Ans. 

    Ajax calls are asynchronous HTTP requests made by the browser to the server without reloading the entire page.

    • Ajax stands for Asynchronous JavaScript and XML

    • Used to update parts of a web page without reloading the entire page

    • Improves user experience by making the website more dynamic

    • Commonly used in web applications to fetch data from a server

    • Examples: fetching new emails in Gmail without refreshing the page, updating

  • Answered by AI
  • Q4. What are Content Delivery Networks?
  • Ans. 

    Content Delivery Networks (CDNs) are distributed servers that help deliver web content efficiently to users based on their geographic location.

    • CDNs cache content closer to users for faster delivery

    • They help reduce latency and improve website performance

    • Popular CDNs include Akamai, Cloudflare, and Amazon CloudFront

  • Answered by AI

Interview Preparation Tips

Topics to prepare for rtCamp Solutions Software Developer interview:
  • HTML
  • CSS
  • React.Js
  • Nodejs
  • SQL
  • Problem Solving
  • Puzzles
Interview preparation tips for other job seekers - Be honest as well as confident with your answers.
Prepare the basics of HTML CSS JS and some concepts of system designs

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 - Coding Test 

4 Coding Questions Were Given.
Check Palindrome String
Longest Increasing Subsequence
Group Anagrams
Add Two Numbers(Linked List)

Questions were picked from leetcode but the restriction of not using any inbuild function made them difficult to solve in the given time frame.

Round 3 - Technical 

(5 Questions)

  • Q1. Basic Java Technical Questions
  • Q2. Throws Vs Throw
  • Ans. 

    Throws is used for checked exceptions in Java, while throw is used to explicitly throw an exception.

    • Throws is used in method signature to declare that the method may throw a checked exception.

    • Throw is used to actually throw an exception in the code.

    • Example: public void method() throws IOException { //code }

    • Example: throw new IOException();

  • Answered by AI
  • Q3. Method Overriding Basics and Output-Based Questions
  • Q4. Springboot annotations
  • Q5. Inheritance and Concept of Abstract Classes and Interfaces
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Abstract classes cannot be instantiated and can have abstract methods. Interfaces define a contract for classes to implement.

    • Inheritance allows a class to inherit properties and behaviors from another class

    • Abstract classes cannot be instantiated and can have abstract methods

    • Interfaces define a contract for classes to implement

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2023. There were 5 interview rounds.

Round 1 - Coding Test 

Basic questions of javascript and php

Round 2 - One-on-one 

(1 Question)

  • Q1. Freecodecamp basic javascript dsa qus
Round 3 - One-on-one 

(1 Question)

  • Q1. Intermediate dsa javascript qus and some knowledge about slice, splice
Round 4 - Assignment 

Assignment for complete the all qus of freecodecamp

Round 5 - Technical 

(1 Question)

  • Q1. Asking qus of mege sort, insertion sort, quick sort then one qus on individual divisor

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to join then you have basic knowledge of javascript, basic of linux and basic of git.
Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. In trend java questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance java questions, questions related to microservice and java 8

Modus Information Systems Interview FAQs

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

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

  1. Core java related and basic coding like patterns,coint of vowels ...read more
  2. In sql about joins, aggregate function,datatypes, constrain...read more
  3. Basic core java question and basic sql queries and functio...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