Upload Button Icon Add office photos

Filter interviews by

411 Locals Software Engineering Manager Interview Questions, Process, and Tips

Updated 25 Feb 2021

411 Locals Software Engineering Manager Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Difference Between Mysql's engines MyISAM / InnoDB
  • Ans. 

    MyISAM is faster but lacks transaction support, while InnoDB is slower but has transaction support.

    • MyISAM is the default engine for MySQL.

    • MyISAM is faster for read-heavy applications.

    • InnoDB is slower but provides transaction support.

    • InnoDB is better for write-heavy applications.

    • InnoDB supports foreign keys and row-level locking.

    • MyISAM does not support foreign keys or row-level locking.

  • Answered by AI
  • Q2. Design patterns, Singleton, Factory - use cases.
  • Q3. What is Test Driven Development
  • Ans. 

    Test Driven Development is a software development approach where tests are written before the code.

    • Tests are written before the code

    • Code is written to pass the tests

    • Tests are run frequently to ensure code quality

    • Helps in catching bugs early in the development cycle

  • Answered by AI
  • Q4. How do you implement Transactional statements using MyISAM Engine. Pros/Cons. Deep dive.
  • Ans. 

    Transactional statements cannot be implemented using MyISAM engine.

    • MyISAM engine does not support transactions.

    • It does not provide ACID compliance.

    • In case of a crash, data can be lost.

    • InnoDB engine should be used for transactional statements.

  • Answered by AI
  • Q5. How do you manage team member workload.
  • Q6. How do you prioritize tasks, Agile/Waterfall/SCRUM.
  • Ans. 

    Prioritization depends on project requirements and team dynamics, but Agile/Scrum is preferred.

    • Understand project goals and requirements

    • Collaborate with team to identify priorities

    • Use Agile/Scrum methodology for iterative development

    • Consider impact on stakeholders and deadlines

    • Regularly reassess priorities and adjust as needed

  • Answered by AI
  • Q7. How do you motivate individuals in your team?
  • Q8. How do you identify your risks.
  • Ans. 

    Identifying risks involves analyzing potential threats and vulnerabilities in the project or product.

    • Conducting a thorough risk assessment

    • Identifying potential risks and their impact on the project

    • Prioritizing risks based on their likelihood and impact

    • Developing a risk management plan to mitigate or avoid risks

    • Regularly reviewing and updating the risk management plan

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be your honest self and prepare what you did in the projects with all the details. Be prepared to dive in deep and technical.

Showcase your achievements.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Hard

All mcqs should answer with in time limit should have a lot of practice to solve in exam

  • Q1. 

    Water Jug Problem Statement

    You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to...

  • Ans. 

    The Water Jug Problem involves determining if a specific amount of water can be measured using two jugs of different capacities.

    • Start by considering the constraints and limitations of the problem.

    • Think about how the operations allowed can be used to reach the target measurement.

    • Consider different scenarios and test cases to come up with a solution.

    • Implement a function that takes the capacities of the jugs and the targe...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Easy and just basic questions very easy round

  • Q1. 

    Matrix Multiplication Task

    Given two sparse matrices MAT1 and MAT2 of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...

  • Ans. 

    Implement a function to multiply two sparse matrices and return the resulting matrix.

    • Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication.

    • Iterate through the non-zero elements of the matrices to perform the multiplication efficiently.

    • Ensure to handle the sparse nature of the matrices to optimize the multiplication process.

    • Consider the constraints provided to en...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Dql, Data structures, Java, Operating system, Data scienceTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : preapre core subjects 
Tip 2 : be confident and answer clearly
Tip 3 : be strong with projects

Application resume tips for other job seekers

Tip 1 : good projects in ml and ai
Tip 2 : practical experience

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is flexbox
  • Ans. 

    Flexbox is a CSS layout module that allows for flexible and responsive web design.

    • Flexbox allows for easy alignment and positioning of elements within a container.

    • It uses a set of properties to define the layout, such as display: flex and flex-direction.

    • Flexbox is particularly useful for creating responsive designs that adapt to different screen sizes.

    • It can also be used in combination with other CSS layout modules, su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexbox is a layout model that allows elements to align and distribute space within a container. Using flexible widths and heights, elements can be aligned to fill a space or distribute space between elements, which makes it a great tool to use for responsive design systems.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. It was for automotive domain. Mainly the questions were on automotive concept like CAN, UDS protocols, and tools of Vector company. Embedded c knowledge is must
  • Q2. Embedded c knowledge is must
  • Q3. Debugging skills are add on

Interview Preparation Tips

Interview preparation tips for other job seekers - Python or any script language for automotion will be plus point

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic question on testing, selenium, java, sql, agile, topics from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with whatever written in resume

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂

Interview Questionnaire 

1 Question

  • Q1. Networking

Interview Questionnaire 

4 Questions

  • Q1. Oops concept,
  • Q2. Heritance
  • Q3. Polyorphis
  • Q4. Thread

Interview Preparation Tips

Interview preparation tips for other job seekers - be cinfedent

411 Locals Interview FAQs

How to prepare for 411 Locals Software Engineering Manager interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at 411 Locals. The most common topics and skills that interviewers at 411 Locals expect are Application Software, Database, Front End, MVC and PHP.
What are the top questions asked in 411 Locals Software Engineering Manager interview?

Some of the top questions asked at the 411 Locals Software Engineering Manager interview -

  1. How do you implement Transactional statements using MyISAM Engine. Pros/Cons. D...read more
  2. How do you prioritize tasks, Agile/Waterfall/SCR...read more
  3. How do you identify your ris...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
Executive Recruiter
4 salaries
unlock blur

₹11 L/yr - ₹12.5 L/yr

Software Engineer
3 salaries
unlock blur

₹13.7 L/yr - ₹17 L/yr

Accounts Manager
3 salaries
unlock blur

₹6.3 L/yr - ₹6.3 L/yr

Digital Marketing Manager
3 salaries
unlock blur

₹17 L/yr - ₹20 L/yr

Team Leader SEO
3 salaries
unlock blur

₹15 L/yr - ₹15 L/yr

Explore more salaries
Compare 411 Locals with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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