Upload Button Icon Add office photos

Filter interviews by

Four Loops Solutions Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Recruitment Consultant

Interview Questionnaire 

2 Questions

  • Q1. Round 1: Fundamentals questions related to Javascript and React. In React questions were focused on react-hooks. lifecycle components and optimization techniques in react. Basic to intermediate questions r...
  • Q2. Round 2: The interview panel will ask you to code some basic coding problem depending on your relevant experience and if you're not able to solve it they'll directly say they're done with the interview. In...

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared Round 1 after which there was a delay of more than 2 weeks and got a call for Round 2 without any prior notice. Their L2 level interview is very bad, in my case I ended the interview from my side as it looked very clear that the panel was least interested.

Specialist SE Interview Questions & Answers

Societe Generale Global Solution Centre user image Anonymous

posted on 19 Nov 2020

I applied via Referral and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why am I looking for a job change?
  • Q2. 2. Will I be interested in ups killing myself with new technologies?
  • Q3. 3. How would I contribute to the corporate community?

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, in an interview it is very important to be positive and keeping your mind calm. Some of the tips are as shared below, these are the points I always followed for my interviews:

1. Understand the Job Description and be aware of the related questions. If the JD contains something that's not been your expertise, go through briefly on those subjects online and tell the interviewer that you never had exposure to this tool/app/technology/domain and would be willing to learn and tell them what you learnt about it.
2. Attention: Never show that you're too smart even if you are !! Humble nature and giving an impression that you are open for feedback creates a positive impression. The corporate world needs more of such people.
3. Throughout the interview process ask questions about their work and culture, show interest in the company you're attending interview for. They would not want to focus on what you did previously but they would definitely want to see if you're a good fit for their company and team.
4. Always have a long term plan with the organisation. Bigger companies look for such candidates. Your words should make them believe that you can stay there for a longer period of time.
5. Stay calm stay focused...it will be all okay !! Mantra for any interview.

Hope the above points help.

Thanks!

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Bulk binding variables, procedure function difference, SQL loader, Cursor types in details, collections in details

Interview Preparation Tips

Interview preparation tips for other job seekers - Attended 2 technical and 1 Client round.
In the 1st technical round asked deep questions on advanced Pl SQL as well as Some SQL queries.
2nd technical round was happened based on the current role and experience.
And in the client round check the ability of candidate. By giving some scenario like what is the complex situation you face in the work and how you have resolved that.
In this sort of questions take your time about 30 sec think about what to tell and how to tell. You ll judge you on the basis of, the way you answer the question.

Interview Questionnaire 

4 Questions

  • Q1. Electrical Engineer jobs is there
  • Q2. Machine maintenance is there
  • Q3. How much vacancy is there
  • Q4. When interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Electrical and machine maintenance questions

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Technical questions from basic and advanced C# for first round.
  • Q2. In second round there was a man who wasted 1 hour just talking all unnecessary stuff.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time on giving interviews to this company. They will just waste time with no offers even after good interviews. Either they won't reply or reject on the basis on notice period or Salary. Bad experience.

Bid Desk Analyst Interview Questions & Answers

Hewlett Packard Enterprise user image Anonymous

posted on 22 Nov 2020

Interview Questionnaire 

