Upload Button Icon Add office photos
Engaged Employer

i

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

OMFYS Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

OMFYS Technologies System Engineer Interview Questions, Process, and Tips

Updated 26 Oct 2023

OMFYS Technologies System Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 4 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 - Telephonic Call 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Explain your project.
Round 3 - Technical 

(7 Questions)

  • Q1. Tell me about yourself.
  • Q2. Explain your project
  • Q3. What is the concept of Middleware in Web development?
  • Ans. 

    Middleware in web development acts as a bridge between different components of a software application, allowing them to communicate and interact with each other.

    • Middleware is software that connects different software applications or components.

    • It helps in handling communication between different systems or components.

    • Middleware can provide services such as authentication, logging, and caching.

    • Examples of middleware inc...

  • Answered by AI
  • Q4. Write a code to start a simple Web server in JavaScript.
  • Ans. 

    Code to start a simple Web server in JavaScript

    • Use Node.js to create a simple web server

    • Require the 'http' module

    • Use the createServer method to create a server instance

    • Listen on a specific port for incoming requests

  • Answered by AI
  • Q5. Difference between var, let and const
  • Ans. 

    var, let, and const are all used for variable declaration in JavaScript, but they have different scopes and mutability.

    • var has function scope and can be redeclared and reassigned

    • let has block scope and can be reassigned but not redeclared

    • const has block scope and cannot be reassigned or redeclared

  • Answered by AI
  • Q6. How can we connect to MongoDB using Javascript?
  • Ans. 

    To connect to MongoDB using Javascript, you can use the official MongoDB Node.js driver.

    • Install the MongoDB Node.js driver using npm: npm install mongodb

    • Require the MongoDB Node.js driver in your Javascript file: const MongoClient = require('mongodb').MongoClient

    • Connect to MongoDB using MongoClient.connect() method

    • Specify the MongoDB connection URL and database name in the connect() method

    • Access the MongoDB database an...

  • Answered by AI
  • Q7. Difference between Async and Await in JavaScript.
  • Ans. 

    Async and Await are keywords used in JavaScript to handle asynchronous operations in a synchronous way.

    • Async is used to declare a function as asynchronous, which means it will always return a promise.

    • Await is used to pause the execution of a function until a promise is settled (resolved or rejected).

    • Async functions can contain one or more await expressions to wait for promises to be resolved.

    • Async functions always retu...

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. Discussion on NLP
  • Q2. Discussion on APIs
  • Q3. Discussion on latest technology trends like ChatGPT

Interview Preparation Tips

Topics to prepare for OMFYS Technologies System Engineer interview:
  • Natural Language Processing
  • Artificial Intelligence
  • Node.Js
  • Javascript
  • REST API
Interview preparation tips for other job seekers - Be confident.

Skills evaluated in this interview

Interview questions from similar companies

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

Basics of C language

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Water scarcity, 3 mins , name-area-parents-topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

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

    • Proficient in backend development with Node.js and databases like MySQL and MongoDB

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. What is your background
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - whatever just enjoy the experiance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

First there will be a topic given to you to write an article of length 300-400 words in 15 mins. This article writing is to check your knowledge of English language.
Then there is a 45 mins round test in which 40 questions will be asked.
20 Technical and 20 Programming.
The programming questions will be from C++, and you are required to choose the correct output of the given C++ program.
The technical aptitude questions were medium to hard.

Round 2 - Technical 

(1 Question)

  • Q1. It's a 1:30 hr round. In this part, there will be 4 coding questions from arrays topic which you can solve with any programming language you know. Along with this, you will have 2 questions from SQL and e...

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some basic knowledge of C++ to answer aptitude questions.
Be heavily prepared for the technical aptitude part.
Learn some basic command of SQL.
Be prepared to face the medium level DSA questions from arrays.
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 Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was total of 40 questions
First 20: Aptitude based topics like time and work, profit and loss, speed and distance
Second 20: Programming MCQs based on C, C++ and python. Task is to guess the correct output and errors.

