i
Sgf Fab Industries
Filter interviews by
I applied via Approached by Company and was interviewed before May 2018. There were 2 interview rounds.
Same time motor trip refers to the simultaneous tripping of multiple motors.
Same time motor trip can be caused by overloading, short circuit, or ground fault.
It is important to identify the root cause of the trip to prevent it from happening again.
Proper maintenance and regular inspections can help prevent same time motor trip.
Examples of equipment that can cause same time motor trip include circuit breakers, fuses, an
Electrical maintenance involves inspecting, testing, and repairing electrical systems to ensure their safe and efficient operation.
Regularly inspect electrical systems for signs of wear, damage, or malfunction.
Test electrical equipment and components to identify any faults or issues.
Repair or replace faulty electrical components, such as wiring, switches, or outlets.
Perform preventive maintenance tasks, such as cleanin...
There are various types of motors, including AC motors, DC motors, stepper motors, servo motors, and more.
AC motors are commonly used in household appliances and industrial machinery
DC motors are used in electric vehicles, robotics, and small appliances
Stepper motors are used in printers, scanners, and CNC machines
Servo motors are used in robotics and automation systems
Other types of motors include linear motors, gear
AC current changes direction periodically while DC current flows in one direction only.
AC current is used in household appliances and power grids while DC current is used in batteries and electronic devices.
AC current can be easily transformed into different voltages using transformers while DC current cannot.
AC current is more dangerous to humans than DC current due to its ability to cause muscle contractions.
DC curre...
posted on 26 Dec 2024
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
I applied via Internshala and was interviewed in Nov 2024. There was 1 interview round.
I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.
4 easy level questions will be asked basically from arrays and strings.
Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.
Quantitative reasoning
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
I have worked on projects involving website redesign, mobile app design, and user research.
Redesigned company website to improve user experience and increase conversion rates
Designed mobile app interface for seamless navigation and intuitive user interactions
Conducted user research to gather feedback and make data-driven design decisions
My favorite apps are Instagram for its user-friendly interface and engaging content, Spotify for its personalized music recommendations, and Google Maps for its accurate navigation features.
Instagram - user-friendly interface, engaging content
Spotify - personalized music recommendations
Google Maps - accurate navigation features
In 5 years, I see myself as a seasoned UI/UX designer leading a team of designers, working on innovative projects, and continuously learning and growing in the field.
Leading a team of designers
Working on innovative projects
Continuously learning and growing in the field
posted on 27 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.
Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks
I am a passionate software developer with a strong background in computer science and a love for problem-solving.
Graduated with a degree in Computer Science from XYZ University
Proficient in programming languages such as Java, Python, and C++
Experience with web development using HTML, CSS, and JavaScript
Completed internships at ABC Company and DEF Company
Participated in coding competitions like Codeforces and LeetCode
My goal in life is to continuously learn and grow, both personally and professionally, while making a positive impact on others.
Continuous learning and self-improvement
Making a positive impact on others
Achieving personal and professional growth
Contributing to the community or society
Finding fulfillment and happiness in my pursuits
Software Developer Trainee involves learning and applying software development skills under supervision.
Learning programming languages and tools
Assisting in developing and testing software applications
Participating in team meetings and code reviews
Receiving mentorship and guidance from senior developers
My hobbies include coding, reading, and playing video games. My strengths are problem-solving, attention to detail, and adaptability. My weaknesses are public speaking and time management.
Hobbies: coding, reading, playing video games
Strengths: problem-solving, attention to detail, adaptability
Weaknesses: public speaking, time management
I am passionate about coding and problem-solving, and I believe this job role will provide me with the opportunity to learn and grow as a software developer.
Passionate about coding and problem-solving
Opportunity to learn and grow as a software developer
Excited about the challenges and projects in this role
I am drawn to your company's innovative projects and collaborative work culture.
I am impressed by the cutting-edge technologies your company is using.
I value the emphasis your company places on teamwork and professional development.
I believe my skills and passion align well with the opportunities at your company.
I remain calm, assess the situation, prioritize tasks, and take necessary actions to mitigate the risk.
Stay calm and composed to think clearly
Assess the situation to understand the severity
Prioritize tasks based on urgency
Take necessary actions to mitigate the risk
I was responsible for developing and maintaining software applications.
Developed new features and functionalities for existing software applications
Fixed bugs and issues reported by users
Collaborated with team members to design and implement solutions
Participated in code reviews and testing processes
Researched online, read about company culture, projects, and achievements.
Visited company website and read about the services offered
Checked out company's LinkedIn page for updates and employee reviews
Read articles or news related to the company's recent projects or achievements
I resigned from my previous position voluntarily.
I resigned from my previous job on my own accord.
I made the decision to leave the company.
I chose to resign from my previous role.
I voluntarily left my previous position.
I am not comfortable sharing my previous salary information.
I prefer not to disclose my previous salary as it is confidential information.
I believe that my salary history should not be a determining factor for my potential as a Software Developer Trainee.
I am more focused on the opportunities and growth potential that this position offers rather than past salary.
I am confident that my skills and qualifications align wi...
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I have a strong background in data analysis, with proven experience in handling large datasets and generating valuable insights.
Extensive experience in data analysis and interpretation
Proficient in statistical analysis and data visualization tools
Strong problem-solving skills and attention to detail
Ability to communicate complex findings to non-technical stakeholders
I am looking for a competitive salary that reflects my skills and experience in the data analysis field.
Research industry standards for data analyst salaries in the specific location
Consider the level of experience and skills you bring to the role
Be prepared to negotiate based on the overall compensation package offered
My strengths include strong analytical skills, attention to detail, and the ability to communicate complex data effectively.
Strong analytical skills
Attention to detail
Effective communication of complex data
I am a data analyst with a strong background in statistics and data visualization.
I have a Bachelor's degree in Statistics from XYZ University.
I have experience working with SQL, Python, and Tableau for data analysis.
I have successfully completed projects involving predictive modeling and data mining.
I am detail-oriented and have strong problem-solving skills.
My hobbies include hiking, reading, and playing the guitar.
Hiking: I enjoy exploring nature trails and challenging myself physically.
Reading: I love diving into different genres of books, from fiction to non-fiction.
Playing the guitar: I find relaxation and creativity in strumming chords and learning new songs.
posted on 23 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Apt questions and some Java related questions
Abstract class can have both abstract and non-abstract methods, while Interface class can only have abstract methods.
Abstract class can have constructors, member variables, and methods with implementation.
Interface class can only have abstract methods and constants.
A class can implement multiple interfaces but can only extend one abstract class.
Example: Abstract class - Animal with abstract method 'eat', Interface clas
Intent is used to communicate between components within an application or between different applications, while Intent filter is used to declare the capabilities of a component.
Intent is used to start activities, services, and broadcast receivers, while Intent filter is used to specify the types of intents that a component can respond to.
Intent is explicit or implicit, while Intent filter is used to filter the intents ...
based on 6 reviews
Rating in categories
Design Engineer
4
salaries
| ₹3.4 L/yr - ₹5.5 L/yr |
Mechanical Engg. Design
4
salaries
| ₹2.2 L/yr - ₹5.5 L/yr |
Electrical Engineer
3
salaries
| ₹3 L/yr - ₹4 L/yr |
Purchase Manager
3
salaries
| ₹6.6 L/yr - ₹7.4 L/yr |
Production Purchase Engineer
3
salaries
| ₹3.5 L/yr - ₹4.8 L/yr |
Marpu Foundation
Huawei Technologies
HCL Infosystems
Exotic Learning