Upload Button Icon Add office photos

Filter interviews by

Omnie Solutions Interview Questions and Answers

Updated 12 Apr 2024

Omnie Solutions Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic oops concepts
  • Q2. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Hashmap, framework, collections, poi

Senior Software Test Engineer Interview Questions asked at other Companies

Q1. What is retest and regression testing ?, Difference between authentication and authorization, Black box testing, functionality testing, UAT, STLC, Bug life cycle, Bug tracking tool, traffic light scenario,
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Brief intro, strengths and weakness
  • Q2. Classes, polymorphism, basic sql
  • Q3. Removing character repetition in a string
  • Ans. 

    Use a loop to iterate through the string and remove consecutive repeated characters.

    • Create an empty array to store the result.

    • Iterate through the string and compare each character with the next one.

    • If they are not the same, add the character to the result array.

    • Return the result array as the final output.

  • Answered by AI
  • Q4. What is primary key in sql
  • Ans. 

    Primary key in SQL is a unique identifier for each record in a table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: 'id' column in a 'users' table can be a primary key

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

HR Manager Interview Questions & Answers

user image Ankita Khare

posted on 30 Apr 2018

I applied via Approached by Company

Interview Questionnaire 

1 Question

  • Q1. About my professional experience and other general questions

Interview Preparation Tips

Round: Resume Shortlist
Experience: Skills but god knows how did they see Talent Acquisition in my resume which I have not mentioned anywhere.

General Tips: They called me saying that we need a HR Manager for a generalist role but when I went there for my first round of interaction with their existing HR recruiter, she told me that the immediate attention of the role will be on Talent Acquisition.

I still did not object to it.

In the second round with another female, the focus on Talent Acquisiton profile was projected even stronger to me. I still did not say anything an went ahead with it.

In the Third and the Fourth round with the business Partners (who didnt look line one), every question was on recruitment's.

They kept on adding ad hoc rounds of interview just to buy time and look out for other cheaper candidates.
Infact their recruiter even was wanting me to give a commitment on the joining date without even discussing the salary with me. She was expecting me to put down my papers without making sharing the offer letter with me. How weird was that !

and finally after my constant follow ups with them and after calling me 4 times to their office and wasting my time, did they realize that some other candidates profile matches better for that role.

Guys, never ever go for this company as during the interview their management told me that for us work is the priority an work life balance comes later.
Read their Glassdoor reviews also. you will see what I am talking about.


Duration: 1-4 weeks

HR Manager Interview Questions asked at other Companies

Q1. Can you explain the meaning of performance Management as stated in your CV
View answer (5)

Omnie Solutions interview questions for popular designations

 Software Engineer Trainee

 (2)

 HR Manager

 (1)

 Senior Software Test Engineer

 (1)

Jobs at Omnie Solutions

View all

Interview questions from similar companies

Interview Questionnaire 

6 Questions

  • Q1. What is a pointer?
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers allow for dynamic memory allocation and manipulation.

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

    • Example: int *ptr; ptr = # *ptr = 10; //num now has a value of 10

    • Pointers can also be used to pass variables by reference in function calls.

  • Answered by AI
  • Q2. What are databases?
  • Ans. 

    Databases are organized collections of data that can be accessed, managed, and updated easily.

    • Databases store data in tables with rows and columns.

    • They allow for efficient data retrieval and manipulation.

    • Examples include MySQL, Oracle, MongoDB, and SQLite.

  • Answered by AI
  • Q3. Why do we need databases?
  • Ans. 

    Databases are essential for storing, organizing, and retrieving large amounts of data efficiently.

    • Databases provide a structured way to store and manage data.

    • They allow for efficient retrieval of data through queries.

    • Databases can handle large amounts of data and ensure data integrity.

    • They enable multiple users to access and modify data simultaneously.

    • Examples include MySQL, Oracle, MongoDB, and SQL Server.

  • Answered by AI
  • Q4. What is inheritance and encapsulation?
  • Ans. 

    Inheritance is a mechanism where a new class is derived from an existing class. Encapsulation is the process of hiding implementation details from the user.

    • Inheritance allows the new class to inherit properties and methods of the existing class.

    • Encapsulation helps in achieving data abstraction and security.

    • Inheritance promotes code reusability while encapsulation promotes data security.

    • Example of inheritance: class Car...

  • Answered by AI
  • Q5. Tell me about your family
  • Ans. 

    I come from a close-knit family with parents and two siblings.

    • My parents have been married for over 30 years.

    • My older brother is a doctor and my younger sister is studying to become a teacher.

    • We enjoy spending time together and often have family dinners or game nights.

    • My parents have always encouraged us to pursue our passions and support each other.

    • We have a family tradition of going on a vacation every year to a new

  • Answered by AI
  • Q6. What are your strenghts and weaknesses
  • Ans. 

    My strengths include problem-solving, adaptability, and teamwork. My weaknesses include public speaking and time management.

    • Strengths: problem-solving, adaptability, teamwork

    • Weaknesses: public speaking, time management

    • Example for problem-solving: I was able to identify and fix a bug in the code that was causing a major issue for the client

    • Example for adaptability: I was able to quickly learn a new programming language ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The aptitude test was pretty easy. Basic logical reasoning, English proficiency and quantitative grasp were tested in the aptitude test.
