Upload Button Icon Add office photos

Filter interviews by

Marari Beach Resort By CGH Earth Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was fulfilling their criteria of 60% through out the academics.

Round: Test
Experience: Aptitude was easy. It contained basics of Quants & Logic . Verbal or English part was bit difficult and length. There was a sectional time and sectional cut off.

Round: Interview
Experience: There was only one interview. Both Technical and HR questions were asked in the same interview. Prepare puzzles from the book Puzzles to puzzle you by Shakuntala Devi. This book helped me a lot. Technical questions were very basic but nearly from every subject.

General Tips: BE CONFIDENT. Speak Confident in Interview even if you are not good with ur english.
Skills: English language, Communication Skills, Reasoning Abilities
College Name: Jawaharlal Nehru Engineering College Aurangabad

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

Interview Questions & Answers

Cognizant user image Anonymous

posted on 20 Jan 2015

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself
  • Q2. What do you know about the company?
  • Q3. What are your greatest strength and weaknesses?
  • Q4. What are your ambitions in life?
  • Q5. When are you getting married?
  • Ans. 

    I am not currently planning on getting married.

    • I am currently focused on my career and personal growth.

    • Marriage is not a priority for me at this time.

    • I believe in taking the time to find the right person and building a strong foundation before getting married.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: PART ONE: Verbal Ability, uses of articles (a, an, the) and a RC. 
PART TWO: logical reasoning, standard IQ type Questions, was simple. 
PART THREE: An essay, one out of two, one choice was nuclear deal and the other was education system in India.

Round: Technical Interview
Experience: Some regular puzzles were given, which were easy. A discussion on internship work.

Round: HR Interview
Experience: They are looking for people with good aptitude, very good communication skills and strong desire to learn. Also, someone with good academic record and clear career goals.
Tips: Do not panic in the interview.

General Tips: For GD, improve the content by reading and/or discussing among wing mates. Don't be aggressive but be assertive and ENERGETIC.
College Name: IIT KANPUR

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

Interview Preparation Tips

Round: Test
Experience: Deloitte selection procedure involves a written test which is
same as CAT format (certainly not that tough). Though I had not joined any test series to prepare for it, but I must strongly recommend that you should actually join a test series (provided by Career Launcher or
TIME). This test series will actually help you to synchronize your mind to the format and moreover it would help to refresh the question solving skills which you used to exercise while preparing for JEE.

Round: Group Discussion
Experience: general topic is given (mostly it is as to how you would go for implementing a new type of technology in a company, and hence you all have to decide the stepwise procedure for the implementation), then whole of the group is called in presentation room where each one is told personally to speak about the same topic as that of GD. This constitutes
second round. Finally, if you clear it, you get to face the interviews.
Tips: From now onwards, start reading newspaper daily. Just give at least one hour reading the editorials from newspaper and make it your habit. Not only for GD's, but for life in general, its very important that you should have a certain view about things happening around you and in the world and newspapers are the best thing which help you form your views and also know about the expert opinions on day to day topics. So, make sure that you read newspaper daily.

Round: Other Interview
Experience: For interview, main thing is that you should be well conversed about everything you have mentioned on your resume. So, before you go for any interview, just make sure that you can speak about for 5 minutes on
every single thing in resume. Deloitte is a company which is open for all the btech students and hence its mainly looking for the students who have a right attitude and are good at their interests.
Tips: have a perfect set of communication skills. I had not done
any special type of preparations for the interview or group discussions but all these skills actually developed during these years. I would advise that in order to gain more confidence at speaking, you should start taking challenges from now on and should actively participate in any sort of debates and GD.

College Name: IIT Roorkee

N/A Interview Questions & Answers

HCLTech user image Anonymous

posted on 27 Jan 2015

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

Interview Questionnaire 

7 Questions

  • Q1. What is the diffrence between java & C
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. What do u understand by pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables in programming languages.

    • Pointers allow direct access and manipulation of memory locations.

    • They are commonly used in programming languages like C and C++.

    • Pointers can be used to pass variables by reference, allowing modifications to the original value.

    • They can also be used to dynamically allocate memory.

    • Example: int* ptr; // declares a pointer to an

  • Answered by AI
  • Q3. Introduce urself
  • Q4. Ur weaknesses & strengths
  • Q5. Why should i hire u
  • Q6. Why us
  • Q7. Wer do u see urself in next 5 years
  • Ans. 

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

    • Leading a team of developers

    • Working on complex projects

    • Continuing to learn and grow in my role

    • Contributing to the success of the company

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Clear ur basic concepts also practice maths related questions
Tips: NA
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: initially I wasnt aware of the topic. i waited til everyone strted n waited for my turn... til the time i was listening to wat other students wer saying. den i got idea on wat the topic is really abt. i gathered some points in my mind and js spoke wat views i had .. it was ffun actually.
Tips: always first think about the topic before speaking.
Duration: 30 minutes

