Upload Button Icon Add office photos
Engaged Employer

i

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

Moglix Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 546 Reviews

Filter interviews by

Moglix Software QA Engineer Interview Questions, Process, and Tips

Updated 26 Dec 2024

Moglix Software QA Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of software Testing
  • Ans. 

    Types of software testing include manual testing, automated testing, unit testing, integration testing, system testing, and acceptance testing.

    • Manual testing: Testing performed manually by QA engineers.

    • Automated testing: Testing performed using automation tools.

    • Unit testing: Testing individual units or components of a software.

    • Integration testing: Testing the integration of different components.

    • System testing: Testing ...

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Performed at the beginning of the testing process

    • Focuses on basic functionality

    • Not exhaustive testing, just to check if the software can be further tested

    • Helps in identifying major issues early on

    • Usually automated for efficiency

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works as expected.

    • It helps in identifying any defects introduced by new code changes.

    • Regression testing can be automated to save time and effort.

    • Examples include running ...

  • Answered by AI
  • Q2. What is jira tool
  • Ans. 

    Jira is a popular project management tool used for tracking issues, managing tasks, and facilitating collaboration among team members.

    • Jira is commonly used in software development teams to track bugs, issues, and tasks.

    • It allows users to create, assign, prioritize, and track issues through customizable workflows.

    • Jira integrates with other tools like Confluence, Bitbucket, and Jenkins for seamless project management.

    • Use...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How much salary you expect?
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the market rate for software QA Engineers.

    • Research the average salary range for software QA Engineers in your location and industry.

    • Consider your level of experience, skills, and certifications when determining your salary expectations.

    • Be prepared to negotiate based on the company's budget and benefits package.

    • Provide a range rather than a specific numbe

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong background in software testing, excellent problem-solving skills, and a proven track record of delivering high-quality results.

    • I have a Bachelor's degree in Computer Science with a focus on software testing.

    • I have 3+ years of experience working as a QA Engineer, where I successfully identified and resolved numerous bugs in software applications.

    • I am proficient in using various testing tools and methodol...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Interview was on very basic testing techniques and practice

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tree question dsa
  • Q2. Fibonacci sequence question

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 - Technical: The first round involved solving one tree-based question and one array-based question. I was also asked about object-oriented programming concepts, Git commands, and SQL queries. In addition, I faced questions based on my resume projects, and I was asked to explain the difference between a primary key and a unique key.

Round 2 - Technical: The second round focused more on system design and APIs. I was asked to explain the difference between PUT and POST in REST APIs, design the database schema of one of my projects, and discuss inheritance and access modifiers (public, private, protected). Git commands were also covered. A scenario-based question was presented: "How would you send an email to a million users, ensuring that if an email fails, the system retries sending it three times? If the retries fail, the system should move on to the next email. Additionally, if the system crashes after sending 1000-2000 emails, how would you ensure that upon restart, it resumes from where it left off without resending emails?"

The HR was friendly, clearly explained the next steps, and provided constructive feedback. Overall, it was a positive interview experience.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain Deadlock?
  • Q2. Explain Red Black Tree?
  • Q3. Find local minima in a 1-D array?
  • Q4. Find local minima in 2-D array?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a coding round where i need to solve 3 DSA Questions in 1.5 hour

Round 2 - Technical 

(2 Questions)

  • Q1. This is Technical round where i was asked to implement the Two Question of Dsa one is bases on greedy and another is dp , another one is leetcode hard (finding maxaimal area of rectangle in matrix of 1 and...
  • Q2. Greedy Q was direct i don't remember clearly. I was selected for the 2nd round
Round 3 - One-on-one 

(1 Question)

  • Q1. It was also a technical round but bases on LLD problem statement. I was given a problem statement to design a society security system and the they need psudo code for complete implementation using correct ...
Round 4 - HR 

(1 Question)

  • Q1. I was not selected for 4th round but heard that there were Q on cs fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The question was about Nodejs
  • Q2. The question was to build a linked list in Nodejs
Round 2 - Technical 

(2 Questions)

  • Q1. The first question was related to DSA
  • Q2. The question was related to SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How was your previous organization
  • Ans. 

    My previous organization was a fast-paced tech startup focused on developing cutting-edge software solutions.

    • Highly collaborative work environment

    • Emphasis on innovation and creativity

    • Agile development methodologies were followed

    • Regular team meetings and code reviews

    • Opportunities for professional growth and learning

  • Answered by AI
  • Q2. Please create timer using react
  • Ans. 

    Create a timer using React

    • Use useState hook to store the timer value

    • Use useEffect hook to update the timer every second

    • Display the timer value in the component's render method

  • Answered by AI

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 Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Slicing in List of Python
  • Ans. 

    Slicing in Python allows you to extract a subset of elements from a list.

    • Slicing is done using square brackets and the start:stop:step notation.

    • The start index is inclusive, while the stop index is exclusive.

    • You can omit any of the three parameters, defaulting to 0 for start, length of list for stop, and 1 for step.

    • Negative indices can be used to slice from the end of the list.

    • Example: list = [1, 2, 3, 4, 5], list[1:4]

  • Answered by AI
  • Q2. Multithreading questions were asked

Skills evaluated in this interview

Moglix Interview FAQs

How many rounds are there in Moglix Software QA Engineer interview?
Moglix interview process usually has 3 rounds. The most common rounds in the Moglix interview process are Technical, One-on-one Round and HR.
What are the top questions asked in Moglix Software QA Engineer interview?

Some of the top questions asked at the Moglix Software QA Engineer interview -

  1. what is smoke test...read more
  2. what is regression test...read more
  3. What is jira t...read more

Tell us how to improve this page.

Moglix Software QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 423 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 327 Interviews
CARS24 Interview Questions
3.6
 • 319 Interviews
Blinkit Interview Questions
3.7
 • 173 Interviews
BlackBuck Interview Questions
3.8
 • 172 Interviews
Tata 1mg Interview Questions
3.7
 • 142 Interviews
Paisabazaar.com Interview Questions
3.5
 • 137 Interviews
Urban Company Interview Questions
3.4
 • 133 Interviews
Ninjacart Interview Questions
4.0
 • 94 Interviews
View all
Assistant Manager
325 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Deputy Manager
263 salaries
unlock blur

₹5.1 L/yr - ₹11 L/yr

Senior Executive
176 salaries
unlock blur

₹2.5 L/yr - ₹5.3 L/yr

Senior Manager
142 salaries
unlock blur

₹13.5 L/yr - ₹30.5 L/yr

Manager
118 salaries
unlock blur

₹6 L/yr - ₹20.1 L/yr

Explore more salaries
Compare Moglix with

Udaan

4.0
Compare

ShopX

4.3
Compare

Power2sme

4.3
Compare

IndustryBuying.com

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