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 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - 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 3 - 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 experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

General coding knowledge test

Round 3 - Group Discussion 

General group discussion.

Round 4 - Technical 

(3 Questions)

  • Q1. Questions about DSA
  • Q2. Project, Database
  • Q3. Programming languages
Round 5 - Technical 

(1 Question)

  • Q1. Questions about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Choose other company it you have option.

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself what are you hobbies what is your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - hr round is pretty easy all the work relared task needs to be done on time in the company if you do your work on time you can do anythinf the salary here is really low

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Difference between sessions and cookies
  • Ans. 

    Sessions store data on the server side while cookies store data on the client side.

    • Sessions store data on the server side, usually in a temporary directory or database

    • Cookies store data on the client side, in the form of key-value pairs

    • Sessions are more secure as the data is not exposed to the client

    • Cookies can be easily manipulated by the client, making them less secure

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just confident in your answers and share your working knowledge.

Skills evaluated in this interview

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

HCL Infosystems Interview Questions
3.9
 • 140 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
DynPro Interview Questions
3.8
 • 19 Interviews
Greytrix Interview Questions
3.7
 • 12 Interviews
Bangmetric Interview Questions
3.6
 • 11 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

Associate Software Developer
11 salaries
unlock blur

₹5.5 L/yr - ₹12.5 L/yr

Technical Lead
10 salaries
unlock blur

₹18 L/yr - ₹27 L/yr

Explore more salaries
Compare Omnie Solutions with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

DynPro

3.8
Compare

ClaySys

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