Tips: Check out some of the aptitude tests that other websites provide for very well known and highly recruiting companies like tcs, capgemini, igate, Infosys etc.

Round: Technical Interview
Experience: The overall experience of this interview was good. If you know your basic coding fundamentals you'll get through it. The main focus of these people in this round was to see how far your knowledge goes and how well you respond to uncomfortable situations.
Tips: Be confident and straight forward about things you might not know about. Shooting in the dark will not here or anywhere else for that matter

Round: HR Interview
Experience: Well HR rounds are supposed to make you swear through your clothes and mine surely did that. After having me wait for 12 hours I finally got my HR interview which is the final round finished. The technical interview was finished in the afternoon itself but the hr round took hours to complete my turn. It was depressing
Tips: Be confident and radiant. They will check how much you've had to wait and how that has affected you. Don't lose hope. And don't give textbook answers to questions like strengths and weaknesses. Being frank really helps.

Skills: Willingness to learn , Communication skills
College Name: Dwarkadas Sanghvi College of Engineering

Skills evaluated in this interview

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

I applied via Company Website and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself What array list and linked list Sorting techniques
  • Ans. 

    I am a software engineer trainee with knowledge of array list, linked list, and sorting techniques.

    • Array list is a dynamic array that can grow or shrink in size.

    • Linked list is a data structure where each element points to the next element.

    • Sorting techniques include bubble sort, insertion sort, and quick sort.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview one should have technical knowledge in programming language.

Skills evaluated in this interview

I appeared for an interview before Mar 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Self Introduction,cloud computing, uses of cloud computing
  • Ans. 

    Cloud computing is a technology that allows users to access data and applications over the internet.

    • Cloud computing provides on-demand access to a shared pool of computing resources

    • It allows for scalability and flexibility in managing data and applications

    • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform

  • Answered by AI
  • Q2. What is iot,uses of iot,what is python,what is c
  • Ans. 

    IoT is the interconnection of devices to the internet. Python and C are programming languages used in IoT development.

    • IoT enables devices to communicate and share data with each other over the internet.

    • Python is a high-level programming language used for IoT development due to its simplicity and versatility.

    • C is a low-level programming language used for IoT development due to its efficiency and ability to interface wit...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare most important subjects like dbms,os,c,python,cn

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to reverse a array, basic java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Numerical verbal and logical reasoning wuestions

Round 2 - HR 

(2 Questions)

  • Q1. What are your strength and weaknesses?
  • Q2. Why should we hire you?

Omnie Solutions Interview FAQs

How many rounds are there in Omnie Solutions interview?
Omnie Solutions interview process usually has 1-2 rounds. The most common rounds in the Omnie Solutions interview process are Technical, Resume Shortlist and HR.
How to prepare for Omnie Solutions 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 Omnie Solutions. The most common topics and skills that interviewers at Omnie Solutions expect are Javascript, Java, PHP, SQL and C#.
What are the top questions asked in Omnie Solutions interview?

Some of the top questions asked at the Omnie Solutions interview -

  1. Removing character repetition in a str...read more
  2. What is primary key in ...read more
  3. Classes, polymorphism, basic ...read more

Tell us how to improve this page.

Omnie Solutions Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all

Omnie Solutions Reviews and Ratings

based on 58 reviews

2.8/5

Rating in categories

2.9

Skill development

2.5

Work-life balance

3.2

Salary

2.5

Job security

2.5

Company culture

2.9

Promotions

2.5

Work satisfaction

Explore 58 Reviews and Ratings
Software Developer
55 salaries
unlock blur

₹3.4 L/yr - ₹12.5 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹9 L/yr - ₹25.5 L/yr

Senior Software Developer
22 salaries
unlock blur

₹8.3 L/yr - ₹31.8 L/yr

Technical Lead
10 salaries
unlock blur

₹18 L/yr - ₹27 L/yr

Associate Software Developer
10 salaries
unlock blur

₹5.5 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Omnie Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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