Upload Button Icon Add office photos
Engaged Employer

i

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

Moris Media Verified Tick

Compare button icon Compare button icon Compare
4.5

based on 97 Reviews

Filter interviews by

Moris Media Senior Software Developer Interview Questions, Process, and Tips

Updated 24 Sep 2023

Moris Media Senior Software Developer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 2 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 - Technical 

(20 Questions)

  • Q1. What programming languages are you proficient in?
  • Ans. 

    Proficient in Java, Python, and JavaScript.

    • Java

    • Python

    • JavaScript

  • Answered by AI
  • Q2. Have you worked with any specific frameworks or libraries?
  • Ans. 

    Yes, I have worked with several frameworks and libraries including React, Angular, and Node.js.

    • Worked with React for building user interfaces

    • Experience with Angular for front-end development

    • Utilized Node.js for server-side scripting

  • Answered by AI
  • Q3. Can you describe a complex project you have worked on and your role in it?
  • Q4. How do you approach problem-solving in software development?
  • Ans. 

    I approach problem-solving in software development by breaking down the issue, researching possible solutions, and collaborating with team members.

    • Identify the problem and gather all relevant information

    • Break down the problem into smaller, manageable tasks

    • Research possible solutions and consider different approaches

    • Collaborate with team members to brainstorm ideas and gather feedback

    • Implement and test the solution, mak

  • Answered by AI
  • Q5. Have you worked in an Agile or Scrum environment before?
  • Q6. Do you have experience with version control systems like Git?
  • Ans. 

    Yes, I have extensive experience with version control systems like Git.

    • I have been using Git for version control in all my projects for the past 5 years.

    • I am proficient in creating branches, merging code, resolving conflicts, and performing code reviews using Git.

    • I have experience with popular Git hosting services like GitHub, GitLab, and Bitbucket.

  • Answered by AI
  • Q7. Are you familiar with software testing methodologies and tools?
  • Ans. 

    Yes, I am familiar with software testing methodologies and tools.

    • I have experience with both manual and automated testing

    • I am familiar with Agile testing methodologies such as Scrum and Kanban

    • I have used tools like Selenium, JUnit, and TestNG for testing

    • I understand the importance of regression testing and performance testing

  • Answered by AI
  • Q8. Have you worked on both backend and frontend development?
  • Ans. 

    Yes, I have experience in both backend and frontend development.

    • I have worked on backend development using languages like Java, Python, and Node.js to build APIs and handle server-side logic.

    • I have experience in frontend development using technologies like HTML, CSS, and JavaScript to create user interfaces and interactive web applications.

    • I have used frameworks like React and Angular for frontend development and frame...

  • Answered by AI
  • Q9. Can you explain the process of debugging and troubleshooting in software development?
  • Ans. 

    Debugging and troubleshooting in software development involves identifying and fixing errors in code to ensure proper functionality.

    • Identify the problem by reproducing the issue and understanding the expected behavior.

    • Use debugging tools like breakpoints, logging, and stack traces to pinpoint the source of the error.

    • Review the code for logic errors, syntax errors, or incorrect assumptions.

    • Test potential solutions to th...

  • Answered by AI
  • Q10. How do you stay updated with the latest technologies and industry trends?
  • Q11. Have you ever mentored or guided junior developers?
  • Q12. Can you provide examples of your code that demonstrate your coding style and best practices?
  • Ans. 

    Yes, I can provide examples of my code that demonstrate my coding style and best practices.

    • I follow the SOLID principles to ensure my code is maintainable and scalable.

    • I use design patterns such as MVC, Singleton, and Factory to organize my code effectively.

    • I write clean and readable code with meaningful variable names and comments for clarity.

    • I regularly refactor my code to improve performance and readability.

    • I utiliz...

  • Answered by AI
  • Q13. Are you comfortable working with databases and SQL?
  • Ans. 

    Yes, I am comfortable working with databases and SQL.

    • Proficient in writing complex SQL queries for data retrieval and manipulation

    • Experience with database design, normalization, and optimization

    • Familiarity with stored procedures, triggers, and views

    • Knowledge of indexing and query performance tuning

    • Examples: SELECT * FROM table WHERE condition; CREATE TABLE table_name (column1 datatype, column2 datatype, ...);

  • Answered by AI
  • Q14. Have you worked with cloud platforms or services like AWS or Azure?
  • Ans. 

    Yes, I have experience working with cloud platforms like AWS and Azure.

    • Developed and deployed applications on AWS using services like EC2, S3, and RDS

    • Utilized Azure for building and managing cloud-based solutions

    • Implemented serverless architecture using AWS Lambda functions

    • Worked on setting up and configuring cloud infrastructure on both AWS and Azure

  • Answered by AI
  • Q15. Can you explain the concept of scalability in software architecture?
  • Ans. 

    Scalability in software architecture refers to the ability of a system to handle increasing amounts of work or its potential to accommodate growth.

    • Scalability involves designing a system in a way that allows it to easily expand in terms of processing power, storage capacity, or network bandwidth.

    • Horizontal scalability involves adding more machines to distribute the load, while vertical scalability involves upgrading ex...

  • Answered by AI
  • Q16. Have you used any project management tools or issue tracking systems?
  • Ans. 

    Yes, I have experience using project management tools and issue tracking systems.

    • I have used Jira extensively for project management and issue tracking.

    • I am familiar with Trello for task management and collaboration.

    • I have also used Asana for project planning and tracking progress.

  • Answered by AI
  • Q17. Are you familiar with security practices and principles in software development?
  • Ans. 

    Yes, I am familiar with security practices and principles in software development.

    • I have experience implementing secure coding practices such as input validation, output encoding, and proper error handling.

    • I am knowledgeable about common security vulnerabilities like SQL injection, cross-site scripting (XSS), and cross-site request forgery (CSRF).

    • I understand the importance of data encryption, secure authentication mec...

  • Answered by AI
  • Q18. Have you worked on projects that involved integrating third-party APIs or services?
  • Ans. 

    Yes, I have experience working on projects that involved integrating third-party APIs and services.

    • Integrated payment gateways like PayPal and Stripe for e-commerce applications

    • Utilized social media APIs such as Facebook and Twitter for user authentication and sharing features

    • Implemented Google Maps API for location-based services

  • Answered by AI
  • Q19. Can you describe a situation where you had to refactor code for performance optimization?
  • Ans. 

    Refactored code by optimizing database queries to improve performance.

    • Identified slow database queries impacting performance.

    • Analyzed query execution plans to identify bottlenecks.

    • Rewrote queries to use indexes and optimize joins.

    • Implemented caching mechanisms to reduce database load.

    • Measured performance improvements using profiling tools.

  • Answered by AI
  • Q20. How do you handle tight deadlines and prioritize tasks in a project?
  • Ans. 

    I handle tight deadlines by prioritizing tasks based on urgency and impact on project goals.

    • Break down the project into smaller tasks and set realistic deadlines for each

    • Communicate with team members and stakeholders to ensure everyone is on the same page

    • Use project management tools like Trello or Jira to track progress and prioritize tasks

    • Focus on high-impact tasks first to ensure project goals are met

    • Be flexible and ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Moris Media Senior Software Developer interview:
  • Laravel
  • node JS
  • Livewire
  • MySQL
  • CSS
