Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Open Solutions Team. If you also belong to the team, you can get access from here

Open Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Open Solutions Interview Questions and Answers

Updated 6 Aug 2015

Open Solutions Interview Experiences

1 interview found

Interview Questions & Answers

user image Anonymous

posted on 19 May 2015

Interview Preparation Tips

Round: Test
Experience: First was the written round and it had two parts. First part was tech and consisted of 25 questions and second part was aptitude consisted of 21 questions and duration of exam was 50 minutes. The paper was very easy and i completed all the ques within 30 mins. Then began the waiting period, i done well in the written but not sure about the selection as the paper was very easy. Finally 18 people got selected and i was one of them.
Tips: I saw that Open Solutions is coming for recruitment. I was familiar with the company as it came last year too and offered internships to 3rd years. I searched about the company and came across several negative reviews so i talked to a good friend of mine who did her internship at Open Solutions and she assured me that all things given on net are crap and it is a very good company. She also gave me the advice to go through OOP and software engineering concepts as most of the company’s work is based on .net and c#. So keeping in mind the advice i prepared my resume accordingly.
Duration: 20 minutes
Total Questions: 46

Round: Technical Interview
Experience: Next round was the tech interview. I was prepared for this round. The interviewer asked for my resume and i handed him one. His first impression was “One page resume…. nice”. The interview began with introduction. Then we talked about my projects mentioned on my resume. Then there were very basic questions from OOP like properties of OOP, difference between c and c++. After that i was asked to write down code for binary search. Then there were questions from DS and RDBMS. All the questions were very very basic and easy. After that the interviewer said “I am really impressed with you” and he gave me a toffee and an Open solution pen :)

Round: HR Interview
Experience: Next round was HR round and it was 3 on 1 interview. One member of the panel was very experienced and knowledgeable person. As my interest is Web Security, we talked about various hacking techniques. He said “Its great that you know about these things”. Then he named some terms which i was not familiar with like POJO etc. After that there were typical HR questions and a very easy puzzle. This ends my second interview.After second interview there was a gap of about 3 days and finally company selected 4 students for final interview with vice president and CTO of the company. Company arranged the cab for all 4 of us.

Round: OTHER interview
Experience: Final interview: We reached the Open Solution’s office. The office was very good and the environment was very friendly. We were welcomed by the HR and then we had lunch. After that we were told some DO’S and DON’T in the interview by our college seniors. After that we were interviewed by Mr Rashid Desai(VP and CTO of Open Solutions) one by one. It was less of an interview and more of a chat. That was a memorable experience. After interview we went to cafeteria and there was a big cake as it was 31st of the month and cake cutting is a tradition at Open Solutions every last day of the month. We had cake and returned home.The next day our TPO called me and informed that i was selected. Apparently all four of us got selected grin emoticon grin emoticon That was the happiest day of my life.

College Name: BITS PILANI

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Self introduction.. about family.. Accademic.. rotational shifts... 24*7
  • Q2. Be loud and clearr and have some study about company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be loud and clear be confident

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. Current job description

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: Questions about DS , CN and basic resume

Round: Technical Interview
Experience: Questions about RT OS and memory mapping. And other operating system related questions.
Projects done so far.

I appeared for an interview in Aug 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of C
  • Q2. Puzzles on data structures
  • Q3. Asked on project
  • Q4. C basics
  • Q5. 3 basic and simple codes
  • Q6. Family background
  • Q7. How was technical interviews
  • Q8. Why should we not hire you
  • Ans. 

    I lack experience in a specific technology required for the role.

    • I may not have experience with a specific programming language or framework mentioned in the job description.

    • I may not have worked on projects similar to what your company is working on.

    • I may not have experience with certain tools or technologies that are crucial for the role.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just mcq questions but had negative marking
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: It was cool and interactive round and was fun

Round: Technical Interview
Experience: It was interesting but I fumbled a little

Round: HR Interview
Experience: It was ok

College Name: Cummins College Of Engineering For Women (CCOEW)

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

14 Questions

  • Q1. Four people and torch problem?
  • Q2. What is the difference between AC and DC?
  • Ans. 

    AC and DC are two types of electrical current with different characteristics.

    • AC stands for Alternating Current, while DC stands for Direct Current.

    • AC periodically changes direction, while DC flows in one direction.

    • AC is commonly used in household electrical systems, while DC is used in batteries and electronic devices.

    • AC can be easily transformed to different voltage levels using transformers, while DC requires convert...

  • Answered by AI
  • Q3. Fill the cells in the pyramid?
  • Ans. 

    Fill the cells in the pyramid

    • The pyramid is a pattern of numbers or characters arranged in a triangular shape

    • Each row of the pyramid has one more cell than the previous row

    • Start filling the pyramid from the top and move downwards

    • The cells can be filled with any desired numbers or characters

  • Answered by AI
  • Q4. What is alternator and generator?
  • Ans. 

    An alternator and generator are devices that convert mechanical energy into electrical energy.

    • Both alternators and generators are used to generate electricity.

    • They work on the principle of electromagnetic induction.

    • Alternators are commonly used in modern vehicles to charge the battery and power the electrical systems.

    • Generators are often used as backup power sources during power outages.

    • Examples of alternators include ...

  • Answered by AI
  • Q5. What is the complexity of quick sort?
  • Ans. 

    Quick sort has an average and worst-case time complexity of O(n log n).

    • Quick sort is a divide-and-conquer algorithm.

    • It selects a pivot element and partitions the array around the pivot.

    • The average and worst-case time complexity is O(n log n).

    • However, in the worst-case scenario, it can have a time complexity of O(n^2).

  • Answered by AI
  • Q6. What are interesting u did?
  • Ans. 

    I developed a mobile app for tracking daily water intake and hydration levels.

    • Researched best practices for hydration tracking

    • Designed user-friendly interface for inputting water intake

    • Implemented data visualization for tracking hydration levels

    • Tested app with focus groups for feedback

    • Continuously updated app based on user suggestions

  • Answered by AI
  • Q7. Explain SHA Algorithm?
  • Ans. 

    SHA Algorithm is a cryptographic hash function that takes an input and produces a fixed-size output.

    • SHA stands for Secure Hash Algorithm.

    • It is widely used in various security applications and protocols.

    • SHA-1, SHA-256, SHA-384, and SHA-512 are common variants of SHA.

    • It generates a unique hash value for each unique input.

    • The output is a fixed length, regardless of the input size.

    • SHA is used for data integrity, password h

  • Answered by AI
  • Q8. 5 heads and two tails, separate into two groups such that two groups should have equal number of tails?
  • Q9. Delete a node in linked list?
  • Ans. 

    To delete a node in a linked list, we need to adjust the pointers of the previous node and the next node.

    • Find the node to be deleted

    • Adjust the pointers of the previous node and the next node

    • Free the memory of the deleted node

  • Answered by AI
  • Q10. Tell me about yourself?
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and a strong background in computer science.

    • Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React

    • Strong background in computer science with knowledge of data structures and algorithms

    • Proficient in programming languages such as Java, Python, and C++

    • Familiar with Agile development methodologies

  • Answered by AI
  • Q11. What are the challenges you faced in the interns?
  • Ans. 

    As an intern supervisor, I faced challenges in terms of communication, technical skills, and time management.

    • Communication barriers due to language or cultural differences

    • Lack of technical skills or knowledge required for the job

    • Difficulty in managing time and meeting deadlines

    • Inability to work independently or as part of a team

    • Resistance to feedback or constructive criticism

    • Limited exposure to real-world scenarios and...

  • Answered by AI
  • Q12. Preference of job place?
  • Ans. 

    I prefer a job place that offers a collaborative and innovative work environment.

    • Prefer a workplace that encourages teamwork and communication

    • Value opportunities for learning and growth

    • Seek a company that fosters creativity and innovation

  • Answered by AI
  • Q13. How will you solve the disputes?
  • Ans. 

    I will solve disputes by promoting open communication, active listening, and finding mutually beneficial solutions.

    • Encourage open and honest communication between parties involved

    • Actively listen to each party's concerns and perspectives

    • Identify common goals and interests to find mutually beneficial solutions

    • Mediate discussions and facilitate negotiations if necessary

    • Document agreements and ensure follow-up to prevent f

  • Answered by AI
  • Q14. What is your view about Qualcomm?
  • Ans. 

    Qualcomm is a leading semiconductor and telecommunications equipment company.

    • Qualcomm is known for its expertise in wireless technologies and mobile chipsets.

    • They have developed popular Snapdragon processors used in smartphones and tablets.

    • Qualcomm has made significant contributions to the advancement of 5G technology.

    • The company has a strong patent portfolio and is involved in licensing its technology to other manufac...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Simple aptitude questions and technical questions which includes OOPS, Computer networks
