Divi Tech HR Solutions
Divi Tech HR Solutions
Your Trusted Partner for Acquiring Top Tech Candidates
  • About us
  • Services
  • Contact us
  • Blogs
  • Careers
  • Login

April 2024

Blog

Find the Longest Palindrome Substring in Java: Best Useful Solution

Finding the longest Palindrome substring is a classic problem of coding interview. Inthis post, I will summarize 3 different solutions for this problem. 3.1 Naive Approach Naively, we can simply examine every substring and check if it is palindromic. Thetime complexity is O(nˆ3). If this is submitted to LeetCode online Read more…

By divisolutions.in, 1 yearApril 27, 2024 ago
Blog

Evaluate Reverse Polish Notation: Best And Useful Guide

The problem: Evaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, , /. Each operand may be an integer or another expression. Some examples: [“2”, “1”, “+”, “3”, ““] -> ((2 + 1) * 3) -> 9[“4”, “13”, “5”, “/”, “+”] -> (4 + Read more…

By divisolutions.in, 1 yearApril 27, 2024 ago
Blog

Array Rotate In Java: Best And Useful Guide

Problem: Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4]. How many different ways do you know to solve this problem? 1.1 Solution 1 – Intermediate Array In a straightforward Read more…

By divisolutions.in, 1 yearApril 27, 2024 ago
Automation

30 Useful Linux Commands for Devops in 2024 & more

Linux is an open-source operating system kernel initially developed by Linus Torvalds in 1991. It is maintained by a large community of developers and contributors worldwide who collaborate on its development and improvement. Here’s the list of top 30 Linux commands with examples in code blocks: 1. `ls`: List files Read more…

By Pradeep Bansal, 1 yearApril 23, 2024 ago
Automation

Crack SDET Interview – 30+ Most Asked and More Useful Questions

Master Java fundamentals and ace your SDET interviews with our curated set of 30 essential programming challenges, covering everything from string manipulation to unit testing with Mockito. 1. Reverse a String:   – Write a Java program to reverse a given string. 2. Find the Largest Element in an Array:   – Read more…

By Pradeep Bansal, 1 yearApril 13, 2024 ago
Blog

Pass your Jenkins interview: Expert guide for 2024

Welcome to our comprehensive guide on Jenkins interview questions for automation testing roles. In this section, we’ll cover essential questions that interviewers may ask to assess your knowledge and experience with Jenkins in the context of automation testing. Jenkins is a popular open-source automation server for continuous integration and continuous Read more…

By Pradeep Bansal, 1 yearApril 2, 2024 ago
Blog

Latest Git Commands: Learn about Rebase, Cherry-Pick, And More”

Discover important Git commands for better version control, including rebase and cherry-pick. Improve your development skills with easy-to-follow explanations and examples. 16. git rebase: Reapply commits on top of another base tip 17. git cherry-pick: Apply changes introduced by some existing commits. 18. git stash: Stash changes in a dirty Read more…

By Pradeep Bansal, 1 yearApril 1, 2024 ago

Categories

  • Automation
  • Blog
  • development
  • Fintech Jobs
  • Google Interview Question
  • Interview Questions
  • Leet Code
  • Product Based Companies
  • Service Based Companies
  • testing

Recent Posts

  • How to Write Anagram Program In Java
  • How to check the equality of two arrays in Java?
  • Find Duplicate Characters in a String in Java
  • How to remove all white spaces from a string in Java?
  • How to create a pyramid of numbers in Java?

Recent Comments

  1. 60+ Latest Java Interview Programs With Solutions 2024 - Divi Tech HR Solutions on How To Find Duplicate Characters In A String In Java ? Updated !!
  2. Raj Garg on Nurturing Growth: A Guide for Leaders in Interacting with Junior Members and New Joiners
  3. Pradeep Bansal on Nurturing Growth: A Guide for Leaders in Interacting with Junior Members and New Joiners
Looking For a Job, Submit Your Resume

Archives

  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • April 2024
  • March 2024
  • September 2023
  • August 2023
  • About us
  • Services
  • Contact us
  • Blogs
  • Careers
  • Login
Hestia | Developed by ThemeIsle