Upload Button Icon Add office photos

Filter interviews by

Techwave Consulting Junior Design Engineer Interview Questions and Answers

Updated 30 Jan 2024

Techwave Consulting Junior Design Engineer Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Auto Cad comands
Round 2 - HR 

(1 Question)

  • Q1. Normal discussion

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How much do u know about Autocad
  • Q2. What do u know about telecom networking
  • Ans. 

    Telecom networking refers to the technology and infrastructure used to transmit and receive voice, data, and video communications over long distances.

    • Telecom networking involves the use of various technologies such as fiber optics, wireless communication, and satellite communication.

    • It includes the design, installation, and maintenance of network infrastructure such as switches, routers, and servers.

    • Telecom networking ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have a good knowledge on AutoCAD or projecad , and must have some basic communication skills

Skills evaluated in this interview

Junior Design Engineer Interview Questions Asked at Other Companies

Q1. Do you know about Angle projection methods? How many types of pro ... read more
Q2. Show the previous designs you have mad on any design softwares?
Q3. Types of Electric Motors and their working principle, Load distri ... read more
Q4. What is the difference between geo station and respot station
Q5. What are different types of beams?

Interview questions from similar companies

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

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. What is your knowledge about HTC Global services
  • Ans. 

    HTC Global Services is a global provider of IT and business process services.

    • HTC Global Services offers a wide range of services including application development, maintenance, and support.

    • They also provide business process outsourcing services such as finance and accounting, human resources, and procurement.

    • HTC Global Services has a strong presence in industries like healthcare, banking, and manufacturing.

    • The company ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell me the journal entries for Accrual, deferred revenues
  • Ans. 

    Accrual journal entry records revenue or expenses before cash is exchanged, while deferred revenue journal entry records cash received before revenue is earned.

    • Accrual journal entry: Debit accounts receivable/accrued revenue, credit revenue

    • Deferred revenue journal entry: Debit cash, credit deferred revenue/liability

    • Accrual example: Debit Accounts Receivable $1,000, credit Service Revenue $1,000

    • Deferred revenue example:

  • Answered by AI

Interview Questionnaire 

13 Questions

  • Q1. About the family background
  • Q2. About my certification .As i had mentioned a lot of certifications
  • Q3. About the other offers . As i had got an offer from Infosys as well
  • Q4. Why Infogain?
  • Ans. 

    Infogain offers a dynamic and innovative work environment with opportunities for growth and learning.

    • Infogain has a strong focus on employee development and provides ample opportunities for learning and growth.

    • The company values innovation and encourages employees to think outside the box.

    • Infogain has a diverse range of clients and projects, providing exposure to a variety of industries and technologies.

    • The company has...

  • Answered by AI
  • Q5. Area of interest.Then why we need data Structures
  • Ans. 

    Data structures are essential for efficient storage and retrieval of data.

    • Data structures allow for faster access and manipulation of data.

    • They help in organizing and managing large amounts of data.

    • Examples include arrays, linked lists, trees, and graphs.

    • Without data structures, algorithms would be less efficient and more complex.

    • Data structures are used in various fields such as computer science, finance, and engineer

  • Answered by AI
  • Q6. Out put of a written program .This was related to priority of operators?
  • Q7. A programme to check palindrome?
  • Ans. 

    A programme to check if a given string is a palindrome.

    • Create a function that takes a string as input.

    • Convert the string to lowercase and remove any non-alphanumeric characters.

    • Reverse the string and compare it to the original string.

    • If they are the same, return true. Otherwise, return false.

  • Answered by AI
  • Q8. What is the super class of Exception?
  • Ans. 

    The super class of Exception is Throwable.

    • Throwable is the root class of all exceptions in Java.

    • It has two direct subclasses: Exception and Error.

    • Exceptions are used for recoverable errors while Errors are used for unrecoverable errors.

    • All exceptions and errors inherit from Throwable.

    • Throwable provides methods like getMessage() and printStackTrace() to handle exceptions.

  • Answered by AI
  • Q9. What is Checked and Unchecked Exception.An Example of each?
  • Ans. 

    Checked and Unchecked Exceptions are types of exceptions in Java. Checked exceptions are checked at compile-time while unchecked exceptions are not.

    • Checked exceptions are those which are checked at compile-time and must be handled by the programmer using try-catch or throws keyword.

    • Examples of checked exceptions include IOException, SQLException, ClassNotFoundException.

    • Unchecked exceptions are those which are not check...

  • Answered by AI
  • Q10. Use of super and this
  • Ans. 

    super and this are used in object-oriented programming to refer to the parent class and current instance respectively.

    • super is used to call a method or constructor from the parent class

    • this is used to refer to the current instance of the class

    • super() must be the first statement in a constructor

    • this() can be used to call another constructor in the same class

  • Answered by AI
  • Q11. Can we use super and this in a single constructor?
  • Ans. 

    Yes, we can use super and this in a single constructor.

    • Using 'super' in a constructor calls the parent class constructor.

    • Using 'this' in a constructor calls another constructor in the same class.

    • We can use both 'super' and 'this' in the same constructor to call both parent and same class constructors.

    • Example: public MyClass(int x) { this(x, 0); super(); }

  • Answered by AI
  • Q12. Will protected member be inherited in subclasses in hierarchy?
  • Ans. 

    Yes, protected members are inherited in subclasses in hierarchy.

    • Protected members are accessible within the class and its subclasses.

    • They are not accessible outside the class hierarchy.

    • Subclasses can access protected members of their parent class.

    • Example: class A has a protected member x, class B extends A can access x.

    • Example: class C extends B can also access x.

  • Answered by AI
  • Q13. What is deadlock .what are the conditions of deadlock?
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because they are waiting for each other to release resources.

    • Deadlock occurs when two or more processes are blocked and unable to proceed.

    • It happens when each process is holding a resource and waiting for another resource to be released.

    • There are four necessary conditions for deadlock: mutual exclusion, hold and wait, no preemption, and circular ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: A.Online Test -60 questions in 75 minutes.
