i
MPS Limited
Filter interviews by
I applied via Naukri.com and was interviewed before Jan 2022. There were 4 interview rounds.
It was an aptitude test for English Grammar and for Journal Styles.
I was working at XYZ Company before.
I disliked the lack of communication within the company.
I disliked the limited growth opportunities.
I disliked the outdated technology used.
I am expecting a competitive salary that reflects my skills and experience.
I am looking for a salary that is commensurate with my qualifications and the responsibilities of the role.
I have researched the market rates for Language Editors in this industry and I believe my skills warrant a salary within that range.
I am open to negotiation and would like to discuss the salary package in more detail during the interview pr
I have strengths in grammar but also weaknesses in certain areas.
Strong in sentence structure and punctuation.
Weak in subject-verb agreement and verb tenses.
Example: I excel at proofreading for clarity and coherence, but struggle with consistently using the correct verb forms.
I did not like the lack of clarity in some of the interview questions.
Some questions were ambiguous and required further clarification.
The interviewer did not provide enough context for certain questions.
There were instances where the questions seemed unrelated to the role of a Language Editor.
The interview lacked specific examples or scenarios to assess my skills and experience.
Yes, I was pleased with the demeanor and attitude of the interviewers.
The interviewers were friendly and welcoming.
They showed genuine interest in my qualifications and experience.
They asked relevant and thought-provoking questions.
The interviewers maintained a professional and respectful tone throughout the interview.
They provided clear instructions and guidance during the interview process.
I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.
I was interviewed in Nov 2016.
Developed a Btech project on automated attendance system using facial recognition.
Developed a software application to automate the attendance process in educational institutions.
Implemented facial recognition technology to identify and mark attendance of students.
Used machine learning algorithms to train the system for accurate recognition.
Integrated the application with a database to store attendance records.
Provided ...
Code Pascal's Triangle
Pascal's Triangle is a triangular array of binomial coefficients
Each number is the sum of the two numbers above it
The first and last numbers in each row are 1
Can be implemented using nested loops or recursion
An abstract function is a function that has no implementation and must be implemented by its subclasses.
An abstract function is declared with the 'abstract' keyword.
It is used to define a template for its subclasses to follow.
It cannot be instantiated and must be implemented by its subclasses.
It can have abstract and non-abstract methods.
Example: abstract class Animal { abstract void makeSound(); }
Example: class Dog ex...
Abstract functions cannot be instantiated and must be implemented by child classes, while normal functions can be directly called.
Abstract functions have no implementation in the parent class, while normal functions do.
Abstract functions are declared with the 'abstract' keyword, while normal functions are not.
Normal functions can be called directly, while abstract functions must be implemented by child classes.
An examp...
Perfectionism and public speaking anxiety
I tend to be a perfectionist, which can sometimes lead to spending too much time on a task
I struggle with public speaking anxiety, but I have been working on improving my communication skills through practice and training
Capgemini is a global leader in consulting, technology services, and digital transformation.
Capgemini has a strong reputation in the industry for delivering high-quality software solutions.
The company offers a wide range of opportunities for career growth and development.
Capgemini has a collaborative and inclusive work culture that fosters innovation and teamwork.
The company has a global presence, providing exposure to...
I applied via Approached by Company and was interviewed before Nov 2016. There were 8 interview rounds.
DDLC stands for Doki Doki Literature Club, a visual novel game known for its psychological horror elements.
DDLC is a free-to-play game developed by Team Salvato.
It combines elements of a dating simulator and a visual novel.
The game starts off as a lighthearted dating sim but takes a dark turn with psychological horror themes.
DDLC gained popularity for its unique storytelling and breaking the fourth wall.
It has a dedica...
Agile Methodology is an iterative and incremental approach to project management and software development.
Agile focuses on delivering working software in short iterations called sprints.
It emphasizes collaboration, flexibility, and adaptability.
Agile teams prioritize customer satisfaction and respond to change quickly.
Common Agile frameworks include Scrum, Kanban, and Extreme Programming (XP).
Agile promotes self-organi...
Scrum is an agile framework used in software development to manage and organize complex projects.
Scrum is based on iterative and incremental development.
It emphasizes collaboration, self-organization, and cross-functional teams.
It uses time-boxed iterations called sprints to deliver working software.
Scrum roles include Product Owner, Scrum Master, and Development Team.
Key artifacts in Scrum are Product Backlog, Sprint ...
Technical Writers produce a variety of documents to communicate complex technical information.
User manuals and guides
Technical specifications
API documentation
Training materials
White papers
Online help systems
Release notes
Troubleshooting guides
Documentation management includes organizing, creating, updating, and maintaining documents.
Organizing documents in a logical and accessible manner
Creating new documents or updating existing ones
Maintaining document versions and ensuring accuracy
Implementing document control processes
Collaborating with subject matter experts to gather information
Reviewing and editing documents for clarity and consistency
Ensuring compli...
It is recommended to practice a presentation multiple times before giving it.
Practice at least 5-7 times to ensure familiarity with the content and smooth delivery.
Practice in front of a mirror or record yourself to identify areas for improvement.
Rehearse in front of a small audience to get feedback and build confidence.
Practice timing to ensure the presentation fits within the allotted time.
Practice until you feel com
Yes, I am willing to relocate within 20km of the office.
I am open to relocating within a 20km radius of the office for the right opportunity.
I believe that being close to the office can improve work-life balance and productivity.
I am excited about the prospect of exploring a new neighborhood within a reasonable distance from work.
My husband works as a software engineer at a tech company in downtown.
He works in the tech industry
His job title is software engineer
His workplace is located in downtown
I'm sorry, I do not have access to personal information about your child's age.
Respect the privacy of personal information
Avoid making assumptions about someone's age based on limited information
I will manage kid and work by setting a schedule, prioritizing tasks, and seeking support when needed.
Create a daily schedule to balance work and kid responsibilities
Prioritize tasks based on deadlines and importance
Communicate with employer about flexible work options or childcare support
Utilize resources such as family, friends, or childcare services for assistance
Practice self-care to manage stress and maintain work
Seeking new challenges and growth opportunities in a different environment.
Looking for a new challenge to expand my skills
Seeking growth opportunities that are not available in current role
Interested in exploring different industries or technologies
I switched my career to pursue my passion for writing and technical communication.
I discovered my interest in writing while working in my previous field.
I realized I had a talent for explaining complex technical concepts in a clear and concise manner.
I wanted to combine my love for technology with my writing skills to help others understand and use technology better.
I took a career break to focus on personal development and explore new opportunities.
To focus on personal development and self-improvement
To explore new career opportunities or interests
To take care of family or personal matters
To travel and gain new experiences
To recharge and prevent burnout
Yes, I am willing to stay back in office beyond 6pm when necessary.
I am willing to stay back in office beyond 6pm when there are urgent deadlines or projects that require additional time.
I understand the importance of meeting project deadlines and am committed to ensuring the quality of my work.
I am flexible with my working hours and can adjust my schedule as needed to meet project requirements.
I know multiple programming languages including Java, Python, and C++.
Proficient in Java with experience in developing web applications using Spring framework
Familiar with Python for data analysis and machine learning
Experience in C++ for developing high-performance applications
Also familiar with HTML, CSS, and JavaScript for front-end development
Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.
Class is a template or blueprint that defines the properties and behaviors of an object.
Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.
Other features of OOP include inheritance, polymorphism, and abstraction.
Inheritance a...
Program to find the sum of squares of each term of Fibonacci series
Generate Fibonacci series using loop or recursion
Calculate square of each term
Add all squares to get the sum
I would like to join Cognizant because of its reputation as a leading global technology and consulting company.
Cognizant has a strong presence in the industry and is known for its innovative solutions.
I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.
The company offers excellent career growth opportunities and a supportive work environment.
Cognizant's diverse...
A C code that prints out the elements of an array of strings.
Declare an array of strings
Use a loop to iterate through the array
Print out each element
The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.
The probability can be estimated by analyzing the current weather patterns and historical data.
Factors such as humidity, temperature, and wind speed can affect the probability of rain.
Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.
The probability of ra...
It is impossible to accurately predict the probability of India winning the next Cricket World Cup.
Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.
Past performance of the team and individual players can be considered, but it does not guarantee future success.
Other teams participating in the tournament also play a significant role in determining t...
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer
150
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
146
salaries
| ₹0 L/yr - ₹0 L/yr |
Executive
92
salaries
| ₹0 L/yr - ₹0 L/yr |
Copy Editor
78
salaries
| ₹0 L/yr - ₹0 L/yr |
Team Lead
62
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech