i
Lloyds Technology Centre
Filter interviews by
I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.
I applied via Instahyre and was interviewed in Feb 2022. There were 2 interview rounds.
A hackerrank test was shared which had 2 ques to be solved in 60 min in Node.JS. The first one was a simple DS question related to arrays. The second ques was to write routes and controllers for a Node.JS Express app. The routes were GET /projects, GET /project/:id and GET /projects/active
package.json lists dependencies and package-lock.json ensures consistent installs.
package.json lists all the dependencies required for the project
package-lock.json ensures that the same versions of dependencies are installed across all environments
package.json is manually edited while package-lock.json is generated automatically
package-lock.json is used for reproducible builds
Function to count certain functions in the application
Create a dictionary to store the count of each function
Increment the count of the function each time it is called
Include a reset function to reset the count of all functions
Example: def count_functions(): function_count = {}
Example: def function1(): function_count['function1'] += 1
Example: def reset_count(): function_count.clear()
To ensure package versions are taken from package-lock.json, use npm ci instead of npm install.
npm ci installs packages based on package-lock.json
npm install may update package versions in package.json
Always commit package-lock.json to version control
Creating an object with a function inside it.
Create an object using object literal notation
Define a function inside the object using function expression or declaration
Access the function using object.method() syntax
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
Designing a system for IoT machines involves creating a network that allows devices to communicate and share data.
Consider the communication protocols needed for devices to connect and exchange data
Implement security measures to protect data and prevent unauthorized access
Design a scalable architecture to handle a large number of devices and data
Utilize cloud services for storage and processing of IoT data
Include edge ...
Linked list implementation
I applied via Instahyre and was interviewed in Feb 2022. There were 2 interview rounds.
A hackerrank test was shared which had 2 ques to be solved in 60 min in Node.JS. The first one was a simple DS question related to arrays. The second ques was to write routes and controllers for a Node.JS Express app. The routes were GET /projects, GET /project/:id and GET /projects/active
package.json lists dependencies and package-lock.json ensures consistent installs.
package.json lists all the dependencies required for the project
package-lock.json ensures that the same versions of dependencies are installed across all environments
package.json is manually edited while package-lock.json is generated automatically
package-lock.json is used for reproducible builds
Function to count certain functions in the application
Create a dictionary to store the count of each function
Increment the count of the function each time it is called
Include a reset function to reset the count of all functions
Example: def count_functions(): function_count = {}
Example: def function1(): function_count['function1'] += 1
Example: def reset_count(): function_count.clear()
To ensure package versions are taken from package-lock.json, use npm ci instead of npm install.
npm ci installs packages based on package-lock.json
npm install may update package versions in package.json
Always commit package-lock.json to version control
Creating an object with a function inside it.
Create an object using object literal notation
Define a function inside the object using function expression or declaration
Access the function using object.method() syntax
I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 4 interview rounds.
Hacker Renk test with coding problems, need to pass it
Object-oriented programming concepts that help in creating modular and reusable code.
Abstraction - hiding implementation details
Encapsulation - binding data and functions together
Inheritance - creating new classes from existing ones
Polymorphism - using a single interface to represent multiple types
Composition - combining objects to create more complex ones
Object-oriented programming concepts and reusable solutions for common problems.
Encapsulation, inheritance, and polymorphism are key OOP concepts.
Design patterns provide reusable solutions for common programming problems.
Examples of design patterns include Singleton, Factory, and Observer.
Understanding OOP and design patterns can lead to more efficient and maintainable code.
posted on 28 Jul 2021
based on 1 review
Rating in categories
Software Engineer
60
salaries
| ₹9 L/yr - ₹22.9 L/yr |
Senior Software Engineer
54
salaries
| ₹16.5 L/yr - ₹48 L/yr |
Quality Engineer
21
salaries
| ₹9.2 L/yr - ₹13 L/yr |
Senior Data Analyst
19
salaries
| ₹14.3 L/yr - ₹29.3 L/yr |
Senior Data Engineer
13
salaries
| ₹14.9 L/yr - ₹37.5 L/yr |
HSBC Group
Standard Chartered Plc
Barclays PLC
Citigroup