Round: Technical Interview
Experience: i dont exactly remember wat wer the questions asked.
Tips: NA

Round: HR Interview
Experience: Being honest wil help to crack this interview
Tips: NA

General Tips: WORK HARD TOWARDS YOUR GOAL !
Skill Tips: develop basi programming skills & logics
Skills: programing C/C++, basic java, OS, DB, NETWORKING, OOPS
College Name: SIES Institute Of Technology, Nerul
Motivation: Keep Chasin ur DREAMS.. !!
Funny Moments: yet to come !

Skills evaluated in this interview

Interview Questionnaire 

6 Questions

  • Q1. Given a Linked list , print yes if it is palindrome else print no
  • Q2. Print the level order traversal of the binary tree in the spiral form
  • Ans. 

    Print the level order traversal of binary tree in spiral form

    • Perform level order traversal of the binary tree

    • Alternate the direction of traversal for each level

    • Use a stack to reverse the order of nodes in each level

    • Print the nodes in the order of traversal

  • Answered by AI
  • Q3. Maximum of all subarrays of size k(Expected Time Complexity O(N). Input : arr[] = {1, 2, 3, 1, 4, 5, 2, 3, 6} k = 3 Output : 3 3 4 5 5 5 6
  • Ans. 

    Find the maximum element in each subarray of size k in a given array.

    • Iterate through the array from index 0 to n-k.

    • For each subarray of size k, find the maximum element.

    • Store the maximum elements in a separate array.

    • Return the array of maximum elements.

  • Answered by AI
  • Q4. Given Two sorted array of size size n each. Find the Kth largest element in these two array (Expected Time Complexity Log(n))
  • Ans. 

    To find the Kth largest element in two sorted arrays, we can use the merge step of merge sort algorithm.

    • Merge the two arrays into a single sorted array using a modified merge sort algorithm.

    • Return the Kth element from the merged array.

  • Answered by AI
  • Q5. Website having several web-pages. And also there are lot many user who are accessing the web-site. say user 1 has access pattern : x->y->z->a->b->c->d->e->f user 2 has access pattern : z->a->b->c->d user 3...
  • Q6. Given two array , one of size m+n and contains m element and other position are empty , 2nd array is of size n and contains n element. both array are sorted , now merge the second array to first one such t...
  • Ans. 

    Merge two sorted arrays into one sorted array with expected time complexity of (m+n).

    • Use a two-pointer approach to compare elements from both arrays and merge them into the first array.

    • Start comparing elements from the end of both arrays and place the larger element at the end of the first array.

    • Continue this process until all elements from the second array are merged into the first array.

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 90 minutes

Skills: Algorithm , OS, DBMS, data structure
College Name: NIT BHOPAL

Skills evaluated in this interview

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

8 Questions

  • Q1. Project finance questions based on lenders perspective, borrowers perspective, loan syndication
  • Q2. How to decide on limit of debt etc
  • Q3. Comercial bank management questions. Gross NPA, Net NPA, Provisions, NIM, Other performnace measures of banks etc
  • Q4. Questions based on whatever Finance points you have mentioned on your CV
  • Q5. They asked some sector specific knowledge related to summer internship and workexperience
  • Q6. The interviewers asked me why did I chose to specialise in Finance
  • Q7. They asked me the relevance of your previous work ex with the profiles applied for
  • Q8. Mostly other questions were CV based

Interview Preparation Tips

Round: HR Interview
Experience: I had a good attitude in the interview, was always confident and smiling even when they were trying to put stress. Secondly i was very true and genuine in whatever answers I gave and that worked positive for me

General Tips: For interview which was mostly CV based it is important to know every line of your interview. Some people wrote projects on their CV which they were not through with. So its very important to be aware of each and every line of your CV.Don’t be very aggresive and don’t enter into unnecessary details regarding the job. Be calm, humble and flexible during your Interview. speak few good points in GD and don’t make it too noisy.
Skills: Banking, Economics
College Name: NA

Interview Preparation Tips

Round: Test
Experience: It had 3 parts: Data manipulation, number series and calculations.

Round: Test
Experience: Technical test on C. Typical questions on what will be the output of the program.

Round: Technical Interview
Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked.
Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.

College Name: IIT KANPUR

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k 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

Marari Beach Resort By CGH Earth Reviews and Ratings

based on 5 reviews

5.0/5

Rating in categories

4.1

Skill development

4.6

Work-Life balance

4.6

Salary & Benefits

4.6

Job Security

5.0

Company culture

4.1

Promotions/Appraisal

4.1

Work Satisfaction

Explore 5 Reviews and Ratings
Compare Marari Beach Resort By CGH Earth 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