Duration: 1 hour 25 minutes
Total Questions: 50

College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2016. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions about RRC filters, matched filtering, IIR and FIR filters, basics of probability and questions regarding past projects

Interview Preparation Tips

Round: Test
Experience: The questions on aptitude were based on quantitative and logical reasoning. Questions were simple but you should have a good speed. In the programming section there were find the outout kind of questions and some theory questions based on virtual functions and abstract classes.
In technical questions we had to choose from hardware software or communication. I wrote the test for communications. Questions were based on different modulation techniques like qpsk, msk and also based on dsp. Some questions were about coding techniques as well.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: The overall experience was really good. The interviewers were frirndly and were helping out in case you get stuck. They want to see how clearly you know your basics.

College Name: IIT Madras

I appeared for an interview in Dec 2016.

Interview Questionnaire 

4 Questions

  • Q1. Simple algorithm coding questions, e.g.- fibonacci, prime number
  • Q2. Some hardware questions
  • Q3. Networking questions and some others
  • Q4. Intro, strength, weakness, why we hire you, etc. common HR questions

Interview Preparation Tips

College Name: IIT Kharagpur

I appeared for an interview in Sep 2016.

Interview Questionnaire 

1 Question

  • Q1. Write a code for scheduling in C
  • Ans. 

    Code for scheduling in C

    • Define a struct for the task with fields like start time, end time, priority, etc.

    • Create an array of tasks and sort them based on priority and start time

    • Implement a scheduling algorithm like Round Robin or Priority Scheduling

    • Use system calls like fork() and exec() to create and execute processes

    • Implement synchronization mechanisms like semaphores or mutexes to avoid race conditions

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 3 sections.Aptitude,C programming,Software / Communication / Hardware
Tips: U should be very fast while solving.Aptitude is normal.C programming qsns mainly consists of simple C like trees,arrays,sorting etc.I chose software for 3rd section as I wanted software profile .It has qsns based on OS(little bit linux),Data structures and Algorithms.
Duration: 2 hours
Total Questions: 60

Round: Technical Interview
Experience: Just asked me qsns related to Data structures
Tips: Solve sums in geeksforgeeks

Round: HR Interview
Experience: Its for fun.HR talks about unrelated things :P .If u got selected for HR,then u are selected for job.

College Name: IIT Kharagpur

Skills evaluated in this interview

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: Questions aren't tough but they take more time to read itself.
Tips: First try to attempt the questions which are seemingly small. Reading bigger questions first and wasting more time on that isnt a good idea at all.
Duration: 30 minutes
Total Questions: 30

Skills: Technical Skill, Analytical Skills
College Name: IIT Kharagpur
Contribute & help others!
anonymous
You can choose to be anonymous

Recently Viewed

COMPANY BENEFITS

SBS

49 benefits

JOBS

Fiserv

No Jobs

JOBS

Fiserv

No Jobs

JOBS

Osfin.ai

No Jobs

INTERVIEWS

MGB

No Interviews

INTERVIEWS

MGB

No Interviews

REVIEWS

Fiserv

No Reviews

JOBS

Fiserv

No Jobs

SALARIES

Ceat Tyres

SALARIES

Gartner

Tell us how to improve this page.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
Nagarro Interview Questions
4.0
 • 759 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
Dell Interview Questions
4.0
 • 386 Interviews
Quest Global Interview Questions
3.6
 • 301 Interviews
NeoSOFT Interview Questions
3.6
 • 263 Interviews
Qualcomm Interview Questions
3.8
 • 255 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
FactSet Interview Questions
3.9
 • 205 Interviews
View all

Open Solutions Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.9

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare Open Solutions with

Teleperformance

3.9
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

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