Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mindlogicx Infratec Team. If you also belong to the team, you can get access from here

Mindlogicx Infratec Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mindlogicx Infratec Senior Software Engineer Interview Questions and Answers

Updated 28 Jul 2022

Mindlogicx Infratec Senior Software Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS and technical question
  • Q2. OOPS and C# related technical
Round 2 - One-on-one 

(1 Question)

  • Q1. Normal Aptitude and Situational Manager Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was okay, not difficult but make sure you discuss well over salary

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Mindlogicx Infratec?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Basics Managerial Questions

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 45

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
Q5. If you have to prioritize between coding standards and project de ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Basic Aptitude test

Round 3 - Coding Test 

Coding Round is little tough.

Round 4 - HR 

(3 Questions)

  • Q1. Formal conversation about the projects and all that kind of stuff
  • Q2. What kind of project you have worked on
  • Q3. How you tackles different project

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best to all!!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will give you problem to solve

Round 2 - Coding Test 

Machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do your best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. DSA - related to arrays hard
  • Q2. Stack medium level
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Nov 2022. There were 4 interview rounds.

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

3 questions in 3 hr, topics were Dp, Strings, Tree

Round 3 - Aptitude Test 

1hr durations 40 questions, main topics were patterns, profit loss, work man , etc.

Round 4 - Technical 

(1 Question)

  • Q1. OOPS, JAVA, Mysql, general questsjons

Interview Preparation Tips

Topics to prepare for Internshala Software Engineer interview:
  • java
  • Android
  • DSA
  • OOPS
Interview preparation tips for other job seekers - Just prepare what you know and deep dive in it so that you can fully explain about them.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find duplicates in an array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate. If not, add it to the hash set.

  • Answered by AI
  • Q2. Find single duplicate element in an array where contents of the array are length of array - 1
  • Ans. 

    Find the single duplicate element in an array of strings with length n-1.

    • Iterate through the array and use a HashSet to keep track of elements seen so far.

    • If an element is already in the HashSet, that is the duplicate element.

    • Return the duplicate element once found.

  • Answered by AI
Round 2 - Assignment 

Create a student support system

Round 3 - One-on-one 

(1 Question)

  • Q1. Design an order and payments system for an EdTech company
  • Ans. 

    Design an order and payments system for an EdTech company

    • Allow users to browse and select courses

    • Implement a shopping cart for users to add courses

    • Integrate payment gateways for secure transactions

    • Provide order confirmation and receipt to users

    • Allow users to track their order status

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
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 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 - Assignment 

Implement login with Google SSO, show emails in a single place

Round 3 - One-on-one 

(4 Questions)

  • Q1. How to implement JWT
  • Q2. Please read about it on the internet, do take care of public and private key use
  • Q3. Middleware in express, how to create one?
  • Ans. 

    Middleware in Express is a function that has access to the request and response objects.

    • Create a middleware function using app.use() method in Express.

    • Middleware functions have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

    • Example: app.use((req, res, next) => { console.log('This is a middleware function'); next(); });

  • Answered by AI
  • Q4. Read about it on the internet
Round 4 - One-on-one 

(6 Questions)

  • Q1. Discussed about guards in Angular
  • Q2. Read about it on the internet
  • Q3. How does lazy loading work in Angular
  • Ans. 

    Lazy loading in Angular delays loading of modules until they are needed

    • Lazy loading helps improve performance by only loading modules when they are required

    • It is achieved by using the loadChildren property in the route configuration

    • Lazy loaded modules are loaded asynchronously when the user navigates to the corresponding route

  • Answered by AI
  • Q4. Read about lazy loading in Angular
  • Q5. How to enable SSR in Angular
  • Ans. 

    Server-side rendering (SSR) in Angular can be enabled by using Angular Universal.

    • Install Angular Universal using Angular CLI

    • Create a new Angular Universal project

    • Update app.module.ts to include server-side rendering

    • Build and run the Angular Universal project

  • Answered by AI
  • Q6. Read about Angular Universal for this

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Angular concepts, DSA and Ruby on Rails concepts for the round

Skills evaluated in this interview

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

It was on hacker rank

Round 3 - Aptitude Test 

It was a aptitude test taken by me of the new and all the response and the of new

Interview Preparation Tips

Topics to prepare for Coding Ninjas Software Engineer interview:
  • MySQL
  • YourSql
  • Analytics
Interview preparation tips for other job seekers - if the coin and the new off the medium and new if you add me in the data and of the suer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About Myself in details
  • Q2. Past internships and work experiences
Round 2 - Technical 

(2 Questions)

  • Q1. Primary keys, Unique key
  • Q2. Usage advantages and disadvantages of Indexing
  • Ans. 

    Indexing improves data retrieval speed but can increase storage and maintenance costs.

    • Faster query performance: Indexes allow for quicker data retrieval. For example, searching for a user by ID is faster with an index.

    • Reduced I/O operations: Indexes minimize the number of disk reads required to find data, enhancing performance.

    • Increased storage requirements: Indexes consume additional disk space, which can be significa...

  • Answered by AI
Round 3 - Coding Test 

SQL- 1 departments with no users
2 dept_id and their respective no. of users

DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basis DSA well

Mindlogicx Infratec Interview FAQs

How many rounds are there in Mindlogicx Infratec Senior Software Engineer interview?
Mindlogicx Infratec interview process usually has 2 rounds. The most common rounds in the Mindlogicx Infratec interview process are Technical and One-on-one Round.
What are the top questions asked in Mindlogicx Infratec Senior Software Engineer interview?

Some of the top questions asked at the Mindlogicx Infratec Senior Software Engineer interview -

  1. OOPS and technical quest...read more
  2. OOPS and C# related techni...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Internshala Interview Questions
3.8
 • 60 Interviews
Coding Ninjas Interview Questions
3.8
 • 53 Interviews
Acadecraft Interview Questions
3.4
 • 52 Interviews
Globus Infocom Interview Questions
4.3
 • 22 Interviews
TALENTEDGE Interview Questions
3.3
 • 20 Interviews
Nerdy Turtlez Interview Questions
2.8
 • 17 Interviews
MASAI School Interview Questions
4.1
 • 17 Interviews
SpeedLabs Interview Questions
3.6
 • 14 Interviews
View all
Mindlogicx Infratec Senior Software Engineer Salary
based on 9 salaries
₹4.5 L/yr - ₹13 L/yr
46% less than the average Senior Software Engineer Salary in India
View more details

Mindlogicx Infratec Senior Software Engineer Reviews and Ratings

based on 3 reviews

1.7/5

Rating in categories

2.1

Skill development

2.9

Work-life balance

1.7

Salary

4.5

Job security

1.7

Company culture

1.7

Promotions

2.3

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
9 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Software Engineer
7 salaries
unlock blur

₹5 L/yr - ₹10.7 L/yr

HR Manager
4 salaries
unlock blur

₹9 L/yr - ₹14 L/yr

System Administrator
4 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior Test Engineer
4 salaries
unlock blur

₹8.3 L/yr - ₹8.3 L/yr

Explore more salaries
Compare Mindlogicx Infratec with

Acadecraft

3.4
Compare

Coding Ninjas

3.8
Compare

Internshala

3.8
Compare

Globus Infocom

4.3
Compare
write
Share an Interview