Upload Button Icon Add office photos

Filter interviews by

Omniscient Software Interview Questions, Process, and Tips

Updated 4 Nov 2024

Top Omniscient Software Interview Questions and Answers

Omniscient Software Interview Experiences

Popular Designations

10 interviews found

Java Developer Interview Questions & Answers

user image Shruti Neelesh Rawat

posted on 4 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

A basic aptitude test was conducted comprising of java logical resoaning and maths.

Round 2 - Group Discussion 

It was a GD where along with discussion of particular topic some tech questions were also asked.

Round 3 - Technical 

(1 Question)

  • Q1. SQL type of joints.
  • Ans. 

    SQL joints are used to combine rows from two or more tables based on a related column between them.

    • Types of SQL joints include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left t...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. What was your last project and the tables that were in the database.
  • Ans. 

    My last project was a web application for a retail company. The database had tables for customers, products, orders, and inventory.

    • Tables in the database: customers, products, orders, inventory

    • Example: customers table had columns for customer ID, name, email, and address

    • Example: products table had columns for product ID, name, price, and quantity

    • Example: orders table had columns for order ID, customer ID, product ID, a...

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Pen Paper test aptitude test with 2 long answer questions

Round 2 - Technical 

(2 Questions)

  • Q1. OOP Concepts- Polymorphism , what are its types
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Types of polymorphism: compile-time (method overloading) and runtime (method overriding)

    • Compile-time polymorphism is achieved through function overloading, where multiple functions have the same name but different parameters

    • Runtime polymorphism is achieved through function overriding, where a subclass provides a specific im...

  • Answered by AI
  • Q2. Coding question to find the first occurring letter in a string
  • Ans. 

    Find the first occurring letter in a string

    • Iterate through the string and store the count of each letter in a hashmap

    • Return the first letter with count 1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is a must and java

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

In this round they asked 20 technical questions on java and 10 analytical question on reasoning and 3 theory questions we need to solve only 2 out of 3 total 32 questions are there in first round.

Round 2 - Group Discussion 

In the GD they ask about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Before interview review your projects and while answering tell your technical part mostly.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Duration was 1 hour, there were 10 quantitative questions and 20 technical questions based on c, java, dbms.

Round 2 - Group Discussion 

GD was of 10 minutes per group, topics were e-learning platform, impact of AI, ect.

Round 3 - Technical 

(2 Questions)

  • Q1. OOPS Concepts of java
  • Ans. 

    OOPS concepts in Java refer to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hidi...

  • Answered by AI
  • Q2. About project done at graduation

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Omniscient Software interview questions for popular designations

 Intern

 (2)

 Software Developer

 (2)

 Software Developer Intern

 (2)

 Internship Trainee

 (1)

 Java Developer

 (1)

 Junior Software Developer

 (1)

 SDE

 (1)

Intern Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2024

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

Aptitude test consist of 2 sections logical and technical logical consist of mathematical problems and logical reasoning and technical was based on java

Round 2 - Group Discussion 

Topics were given and have to start discussion on topics

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 30 questions. 20 were technical and 10 were aptitude based

Internship Trainee Interview Questions asked at other Companies

Q1. Tell about your UG project? How will you design a table for 1 tonne load and what are all the consideration needed for it? Tell the Equations you know in strength of Materials? What are manufacturing processes involved to fabricate ball bea... read more
View answer (1)

SDE Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths english aptitude easy

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Duration is 1 hrs and technical 20 que and analytical 10 que

Interview Preparation Tips

Interview preparation tips for other job seekers - good and easy

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

15 questions on technical 15 questions on aptitude
Technical included basic java questions, predict output, computer network and os questions
aptitude questions contained profit/loss, relationship, time and work related questions

Round 2 - Group Discussion 

My topic of GD was Digital Privacy.

Interview Preparation Tips

Interview preparation tips for other job seekers - They work on JAVA frameworks only. So JAVA is a must. If you have done project on JAVA and have used any database it will be helpful.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test including logical reasoning, some pattern matching, Data Interpretation

Round 2 - Group Discussion 

In this round we have given one topic and had to discuss that among our fellow batchmates.

Round 3 - Coding Test 

Coding round had 2 basic questions :
1. Check repeating sub-string in a string.
2. some number related problem (had to separate digits from number and perfrom some task)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

Omniscient Software Interview FAQs

How many rounds are there in Omniscient Software interview?
Omniscient Software interview process usually has 2-3 rounds. The most common rounds in the Omniscient Software interview process are Aptitude Test, Group Discussion and Technical.
How to prepare for Omniscient Software 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 Omniscient Software. The most common topics and skills that interviewers at Omniscient Software expect are Banking, Java, Angular, CSS and HTML.
What are the top questions asked in Omniscient Software interview?

Some of the top questions asked at the Omniscient Software interview -

  1. Coding question to find the first occurring letter in a str...read more
  2. OOP Concepts- Polymorphism , what are its ty...read more
  3. OOPS Concepts of j...read more

Tell us how to improve this page.

Omniscient Software Interview Process

based on 9 interviews in last 1 year

Interview experience

3.6
  
Good

People are getting interviews through

based on 4 Omniscient Software interviews
Campus Placement
75%
25% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
View all

Omniscient Software Reviews and Ratings

based on 14 reviews

4.8/5

Rating in categories

4.6

Skill development

4.7

Work-Life balance

4.5

Salary & Benefits

4.8

Job Security

4.8

Company culture

4.4

Promotions/Appraisal

4.6

Work Satisfaction

Explore 14 Reviews and Ratings
Associate Solutions Engineer
29 salaries
unlock blur

₹2.1 L/yr - ₹8.5 L/yr

Solution Engineer
11 salaries
unlock blur

₹7.5 L/yr - ₹12.5 L/yr

Desktop Support Engineer
9 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹4 L/yr - ₹7.2 L/yr

Solution Analyst
8 salaries
unlock blur

₹6 L/yr - ₹12 L/yr

Explore more salaries
Compare Omniscient Software with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview