Upload Button Icon Add office photos

Filter interviews by

iWave Systems Technologies Member Technical Interview Questions and Answers

Updated 3 Jul 2023

iWave Systems Technologies Member Technical Interview Experiences

1 interview found

Member Technical Interview Questions & Answers

user image Abhishek Hegde

posted on 3 Jul 2023

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

(3 Questions)

  • Q1. Bitwise operations in C
  • Ans. 

    Bitwise operations in C are used to manipulate individual bits of data in variables.

    • Bitwise AND (&) - sets a bit to 1 only if both corresponding bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either of the corresponding bits is 1

    • Bitwise XOR (^) - sets a bit to 1 if the corresponding bits are different

    • Bitwise NOT (~) - inverts all the bits in a variable

    • Left shift (<<) - shifts the bits to the left by a specified number o

  • Answered by AI
  • Q2. Linked list in C programming
  • Ans. 

    Linked list is a data structure in C programming where each element points to the next element in the list.

    • Linked list is made up of nodes, each containing data and a pointer to the next node.

    • Insertion and deletion operations are efficient in linked lists compared to arrays.

    • Traversal in linked list requires iterating through each node starting from the head node.

    • Example: struct Node { int data; struct Node* next; };

    • Exa...

  • Answered by AI
  • Q3. Pointer manipulation in C
  • Ans. 

    Pointer manipulation in C involves accessing and modifying memory addresses to work with data efficiently.

    • Pointers are variables that store memory addresses.

    • They are used to access and manipulate data directly in memory.

    • Example: int *ptr; ptr = # *ptr = 10;

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you

Skills evaluated in this interview

iWave Systems Technologies Interview FAQs

How many rounds are there in iWave Systems Technologies Member Technical interview?
iWave Systems Technologies interview process usually has 3 rounds. The most common rounds in the iWave Systems Technologies interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in iWave Systems Technologies Member Technical interview?

Some of the top questions asked at the iWave Systems Technologies Member Technical interview -

  1. Pointer manipulation i...read more
  2. Bitwise operations i...read more
  3. Linked list in C programm...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Coforge Interview Questions
3.4
 • 500 Interviews
Tata Elxsi Interview Questions
3.9
 • 291 Interviews
KPIT Technologies Interview Questions
3.5
 • 285 Interviews
Cyient Interview Questions
3.7
 • 279 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
Sasken Interview Questions
3.9
 • 77 Interviews
View all
iWave Systems Technologies Member Technical Salary
based on 29 salaries
₹2 L/yr - ₹5.8 L/yr
47% less than the average Member Technical Salary in India
View more details

iWave Systems Technologies Member Technical Reviews and Ratings

based on 1 review

Rating in categories

-

Skill development

-

Work-Life balance

-

Salary & Benefits

-

Job Security

-

Company culture

-

Promotions/Appraisal

-

Work Satisfaction

Explore 1 Review and Rating
Member Technical
29 salaries
unlock blur

₹2 L/yr - ₹5.8 L/yr

Embedded Software Engineer
18 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Hardware Design Engineer
17 salaries
unlock blur

₹2.7 L/yr - ₹6.6 L/yr

Senior Engineer
15 salaries
unlock blur

₹6.2 L/yr - ₹10.1 L/yr

Member Technical Staff
15 salaries
unlock blur

₹3 L/yr - ₹5.1 L/yr

Explore more salaries
Compare iWave Systems Technologies with

Mistral Solutions

3.9
Compare

Sasken

3.9
Compare

Happiest Minds Technologies

3.7
Compare

L&T Technology Services

3.3
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