Interview preparation tips for other job seekers - If you're aiming to join Moris Media, it's essential to be a diligent and intelligent individual who can effectively manage time. For newcomers or those who might not yet possess the specific skills Moris Media is seeking, honesty is key. Don't exaggerate your abilities or put on a facade. During the interview, focus on what you genuinely know and are confident about. If there are areas you're unfamiliar with, express a keen willingness to learn. Moris Media values genuine individuals who have a true desire to learn and grow. Remember, it's better to be sincerely confident than overconfident.

Skills evaluated in this interview

Interview questions from similar companies

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

Leetcode easy-medium

Round 2 - Technical 

(2 Questions)

  • Q1. What is Cyber Security and information security?
  • Ans. 

    Cyber security is the practice of protecting systems, networks, and data from digital attacks.

    • Cyber security involves implementing measures to prevent unauthorized access, data breaches, and other cyber threats.

    • It includes technologies, processes, and practices designed to protect networks, devices, programs, and data from attack, damage, or unauthorized access.

    • Examples of cyber security measures include firewalls, ant...

  • Answered by AI
  • Q2. What are the types of encryption?
  • Ans. 

    Types of encryption include symmetric encryption, asymmetric encryption, and hashing.

    • Symmetric encryption: Uses the same key for both encryption and decryption, examples include AES and DES.

    • Asymmetric encryption: Uses a pair of public and private keys for encryption and decryption, examples include RSA and ECC.

    • Hashing: Converts data into a fixed-size string of bytes, examples include MD5 and SHA.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the Triggers
  • Ans. 

    Triggers are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Triggers are used to maintain referential integrity, enforce business rules, and automate actions in a database.

    • They can be set to execute before or after INSERT, UPDATE, or DELETE operations on a table.

    • Examples of triggers include auditing changes to a table, updating a related table when a record is

  • Answered by AI
  • Q2. What is the Stored Procedures
  • Ans. 

    Stored procedures are precompiled SQL queries stored in a database for reuse.

    • Stored procedures are used to perform specific tasks or operations in a database.

    • They can improve performance by reducing the amount of data sent between the database and application.

    • Stored procedures can be called from within other SQL queries or from application code.

    • They can also help with security by controlling access to data and enforcin

  • 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 Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Dot net related stuffs
  • Q2. Dependency injection
