Upload Button Icon Add office photos

Filter interviews by

Fragma Data Systems Software Engineer Interview Questions and Answers

Updated 26 Jul 2021

Fragma Data Systems Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image raguvaran ravi

posted on 26 Jul 2021

I was interviewed in Jun 2021.

Interview Questionnaire 

1 Question

  • Q1. Basic questions and aptitute

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, selection is one day process. salary is 3.6 lacks per annum it was very a good experience. interview was knowledgeable and experience. overall it was good but salary could have been better. work location given were too far away form my hometown

Interview questions from similar companies

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

Basics of python , java ,oops, dbms

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

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Centelon user image sangramsinh Tanaji katare

posted on 7 Oct 2023

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

I applied via campus placement at Tatyasaheb Kore Institute of Engineering and Technology, Warananagar and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hour test tha focus on the logical apti que.

Round 2 - Coding Test 

1 hr for complete the code and pass the test case.

Round 3 - Technical 

(3 Questions)

  • Q1. Depth knowledege about sql , oops concept , project and logics of programming language.
  • Q2. Tell me about your project
  • Q3. Tell me about your internship experiance.

Interview Preparation Tips

Topics to prepare for Centelon Software Engineer interview:
  • SQL
  • C++
  • Java
  • HTML
  • CSS
Interview preparation tips for other job seekers - Focus an the deep knowledge on logic.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL queries like search last element
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Languages attended
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via cutshort and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked about JavaScript Topics
1. Promise
2. Clousure
3. Hoisting.

Round 2 - Assignment 

Create an Application Routes are protected by different roles in ReactJS

Round 3 - HR 

(3 Questions)

  • Q1. What you want to join this company
  • Ans. 

    I want to join this company because of its innovative projects and strong company culture.

    • Innovative projects in AI and machine learning excite me

    • Positive reviews from current employees about company culture

    • Opportunities for growth and learning in the tech industry

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Advancing to a senior software engineer role

    • Leading a team of developers on projects

    • Working on innovative and challenging projects

    • Continuing to learn and grow in the field

  • Answered by AI
  • Q3. What is most important to company good culture or handsome package or both and why
  • Ans. 

    Both good culture and a handsome package are important for a company as they contribute to employee satisfaction and retention.

    • A good culture fosters a positive work environment, promotes collaboration, and boosts employee morale.

    • A handsome package attracts top talent, motivates employees to perform well, and reduces turnover rates.

    • Having both good culture and a handsome package can lead to higher employee satisfaction...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Keep good understanding React and JS
2. Should be able to what you have why you have chosen this way.

I applied via Company Website and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1.  Explain different Testing scenarios
  • Ans. 

    Testing scenarios include functional, performance, security, usability, and compatibility testing.

    • Functional testing ensures that the software meets the requirements and specifications.

    • Performance testing checks the software's speed, scalability, and stability under various loads.

    • Security testing identifies vulnerabilities and ensures data protection.

    • Usability testing evaluates the software's user-friendliness and ease...

  • Answered by AI
  • Q2. Smoke testing & sanity testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and smart .Technical round will consist of basic question to measure knowledge and experience.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Js Questions , closures, array methods

Round 2 - Assignment 

Assignment based on round 1

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects of different classes to be treated as objects of a

  • Answered by AI
  • Q2. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • Retrieving a value involves hashing the ...

  • Answered by AI
  • Q3. Crud operation implementation
  • Ans. 

    Implementation of Create, Read, Update, and Delete operations in a software system.

    • Use SQL queries for database operations

    • Create separate functions for each operation

    • Handle errors and exceptions properly

    • Test thoroughly to ensure functionality

    • Consider security measures to prevent unauthorized access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

Tell us how to improve this page.

Fragma Data Systems Software Engineer Salary
based on 32 salaries
₹4.1 L/yr - ₹14.7 L/yr
25% more than the average Software Engineer Salary in India
View more details

Fragma Data Systems Software Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.5

Salary

4.5

Job security

3.5

Company culture

4.0

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Data Engineer
57 salaries
unlock blur

₹3.3 L/yr - ₹11.5 L/yr

Software Engineer
32 salaries
unlock blur

₹4.1 L/yr - ₹14.7 L/yr

Business Analyst
24 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹6.9 L/yr - ₹26 L/yr

Data Analyst
12 salaries
unlock blur

₹3.5 L/yr - ₹6.4 L/yr

Explore more salaries
Compare Fragma Data Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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