Upload Button Icon Add office photos
Engaged Employer

i

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

Mantra Softech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mantra Softech Interview Questions and Answers

Updated 28 Jul 2025
Popular Designations

15 Interview questions

A Linux System Engineer was asked 3d ago
Q. What is the procedure for conducting iperf testing?
Ans. 

Iperf testing measures network performance by creating TCP/UDP data streams between a client and server.

  • 1. Install iperf on both client and server machines using package managers (e.g., 'sudo apt install iperf').

  • 2. Start the iperf server on one machine: 'iperf -s'.

  • 3. On the client machine, run the iperf test by connecting to the server: 'iperf -c <server_ip>'.

  • 4. For UDP testing, use: 'iperf -c <server_ip&...

View all Linux System Engineer interview questions
A Linux System Engineer was asked 3d ago
Q. What is the method for testing the RS485 interface?
Ans. 

Testing the RS485 interface involves checking signal integrity, communication, and device response using specific tools and methods.

  • Use an RS485 loopback adapter to test communication between devices.

  • Utilize an oscilloscope to analyze the signal waveform for integrity.

  • Employ a multimeter to check voltage levels on the RS485 lines.

  • Use software tools like PuTTY or RealTerm to send and receive data.

  • Verify termination...

View all Linux System Engineer interview questions
An Executive Accountant was asked 3mo ago
Q. What are the basic terminologies used in accounting?
Ans. 

Accounting involves key terms that define financial transactions, reporting, and analysis for effective business management.

  • Assets: Resources owned by a business, such as cash, inventory, and property. Example: A company's building is an asset.

  • Liabilities: Obligations or debts owed by a business to external parties. Example: Loans and accounts payable are liabilities.

  • Equity: The owner's claim on the assets of the ...

View all Executive Accountant interview questions
An Executive Accountant was asked 3mo ago
Q. What are taxes such as Goods and Services Tax (GST) and Tax Deducted at Source (TDS)?
Ans. 

GST and TDS are essential tax mechanisms in India, impacting businesses and individuals in various financial transactions.

  • Goods and Services Tax (GST): A comprehensive indirect tax on the supply of goods and services, replacing multiple older taxes like VAT and service tax.

  • Example of GST: If a product is sold for ₹1,000 and the GST rate is 18%, the total cost to the consumer would be ₹1,180.

  • Tax Deducted at Source ...

View all Executive Accountant interview questions
A Project Manager was asked 6mo ago
Q. How much do you know about the biometric industry?
Ans. 

I have a strong understanding of the biometric industry, including various technologies and applications.

  • Biometric industry involves the use of unique biological characteristics for identification and authentication purposes.

  • Common biometric technologies include fingerprint recognition, facial recognition, iris recognition, and voice recognition.

  • Biometrics are used in various industries such as security, healthcar...

View all Project Manager interview questions
A Business Analyst was asked 12mo ago
Q. What tools do you use?
Ans. 

I use a variety of tools such as Microsoft Excel, SQL, Tableau, Jira, and Visio to analyze data and create visualizations for stakeholders.

  • Microsoft Excel for data analysis and manipulation

  • SQL for querying databases

  • Tableau for creating visualizations

  • Jira for project management

  • Visio for creating process flow diagrams

View all Business Analyst interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image
A Business Analyst was asked 12mo ago
Q. What is a wireframe?
Ans. 

A wireframe is a visual representation of a website or app layout that shows the basic structure and functionality without design elements.

  • Wireframes are used to plan and communicate the layout and functionality of a digital product.

  • They are typically created using simple shapes and placeholders for content.

  • Wireframes help stakeholders visualize the structure and flow of a project before investing in design and de...

View all Business Analyst interview questions
Are these interview questions helpful?
A Business Analyst was asked 12mo ago
Q. What do you know about BRD and SRS?
Ans. 

BRD stands for Business Requirements Document and SRS stands for Software Requirements Specification.

  • BRD outlines the business objectives and requirements for a project.

  • SRS details the software requirements needed to meet the business objectives.

  • BRD is more high-level and focuses on business needs, while SRS is more detailed and technical.

  • BRD is typically created by business analysts, while SRS is created by softw...