Test consists three different sections
1.Quantitative Aptitude and reasoning -This section has 30 questions which is a good mixture of reasoning and QA .These questions only requires a good analytical ability and few basic concepts of maths.I can say these questions was a scoring portion and could be solved in atmost 1 min per question.
2.General English -This section has 10 questions few were from general uses of grammar and 2 fill in the blanks and 1-2 vocabulary (antonynm and Synonym)3.Technical -The best thing about the infogain recruitment process was technical.This section was bit harder compared to the earlier two.Apart from hardness this section may play a vital role in your selection if you are good at basic concepts of Computer Science.This section has 20 question .This section has the questions from OOPS,C++,C,DBMS.Most of the questions were from these areas.Apart from that 1 question was from Software engineering/Project management.
Tips: Prepare your basics for technical.
Duration: 75 minutes
Total Questions: 60

Round: Interview
Experience: Very good experience ...
Tips: Be honest and prepare the smart answers of traditional questions.Research about the company. Prepare well about your achievements.

Round: Interview
Experience: This was a really interesting round for me.He asked first that How R u. That question and smile gave me a lot energy.In technical round also he again asked that why infogain.As i had the real zeal to work with this organisation so I have made a clear and strong point in front of interviewer.Then he saw my resume and asked about the subjects I have learned in B.Tech .Then out of those he asked about CN.I replied that I know CN but my area of interest .Listening this the interviewer started bombarding the questions from Java.
Tips: Basics are the only necessity for clearing this round.

Round: final result declaration
Experience: yahoooooo.....
Tips: Be sure if you have performed well in interview and maintained a good communication with the interviewer.

General Tips: Know yourself well beforehand.
Skills: Communication Skiill, Technical Skills, Behavioural skills, Expressiveness
College Name: S.K.I.T ,Jaipur
Motivation: A good platform for freshers to start the carrier in IT field.
Funny Moments: One logical question interviewer asked -
What u will do if some one steals a wheel of your car and you don't have any extra emergency wheel what you will do?
I started applying logic and every time interviewer gives the new constrain. That made a lot of fun

Skills evaluated in this interview

Techwave Consulting Interview FAQs

How many rounds are there in Techwave Consulting Junior Design Engineer interview?
Techwave Consulting interview process usually has 2 rounds. The most common rounds in the Techwave Consulting interview process are Technical and HR.
What are the top questions asked in Techwave Consulting Junior Design Engineer interview?

Some of the top questions asked at the Techwave Consulting Junior Design Engineer interview -

  1. What do u know about telecom networki...read more
  2. Auto Cad coma...read more
  3. Normal discuss...read more

Tell us how to improve this page.

Techwave Consulting Junior Design Engineer Interview Process

based on 1 interview

Interview experience

4
  
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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
Techwave Consulting Junior Design Engineer Salary
based on 214 salaries
₹2 L/yr - ₹4.5 L/yr
At par with the average Junior Design Engineer Salary in India
View more details

Techwave Consulting Junior Design Engineer Reviews and Ratings

based on 36 reviews

3.9/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.5

Salary

4.5

Job security

4.2

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 36 Reviews and Ratings
Design Engineer
230 salaries
unlock blur

₹2 L/yr - ₹6.7 L/yr

Junior Design Engineer
214 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Senior Software Engineer
194 salaries
unlock blur

₹6 L/yr - ₹22.7 L/yr

Software Engineer
189 salaries
unlock blur

₹2.7 L/yr - ₹9.2 L/yr

Technical Lead
154 salaries
unlock blur

₹8.9 L/yr - ₹29 L/yr

Explore more salaries
Compare Techwave Consulting with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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