Round 2 - Assignment 

There were 4 coding questions based on array, 2 SQL queries and one article.
Coding questions were easy for batch 2 but difficult for batch 1. Star patterns are present in batch 1.
SQL queries were easy.
One article (200-300)words. Topics was Google maps.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Founder came and asked approach I used to solve coding questions in round 2. He then check the output for each question. Then he checked the SQL queries I have written, in which I had write two wrong queri...
  • Q2. He asked me about different approaches to solve a problem
  • Q3. He asked about the project I had done on Java Full stack.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice aptitude and c, c++ and python output based mcqs which can be easily found on gfg.
Practice as much coding questions based on array, patterns and star patterns.
Practice as much SQL queries as you can.
You have to carry your own laptop so install atleast one ide which can work without internet.
Also practice writing articles for this company (2-3).
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It consists of basic aptitude questions and some coding output questions followed by basic SQL questions. Overall the difficulty level was medium.

Round 2 - Technical 

(1 Question)

  • Q1. They asked me to write code for 4 problems. All questions consists array medium level and then there are difficult SQL questions to solve. Unfortunately I couldn't passed this round. But it was a great lea...
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It has general aptitude questions with moderate difficulty

Round 2 - Coding Test 

It was mixed coding plus SQL question after the exam I had explain my solution.

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

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between absolute xpath and relative xpath
  • Ans. 

    Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath specifies the path relative to the current element.

    • Absolute xpath starts with a single forward slash (/) and is more specific.

    • Relative xpath starts with a double forward slash (//) and is more flexible.

    • Absolute xpath is more prone to breaking if the structure of the page changes.

    • Relative xpath is easier to main...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 2023. There were 3 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 

(1 Question)

  • Q1. More than technology,a senior recruiter asks where you stay which gali you stay,which temple is near by,what your husband do,getting into more personal and final he will ask your janam kundali and tell you...
Round 3 - One-on-one 

(1 Question)

  • Q1. Senior recruiter will ask more personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Girls and ladies please don't join this company as it is more into priest kinda,they check your caste,class rather your hardwork it seems. This so called senior recruiter totally flirts with you if you are single,divorce,seperarated and also heard his eyes rolls on always girls upper part,no matter whatever she is wearing. I heard after complaining also higher authorities didn't taken the action. Now you people only imagine how is it safe for a girl to work in that disgusting atmosphere. And in any MNC company if the complain is raised the higher authority should take an action but still they kept him then think what kinda company is this. INDIA HR cgs is worst the worst. They are not giving you secured job,HR are saving there job to close that position and you are bakra,who will be paid with very less salary comparative outside and also you are treated like a dog. Think twice thrice to take the decision.

OMFYS Technologies Interview FAQs

How many rounds are there in OMFYS Technologies System Engineer interview?
OMFYS Technologies interview process usually has 4 rounds. The most common rounds in the OMFYS Technologies interview process are Resume Shortlist, Telephonic Call and Technical.
What are the top questions asked in OMFYS Technologies System Engineer interview?

Some of the top questions asked at the OMFYS Technologies System Engineer interview -

  1. What is the concept of Middleware in Web developme...read more
  2. Write a code to start a simple Web server in JavaScri...read more
  3. How can we connect to MongoDB using Javascri...read more

Tell us how to improve this page.

OMFYS Technologies System Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
ElectrifAi Interview Questions
2.7
 • 17 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
View all
OMFYS Technologies System Engineer Salary
based on 4 salaries
₹1.8 L/yr - ₹3 L/yr
61% less than the average System Engineer Salary in India
View more details
Junior Software Engineer
27 salaries
unlock blur

₹1.9 L/yr - ₹3.3 L/yr

Software Engineer
21 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

RPA Developer
8 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Software Developer
7 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Junior Software Developer
7 salaries
unlock blur

₹1.8 L/yr - ₹3.1 L/yr

Explore more salaries
Compare OMFYS Technologies with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

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