Upload Button Icon Add office photos

Filter interviews by

OpsVeda Member Technical Staff Interview Questions and Answers

Updated 14 Jul 2024

OpsVeda Member Technical Staff Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy process easy question

Round 2 - Technical 

(2 Questions)

  • Q1. What is java script
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It can be used to create dynamic and interactive elements on web pages.

    • JavaScript can be integrated with HTML and CSS to create visually appealing websites.

    • It is also used for server-side development with Node.js.

    • Examples: creating pop-up alerts, form validation

  • Answered by AI
  • Q2. What is functional.component
  • Ans. 

    functional.component is a term used in software development to refer to a reusable piece of code that performs a specific function.

    • A functional.component is a self-contained unit of code that can be reused in different parts of a software application.

    • It typically performs a specific function or task, such as rendering a UI element or handling user input.

    • Functional components are often used in modern front-end framework...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

The only thing that matters to you right here in your honestly

Round 2 - Group Discussion 

The most common way of dealing with this type is the following

Round 3 - Aptitude Test 

There are no other options than the fact you can use it

Round 4 - One-on-one 

(2 Questions)

  • Q1. The most common type for the species are those
  • Q2. They have been doing it all day and they don’t know what
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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on data structures
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 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 - Technical 

(1 Question)

  • Q1. Related to resume and some technical basic questions about projects
Round 3 - Technical 

(1 Question)

  • Q1. Resume and Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall experience is good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

(2 Questions)

  • Q1. Difference between session and workflow in informatica
  • Ans. 

    Session is a unit of work that extracts, transforms and loads data. Workflow is a collection of sessions that run in a specific order.

    • Session is a single task that performs ETL operations on data

    • Workflow is a collection of sessions that are executed in a specific order

    • Sessions can be reused in multiple workflows

    • Workflows can have multiple sessions

    • Sessions can have multiple tasks

    • Workflows can have multiple sessions with

  • Answered by AI
  • Q2. Explain about source qualifier
  • Ans. 

    Source qualifier is a transformation in Informatica used to filter, join or modify data from source tables.

    • Source qualifier is used in mapping to extract data from source tables

    • It can be used to filter, join or modify data before passing it to target

    • It can be used to define the SQL query to extract data from source

    • It can be used to define the order in which data is extracted from source

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Get well prepared,google the questions on technology

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Asked few questions in C and Python
  • Q2. C basics and more about pointers and python basics
  • Q3. AWS basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Projects and questions about AWS cloud
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and location

Interview Preparation Tips

Topics to prepare for HCLTech Member Technical Staff interview:
  • C
  • Python
  • AWS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. C programming questions
  • Q2. Technical discussion
Round 3 - HR 

(1 Question)

  • Q1. Why we hire you
  • Ans. 

    I have the technical skills, experience, and passion to contribute effectively to the team and help achieve company goals.

    • Strong technical skills in relevant areas

    • Proven track record of success in previous roles

    • Passion for the work and dedication to continuous learning and improvement

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions on Time and distance

Round 2 - Technical 

(5 Questions)

  • Q1. STRESS strain curve
  • Q2. Questions on fem
  • Q3. Questions on som
  • Q4. Questions on meshing
  • Q5. Questions on skills
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 - Technical 

(2 Questions)

  • Q1. How to perform string reverse
  • Ans. 

    To perform string reverse, we can use built-in functions or loop through the string and swap characters.

    • Use built-in functions like reverse() in Python or StringBuilder.reverse() in Java

    • Loop through the string and swap characters from both ends until the middle is reached

    • Convert the string to an array, reverse the array, and then convert it back to a string

  • Answered by AI
  • Q2. Explain oops concepts
  • Ans. 

    OOPs concepts are the principles of Object-Oriented Programming that help in designing and implementing software systems.

    • Encapsulation - bundling of data and methods that operate on that data

    • Inheritance - ability of a class to inherit properties and characteristics from a parent class

    • Polymorphism - ability of objects to take on multiple forms or behaviors

    • Abstraction - hiding of complex implementation details and showin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on basic programming skills and practice them well mainly on oops concepts data structures both

Skills evaluated in this interview

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 - Aptitude Test 

Mostly engineering questions only they ask

Round 3 - Technical 

(1 Question)

  • Q1. About the project you done in engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be panic, interview was quite friendly

OpsVeda Interview FAQs

How many rounds are there in OpsVeda Member Technical Staff interview?
OpsVeda interview process usually has 3 rounds. The most common rounds in the OpsVeda interview process are Aptitude Test, Technical and HR.
What are the top questions asked in OpsVeda Member Technical Staff interview?

Some of the top questions asked at the OpsVeda Member Technical Staff interview -

  1. what is functional.compon...read more
  2. what is java scr...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 OpsVeda interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 7.8k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
Nagarro Interview Questions
4.0
 • 753 Interviews
View all
OpsVeda Member Technical Staff Salary
based on 28 salaries
₹5.5 L/yr - ₹15 L/yr
36% less than the average Member Technical Staff Salary in India
View more details

OpsVeda Member Technical Staff Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

3.2

Skill development

3.4

Work-Life balance

2.9

Salary & Benefits

4.3

Job Security

3.6

Company culture

2.8

Promotions/Appraisal

3.0

Work Satisfaction

Explore 5 Reviews and Ratings
Member Technical Staff
28 salaries
unlock blur

₹5.5 L/yr - ₹15 L/yr

Front end Developer
5 salaries
unlock blur

₹4.7 L/yr - ₹9.1 L/yr

Senior Project Manager
4 salaries
unlock blur

₹18 L/yr - ₹22 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Database Developer
4 salaries
unlock blur

₹4.7 L/yr - ₹34 L/yr

Explore more salaries
Compare OpsVeda with

Fractal Analytics

4.0
Compare

Algonomy

3.9
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

3.8
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