Flatworld Solutions
Abs Fujitsu General Interview Questions and Answers
Q1. What is python features of python
Python is a versatile programming language known for its simplicity and readability.
Python is easy to learn and use
It supports multiple programming paradigms like procedural, object-oriented, and functional programming
Python has a large standard library with built-in modules for various tasks
It is widely used in web development, data analysis, artificial intelligence, and scientific computing
Q2. How memory management in python
Python uses automatic memory management through garbage collection.
Python uses reference counting to keep track of memory usage and automatically deallocates memory when an object's reference count drops to zero.
Python also uses a cyclic garbage collector to detect and break reference cycles.
Memory management in Python is handled by the Python memory manager, which allocates and deallocates memory as needed.
Python provides tools like the 'gc' module for manual control over ga...read more
Q3. What is django and explain
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
Django is open-source and follows the MVC (Model-View-Controller) architectural pattern.
It includes an ORM (Object-Relational Mapping) system for interacting with databases.
Django provides built-in authentication, URL routing, template engine, and admin interface.
It follows the DRY (Don't Repeat Yourself) principle to reduce redundancy in code.
Django is used by many popul...read more
Q4. Define a function in python
A function in Python is a block of code that performs a specific task when called.
Functions are defined using the 'def' keyword followed by the function name and parentheses.
Functions can take parameters as input and return a value using the 'return' keyword.
Functions can be called multiple times in a program to perform the same task.
Example: def greet(name): print('Hello, ' + name)
Example: result = add(3, 5) def add(a, b): return a + b
Q5. Wap prime number
A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.
A prime number is divisible only by 1 and itself
Examples of prime numbers include 2, 3, 5, 7, 11, 13, etc.
Q6. please talk in english for 5minuits
I will discuss the importance of fleet maintenance in ensuring operational efficiency and safety.
Regular maintenance schedules prevent breakdowns and costly repairs.
Properly maintained vehicles are safer for drivers and other road users.
Maintenance records help track expenses and plan for replacements.
Utilizing technology like fleet management software can streamline maintenance processes.
Training drivers on basic maintenance tasks can also improve fleet efficiency.
Q7. please tell me something in english
I am fluent in English and can communicate effectively in the language.
Fluent in English
Effective communication skills
Experience in English-speaking environments
Q8. Gd&t uses and application
GD&T is a system of symbols and rules used to specify the geometry of mechanical parts and assemblies.
GD&T ensures that parts are manufactured to the correct size, shape, and orientation.
It helps to reduce manufacturing errors and improve quality control.
GD&T is commonly used in industries such as aerospace, automotive, and manufacturing.
Examples of GD&T symbols include concentricity, perpendicularity, and position.
GD&T can also be used to specify tolerances for parts and ass...read more
Interview Process at Abs Fujitsu General
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month