Upload Button Icon Add office photos

Filter interviews by

OEConnection Interview Questions and Answers

Updated 2 Aug 2024

OEConnection Interview Experiences

Popular Designations

8 interviews found

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

(1 Question)

  • Q1. Difference between performance and load testing
  • Ans. 

    Performance testing focuses on speed, responsiveness, and stability of a system, while load testing evaluates how a system behaves under specific load conditions.

    • Performance testing measures the speed, responsiveness, and stability of a system under normal conditions.

    • Load testing evaluates how a system behaves under specific load conditions, such as high traffic or heavy usage.

    • Performance testing helps identify bottlen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good over all

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (208)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain scrum and sprint
  • Ans. 

    Scrum is an agile framework for managing work, while sprint is a time-boxed period during which specific tasks are completed.

    • Scrum is a framework that helps teams work together on complex projects by breaking them into smaller tasks and focusing on continuous improvement.

    • Sprint is a time-boxed period, usually 2-4 weeks, during which a team completes a set amount of work.

    • During a sprint, the team plans, works on tasks, ...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. What you will do if you find a bug at last phase before release
  • Ans. 

    I will immediately report the bug to the development team and work with them to prioritize and fix it before release.

    • Report the bug to the development team

    • Work with the team to prioritize and fix the bug

    • Perform regression testing to ensure the fix did not introduce new issues

  • Answered by AI

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. How you will maintain the balance between operations and quality so that they do not have any conflicts of interest
View answer (3)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Related to experience
Round 3 - Case Study 

Internal role based discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Communicate flawlessly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. The HR in detail explained the roles and responsibilities and asked about my experience that will contribute to the role.
  • Q2. The HR informed the role's short- and long-term expectations and ensured it aligned with the candidate's goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are confident and skilled. The HR team was very friendly.

HR Generalist Interview Questions asked at other Companies

Q1. How would you prepare a CTC structure? What are the components?
View answer (1)

OEConnection interview questions for popular designations

 Software Engineer

 (2)

 Quality Analyst

 (1)

 Microsoft Dynamics Functional Consultant

 (1)

 Associate Software Developer

 (1)

 Technical Lead

 (1)

 HR Generalist

 (1)

 Associate Software Engineer

 (1)

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic oops and .net questions
Round 3 - HR 

(1 Question)

  • Q1. Didn't clear round 2

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics, be confident and try to sell your skills

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (208)

Technical Lead Interview Questions & Answers

user image Ramprakash Cadirvele

posted on 12 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

String Manipulation and couple of Logical Programs.

Round 3 - Technical 

(1 Question)

  • Q1. In-depth concepts of all programming concepts.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

I applied via Company Website and was interviewed in Feb 2022. 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 - Coding Test 
Round 3 - Technical 

(1 Question)

  • Q1. SQL basics, SQL indepth

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to try for this OEConnection interview process

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic algorithm questions. Oops concept. Exception handling. DBMS basis and joins. Project questions.
  • Q2. Problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your domain. Answer boldly.

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. What is precompilaion unit?
  • Ans. 

    Precompilation unit is a compiled code that can be reused by multiple source files.

    • Precompilation unit is created by the compiler from the source code.

    • It contains the compiled code of header files and other dependencies.

    • It can be reused by multiple source files, reducing compilation time.

    • It is also known as precompiled header or PCH.

    • Example: stdafx.h in Visual Studio is a precompiled header file.

  • Answered by AI
  • Q2. About ur future,ur short term goal,why this company

Interview Preparation Tips

Skills: Resume, CGPA
College Name: IIT Kharagpur

Interview Questionnaire 

3 Questions

  • Q1. First 50 Prime Number
  • Ans. 

    The first 50 prime numbers are...

    • Start with 2, the first prime number

    • Check each odd number greater than 2

    • Use trial division to check if a number is prime

    • Stop when you have found 50 prime numbers

  • Answered by AI
  • Q2. How to sort the file in the range (hint provided)
  • Ans. 

    Sorting a file within a range

    • Use a sorting algorithm like quicksort or mergesort

    • Read the file and store the data in an array or list

    • Sort the array or list within the given range

    • Write the sorted data back to the file

  • Answered by AI
  • Q3. 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, Express, and MongoDB

    • Familiar with version control systems like Git and project management tools like Jira

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlist cut was 0.0 cgpa
Tips: Need to mention Programming skill in any one of three language C , C++ ,Java

Round: Test
Experience: Test was Average, Many question were from INDIABIX.COM , computer network, operating system ,data structure, c , c++ language
Tips: Understand Data Structure and Algorithm deeply, At least read about computer networks, operating system , DBMS 3-4 times for basic good understand, refer various site
Duration: 180 minutes

Round: Test
Experience: Two question were given , we have to write the code on A4 size sheet
Tips: Deep understanding of STACK AND QUEUE
Duration: 60 minutes

Round: Technical Interview
Experience: Previous Test (2 Questions on A4 size sheet) were discussed and is there any improvement that can be done, discussed each and every step.
Tips: Comments is important using programming
present with demo example (various cases)

Round: HR Interview
Experience: Be calm and show your interest in the company,
ask question about company, what are activity other than techincal technical stuff
Tips: Smile , if possible talk in Hindi - English,Try to Make the interview in discussion

General Tips: Practice Daily , Understand Each and Every Step in Detail , Try to code in A4 size paper then computer
Skill Tips: Read Good Books , Practice Daily

Skills: Algorithms And Data Structures
College Name: IIT Kharagpur

Skills evaluated in this interview

OEConnection Interview FAQs

How many rounds are there in OEConnection interview?
OEConnection interview process usually has 2-3 rounds. The most common rounds in the OEConnection interview process are Resume Shortlist, Technical and Coding Test.
How to prepare for OEConnection 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 OEConnection. The most common topics and skills that interviewers at OEConnection expect are HP Data Protector, SQL, Analytical, Agile and Application Development.
What are the top questions asked in OEConnection interview?

Some of the top questions asked at the OEConnection interview -

  1. What you will do if you find a bug at last phase before rele...read more
  2. difference between performance and load test...read more
  3. Explain scrum and spr...read more

Tell us how to improve this page.

OEConnection Interview Process

based on 7 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
View all

OEConnection Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

2.8

Skill development

3.6

Work-life balance

3.2

Salary

2.9

Job security

3.1

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 26 Reviews and Ratings
Software Engineer
28 salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Senior Software Engineer
17 salaries
unlock blur

₹14.5 L/yr - ₹26.9 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹5 L/yr - ₹9 L/yr

QA Analyst
16 salaries
unlock blur

₹7.6 L/yr - ₹11 L/yr

Data Analyst
12 salaries
unlock blur

₹3.9 L/yr - ₹6.5 L/yr

Explore more salaries
Compare OEConnection with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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