Upload Button Icon Add office photos
Engaged Employer

i

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

Omninos Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Omninos Solutions HR Executive Interview Questions and Answers

Updated 29 Aug 2021

Omninos Solutions HR Executive Interview Experiences

1 interview found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. It was just Basic introductory questions Like Tell me about your self and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - They provide Paid Training so need not worry about any thing until you have money.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Share your past work experience?
  • Q2. Comfortable in night shifts?
Round 3 - Aptitude Test 

GAT Is our aptitude based test.

Round 4 - Technical 

(2 Questions)

  • Q1. Operation round 1
  • Q2. Operation round 2

Interview Questionnaire 

2 Questions

  • Q1. About Company Environment, working hours , working policy , salary, Technologies
  • Q2. They assigned One task Like invoice billing system using jquery and ajax

Interview Preparation Tips

Round: Technical Interview
Experience: I used to this application withing 2 hours but i am unable to complete full application. i completed around 70% of the application based on that they decided and selected

Skills: Core php, jquery, ajax ,html, css, , Angular js

Interview Questionnaire 

2 Questions

  • Q1. What is oops
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities and their interactions.

    • OOPs stands for Object-Oriented Programming.

    • It focuses on encapsulation, inheritance, and polymorphism.

    • Encapsulation means hiding the implementation details of an object from the outside world.

    • Inheritance allows creating new classes based on existing ones.

    • Polymorphism allows using a single interface to represent dif...

  • Answered by AI
  • Q2. Real world thing

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I appeared for an interview before Jan 2021.

Interview Questionnaire 

2 Questions

  • Q1. Basic analysis questions
  • Q2. Excel Based analysis as it was a entry-level position

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about the company
Read about the interviewer
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Online apitude containing 10 question without camera

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Aptitude Test 

Logical reasoning ,verbal aptitude , two java program and html
duration 1hr

Round 2 - Coding Test 

Hand written java coding 5 problem statement oops, String, Arrays and others

Round 3 - HR 

(2 Questions)

  • Q1. About infiniti software solution
  • Q2. Questions in java
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025.

Round 1 - Aptitude Test 

It was simple and easily solvable.

Round 2 - Coding Test 

There was 2 programs must pass the testcases.

Round 3 - Coding Test 

There was written test of programming.

Round 4 - HR 

(2 Questions)

  • Q1. Why you choose infiniti
  • Ans. 

    I chose Infiniti for its innovative culture, commitment to excellence, and opportunities for professional growth in software development.

    • Innovative Culture: Infiniti fosters creativity, allowing developers to work on cutting-edge technologies like AI and machine learning.

    • Commitment to Excellence: The company's focus on high-quality software aligns with my personal values of delivering robust and reliable solutions.

    • Prof...

  • Answered by AI
  • Q2. Share about your self
  • Ans. 

    I am a passionate software developer with a strong background in full-stack development and a love for problem-solving.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, and SQL...

  • Answered by AI
Round 5 - Technical 

(2 Questions)

  • Q1. Oops concepts in java
  • Ans. 

    OOP concepts in Java include encapsulation, inheritance, polymorphism, and abstraction, enabling modular and reusable code.

    • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: private variables with public getters/setters.

    • Inheritance: Mechanism where one class inherits properties and behaviors from another. Example: class Dog extends Animal.

    • Polymorphism: Ability to pr...

  • Answered by AI
  • Q2. Features

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Chrome and Firefox Browser automation

Round 3 - Assignment 

Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers

Round 4 - Technical 

(4 Questions)

  • Q1. Detailed Technical background check and discussion on past projects.
  • Q2. Messaging queue and best practices
  • Ans. 

    Messaging queues are used to manage asynchronous communication between different components of a system.

    • Use a reliable messaging queue system like RabbitMQ or Apache Kafka

    • Ensure messages are properly formatted and serialized

    • Implement message acknowledgement and retry mechanisms

    • Monitor queue health and performance

    • Consider message ordering and partitioning for scalability

    • Avoid long-running tasks in message handlers

  • Answered by AI
  • Q3. Binary Search Tree twisted question
  • Q4. Map Reduce concept for solving dictionary keywords
  • Ans. 

    MapReduce is a programming model for processing large data sets in parallel.

    • MapReduce divides the input data into chunks and processes them in parallel.

    • It consists of two phases: Map and Reduce.

    • Map function takes input data and converts it into key-value pairs.

    • Reduce function takes the output of Map as input and combines the values with the same key.

    • It is used for solving dictionary keywords by mapping each word to a k

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on above 2 rounds, they seem to keep their round formats same

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Winman Software Interview Questions
4.0
 • 29 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.2
 • 26 Interviews
MapmyIndia Interview Questions
3.8
 • 25 Interviews
TalentServe Interview Questions
2.1
 • 24 Interviews
RGBSI Interview Questions
3.4
 • 24 Interviews
View all

Omninos Solutions HR Executive Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

3.4

Job security

3.4

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Android Developer
15 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Test Engineer
8 salaries
unlock blur

₹3.3 L/yr - ₹9.6 L/yr

Business Analyst
7 salaries
unlock blur

₹6.4 L/yr - ₹9.2 L/yr

Intern
7 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Senior Test Engineer
5 salaries
unlock blur

₹9 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Omninos Solutions with

Aurigo

4.7
Compare

Prime Focus Technologies

3.3
Compare

Peel-works

3.7
Compare

MapmyIndia

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