Upload Button Icon Add office photos
Engaged Employer

i

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

Oneggy Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Oneggy Technologies Interview Questions and Answers

Updated 18 Jun 2023

Oneggy Technologies Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 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 

(1 Question)

  • Q1. What is current company
Round 3 - Technical 

(2 Questions)

  • Q1. What is subnet in aws
  • Ans. 

    A subnet in AWS is a range of IP addresses in your VPC where you can place groups of resources.

    • Subnets are used to segment the VPC into smaller networks for better organization and security.

    • Each subnet must be associated with a route table that directs traffic within the subnet and to the internet.

    • Subnets can be public (accessible from the internet) or private (not accessible from the internet).

    • Subnets can span multipl...

  • Answered by AI
  • Q2. Subnet is a define particularip range
Round 4 - HR 

(1 Question)

  • Q1. What is expected salary

Skills evaluated in this interview

Linux Cloud Engineer Interview Questions asked at other Companies

Q1. What is subnet in aws
View answer (2)

Jobs at Oneggy Technologies

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduction of yourself
  • Q2. Tell me about ? your qualification and career and job
  • Q3. Tell me ? How did you find this job
  • Q4. Tell me about what you have skills
  • Q5. Tell me aboutyour hobbies
  • Q6. How much you expecting regarding salary
Round 2 - Group Discussion 

About environment and population

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be strees while infront of interviewer
And don't be worry
Be friendly with your interviewer

Salesforce Solution Architect II Interview Questions & Answers

Wilco Source user image Kapil Patle

posted on 6 Dec 2024

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

(2 Questions)

  • Q1. Architecture, Design, Proposal and All functoonal
  • Q2. Detailed technical discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Deep dive in design & architecture
  • Q2. Deep dive in technical
Round 3 - Technical 

(2 Questions)

  • Q1. Tech cum management
  • Q2. Stakeholder related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Which method is used to remove whitespace from beginning and end in python
  • Ans. 

    strip() method is used to remove whitespace from beginning and end in Python

    • Use the strip() method on a string to remove whitespace from both beginning and end

    • Example: ' hello '.strip() will return 'hello'

    • Example: ' hello '.strip(' h') will return 'ello'

  • Answered by AI
  • Q2. Which of the following is not a valid http method a) GET b)Post c) send d)Put

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What were the basic JavaScript questions asked during the interview it was an easy round
  • Q2. What is event loops
  • Ans. 

    Event loops are mechanisms in programming languages that allow for asynchronous execution of code.

    • Event loops handle the execution of multiple tasks in a non-blocking manner.

    • They continuously check for tasks in the event queue and execute them one by one.

    • Event loops are commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.

  • Answered by AI
  • Q3. Bind call apply
Round 2 - Technical 

(1 Question)

  • Q1. Question related to frontend and a bit of backend interview was intermediate level
Round 3 - Technical 

(1 Question)

  • Q1. Interview was on full stack development with difficult questions on backend as well as frontend
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    I am a passionate software engineering student with experience in web development and a strong desire to learn and grow.

    • Currently pursuing a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience with front-end technologies like HTML, CSS, and React

    • Completed internships at tech companies like XYZ Inc.

    • Interested in exploring machine learning and artificial intelligen

  • Answered by AI
  • Q2. What's your skill and experience.
  • Ans. 

    I have strong skills in programming languages such as Java, Python, and C++, as well as experience with web development and database management.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with database management systems like MySQL and MongoDB

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GrapplTech Software Engineer Intern interview:
  • Java
  • Javascript
  • React.Js
  • Node.Js
  • MySQL
  • OOPS
  • DSA
Interview preparation tips for other job seekers - It's a Great Platform for job seekers.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. Asked about my self
  • Q2. What experience I had earlier
  • Q3. If I could commit to this job
Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked about my previous experience
  • Q2. Asked if I could commit to this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to be calm.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Take home assessment to build an OTP generating service

Round 2 - Coding Test 

URL parser for websites

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with Product owner
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview with hiring manager
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What strategies would you use to optimize a React application?
  • Ans. 

    Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing rendering performance.

    • Implement code splitting to load only necessary code for each route or component.

    • Utilize lazy loading to defer loading of non-essential components until they are needed.

    • Minimize bundle size by removing unused dependencies, using tree shaking, and optimizing images and ass...

  • Answered by AI
  • Q2. What are hooks, and what are the different types of hooks?
  • Ans. 

    Hooks are functions that allow developers to use state and other React features in functional components.

    • Hooks are introduced in React 16.8 to allow state and other React features in functional components.

    • There are different types of hooks like useState, useEffect, useContext, useReducer, etc.

    • useState hook is used to add state to functional components.

    • useEffect hook is used to perform side effects in functional compone...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 mins of aptitude test conducted

Round 2 - Coding Test 

They asked some coding level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - dont attaend any interview from this company , its a time waste process.

Oneggy Technologies Interview FAQs

How many rounds are there in Oneggy Technologies interview?
Oneggy Technologies interview process usually has 4 rounds. The most common rounds in the Oneggy Technologies interview process are HR, Resume Shortlist and Technical.
How to prepare for Oneggy Technologies 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 Oneggy Technologies. The most common topics and skills that interviewers at Oneggy Technologies expect are Android, Automation Testing, MySQL, Oracle and PHP.
What are the top questions asked in Oneggy Technologies interview?

Some of the top questions asked at the Oneggy Technologies interview -

  1. What is subnet in ...read more
  2. Subnet is a define particularip ra...read more

Tell us how to improve this page.

Oneggy Technologies Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Oneggy Technologies Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Marketing & Lead Generation Intern

Gurgaon / Gurugram

0-2 Yrs

Not Disclosed

Shopify & API Integration Developer Intern

Gurgaon / Gurugram

0-1 Yrs

Not Disclosed

NextJS Developer Intern

Gurgaon / Gurugram

0-2 Yrs

Not Disclosed

Explore more jobs
Compare Oneggy Technologies with

GrapplTech

4.7
Compare

Wilco Source

3.6
Compare

IDOS INDIA

3.0
Compare

EffiaSoft

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