Upload Button Icon Add office photos

Fulcrum Digital

Compare button icon Compare button icon Compare

Filter interviews by

Fulcrum Digital Senior Engineer and Project Lead Interview Questions and Answers

Updated 14 Oct 2024

Fulcrum Digital Senior Engineer and Project Lead Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - HR 

(4 Questions)

  • Q1. Why you left your last job
  • Ans. 

    Seeking new challenges and opportunities for growth

    • Desire for career advancement

    • Limited opportunities for growth in previous role

    • Seeking new challenges and projects to work on

  • Answered by AI
  • Q2. What is your notice period
  • Ans. 

    My notice period is 2 months.

    • My notice period is 2 months

    • I am required to give a 2-month notice before leaving my current position

    • I need to serve a 2-month notice period

  • Answered by AI
  • Q3. Total experience and relevant experience
  • Ans. 

    Total experience - 10 years, Relevant experience - 5 years

    • Total experience of 10 years in engineering field

    • Relevant experience of 5 years in project management and leadership roles

    • Experience includes leading cross-functional teams and delivering successful projects on time and within budget

  • Answered by AI
  • Q4. Basic understanding of my work profile
Round 2 - Technical 

(5 Questions)

  • Q1. Client side manager has asked about to share my network releted experience
  • Q2. Few Technical questions on Vlan
  • Q3. Few technical questions on firewall
  • Q4. Few technical questions releted to VPN service
  • Q5. Firewall port block allowed, signatures settings
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion and offer letter
  • Q2. Declaration of my experience, education and previous employment pay slip.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a very good company to work with Fulcrum digital.
Everything is in structured maaner.

Top trending discussions

View All
Interview Tips & Stories
1w
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 Fulcrum Digital?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Test life cycle
Round 2 - Technical 

(1 Question)

  • Q1. Testing artifact
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ask basic Testing related definition

QA Engineer Interview Questions & Answers

Betsol user image aravind govindaraj

posted on 13 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Questions on Api
  • Q2. Questions on SQL
  • Q3. Automation questions
  • Q4. Manual questions
  • Q5. Automation framework

QA Engineer Interview Questions & Answers

Betsol user image Asmita Kulkarni

posted on 16 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Package discussion
  • Q2. Salary structure

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

Interview Questionnaire 

1 Question

  • Q1. Python Basic Programming, OOPS, Testing concepts, JIRA, ALM, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Total Interview process is good

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. SQL, Cloud, Power BI,

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very nice.
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Java oops concepts
  • Q2. Joins queries in MySQL
  • Q3. Git or GitHub
  • Q4. Cloud computing
  • Q5. Prime number programming
  • Ans. 

    A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

    • A prime number has exactly two distinct positive divisors: 1 and itself.

    • Examples of prime numbers include 2, 3, 5, 7, 11, and 13.

    • The number 1 is not prime, and 2 is the only even prime number.

    • To check if a number n is prime, test divisibility from 2 to sqrt(n).

    • For example, to check if 29 is prime, test div...

  • Answered by AI
  • Q6. 2 max num in a array
  • Ans. 

    Find the two maximum numbers in an array of strings.

    • Convert the array of strings to an array of integers.

    • Sort the array in descending order.

    • Return the first two elements of the sorted array.

  • Answered by AI
  • Q7. Java platform independent??
  • Ans. 

    Java is platform independent due to its bytecode and the Java Virtual Machine (JVM) that allows execution on any OS.

    • Java code is compiled into bytecode, which is platform-independent.

    • The Java Virtual Machine (JVM) interprets bytecode on any operating system.

    • This allows Java applications to run on Windows, macOS, Linux, etc., without modification.

    • Example: A Java program compiled on Windows can run on Linux without recom...

  • Answered by AI
  • Q8. Primary key vs foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key establishes a link between two tables.

    • Primary key is used to enforce data integrity and ensure uniqueness of records.

    • Foreign key is used to establish relationships between tables and enforce referential integrity.

    • A table can have only one primary key, while it can have multiple foreign keys.

    • Primary key can be used as a foreign key in another table.

    • E...

  • Answered by AI
  • Q9. Rest API Webservices vs Soap Webservices
  • Ans. 

    REST API is lightweight and flexible, while SOAP is more structured and secure.

    • REST uses HTTP protocol and supports multiple data formats like JSON, XML, etc.

    • SOAP uses XML protocol and supports only XML data format.

    • REST is faster and consumes less bandwidth than SOAP.

    • SOAP has built-in security features like WS-Security and WS-Trust.

    • REST is easier to implement and maintain than SOAP.

    • SOAP is better suited for enterprise-...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java weights more than 75% in the interview process so be ready with all the concepts and then SQL weights second...your almost done. If you know rest api and soap api development basics your done.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Basics,Cloud Basics,simple level codes,API related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the basics clear, OOPS DS concepts,REST API Concepts will help

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Basic concept of oops and data structures.
  • Q2. How to create repository in GIT using command prompt.
  • Ans. 

    To create a repository in GIT using command prompt, use the 'git init' command.

    • Open the command prompt and navigate to the directory where you want to create the repository

    • Type 'git init' command to initialize the repository

    • Add files to the repository using 'git add' command

    • Commit the changes using 'git commit' command

    • Create a remote repository on GitHub or any other hosting service

    • Add the remote repository using 'git ...

  • Answered by AI
  • Q3. About Jenkins and
  • Q4. What is Primary key and foreign key
  • Ans. 

    Primary key uniquely identifies a record in a table, while foreign key refers to a field in another table.

    • Primary key is a column or set of columns that uniquely identifies each row in a table

    • Foreign key is a column or set of columns in one table that refers to the primary key in another table

    • Primary key cannot have null values, while foreign key can have null values

    • Primary key can be used to create relationships betwe...

  • Answered by AI
  • Q5. What is API ?
  • Ans. 

    API stands for Application Programming Interface. It is a set of protocols, routines, and tools for building software applications.

    • API allows different software applications to communicate with each other

    • It defines how software components should interact

    • API provides a layer of abstraction between the application and the underlying system

    • Examples of APIs include Google Maps API, Twitter API, and Facebook API

  • Answered by AI
  • Q6. Given string count the character in the string.
  • Ans. 

    Count the characters in a given string.

    • Iterate through the string and count each character

    • Use a hash table to store the count of each character

    • Handle edge cases such as empty string or null input

  • Answered by AI
  • Q7. What is Load balancing
  • Ans. 

    Load balancing is the process of distributing network traffic across multiple servers to improve performance and availability.

    • Load balancing helps prevent server overload and downtime

    • It can be achieved through hardware or software solutions

    • Examples include round-robin, least connections, and IP hash algorithms

  • Answered by AI
  • Q8. Difference Rest and soap api
  • Ans. 

    REST is an architectural style while SOAP is a protocol. REST is lightweight and uses HTTP while SOAP is XML-based and uses other protocols.

    • REST is stateless while SOAP maintains state

    • REST uses HTTP verbs (GET, POST, PUT, DELETE) while SOAP uses XML messaging

    • REST is faster and easier to use while SOAP is more secure and reliable

    • REST is used for web services while SOAP is used for enterprise-level web services

    • Examples o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 3 rounds of interview.
1st round aptitude questions in hackerearth.
2nd round coding and basic data structures,oops, SQL questions
3rd round coding round

Skills evaluated in this interview

Fulcrum Digital Interview FAQs

How many rounds are there in Fulcrum Digital Senior Engineer and Project Lead interview?
Fulcrum Digital interview process usually has 3 rounds. The most common rounds in the Fulcrum Digital interview process are HR and Technical.
What are the top questions asked in Fulcrum Digital Senior Engineer and Project Lead interview?

Some of the top questions asked at the Fulcrum Digital Senior Engineer and Project Lead interview -

  1. Firewall port block allowed, signatures setti...read more
  2. Few technical questions releted to VPN serv...read more
  3. Few Technical questions on V...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
Zenoti Interview Questions
3.0
 • 45 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
Betsol Interview Questions
3.6
 • 39 Interviews
Damco Solutions Interview Questions
3.8
 • 39 Interviews
Simform Interview Questions
3.4
 • 37 Interviews
View all
Senior Software Engineer
118 salaries
unlock blur

₹6.7 L/yr - ₹27 L/yr

Software Engineer
74 salaries
unlock blur

₹3.8 L/yr - ₹15.1 L/yr

Senior Associate
55 salaries
unlock blur

₹2.3 L/yr - ₹12.6 L/yr

Technical Lead
49 salaries
unlock blur

₹12.7 L/yr - ₹36 L/yr

Junior Associate
41 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Fulcrum Digital with

Tekwissen

4.8
Compare

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.7
Compare
write
Share an Interview