View all Business Analyst interview questions
A Graduate Engineer Trainee (Get) was asked
Q. What is OOPS? Explain it.
Ans. 

Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

  • OOP focuses on creating objects that interact with each other to solve problems.

  • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

  • Classes are blueprints for creating objects, while objects are instances of...

View all Graduate Engineer Trainee (Get) interview questions
An Embedded Software Engineer was asked
Q. What are the differences between I2C and SPI?
Ans. 

I2C is a synchronous serial communication protocol that allows multiple devices to be connected on the same bus. SPI is a full-duplex synchronous serial communication protocol that uses separate lines for data input and output.

  • I2C uses a master-slave architecture, while SPI uses a master-slave architecture or a multi-master architecture.

  • I2C uses a 7-bit or 10-bit address for device identification, while SPI uses a...

View all Embedded Software Engineer interview questions

Mantra Softech Interview Experiences

14 interviews found

Linux System Engineer Interview Questions & Answers

user image RAVIKUMAR RONAD

posted on 28 Jul 2025

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

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. What is the method for testing the RS485 interface?
  • Ans. 

    Testing the RS485 interface involves checking signal integrity, communication, and device response using specific tools and methods.

    • Use an RS485 loopback adapter to test communication between devices.

    • Utilize an oscilloscope to analyze the signal waveform for integrity.

    • Employ a multimeter to check voltage levels on the RS485 lines.

    • Use software tools like PuTTY or RealTerm to send and receive data.

    • Verify termination resi...

  • Answered by AI
  • Q2. What is the procedure for conducting iperf testing ?
  • Ans. 

    Iperf testing measures network performance by creating TCP/UDP data streams between a client and server.

    • 1. Install iperf on both client and server machines using package managers (e.g., 'sudo apt install iperf').

    • 2. Start the iperf server on one machine: 'iperf -s'.

    • 3. On the client machine, run the iperf test by connecting to the server: 'iperf -c <server_ip>'.

    • 4. For UDP testing, use: 'iperf -c <server_ip> -...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What do you know about brd, srs
  • Q2. What is the flow chart, process,
  • Ans. 

    A flow chart is a visual representation of a process or workflow, showing the steps and decisions involved.

    • Flow charts use different shapes to represent different actions or steps in a process.

    • Arrows indicate the flow of the process from one step to another.

    • Decision points are represented by diamonds, with different paths depending on the outcome.

    • Examples: process of ordering a product online, steps in a software devel...

  • Answered by AI
  • Q3. What is wireframe
  • Q4. What tools you are use
  • Q5. Schenerio based questions

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain your work experience
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 Jul 2023. There were 3 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 

(3 Questions)

  • Q1. Questions regarding your experience and previous company projects fundamentals.
  • Q2. Communication protocols like i2c, uart, spi, can, modbus...
  • Q3. DFU- Device firmware update
Round 3 - One-on-one 

(1 Question)

  • Q1. Same as roud 1 but they goes into deep fundamentals.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It asked about your basic reasoning and aptitude

Round 2 - HR 

(1 Question)

  • Q1. Talk about your cv

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on the basics of cv
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Difference between I2c & SPI
  • Ans. 

    I2C is a synchronous serial communication protocol that allows multiple devices to be connected on the same bus. SPI is a full-duplex synchronous serial communication protocol that uses separate lines for data input and output.

    • I2C uses a master-slave architecture, while SPI uses a master-slave architecture or a multi-master architecture.

    • I2C uses a 7-bit or 10-bit address for device identification, while SPI uses a chip...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core question.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - HR 

(2 Questions)

  • Q1. About yourself and current organization
  • Q2. Salary current and expected.
Round 2 - Technical 