Round 2 - Coding Test 

Built an app using dot net and angular

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

Two Medium DSA questions, then questions about react and springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - One React problem solving question and then asked me to design the DB of bookMyshow
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Max circular subarray sum
Round 2 - One-on-one 

(2 Questions)

  • Q1. Max frequency stack
  • Q2. Minimum no of platforms required
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Coding Test 

It was a virtual coding round with coding questions on Java fundamentals, Array, LinkedList

Round 2 - Coding Test 

Questions on java fundamentals, some code snippets, Array

Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral round with discussion on previous experience and values

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Leetcode med-hard, graph, trees, arrays
  • Q2. HLD design for something like Dropbox
  • Ans. 

    High-level design for a Dropbox-like system

    • Use a distributed file system to store files

    • Implement a synchronization mechanism to ensure consistency across devices

    • Use encryption to protect user data

    • Implement a user authentication and authorization system

    • Provide a web interface and mobile apps for easy access

    • Consider scalability and fault tolerance

    • Implement version control to allow users to revert to previous versions of

  • Answered by AI
  • Q3. Software design principles, design patterns, consistent hashing, scaling concepts etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the concepts not the questions as it will help you to tackle unknown questions, Watch technology blogs or youtube talks on how large scales systems are built. Believe in yourself every failure will teach you something just rectify it and be better version of your self. Keep improving It will not take much time to crack a company.

Skills evaluated in this interview

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

DSA - Linked List, Trees

Moris Media Interview FAQs

How many rounds are there in Moris Media Senior Software Developer interview?
Moris Media interview process usually has 2 rounds. The most common rounds in the Moris Media interview process are Resume Shortlist and Technical.
What are the top questions asked in Moris Media Senior Software Developer interview?

Some of the top questions asked at the Moris Media Senior Software Developer interview -

  1. Can you explain the process of debugging and troubleshooting in software develo...read more
  2. Can you provide examples of your code that demonstrate your coding style and be...read more
  3. Have you worked with cloud platforms or services like AWS or Azu...read more

Tell us how to improve this page.

Moris Media Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Times Internet Interview Questions
3.6
 • 63 Interviews
Denave Interview Questions
3.6
 • 39 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Smollan Group Interview Questions
4.2
 • 33 Interviews
Mediamint Interview Questions
3.5
 • 32 Interviews
MiQ Digital Interview Questions
3.4
 • 31 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
Times Group Interview Questions
3.8
 • 26 Interviews
View all
Business Development Manager
4 salaries
unlock blur

₹7 L/yr - ₹14.1 L/yr

Senior Front end Developer
3 salaries
unlock blur

₹8.4 L/yr - ₹14.3 L/yr

Explore more salaries
Compare Moris Media with

Times Internet

3.6
Compare

Network 18

3.5
Compare

Times Group

3.8
Compare

Hindustan Times

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