5 Questions

  • Q1. What do you know about HPE?
  • Q2. Why HPE?
  • Q3. Why MBA in Finance Specialisation?
  • Q4. What challenges have you faced in your life?
  • Q5. What are all the products of HPE?

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. 1. How to copy the Business phone on account to the associated contacts and Opportunities?
  • Ans. 

    To copy Business phone on account to associated contacts and opportunities, use process builder or workflow rule.

    • Create a process builder or workflow rule on account object

    • Add criteria to check if Business phone is not null

    • Add immediate action to update Business phone on associated contacts and opportunities

    • Use field update action to update Business phone field on contacts and opportunities

    • Map the Business phone field

  • Answered by AI
  • Q2. Can we do CRM deployment using DevOps?
  • Ans. 

    Yes, CRM deployment can be done using DevOps.

    • DevOps can automate the deployment process of CRM systems

    • Continuous integration and continuous deployment can be used for CRM deployment

    • DevOps tools like Jenkins, Ansible, and Puppet can be used for CRM deployment

    • DevOps can ensure faster and more efficient deployment of CRM systems

  • Answered by AI
  • Q3. What is Data export service and how can we use it?
  • Ans. 

    Data export service is a tool that allows users to export data from Dynamics 365 to an Azure SQL database or a CSV file.

    • Data export service is a cloud-based service provided by Microsoft.

    • It can be used to export data from Dynamics 365 to an Azure SQL database or a CSV file.

    • It can be scheduled to run automatically or manually.

    • It can be used to export data from both standard and custom entities.

    • It can be used to export d...

  • Answered by AI
  • Q4. If Plugin takes more than 2 min, what is an alternate to achieve the same operation?
  • Ans. 

    Use alternative method or optimize plugin to reduce time.

    • Optimize the plugin code to reduce execution time.

    • Use a different plugin that can perform the same operation faster.

    • Write custom code to achieve the same operation without using the plugin.

    • Break down the operation into smaller tasks and execute them in parallel.

    • Use caching to store results and avoid repeating the operation.

    • Consider upgrading hardware or increasin

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why do you work with this company
  • Q3. Why do you want to this job
  • Q4. What are your greatest strength

I applied via Naukri.com and was interviewed in Mar 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What Are JOINS in SQL and difference between Inner JOIN and equi JOIN? Illustrate with an example.
  • Ans. 

    JOINS are used in SQL to combine data from two or more tables based on a related column.

    • Inner JOIN returns only the matching rows from both tables

    • Equi JOIN is a type of Inner JOIN where the join condition is based on equality between two columns

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Divide the array in two Halves and keep each half in ascending order without using new Array?
  • Ans. 

    Divide array in two halves and keep each half in ascending order without using new Array.

    • Use Array.sort() method to sort the original array

    • Use Array.slice() method to divide the array into two halves

    • Use Array.reverse() method to reverse the second half of the array

  • Answered by AI
  • Q3. What are Interfaces and Why do we need interfaces?
  • Ans. 

    Interfaces are contracts that define a set of methods and properties that a class must implement.

    • Interfaces provide a way to achieve abstraction and polymorphism in object-oriented programming.

    • They allow for loose coupling between classes and promote code reusability.

    • Interfaces can be used to define common behavior across multiple classes.

    • Example: IDisposable interface in C# ensures that an object can be properly dispo...

  • Answered by AI
  • Q4. What is inheritance and Examples in inheritance.
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class is based on another class.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • The subclass can also add its own properties and methods.

    • Examples include a Car class inheriting from a Vehicle class, or a Dog class inheriting from an Animal class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep The Basics clear and Be confident about what you know.
Be truthful and well prepared (Interviewer will catch your lies).

Skills evaluated in this interview

I was interviewed in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Mostly practical questions on what I have worked upon and how I proved to be valuable to the companies I worked with. Theoritical knowledge is of little use.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. No pretensions to be over smart. Be honest with answers.Show your dedication and enthusiasm towards work with real examples.

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
Nagarro Interview Questions
4.0
 • 777 Interviews
Publicis Sapient Interview Questions
3.5
 • 610 Interviews
GlobalLogic Interview Questions
3.6
 • 580 Interviews
UST Interview Questions
3.8
 • 508 Interviews
CGI Group Interview Questions
4.0
 • 485 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
View all

Four Loops Solutions Reviews and Ratings

based on 4 reviews

4.8/5

Rating in categories

4.8

Skill development

4.8

Work-life balance

4.9

Salary

4.8

Job security

4.8

Company culture

4.9

Promotions

4.8

Work satisfaction

Explore 4 Reviews and Ratings
Compare Four Loops Solutions with

Cognizant

3.8
Compare

Sutherland Global Services

3.6
Compare

Hexaware Technologies

3.6
Compare

FIS

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