(2 Questions)

  • Q1. About current organization role and responsibilities.
  • Q2. How much you know about biometric industry.
  • Ans. 

    I have a strong understanding of the biometric industry, including various technologies and applications.

    • Biometric industry involves the use of unique biological characteristics for identification and authentication purposes.

    • Common biometric technologies include fingerprint recognition, facial recognition, iris recognition, and voice recognition.

    • Biometrics are used in various industries such as security, healthcare, fi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself about biometric industry knowledge.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What are the basic terminologies used in accounting?
  • Ans. 

    Accounting involves key terms that define financial transactions, reporting, and analysis for effective business management.

    • Assets: Resources owned by a business, such as cash, inventory, and property. Example: A company's building is an asset.

    • Liabilities: Obligations or debts owed by a business to external parties. Example: Loans and accounts payable are liabilities.

    • Equity: The owner's claim on the assets of the busin...

  • Answered by AI
  • Q2. What are the taxes such as Goods and Services Tax (GST) and Tax Deducted at Source (TDS)?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is oops explain it.
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Classes are blueprints for creating objects, while objects are instances of clas...

  • Answered by AI
Round 2 - Aptitude Test 

Logical things if else for while etc...

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. 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 - Technical 

(2 Questions)

  • Q1. Prism- lens system design for fingerprint scanner.
  • Ans. 

    Prism-lens system design for fingerprint scanner involves using a prism to reflect light onto a lens and then onto a sensor.

    • The prism should be made of a material with high refractive index to ensure maximum reflection of light.

    • The lens should be chosen based on the desired field of view and resolution.

    • The sensor should be placed at the focal point of the lens to ensure sharp image capture.

    • The system should be designed...

  • Answered by AI
  • Q2. Do you know PPI ( pixels per inch).
  • Ans. 

    PPI stands for pixels per inch, which is a measure of pixel density in a display.

    • PPI determines the clarity and sharpness of an image on a screen.

    • Higher PPI means more pixels per inch, resulting in a clearer and sharper image.

    • PPI is commonly used to describe the resolution of displays, such as computer monitors, smartphones, and televisions.

    • For example, the iPhone X has a PPI of 458, while a typical computer monitor ha...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Interview taken by Subject Less and unskilled doctorate person.
Round 4 - One-on-one 

(1 Question)

  • Q1. He asked un related questions and i understood that he was just bluffing .

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't expect that interview taking people are transparent and skilled.
Be carefull they use to loot your subject and through you out.

Top trending discussions

View All
Interview Hub
6d
a client servicing executive
FeedCard Image
Got a question about Mantra Softech?
Ask anonymously on communities.

Mantra Softech Interview FAQs

How many rounds are there in Mantra Softech interview?
Mantra Softech interview process usually has 2-3 rounds. The most common rounds in the Mantra Softech interview process are Technical, Resume Shortlist and HR.
How to prepare for Mantra Softech interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Mantra Softech. The most common topics and skills that interviewers at Mantra Softech expect are C++, Sales, MVC, Networking and Biometrics.
What are the top questions asked in Mantra Softech interview?

Some of the top questions asked at the Mantra Softech interview -

  1. What are the taxes such as Goods and Services Tax (GST) and Tax Deducted at Sou...read more
  2. Prism- lens system design for fingerprint scann...read more
  3. What is the procedure for conducting iperf testin...read more
How long is the Mantra Softech interview process?

The duration of Mantra Softech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 12 interview experiences

Difficulty level

Easy 25%
Moderate 63%
Hard 13%

Duration

Less than 2 weeks 63%
2-4 weeks 13%
4-6 weeks 25%
View more

Interview Questions from Similar Companies

Northcorp Software Interview Questions
4.6
 • 236 Interviews
Zidio Development Interview Questions
4.5
 • 115 Interviews
Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.4
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 41 Interviews
Quantsapp Interview Questions
3.0
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 36 Interviews
View all

Mantra Softech Reviews and Ratings

based on 161 reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.5

Salary

4.1

Job security

3.8

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 161 Reviews and Ratings
Technical Support Engineer
29 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Team Lead
23 salaries
unlock blur

₹10.6 L/yr - ₹20.6 L/yr

Sales Manager
16 salaries
unlock blur

₹8.4 L/yr - ₹18.2 L/yr

Project Manager
15 salaries
unlock blur

₹5.2 L/yr - ₹10.1 L/yr

Software Developer
14 salaries
unlock blur

₹3.9 L/yr - ₹9 L/yr

Explore more salaries
Compare Mantra Softech with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

4.0
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview