Premium Employer

Infinite Computer Solutions

3.4
based on 1.5k Reviews
Filter interviews by

My Engineering Buddy Interview Questions and Answers

Updated 14 Feb 2025
Popular Designations

Q1. Which library do you use to automate tasks in aws?

Ans.

I use boto3 library to automate tasks in aws.

  • Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python.

  • It allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.

  • Boto3 makes it easy to integrate your Python application, library, or script with AWS services.

  • Example: boto3.client('s3') to create a client for Amazon S3 service.

View 2 more answers

Q2. What is the function of global keyword

Ans.

Global keyword is used to define a variable as global, which can be accessed from any part of the program.

  • Global keyword is used to declare a variable outside of a function, making it accessible from any part of the program.

  • It is useful when a variable needs to be accessed by multiple functions or modules.

  • Global variables can be modified by any function that has access to them, which can lead to unexpected behavior.

  • Example: global x def func(): global x x = 10 func() print(x)...read more

Add your answer

Q3. Explain few Java 8 features, Singleton design pattern

Ans.

Java 8 features include lambda expressions, streams, default methods, and more. Singleton design pattern ensures only one instance of a class exists.

  • Java 8 features: lambda expressions, streams, default methods, functional interfaces

  • Example: lambda expression - (a, b) -> a + b

  • Singleton design pattern: ensures only one instance of a class is created

  • Example: Singleton class with private constructor and static method to return instance

Add your answer

Q4. Code to filter the record using Java 8

Ans.

Using Java 8 stream to filter records in an array of strings

  • Use stream() method to convert the array to a stream

  • Use filter() method to specify the filtering condition

  • Use collect() method to collect the filtered elements back into an array

Add your answer
Discover My Engineering Buddy interview dos and don'ts from real experiences

Q5. What is WCF authentication

Ans.

WCF authentication is a mechanism to verify the identity of a client accessing a WCF service.

  • WCF supports various authentication mechanisms such as Windows, username/password, certificates, and custom authentication.

  • Authentication can be configured at the transport or message level.

  • Transport-level authentication is performed before the message is decrypted, while message-level authentication is performed after decryption.

  • Examples of authentication protocols supported by WCF i...read more

Add your answer

Q6. How Spring security works

Ans.

Spring Security is a powerful and customizable authentication and access control framework for Java applications.

  • Spring Security provides comprehensive security services for Java EE-based enterprise software applications.

  • It offers authentication, authorization, and protection against common security vulnerabilities.

  • Spring Security is highly customizable and can be integrated with various authentication mechanisms like LDAP, OAuth, and more.

  • It uses filters and interceptors to ...read more

Add your answer

Q7. Please explain multithreading

Ans.

Multithreading is the ability of a CPU to execute multiple threads concurrently.

  • Multithreading allows for parallel execution of tasks, improving performance.

  • Threads share the same memory space, but have their own stack and registers.

  • Synchronization is necessary to prevent race conditions and ensure data consistency.

  • Examples include web servers handling multiple requests simultaneously and video games rendering graphics while processing user input.

Add your answer

Q8. Rafter after gi to be t

Ans.

The question is nonsensical and does not make sense.

  • The question does not have a clear meaning or context.

  • It is likely a mistake or typo.

  • Without more information, it is impossible to provide a meaningful answer.

Add your answer

Q9. Code to reverse a String

Ans.

Code to reverse a String

  • Use a loop to iterate through the characters of the string

  • Append each character to a new string in reverse order

  • Return the reversed string

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at My Engineering Buddy

based on 9 interviews
2 Interview rounds
Technical Round
HR Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

3.8
 • 121 Interview Questions
4.0
 • 42 Interview Questions
4.1
 • 40 Interview Questions
4.0
 • 25 Interview Questions
2.0
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter