Upload Button Icon Add office photos

Filter interviews by

Alsaggaf Group Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

System Engineer Interview Questions

Infosys user image Anonymous

posted on 13 Feb 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Data interpretation questions,english vocabulary(GRE BARRONS) is most important , apptitude questions and reasoning are from R S agarwal.
Total Questions: 65

Round: Technical Interview
Experience: Interviewer asked about your core subject littlebit and dont have any deep questions from c and c++.

Round: HR Interview
Experience: Given a topic and asked me to speak about that topic for one minute and given a situation asked me how would you react on that situation.

General Tips: It is easy to get a job in infosys comparatively other companies because you dont need to prepare for software side.
Prepare aptitude and reasoning from R S Agarwal and GRE BARRONS for vocabulary
College Name: NIT WARANGAL

Process Engineer Interview Questions

TCS user image Anonymous

posted on 13 Jan 2015

3 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: CPI based shortlisting. Around 6-7 people from MME with CPI > 7.9 were shortlisted.

Round: Interview (Telephonic)
Experience: Duration: 10-15 minutes
Questions :
1. Name 
2. Resume Based Questions 
3. Internships and projects 
4. Technical Questions 
5. Favorite Subject and questions on that 
6. BTP

General Tips: 1. Choose which subject you will say as your favorite and prepare that thoroughly. 
2. Read Proforma of company and prepare accordingly. 
3. It is most secure if you can direct the interviewer to ask questions about your internships and projects, because that is something you know better than him/her. 
4. Prepare puzzles etc. generally asked in interviews. 
5. Keep a Positive Attitude in general. Have an attitude of “I don’t need the company, the company needs me”.
Skill Tips: This company basically needed only 1 MME student was selected - who did both his interns and projects in ‘Modeling and Simulation’.
Skills: Thermodynamics of Materials, Characterization, Manufacturing Processes ,
College Name: IIT- Kanpur

Associate Interview Questions

Cognizant user image Anonymous

posted on 12 Jan 2015

5 Interview Rounds

Interview Questions

  • Q1. Basic HR questions, your understanding of your projects, biggest achievement so far?? Add Answer

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get to know your resume very well, have a story for each of your resume point

Round: Test
Experience: Written test. Basic Quant and one short essay to test your English.

Round: Interview
Experience: They were looking for people with good math skills and team player.

Round: Interview
Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect.
Tips: I started preparing for placements from Nov starting but starting early will be better.

General Tips: Prepare for all the basic HR questions beforehand, write them down. 
For core, get your basic fundamentals perfect.
Skills: Basic fundamentals
College Name: IIT-Madras

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 7 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: CGPA + resume + online test - based shortlisting

Round: Test
Experience: Online Test:Quant, DI, verbal, and coding45 minutes coding + 15 minutes verbal + 30 minutes quant
Tips: Time constraint will be the major problem. CAT preparation would sufficeBrush up your coding skills- concentrate in either C or C++ or whichever language you're comfortable withE.g.: The coding question- Write a function to find if a number is palindromeBrush up through basic data structuresGraph theory and few sorting algorithms
Duration: 90 minutes

Round: Interview
Experience: (2 interviews, 20 minutes each)Resume- basedCoding skills and the approach towards the problem will also be tested
Tips: Be thorough with the work done in your internships and projects. Be ready to answer why you are interested in the company.Maintain your confidence level in the interviews. They also look for good communication skills, and even leadership, which is evident from the way you conduct yourself through the interview.Practice quant questions, prepare answers for all the basic HR questions.Coding, go through sorting algorithms, FOR, Graph theory.Digital IC design is very important courses. You should be through with this courses if you are interested in digital profile.

College Name: IIT Madras

Consultant Interview Questions

Deloitte user image Anonymous

posted on 19 Jan 2015

3 Interview Rounds

Interview Questions

  • Q1. They asked me how would you determine toll for the Jamuna Expressway View Answers (1)

Interview Preparation Tips

Round: Interview
Experience: 2 round of interview
First round- technical (basic infra stuff)Second round- HR skills- just a brush up of civil infra courses like Infrastructure Planning and Management(IPM), ECM.HR preparation – slight basic
First round- they took people with CG>=7.5
They asked me how would you determine toll for the Jamuna Expressway.
Tips: I started in September. Obviously early bird catches the fish.

Round: Interview
Experience: HR preparation – slight basic. My HR was very good. Moreover, my intern was in Mumbai Metro Rail, which helped me push in for infra. Also my PORs gave me an edge over others.
Tips: CFA played a crucial role for my friends.

General Tips: Basically puzzles, as they are helpful in almost every company. It provides you a direction for thinking.
www.brainden.com was a good site.
300,400 puzzles book was very good. (Available in DC++)
Have your resume ready early in the semester.Have mock GDs in your group.Have basic fundamentals about what’s going in the country and world. Don’t RG and prepare in groups.
College Name: IIT MADRAS

N/A Interview Questions

HCLTech user image Anonymous

posted on 27 Jan 2015

2 Interview Rounds

Interview Preparation Tips

Round: Other Interview
Experience: 1 round of 10 minutes duration.
Depends very much on what position they are trying to fill in and area of expertise of the interviewer(s). They asked me basic questions on Image Processing. Interview went decent

College Name: IIT MADRAS

Consultant Interview Questions

Capgemini user image Anonymous

posted on 6 Apr 2015

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Simple Aptitude - just brush up basics - be quick in your solving.
Duration: 120min minutes
Total Questions: 50+10

