Upload Button Icon Add office photos

Filter interviews by

Techno Exponent Senior Software Engineer Interview Questions and Answers

Updated 9 Apr 2023

Techno Exponent Senior Software Engineer Interview Experiences

1 interview found

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

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

(1 Question)

  • Q1. The first round was very basic. Questions were from JavaScripts loops, objects, Express and MongoDB.
Round 3 - Coding Test 

The second round was coding test with the CEO of the company. One very basic problem was provided to solve on a codesandbox. Other than CEO asked about past projects and some behavioural questions.

Round 4 - HR 

(1 Question)

  • Q1. The HR round was about salary negotiation and finalizing the joining date and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are sound in technical knowledge then you are good to go. The interviewers and the CEO, all were very chill person.

Interview questions from similar companies

I applied via Referral and was interviewed in Sep 2021. 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. Questions about Core Java , JSP Servlet and Some of common SQL Questions and one or two questions about jQuery how to handle id , class and all were asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Finally managerial round and few Technical Questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Core Java , JSP Servlet
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

60 mins test with 60 questions. All the questions are fill in the blanks type.

Round 2 - Technical 

(3 Questions)

  • Q1. Work and time based questions in multiple choice type
  • Q2. Percentage question in multiple choice
  • Q3. Distance and time based questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about on technogy
  • Q2. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail

    • Experience with testing tools such as Selenium and Jira

    • Excellent problem-solving skills

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about my experience as an integration developer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via TopHire and was interviewed in Mar 2023. There were 4 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 

(1 Question)

  • Q1. Core JavaScript related questions like closure, IIFE, functional scope, DSA, and low level system design
Round 3 - Technical 

(1 Question)

  • Q1. Architecture level question, more about project, message queue broker, API security
Round 4 - HR 

(1 Question)

  • Q1. Work location and offer discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Experience with valuefy, great questions, really encouraging
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java questions like what is string, how you make marker Interface, difference between hash map hash set and hash table , JSP lifecycle , how to call java method in JSP what is intersepter

Interview Preparation Tips

Interview preparation tips for other job seekers - For being java developer cover String, collection,oops concepts, comparator and comparable,if use frame work complete knowledge of that framework, and Type of statement in SQL and difference with use
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(1 Question)

  • Q1. Suggest how to prepare for lektik
  • Ans. 

    Prepare for lektik by studying algorithms, data structures, and practicing coding challenges.

    • Study algorithms and data structures thoroughly

    • Practice coding challenges on platforms like LeetCode or HackerRank

    • Review common interview questions and practice explaining your thought process

    • Mock interviews with peers or mentors to simulate the interview experience

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

Techno Exponent Interview FAQs

How many rounds are there in Techno Exponent Senior Software Engineer interview?
Techno Exponent interview process usually has 4 rounds. The most common rounds in the Techno Exponent interview process are Resume Shortlist, Technical and Coding Test.

Tell us how to improve this page.

Techno Exponent Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Techno Exponent Senior Software Engineer Salary
based on 28 salaries
₹5.7 L/yr - ₹14.4 L/yr
38% less than the average Senior Software Engineer Salary in India
View more details

Techno Exponent Senior Software Engineer Reviews and Ratings

based on 6 reviews

2.7/5

Rating in categories

2.6

Skill development

2.9

Work-life balance

3.2

Salary

2.2

Job security

2.5

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
28 salaries
unlock blur

₹5.7 L/yr - ₹14.4 L/yr

Software Developer
27 salaries
unlock blur

₹1.2 L/yr - ₹4.8 L/yr

Full Stack Developer
18 salaries
unlock blur

₹3.5 L/yr - ₹10.3 L/yr

Software Engineer
15 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Web Developer
11 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Techno Exponent 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