Round: HR Interview
Experience: Pretty simple interview round - was asked few HR questions. Majorly it was a informative session where i was told about the job profile and tested whether I was willing to take up the responsibility & commitment.

College Name: IIT MADRAS
Motivation: Just applied gen. Got through.

Interview Questions

Amazon user image Anonymous

posted on 5 Apr 2015

4 Interview Rounds

Interview Questions

  • Q1. Given n-ary tree, print the nodes in level-order zig-zag manner. O(n) time Add Answer
  • Q2. Given a BST find the number of pair of nodes which sum upto a given value. O(n) time, O(1) space Add Answer
  • Q3. Given a 2D plane and n points, find the line which passes through maximum number of lines Add Answer
  • Q4. If a/b is recurring like 10/3 print 10/3 as 3.(3), 16/6 as 2.(6) Add Answer
  • Q5. Explain caching, implement LRU caching View Answers (1)
  • Q6. Explain working of DNS, implement domain search in DNS Add Answer
  • Q7. What is hashing. Implement domain search using hashing Add Answer
  • Q8. Given a string of alphabet of at most 5 characters. Write a function which returns a unique number for each string with O(1) space Add Answer
  • Q9. Explain working of virtual function Add Answer
  • Q10. There is pointer of base class pointing to derived class. Explain the working with respect to the pointer, if this pointer calls the virtual function of base cl...read more Add Answer
  • Q11. How does write head take a value from process buffer and writes on a particular address (Explanation of address bus and register needed) Add Answer
  • Q12. Clone a linked list having an arbit pointer Add Answer
  • Q13. You are given deque(), enque(), isEmpty() function for queue, implement push(), pop(), min() functions of stack. O(1) time was required for min() Add Answer
  • Q14. Convert a binary tree to a DLL such that a next node for DLL is selected in a top down order in zig-zag manner. O(n) space was allowed, but not O(2n) Add Answer

Interview Preparation Tips

Round: ONLINE ROUND
Experience: 1. 20 MCQ
2. 2 coding questions
• Find the diameter of a tree
• Print all anagrams pair in separate line

Round: Technical Interview
Experience: Find the next larger element in a BST, given key might not be in the BST. O(logn) time and O(1) space.Delete all nodes on a DLL whose data is a multiple of 5. O(n) time

College Name: BIT Mesra

Skills evaluated in this interview

Managerial Interview Questions

ICICI Bank user image THEJUS R

posted on 16 Jan 2015

4 Interview Rounds

Interview Questions

  • Q1. Questions were all resume based. Gave importance to Posiions of responsibilities Add Answer

Interview Preparation Tips

Round: Group Discussion
Experience: I talked second and took a stance of defence with development. I tried to talk intermittently for a duration of approx 40 sec each time and for a total of 5 times.
Tips: U should be the guy who had talked the most in GD but care should be taken not to dominate it. Try to tell maximum number of points and try to exhaust all the points when you get your first opportunity.
Duration: 8 minutes

Round: Interview
Experience: They were just checking whether you have the necessary communication and managerial skills and how well you handle the stresses of interview.
Tips: Being thorough with the nooks and corner of your resume and keeping your head cool alone will ensure you get shortlisted.

General Tips: Stay coool throughout the process :)
College Name: IIT Madras

Software Engineer Interview Questions

IBM user image Anonymous

posted on 18 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: There was an apititude test basically in line with CAT pattern. It was conducted online for about 45 min duration. The questions were rather simple but each question was time bound (around 45 sec or so).
Tips: As such I did not have any structured study plan. I did refresh some of my basics in mechanics and analysis. I was more inclined to get a job in aerospace division. Read as per your interest.
Duration: 45 minutes

Round: Group Discussion
Experience: Initially, we are seated randomly in a circular manner and each one was given two minutes to describe the topic. It was followed by an tense debate where participants converged and diverged on different sets of issue. They were particularly looking for interpersonal skills and out of the box thinking.

Round: Interview
Experience: The interview was purely management type.More questions were thrown at team building, bio-data, why this company? , project, what you Can contribute for the firm?, where you see yourself in next 5 -10 years, ambitions, some amount of optimization tools and techniques, concluding remarks....Interpersonal skills and clarity in answering where mainly
IBM was a more relaxed interview, which basically dealt with management and interpersonal skills. Questions like “if one of our team mate is very stubborn, lazy, adamant, how will you tackle the situation” were asked.
Tips: College (B Tech) curricular activities, NTSC certificate, Math Olympiad certificate, all India quiz competition awards were noted and appreciated. That really was a booster. That helps in implanting an idea that you are not just blah blah blah.

Skill Tips: Be very sure about your mechanics, analysis and design. These three are the fundamentals.
I haven prepared for placements exclusively. Here were combined discussions. However, it really helps if you can revise and make your fundamentals were clear. The basic understanding should be there. An hour every day for two months will do the trick.
Be really choosy of the company you want to be in. Learn a lot more of the company and get an idea of what they are actually looking for. But still don’t freeze your mind to those realms alone.. Be open minded and cheerful. The first few questions will set the mood of the interview. If you are bale to crack that, then things will be really smooth. Really concentrate on your fundamentals, especially analysis and design.
Skills: Mechanics, Analysis , Design
College Name: IIT-Madras

Alsaggaf Group Interview FAQs

How to prepare for Alsaggaf Group 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 Alsaggaf Group. The most common topics and skills that interviewers at Alsaggaf Group expect are Project Management, Design, Design Development, Documentation and ERP.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Alsaggaf Group Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

2.0

Work-Life balance

1.0

Salary & Benefits

3.0

Job Security

3.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Compare Alsaggaf Group with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview